| 1 | [ Apr 28 18:10:11 Enabled. ] | ||
| 2 | [ Apr 28 18:10:11 Rereading configuration. ] | ||
| 3 | [ Apr 28 18:10:11 Rereading configuration. ] | ||
| 4 | [ Apr 28 18:10:13 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 28 18:10:13 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.28 18:10:14.626817 [ 1 ] {} <Information> Application: Will watch for the process with pid 23456 | ||
| 29 | 2025.04.28 18:10:14.627322 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.04.28 18:10:15.164270 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23456 | ||
| 31 | 2025.04.28 18:10:15.165146 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.04.28 18:10:15.167327 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.04.28 18:10:15.282255 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.04.28 18:10:15.331686 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.04.28 18:10:15.331804 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.04.28 18:10:15.331821 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.04.28 18:10:15.331903 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.04.28 18:10:15.332656 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.04.28 18:10:15.334353 [ 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.28 18:10:15.335150 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.04.28 18:10:15.336009 [ 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.28 18:10:15.336080 [ 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.28 18:10:15.336124 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.04.28 18:10:15.336304 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.04.28 18:10:15.337382 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.04.28 18:10:15.343146 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.04.28 18:10:15.343989 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.04.28 18:10:15.345373 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.04.28 18:10:15.345471 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.04.28 18:10:15.347117 [ 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.28 18:10:15.347643 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.04.28 18:10:15.352456 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.04.28 18:10:15.353215 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.04.28 18:10:15.354802 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.04.28 18:10:15.355144 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.04.28 18:10:15.355584 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.04.28 18:10:15.355927 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.04.28 18:10:15.357669 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.04.28 18:10:15.357696 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.04.28 18:10:15.357766 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.04.28 18:10:15.357882 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.04.28 18:10:15.371808 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.04.28 18:10:15.371837 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000155432 sec | ||
| 68 | 2025.04.28 18:10:15.371919 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.04.28 18:10:15.371956 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.04.28 18:10:15.373300 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.04.28 18:10:15.374499 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.04.28 18:10:15.390701 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.04.28 18:10:15.390753 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.04.28 18:10:15.390832 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.04.28 18:10:15.390846 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.04.28 18:10:15.390879 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.04.28 18:10:15.390949 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.04.28 18:10:15.395658 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.04.28 18:10:15.395706 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.04.28 18:10:15.395766 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.04.28 18:10:15.395976 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.04.28 18:10:15.395997 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.04.28 18:10:15.396039 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.04.28 18:10:15.396105 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.04.28 18:10:15.396120 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.04.28 18:10:15.396156 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.04.28 18:10:15.396214 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.04.28 18:10:15.426794 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.04.28 18:10:15.429857 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.04.28 18:10:15.429990 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000155482 sec | ||
| 91 | 2025.04.28 18:10:15.430005 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.04.28 18:10:15.430019 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.04.28 18:10:15.430049 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.04.28 18:10:15.430282 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.04.28 18:10:15.430387 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.04.28 18:10:15.430403 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.04.28 18:10:15.430415 [ 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.28 18:10:15.430426 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.04.28 18:10:15.435965 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.04.28 18:10:15.436177 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.09 MiB (RSS), difference: 92.31 MiB | ||
| 101 | 2025.04.28 18:10:15.437163 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.205e-05 sec. | ||
| 102 | 2025.04.28 18:10:15.438314 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.04.28 18:10:15.438403 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.04.28 18:10:15.438422 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.04.28 18:10:15.492401 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37077 | ||
| 106 | 2025.04.28 18:10:15.492725 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.04.28 18:10:15.492784 [ 3 ] {} <Debug> TCP-Session: e7df40c9-dacd-449c-9944-76e8ce15ab96 Authenticating user 'default' from [fd00:1122:3344:101::b]:37077 | ||
| 108 | 2025.04.28 18:10:15.492817 [ 3 ] {} <Debug> TCP-Session: e7df40c9-dacd-449c-9944-76e8ce15ab96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.04.28 18:10:15.492953 [ 3 ] {} <Debug> TCP-Session: e7df40c9-dacd-449c-9944-76e8ce15ab96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.04.28 18:10:15.493048 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.04.28 18:10:15.493075 [ 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.28 18:10:15.493162 [ 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.28 18:10:15.494017 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63654 | ||
| 114 | 2025.04.28 18:10:15.494029 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36052 | ||
| 115 | 2025.04.28 18:10:15.494143 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.04.28 18:10:15.494168 [ 5 ] {} <Debug> TCP-Session: a70cd5bd-5a03-4e27-9fb3-b598aaf8f317 Authenticating user 'default' from [fd00:1122:3344:101::b]:36052 | ||
| 117 | 2025.04.28 18:10:15.494262 [ 5 ] {} <Debug> TCP-Session: a70cd5bd-5a03-4e27-9fb3-b598aaf8f317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.04.28 18:10:15.494279 [ 5 ] {} <Debug> TCP-Session: a70cd5bd-5a03-4e27-9fb3-b598aaf8f317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2025.04.28 18:10:15.494850 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58701 | ||
| 120 | 2025.04.28 18:10:15.494948 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52036 | ||
| 121 | 2025.04.28 18:10:15.495125 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52112 | ||
| 122 | 2025.04.28 18:10:15.495267 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39584 | ||
| 123 | 2025.04.28 18:10:15.495471 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60376 | ||
| 124 | 2025.04.28 18:10:15.497143 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.04.28 18:10:15.497172 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.04.28 18:10:15.497229 [ 4 ] {} <Debug> TCP-Session: 46874107-696a-4522-b81d-88ea41ddc478 Authenticating user 'default' from [fd00:1122:3344:101::b]:63654 | ||
| 127 | 2025.04.28 18:10:15.497241 [ 257 ] {} <Debug> TCP-Session: 455f6fd2-dacf-4496-a496-bafed01fd952 Authenticating user 'default' from [fd00:1122:3344:101::b]:60376 | ||
| 128 | 2025.04.28 18:10:15.497271 [ 4 ] {} <Debug> TCP-Session: 46874107-696a-4522-b81d-88ea41ddc478 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.04.28 18:10:15.497350 [ 257 ] {} <Debug> TCP-Session: 455f6fd2-dacf-4496-a496-bafed01fd952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2025.04.28 18:10:15.497359 [ 4 ] {} <Debug> TCP-Session: 46874107-696a-4522-b81d-88ea41ddc478 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2025.04.28 18:10:15.497377 [ 257 ] {} <Debug> TCP-Session: 455f6fd2-dacf-4496-a496-bafed01fd952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2025.04.28 18:10:15.498513 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2025.04.28 18:10:15.498543 [ 253 ] {} <Debug> TCP-Session: fe7b7aa3-d6af-4edc-ba1b-2e102b223040 Authenticating user 'default' from [fd00:1122:3344:101::b]:58701 | ||
| 134 | 2025.04.28 18:10:15.498633 [ 253 ] {} <Debug> TCP-Session: fe7b7aa3-d6af-4edc-ba1b-2e102b223040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.04.28 18:10:15.498650 [ 253 ] {} <Debug> TCP-Session: fe7b7aa3-d6af-4edc-ba1b-2e102b223040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.04.28 18:10:15.502566 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.04.28 18:10:15.502703 [ 256 ] {} <Debug> TCP-Session: b54fd6a1-b11a-4290-845b-6e57463446bb Authenticating user 'default' from [fd00:1122:3344:101::b]:39584 | ||
| 138 | 2025.04.28 18:10:15.502734 [ 256 ] {} <Debug> TCP-Session: b54fd6a1-b11a-4290-845b-6e57463446bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.04.28 18:10:15.502758 [ 256 ] {} <Debug> TCP-Session: b54fd6a1-b11a-4290-845b-6e57463446bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.04.28 18:10:15.510625 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.04.28 18:10:15.510678 [ 254 ] {} <Debug> TCP-Session: c69e70fa-4b22-467d-911e-f21ac14da2ef Authenticating user 'default' from [fd00:1122:3344:101::b]:52036 | ||
| 142 | 2025.04.28 18:10:15.510702 [ 254 ] {} <Debug> TCP-Session: c69e70fa-4b22-467d-911e-f21ac14da2ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.04.28 18:10:15.510770 [ 254 ] {} <Debug> TCP-Session: c69e70fa-4b22-467d-911e-f21ac14da2ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.04.28 18:10:15.512945 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 145 | 2025.04.28 18:10:15.512993 [ 255 ] {} <Debug> TCP-Session: 1e33c43f-e8d0-4240-9363-2e80fa8030aa Authenticating user 'default' from [fd00:1122:3344:101::b]:52112 | ||
| 146 | 2025.04.28 18:10:15.513016 [ 255 ] {} <Debug> TCP-Session: 1e33c43f-e8d0-4240-9363-2e80fa8030aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.04.28 18:10:15.513101 [ 255 ] {} <Debug> TCP-Session: 1e33c43f-e8d0-4240-9363-2e80fa8030aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.04.28 18:10:16.001118 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.15 MiB, peak 117.15 MiB, free memory in arenas 0.00 B, will set to 119.39 MiB (RSS), difference: 2.24 MiB | ||
| 149 | 2025.04.28 18:10:16.246637 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45141 | ||
| 150 | 2025.04.28 18:10:16.246851 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 151 | 2025.04.28 18:10:16.246888 [ 258 ] {} <Debug> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Authenticating user 'default' from [fd00:1122:3344:101::d]:45141 | ||
| 152 | 2025.04.28 18:10:16.246915 [ 258 ] {} <Debug> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.04.28 18:10:16.247004 [ 258 ] {} <Debug> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.04.28 18:10:16.247081 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 155 | 2025.04.28 18:10:16.247112 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 156 | 2025.04.28 18:10:16.247205 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 157 | 2025.04.28 18:10:16.251455 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35381 | ||
| 158 | 2025.04.28 18:10:16.251645 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32831 | ||
| 159 | 2025.04.28 18:10:16.251659 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 160 | 2025.04.28 18:10:16.251695 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50110 | ||
| 161 | 2025.04.28 18:10:16.251906 [ 259 ] {} <Debug> TCP-Session: 47822011-a15e-4960-8319-5b9453db95d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35381 | ||
| 162 | 2025.04.28 18:10:16.251921 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60223 | ||
| 163 | 2025.04.28 18:10:16.251921 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 164 | 2025.04.28 18:10:16.251984 [ 259 ] {} <Debug> TCP-Session: 47822011-a15e-4960-8319-5b9453db95d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 165 | 2025.04.28 18:10:16.252230 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 166 | 2025.04.28 18:10:16.252259 [ 260 ] {} <Debug> TCP-Session: 62e7ff6d-fe5b-44d3-a5a8-523371a3cd67 Authenticating user 'default' from [fd00:1122:3344:101::d]:32831 | ||
| 167 | 2025.04.28 18:10:16.252334 [ 261 ] {} <Debug> TCP-Session: 8e06aaa3-3c79-44f6-9382-ea6bcf1d26ee Authenticating user 'default' from [fd00:1122:3344:101::d]:50110 | ||
| 168 | 2025.04.28 18:10:16.252320 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36357 | ||
| 169 | 2025.04.28 18:10:16.252377 [ 260 ] {} <Debug> TCP-Session: 62e7ff6d-fe5b-44d3-a5a8-523371a3cd67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2025.04.28 18:10:16.252295 [ 259 ] {} <Debug> TCP-Session: 47822011-a15e-4960-8319-5b9453db95d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 171 | 2025.04.28 18:10:16.252427 [ 261 ] {} <Debug> TCP-Session: 8e06aaa3-3c79-44f6-9382-ea6bcf1d26ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 172 | 2025.04.28 18:10:16.252445 [ 260 ] {} <Debug> TCP-Session: 62e7ff6d-fe5b-44d3-a5a8-523371a3cd67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 173 | 2025.04.28 18:10:16.252279 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 174 | 2025.04.28 18:10:16.252491 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34746 | ||
| 175 | 2025.04.28 18:10:16.252240 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49975 | ||
| 176 | 2025.04.28 18:10:16.252667 [ 261 ] {} <Debug> TCP-Session: 8e06aaa3-3c79-44f6-9382-ea6bcf1d26ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2025.04.28 18:10:16.252683 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 178 | 2025.04.28 18:10:16.252706 [ 262 ] {} <Debug> TCP-Session: 94a9b083-22b9-45ef-807e-c256754295a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60223 | ||
| 179 | 2025.04.28 18:10:16.252824 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50581 | ||
| 180 | 2025.04.28 18:10:16.253080 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 181 | 2025.04.28 18:10:16.253138 [ 264 ] {} <Debug> TCP-Session: 15dfaf45-8f60-45f5-aa0e-06ace53718ed Authenticating user 'default' from [fd00:1122:3344:101::d]:36357 | ||
| 182 | 2025.04.28 18:10:16.253339 [ 265 ] {} <Debug> TCP-Session: fc57208f-de93-49f1-a01b-1f4e3fbf0a39 Authenticating user 'default' from [fd00:1122:3344:101::d]:34746 | ||
| 183 | 2025.04.28 18:10:16.253255 [ 262 ] {} <Debug> TCP-Session: 94a9b083-22b9-45ef-807e-c256754295a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2025.04.28 18:10:16.253402 [ 265 ] {} <Debug> TCP-Session: fc57208f-de93-49f1-a01b-1f4e3fbf0a39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2025.04.28 18:10:16.253389 [ 264 ] {} <Debug> TCP-Session: 15dfaf45-8f60-45f5-aa0e-06ace53718ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2025.04.28 18:10:16.253368 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 187 | 2025.04.28 18:10:16.253533 [ 265 ] {} <Debug> TCP-Session: fc57208f-de93-49f1-a01b-1f4e3fbf0a39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2025.04.28 18:10:16.253518 [ 264 ] {} <Debug> TCP-Session: 15dfaf45-8f60-45f5-aa0e-06ace53718ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2025.04.28 18:10:16.253566 [ 266 ] {} <Debug> TCP-Session: ae996d61-d52c-4ff5-9cb1-751be60565d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50581 | ||
| 190 | 2025.04.28 18:10:16.253501 [ 262 ] {} <Debug> TCP-Session: 94a9b083-22b9-45ef-807e-c256754295a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.04.28 18:10:16.253352 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 192 | 2025.04.28 18:10:16.253765 [ 266 ] {} <Debug> TCP-Session: ae996d61-d52c-4ff5-9cb1-751be60565d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2025.04.28 18:10:16.253849 [ 266 ] {} <Debug> TCP-Session: ae996d61-d52c-4ff5-9cb1-751be60565d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2025.04.28 18:10:16.253862 [ 263 ] {} <Debug> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Authenticating user 'default' from [fd00:1122:3344:101::d]:49975 | ||
| 195 | 2025.04.28 18:10:16.254524 [ 263 ] {} <Debug> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.04.28 18:10:16.254554 [ 263 ] {} <Debug> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.04.28 18:10:16.255555 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 198 | 2025.04.28 18:10:16.259057 [ 258 ] {09f61cdb-ec71-4621-98cb-f80458f235b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 199 | 2025.04.28 18:10:16.303750 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56721 | ||
| 200 | 2025.04.28 18:10:16.309355 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 201 | 2025.04.28 18:10:16.309408 [ 267 ] {} <Debug> TCP-Session: a4ff84fe-4022-4e73-ae4f-402b74346a32 Authenticating user 'default' from [fd00:1122:3344:101::c]:56721 | ||
| 202 | 2025.04.28 18:10:16.309433 [ 267 ] {} <Debug> TCP-Session: a4ff84fe-4022-4e73-ae4f-402b74346a32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 203 | 2025.04.28 18:10:16.309533 [ 267 ] {} <Debug> TCP-Session: a4ff84fe-4022-4e73-ae4f-402b74346a32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 204 | 2025.04.28 18:10:16.309597 [ 267 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 205 | 2025.04.28 18:10:16.309624 [ 267 ] {} <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 | ||
| 206 | 2025.04.28 18:10:16.309725 [ 267 ] {} <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 | ||
| 207 | 2025.04.28 18:10:16.313971 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61808 | ||
| 208 | 2025.04.28 18:10:16.314152 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33896 | ||
| 209 | 2025.04.28 18:10:16.314160 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 210 | 2025.04.28 18:10:16.314363 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45227 | ||
| 211 | 2025.04.28 18:10:16.314430 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 212 | 2025.04.28 18:10:16.314453 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33807 | ||
| 213 | 2025.04.28 18:10:16.314428 [ 268 ] {} <Debug> TCP-Session: 31c8c84e-0880-4fa0-b673-0457fd4c79d8 Authenticating user 'default' from [fd00:1122:3344:101::c]:61808 | ||
| 214 | 2025.04.28 18:10:16.314720 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 215 | 2025.04.28 18:10:16.314746 [ 268 ] {} <Debug> TCP-Session: 31c8c84e-0880-4fa0-b673-0457fd4c79d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 216 | 2025.04.28 18:10:16.314765 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58197 | ||
| 217 | 2025.04.28 18:10:16.314773 [ 269 ] {} <Debug> TCP-Session: 81e2f40f-adab-433e-993f-e5ea36a0edec Authenticating user 'default' from [fd00:1122:3344:101::c]:33896 | ||
| 218 | 2025.04.28 18:10:16.316011 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 219 | 2025.04.28 18:10:16.316037 [ 270 ] {} <Debug> TCP-Session: ac96f638-a92d-4a5d-98cf-0a098593ae48 Authenticating user 'default' from [fd00:1122:3344:101::c]:45227 | ||
| 220 | 2025.04.28 18:10:16.316058 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60673 | ||
| 221 | 2025.04.28 18:10:16.316252 [ 271 ] {} <Debug> TCP-Session: dff88121-aa56-4d79-a0b7-ffa42abc3c47 Authenticating user 'default' from [fd00:1122:3344:101::c]:33807 | ||
| 222 | 2025.04.28 18:10:16.316278 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51353 | ||
| 223 | 2025.04.28 18:10:16.316113 [ 268 ] {} <Debug> TCP-Session: 31c8c84e-0880-4fa0-b673-0457fd4c79d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 224 | 2025.04.28 18:10:16.316308 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 225 | 2025.04.28 18:10:16.316430 [ 271 ] {} <Debug> TCP-Session: dff88121-aa56-4d79-a0b7-ffa42abc3c47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 226 | 2025.04.28 18:10:16.316462 [ 269 ] {} <Debug> TCP-Session: 81e2f40f-adab-433e-993f-e5ea36a0edec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 227 | 2025.04.28 18:10:16.316357 [ 270 ] {} <Debug> TCP-Session: ac96f638-a92d-4a5d-98cf-0a098593ae48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 228 | 2025.04.28 18:10:16.316511 [ 272 ] {} <Debug> TCP-Session: 81755798-1b5e-444c-82b8-c92b3a23b090 Authenticating user 'default' from [fd00:1122:3344:101::c]:58197 | ||
| 229 | 2025.04.28 18:10:16.316713 [ 271 ] {} <Debug> TCP-Session: dff88121-aa56-4d79-a0b7-ffa42abc3c47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 230 | 2025.04.28 18:10:16.316731 [ 269 ] {} <Debug> TCP-Session: 81e2f40f-adab-433e-993f-e5ea36a0edec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 231 | 2025.04.28 18:10:16.316792 [ 272 ] {} <Debug> TCP-Session: 81755798-1b5e-444c-82b8-c92b3a23b090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 232 | 2025.04.28 18:10:16.316796 [ 270 ] {} <Debug> TCP-Session: ac96f638-a92d-4a5d-98cf-0a098593ae48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 233 | 2025.04.28 18:10:16.316524 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 234 | 2025.04.28 18:10:16.317428 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 235 | 2025.04.28 18:10:16.317444 [ 272 ] {} <Debug> TCP-Session: 81755798-1b5e-444c-82b8-c92b3a23b090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 236 | 2025.04.28 18:10:16.317572 [ 273 ] {} <Debug> TCP-Session: b339ee7a-8941-40df-93de-7cdbfafa9f3d Authenticating user 'default' from [fd00:1122:3344:101::c]:60673 | ||
| 237 | 2025.04.28 18:10:16.318247 [ 274 ] {} <Debug> TCP-Session: 3fca016e-2be2-4ded-9f23-05e9e287dea1 Authenticating user 'default' from [fd00:1122:3344:101::c]:51353 | ||
| 238 | 2025.04.28 18:10:16.318296 [ 273 ] {} <Debug> TCP-Session: b339ee7a-8941-40df-93de-7cdbfafa9f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2025.04.28 18:10:16.318340 [ 274 ] {} <Debug> TCP-Session: 3fca016e-2be2-4ded-9f23-05e9e287dea1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 240 | 2025.04.28 18:10:16.318355 [ 273 ] {} <Debug> TCP-Session: b339ee7a-8941-40df-93de-7cdbfafa9f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 241 | 2025.04.28 18:10:16.318460 [ 274 ] {} <Debug> TCP-Session: 3fca016e-2be2-4ded-9f23-05e9e287dea1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 242 | 2025.04.28 18:10:16.359973 [ 258 ] {09f61cdb-ec71-4621-98cb-f80458f235b3} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:45141) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 243 | |||
| 244 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 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 | ||
| 247 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 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 | ||
| 251 | 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 | ||
| 252 | 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 | ||
| 253 | 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 | ||
| 254 | 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 | ||
| 255 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 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 | ||
| 258 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 259 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 260 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 261 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 262 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 20. _thrp_setup @ 0x0000000000116607 in /system/lib/amd64/libc.so.1 | ||
| 265 | |||
| 266 | 2025.04.28 18:10:16.361553 [ 258 ] {09f61cdb-ec71-4621-98cb-f80458f235b3} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 267 | |||
| 268 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 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 | ||
| 271 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 273 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 274 | 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 | ||
| 275 | 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 | ||
| 276 | 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 | ||
| 277 | 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 | ||
| 278 | 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 | ||
| 279 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 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 | ||
| 282 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 283 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 284 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 285 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 286 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 20. _thrp_setup @ 0x0000000000116607 in /system/lib/amd64/libc.so.1 | ||
| 289 | |||
| 290 | 2025.04.28 18:10:16.361795 [ 258 ] {09f61cdb-ec71-4621-98cb-f80458f235b3} <Debug> TCPHandler: Processed in 0.108097025 sec. | ||
| 291 | 2025.04.28 18:10:16.362283 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2025.04.28 18:10:16.362486 [ 263 ] {950f8481-65fd-49bd-8e14-806cdfabfebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 293 | 2025.04.28 18:10:16.362970 [ 263 ] {950f8481-65fd-49bd-8e14-806cdfabfebb} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49975) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 294 | |||
| 295 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 297 | 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 | ||
| 298 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 300 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 301 | 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 | ||
| 302 | 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 | ||
| 303 | 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 | ||
| 304 | 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 | ||
| 305 | 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 | ||
| 306 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 307 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 308 | 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 | ||
| 309 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 310 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 311 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 312 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 313 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 314 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 315 | 20. _thrp_setup @ 0x0000000000116607 in /system/lib/amd64/libc.so.1 | ||
| 316 | |||
| 317 | 2025.04.28 18:10:16.363272 [ 263 ] {950f8481-65fd-49bd-8e14-806cdfabfebb} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 318 | |||
| 319 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 320 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 321 | 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 | ||
| 322 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 323 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 324 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 325 | 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 | ||
| 326 | 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 | ||
| 327 | 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 | ||
| 328 | 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 | ||
| 329 | 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 | ||
| 330 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 331 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 332 | 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 | ||
| 333 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 334 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 335 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 336 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 337 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 338 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 339 | 20. _thrp_setup @ 0x0000000000116607 in /system/lib/amd64/libc.so.1 | ||
| 340 | |||
| 341 | 2025.04.28 18:10:16.363506 [ 263 ] {950f8481-65fd-49bd-8e14-806cdfabfebb} <Debug> TCPHandler: Processed in 0.001385192 sec. | ||
| 342 | 2025.04.28 18:10:16.363824 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.04.28 18:10:16.365228 [ 258 ] {603e3fca-9342-4bf6-813b-348188aec1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 344 | 2025.04.28 18:10:16.365329 [ 258 ] {603e3fca-9342-4bf6-813b-348188aec1be} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 345 | 2025.04.28 18:10:16.367011 [ 258 ] {603e3fca-9342-4bf6-813b-348188aec1be} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 346 | 2025.04.28 18:10:16.367034 [ 258 ] {603e3fca-9342-4bf6-813b-348188aec1be} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6151e-05 sec | ||
| 347 | 2025.04.28 18:10:16.367048 [ 258 ] {603e3fca-9342-4bf6-813b-348188aec1be} <Trace> ReferentialDeps: No tables | ||
| 348 | 2025.04.28 18:10:16.367115 [ 258 ] {603e3fca-9342-4bf6-813b-348188aec1be} <Trace> LoadingDeps: No tables | ||
| 349 | 2025.04.28 18:10:16.367188 [ 258 ] {603e3fca-9342-4bf6-813b-348188aec1be} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 350 | 2025.04.28 18:10:16.367841 [ 258 ] {603e3fca-9342-4bf6-813b-348188aec1be} <Debug> TCPHandler: Processed in 0.004143843 sec. | ||
| 351 | 2025.04.28 18:10:16.367984 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 352 | 2025.04.28 18:10:16.368250 [ 258 ] {d176c07a-cf80-4b38-be50-57e4c09c17ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) /* The version table contains metadata about the `oximeter` database */ | ||
| 353 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 354 | 2025.04.28 18:10:16.368296 [ 258 ] {d176c07a-cf80-4b38-be50-57e4c09c17ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 355 | 2025.04.28 18:10:16.377039 [ 258 ] {d176c07a-cf80-4b38-be50-57e4c09c17ab} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 356 | 2025.04.28 18:10:16.378674 [ 258 ] {d176c07a-cf80-4b38-be50-57e4c09c17ab} <Debug> oximeter.version (5a36a5da-5891-413d-97a5-7fd26c0a0389): Loading data parts | ||
| 357 | 2025.04.28 18:10:16.379162 [ 258 ] {d176c07a-cf80-4b38-be50-57e4c09c17ab} <Debug> oximeter.version (5a36a5da-5891-413d-97a5-7fd26c0a0389): There are no data parts | ||
| 358 | 2025.04.28 18:10:16.383897 [ 258 ] {d176c07a-cf80-4b38-be50-57e4c09c17ab} <Debug> TCPHandler: Processed in 0.015964203 sec. | ||
| 359 | 2025.04.28 18:10:16.384067 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 360 | 2025.04.28 18:10:16.384266 [ 258 ] {2abe09b8-fef9-401b-bfed-6852d20d6de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) /* The measurement tables contain all individual samples from each timeseries. | ||
| 361 | * | ||
| 362 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 363 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 364 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 365 | * by all samples from the same timeseries. | ||
| 366 | * | ||
| 367 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 368 | * and then uses that to index quickly into the measurements tables. | ||
| 369 | */ | ||
| 370 | 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) | ||
| 371 | 2025.04.28 18:10:16.384420 [ 258 ] {2abe09b8-fef9-401b-bfed-6852d20d6de5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 372 | 2025.04.28 18:10:16.393285 [ 258 ] {2abe09b8-fef9-401b-bfed-6852d20d6de5} <Debug> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Loading data parts | ||
| 373 | 2025.04.28 18:10:16.393640 [ 258 ] {2abe09b8-fef9-401b-bfed-6852d20d6de5} <Debug> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): There are no data parts | ||
| 374 | 2025.04.28 18:10:16.395728 [ 258 ] {2abe09b8-fef9-401b-bfed-6852d20d6de5} <Debug> TCPHandler: Processed in 0.011714999 sec. | ||
| 375 | 2025.04.28 18:10:16.395899 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 376 | 2025.04.28 18:10:16.396210 [ 258 ] {dfd80eee-c28e-4b54-9ded-0bd019b58248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 377 | 2025.04.28 18:10:16.396326 [ 258 ] {dfd80eee-c28e-4b54-9ded-0bd019b58248} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 378 | 2025.04.28 18:10:16.399871 [ 258 ] {dfd80eee-c28e-4b54-9ded-0bd019b58248} <Debug> oximeter.measurements_i8 (391cf08d-16d6-4133-b9ff-b3abf55d8fc1): Loading data parts | ||
| 379 | 2025.04.28 18:10:16.400048 [ 258 ] {dfd80eee-c28e-4b54-9ded-0bd019b58248} <Debug> oximeter.measurements_i8 (391cf08d-16d6-4133-b9ff-b3abf55d8fc1): There are no data parts | ||
| 380 | 2025.04.28 18:10:16.402919 [ 258 ] {dfd80eee-c28e-4b54-9ded-0bd019b58248} <Debug> TCPHandler: Processed in 0.007081567 sec. | ||
| 381 | 2025.04.28 18:10:16.403068 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 382 | 2025.04.28 18:10:16.403255 [ 258 ] {ab2dfaa8-12ed-4b3b-ad97-673780106787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 383 | 2025.04.28 18:10:16.403399 [ 258 ] {ab2dfaa8-12ed-4b3b-ad97-673780106787} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 384 | 2025.04.28 18:10:16.407049 [ 258 ] {ab2dfaa8-12ed-4b3b-ad97-673780106787} <Debug> oximeter.measurements_u8 (cb8dcd14-63a2-4d14-82c2-e79c7a2ed019): Loading data parts | ||
| 385 | 2025.04.28 18:10:16.407313 [ 258 ] {ab2dfaa8-12ed-4b3b-ad97-673780106787} <Debug> oximeter.measurements_u8 (cb8dcd14-63a2-4d14-82c2-e79c7a2ed019): There are no data parts | ||
| 386 | 2025.04.28 18:10:16.410274 [ 258 ] {ab2dfaa8-12ed-4b3b-ad97-673780106787} <Debug> TCPHandler: Processed in 0.00725804 sec. | ||
| 387 | 2025.04.28 18:10:16.410448 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 388 | 2025.04.28 18:10:16.410754 [ 258 ] {2e998ddb-523f-4c73-b23a-9ce2df1113b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 389 | 2025.04.28 18:10:16.410882 [ 258 ] {2e998ddb-523f-4c73-b23a-9ce2df1113b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 390 | 2025.04.28 18:10:16.414746 [ 258 ] {2e998ddb-523f-4c73-b23a-9ce2df1113b7} <Debug> oximeter.measurements_i16 (77accdc9-fc3d-458c-a72f-c4382345e014): Loading data parts | ||
| 391 | 2025.04.28 18:10:16.414913 [ 258 ] {2e998ddb-523f-4c73-b23a-9ce2df1113b7} <Debug> oximeter.measurements_i16 (77accdc9-fc3d-458c-a72f-c4382345e014): There are no data parts | ||
| 392 | 2025.04.28 18:10:16.417576 [ 258 ] {2e998ddb-523f-4c73-b23a-9ce2df1113b7} <Debug> TCPHandler: Processed in 0.007189999 sec. | ||
| 393 | 2025.04.28 18:10:16.417711 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 394 | 2025.04.28 18:10:16.417896 [ 258 ] {733a9ec8-c5aa-410a-8257-3685ba000eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 395 | 2025.04.28 18:10:16.418008 [ 258 ] {733a9ec8-c5aa-410a-8257-3685ba000eab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 396 | 2025.04.28 18:10:16.422072 [ 258 ] {733a9ec8-c5aa-410a-8257-3685ba000eab} <Debug> oximeter.measurements_u16 (0862e4ae-bbd1-45d9-82c0-58d149913912): Loading data parts | ||
| 397 | 2025.04.28 18:10:16.422329 [ 258 ] {733a9ec8-c5aa-410a-8257-3685ba000eab} <Debug> oximeter.measurements_u16 (0862e4ae-bbd1-45d9-82c0-58d149913912): There are no data parts | ||
| 398 | 2025.04.28 18:10:16.425046 [ 258 ] {733a9ec8-c5aa-410a-8257-3685ba000eab} <Debug> TCPHandler: Processed in 0.007385872 sec. | ||
| 399 | 2025.04.28 18:10:16.425194 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 400 | 2025.04.28 18:10:16.425461 [ 258 ] {1d11ed53-a38b-4ca2-ae21-38623fdee30c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 401 | 2025.04.28 18:10:16.425580 [ 258 ] {1d11ed53-a38b-4ca2-ae21-38623fdee30c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 402 | 2025.04.28 18:10:16.429271 [ 258 ] {1d11ed53-a38b-4ca2-ae21-38623fdee30c} <Debug> oximeter.measurements_i32 (5380ef82-9559-479d-a8da-497e2fa10a28): Loading data parts | ||
| 403 | 2025.04.28 18:10:16.429459 [ 258 ] {1d11ed53-a38b-4ca2-ae21-38623fdee30c} <Debug> oximeter.measurements_i32 (5380ef82-9559-479d-a8da-497e2fa10a28): There are no data parts | ||
| 404 | 2025.04.28 18:10:16.432187 [ 258 ] {1d11ed53-a38b-4ca2-ae21-38623fdee30c} <Debug> TCPHandler: Processed in 0.007046977 sec. | ||
| 405 | 2025.04.28 18:10:16.432342 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 406 | 2025.04.28 18:10:16.432568 [ 258 ] {b98eb91f-53b7-4d09-8ec9-8fcf3ecdeeb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 407 | 2025.04.28 18:10:16.432697 [ 258 ] {b98eb91f-53b7-4d09-8ec9-8fcf3ecdeeb6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 408 | 2025.04.28 18:10:16.436335 [ 258 ] {b98eb91f-53b7-4d09-8ec9-8fcf3ecdeeb6} <Debug> oximeter.measurements_u32 (8181375a-0364-46bd-b5c7-781c846077df): Loading data parts | ||
| 409 | 2025.04.28 18:10:16.436571 [ 258 ] {b98eb91f-53b7-4d09-8ec9-8fcf3ecdeeb6} <Debug> oximeter.measurements_u32 (8181375a-0364-46bd-b5c7-781c846077df): There are no data parts | ||
| 410 | 2025.04.28 18:10:16.439197 [ 258 ] {b98eb91f-53b7-4d09-8ec9-8fcf3ecdeeb6} <Debug> TCPHandler: Processed in 0.006916845 sec. | ||
| 411 | 2025.04.28 18:10:16.439353 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 412 | 2025.04.28 18:10:16.439606 [ 258 ] {752ab0f6-0d7b-458b-9d37-46f70e332625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 413 | 2025.04.28 18:10:16.439723 [ 258 ] {752ab0f6-0d7b-458b-9d37-46f70e332625} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 414 | 2025.04.28 18:10:16.443244 [ 258 ] {752ab0f6-0d7b-458b-9d37-46f70e332625} <Debug> oximeter.measurements_i64 (818a5aa0-3efb-4d84-b075-74b631cca21d): Loading data parts | ||
| 415 | 2025.04.28 18:10:16.443422 [ 258 ] {752ab0f6-0d7b-458b-9d37-46f70e332625} <Debug> oximeter.measurements_i64 (818a5aa0-3efb-4d84-b075-74b631cca21d): There are no data parts | ||
| 416 | 2025.04.28 18:10:16.446060 [ 258 ] {752ab0f6-0d7b-458b-9d37-46f70e332625} <Debug> TCPHandler: Processed in 0.006758183 sec. | ||
| 417 | 2025.04.28 18:10:16.446243 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 418 | 2025.04.28 18:10:16.446427 [ 258 ] {c826509d-b8f0-4f18-9903-9b50f8d87c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 419 | 2025.04.28 18:10:16.446544 [ 258 ] {c826509d-b8f0-4f18-9903-9b50f8d87c88} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 420 | 2025.04.28 18:10:16.450165 [ 258 ] {c826509d-b8f0-4f18-9903-9b50f8d87c88} <Debug> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Loading data parts | ||
| 421 | 2025.04.28 18:10:16.450443 [ 258 ] {c826509d-b8f0-4f18-9903-9b50f8d87c88} <Debug> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): There are no data parts | ||
| 422 | 2025.04.28 18:10:16.453064 [ 258 ] {c826509d-b8f0-4f18-9903-9b50f8d87c88} <Debug> TCPHandler: Processed in 0.006872444 sec. | ||
| 423 | 2025.04.28 18:10:16.453209 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 424 | 2025.04.28 18:10:16.453461 [ 258 ] {4def1390-8410-437c-8c89-a715cd200837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 425 | 2025.04.28 18:10:16.453543 [ 258 ] {4def1390-8410-437c-8c89-a715cd200837} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 426 | 2025.04.28 18:10:16.457196 [ 258 ] {4def1390-8410-437c-8c89-a715cd200837} <Debug> oximeter.measurements_f32 (2211091e-01f6-48c9-9cb6-16584331c4d6): Loading data parts | ||
| 427 | 2025.04.28 18:10:16.457373 [ 258 ] {4def1390-8410-437c-8c89-a715cd200837} <Debug> oximeter.measurements_f32 (2211091e-01f6-48c9-9cb6-16584331c4d6): There are no data parts | ||
| 428 | 2025.04.28 18:10:16.460026 [ 258 ] {4def1390-8410-437c-8c89-a715cd200837} <Debug> TCPHandler: Processed in 0.006869374 sec. | ||
| 429 | 2025.04.28 18:10:16.460222 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 430 | 2025.04.28 18:10:16.460411 [ 258 ] {6096815b-f5a2-4073-87ee-71a25e775dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 431 | 2025.04.28 18:10:16.460519 [ 258 ] {6096815b-f5a2-4073-87ee-71a25e775dbb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 432 | 2025.04.28 18:10:16.464194 [ 258 ] {6096815b-f5a2-4073-87ee-71a25e775dbb} <Debug> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Loading data parts | ||
| 433 | 2025.04.28 18:10:16.464455 [ 258 ] {6096815b-f5a2-4073-87ee-71a25e775dbb} <Debug> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): There are no data parts | ||
| 434 | 2025.04.28 18:10:16.467053 [ 258 ] {6096815b-f5a2-4073-87ee-71a25e775dbb} <Debug> TCPHandler: Processed in 0.006892535 sec. | ||
| 435 | 2025.04.28 18:10:16.467198 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 436 | 2025.04.28 18:10:16.467450 [ 258 ] {5a6d7fbc-f072-464d-92b2-e348a270bc53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 437 | 2025.04.28 18:10:16.467531 [ 258 ] {5a6d7fbc-f072-464d-92b2-e348a270bc53} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 438 | 2025.04.28 18:10:16.471182 [ 258 ] {5a6d7fbc-f072-464d-92b2-e348a270bc53} <Debug> oximeter.measurements_string (89a73b73-2270-456b-901c-879e25cdc034): Loading data parts | ||
| 439 | 2025.04.28 18:10:16.471345 [ 258 ] {5a6d7fbc-f072-464d-92b2-e348a270bc53} <Debug> oximeter.measurements_string (89a73b73-2270-456b-901c-879e25cdc034): There are no data parts | ||
| 440 | 2025.04.28 18:10:16.473970 [ 258 ] {5a6d7fbc-f072-464d-92b2-e348a270bc53} <Debug> TCPHandler: Processed in 0.006823943 sec. | ||
| 441 | 2025.04.28 18:10:16.474146 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 442 | 2025.04.28 18:10:16.474329 [ 258 ] {09e248a6-77c0-4355-9242-2abf457716c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 443 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 444 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 445 | * a string isn't palatable for a few reasons. | ||
| 446 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 447 | * details. | ||
| 448 | */ | ||
| 449 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 450 | 2025.04.28 18:10:16.474446 [ 258 ] {09e248a6-77c0-4355-9242-2abf457716c0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 451 | 2025.04.28 18:10:16.478194 [ 258 ] {09e248a6-77c0-4355-9242-2abf457716c0} <Debug> oximeter.measurements_bytes (636de092-781a-4160-9bdd-25abb45ab3f0): Loading data parts | ||
| 452 | 2025.04.28 18:10:16.478359 [ 258 ] {09e248a6-77c0-4355-9242-2abf457716c0} <Debug> oximeter.measurements_bytes (636de092-781a-4160-9bdd-25abb45ab3f0): There are no data parts | ||
| 453 | 2025.04.28 18:10:16.481042 [ 258 ] {09e248a6-77c0-4355-9242-2abf457716c0} <Debug> TCPHandler: Processed in 0.006947536 sec. | ||
| 454 | 2025.04.28 18:10:16.481180 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2025.04.28 18:10:16.481371 [ 258 ] {214644a5-7a30-4ff0-90d9-7f1021faebde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 456 | 2025.04.28 18:10:16.481486 [ 258 ] {214644a5-7a30-4ff0-90d9-7f1021faebde} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 457 | 2025.04.28 18:10:16.485124 [ 258 ] {214644a5-7a30-4ff0-90d9-7f1021faebde} <Debug> oximeter.measurements_cumulativei64 (64f0ff0c-1342-4616-a4b5-c1c6938e1d66): Loading data parts | ||
| 458 | 2025.04.28 18:10:16.485273 [ 258 ] {214644a5-7a30-4ff0-90d9-7f1021faebde} <Debug> oximeter.measurements_cumulativei64 (64f0ff0c-1342-4616-a4b5-c1c6938e1d66): There are no data parts | ||
| 459 | 2025.04.28 18:10:16.488568 [ 258 ] {214644a5-7a30-4ff0-90d9-7f1021faebde} <Debug> TCPHandler: Processed in 0.007440004 sec. | ||
| 460 | 2025.04.28 18:10:16.488819 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 461 | 2025.04.28 18:10:16.489153 [ 258 ] {fa983def-7a78-46b7-8d79-bec9c88250f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 462 | 2025.04.28 18:10:16.489303 [ 258 ] {fa983def-7a78-46b7-8d79-bec9c88250f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 463 | 2025.04.28 18:10:16.492609 [ 258 ] {fa983def-7a78-46b7-8d79-bec9c88250f2} <Debug> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Loading data parts | ||
| 464 | 2025.04.28 18:10:16.492884 [ 258 ] {fa983def-7a78-46b7-8d79-bec9c88250f2} <Debug> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): There are no data parts | ||
| 465 | 2025.04.28 18:10:16.495523 [ 258 ] {fa983def-7a78-46b7-8d79-bec9c88250f2} <Debug> TCPHandler: Processed in 0.006781243 sec. | ||
| 466 | 2025.04.28 18:10:16.495713 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 467 | 2025.04.28 18:10:16.496098 [ 258 ] {a756d5b5-840f-4bab-95fe-15b3fbaf9f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 468 | 2025.04.28 18:10:16.496255 [ 258 ] {a756d5b5-840f-4bab-95fe-15b3fbaf9f17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 469 | 2025.04.28 18:10:16.499538 [ 258 ] {a756d5b5-840f-4bab-95fe-15b3fbaf9f17} <Debug> oximeter.measurements_cumulativef32 (2402553a-7eba-4cf3-b062-cfb9c0e9c53d): Loading data parts | ||
| 470 | 2025.04.28 18:10:16.499792 [ 258 ] {a756d5b5-840f-4bab-95fe-15b3fbaf9f17} <Debug> oximeter.measurements_cumulativef32 (2402553a-7eba-4cf3-b062-cfb9c0e9c53d): There are no data parts | ||
| 471 | 2025.04.28 18:10:16.502616 [ 258 ] {a756d5b5-840f-4bab-95fe-15b3fbaf9f17} <Debug> TCPHandler: Processed in 0.006980927 sec. | ||
| 472 | 2025.04.28 18:10:16.502756 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2025.04.28 18:10:16.502946 [ 258 ] {9a398306-3dce-4fda-bc4c-6f93ff676b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 474 | 2025.04.28 18:10:16.503082 [ 258 ] {9a398306-3dce-4fda-bc4c-6f93ff676b02} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 475 | 2025.04.28 18:10:16.508425 [ 258 ] {9a398306-3dce-4fda-bc4c-6f93ff676b02} <Debug> oximeter.measurements_cumulativef64 (f270bf5b-94c1-4eba-91a3-63ceb40c019e): Loading data parts | ||
| 476 | 2025.04.28 18:10:16.508596 [ 258 ] {9a398306-3dce-4fda-bc4c-6f93ff676b02} <Debug> oximeter.measurements_cumulativef64 (f270bf5b-94c1-4eba-91a3-63ceb40c019e): There are no data parts | ||
| 477 | 2025.04.28 18:10:16.510130 [ 258 ] {9a398306-3dce-4fda-bc4c-6f93ff676b02} <Debug> TCPHandler: Processed in 0.007425103 sec. | ||
| 478 | 2025.04.28 18:10:16.510280 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2025.04.28 18:10:16.510634 [ 258 ] {c468c357-811d-4a68-8e62-0a9d97cc8e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 480 | * NOTE: Array types cannot be Nullable, see | ||
| 481 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 482 | * for more details. | ||
| 483 | * | ||
| 484 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 485 | * is unfortunate, and at this point relies on the fact that an | ||
| 486 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 487 | * to figure out another way to represent missing samples here. | ||
| 488 | */ | ||
| 489 | 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) | ||
| 490 | 2025.04.28 18:10:16.510774 [ 258 ] {c468c357-811d-4a68-8e62-0a9d97cc8e57} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 491 | 2025.04.28 18:10:16.514082 [ 258 ] {c468c357-811d-4a68-8e62-0a9d97cc8e57} <Debug> oximeter.measurements_histogrami8 (a19773d1-e7e4-45df-92dc-146915c262e6): Loading data parts | ||
| 492 | 2025.04.28 18:10:16.514234 [ 258 ] {c468c357-811d-4a68-8e62-0a9d97cc8e57} <Debug> oximeter.measurements_histogrami8 (a19773d1-e7e4-45df-92dc-146915c262e6): There are no data parts | ||
| 493 | 2025.04.28 18:10:16.515895 [ 258 ] {c468c357-811d-4a68-8e62-0a9d97cc8e57} <Debug> TCPHandler: Processed in 0.005666857 sec. | ||
| 494 | 2025.04.28 18:10:16.516035 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 495 | 2025.04.28 18:10:16.516296 [ 258 ] {109a4754-cd30-4865-a36d-552b8b2e04d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 496 | 2025.04.28 18:10:16.516446 [ 258 ] {109a4754-cd30-4865-a36d-552b8b2e04d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 497 | 2025.04.28 18:10:16.521823 [ 258 ] {109a4754-cd30-4865-a36d-552b8b2e04d7} <Debug> oximeter.measurements_histogramu8 (d2537b00-f9c9-46e7-8b94-df4139045090): Loading data parts | ||
| 498 | 2025.04.28 18:10:16.522136 [ 258 ] {109a4754-cd30-4865-a36d-552b8b2e04d7} <Debug> oximeter.measurements_histogramu8 (d2537b00-f9c9-46e7-8b94-df4139045090): There are no data parts | ||
| 499 | 2025.04.28 18:10:16.523762 [ 258 ] {109a4754-cd30-4865-a36d-552b8b2e04d7} <Debug> TCPHandler: Processed in 0.007777588 sec. | ||
| 500 | 2025.04.28 18:10:16.523914 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 501 | 2025.04.28 18:10:16.524270 [ 258 ] {e141fb12-e487-45eb-8f4e-50d8e1f29d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 502 | 2025.04.28 18:10:16.524394 [ 258 ] {e141fb12-e487-45eb-8f4e-50d8e1f29d03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 503 | 2025.04.28 18:10:16.527110 [ 258 ] {e141fb12-e487-45eb-8f4e-50d8e1f29d03} <Debug> oximeter.measurements_histogrami16 (d7c6055d-54e3-4cc2-8722-9c3461d3d9ce): Loading data parts | ||
| 504 | 2025.04.28 18:10:16.527274 [ 258 ] {e141fb12-e487-45eb-8f4e-50d8e1f29d03} <Debug> oximeter.measurements_histogrami16 (d7c6055d-54e3-4cc2-8722-9c3461d3d9ce): There are no data parts | ||
| 505 | 2025.04.28 18:10:16.531648 [ 258 ] {e141fb12-e487-45eb-8f4e-50d8e1f29d03} <Debug> TCPHandler: Processed in 0.007784498 sec. | ||
| 506 | 2025.04.28 18:10:16.531835 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 507 | 2025.04.28 18:10:16.532245 [ 258 ] {8396950f-c68d-4f56-b898-99461d45adef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 508 | 2025.04.28 18:10:16.532390 [ 258 ] {8396950f-c68d-4f56-b898-99461d45adef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 509 | 2025.04.28 18:10:16.534849 [ 258 ] {8396950f-c68d-4f56-b898-99461d45adef} <Debug> oximeter.measurements_histogramu16 (19385b5f-da8e-4a79-9d26-64445539ee53): Loading data parts | ||
| 510 | 2025.04.28 18:10:16.535104 [ 258 ] {8396950f-c68d-4f56-b898-99461d45adef} <Debug> oximeter.measurements_histogramu16 (19385b5f-da8e-4a79-9d26-64445539ee53): There are no data parts | ||
| 511 | 2025.04.28 18:10:16.538996 [ 258 ] {8396950f-c68d-4f56-b898-99461d45adef} <Debug> TCPHandler: Processed in 0.00723775 sec. | ||
| 512 | 2025.04.28 18:10:16.539168 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 513 | 2025.04.28 18:10:16.539611 [ 258 ] {7ca6cf83-79ff-48cb-aecb-e75a61f51c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 514 | 2025.04.28 18:10:16.539743 [ 258 ] {7ca6cf83-79ff-48cb-aecb-e75a61f51c69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 515 | 2025.04.28 18:10:16.544979 [ 258 ] {7ca6cf83-79ff-48cb-aecb-e75a61f51c69} <Debug> oximeter.measurements_histogrami32 (648a49b5-690e-41fd-b136-692de9bba228): Loading data parts | ||
| 516 | 2025.04.28 18:10:16.545220 [ 258 ] {7ca6cf83-79ff-48cb-aecb-e75a61f51c69} <Debug> oximeter.measurements_histogrami32 (648a49b5-690e-41fd-b136-692de9bba228): There are no data parts | ||
| 517 | 2025.04.28 18:10:16.546970 [ 258 ] {7ca6cf83-79ff-48cb-aecb-e75a61f51c69} <Debug> TCPHandler: Processed in 0.00786398 sec. | ||
| 518 | 2025.04.28 18:10:16.547121 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 519 | 2025.04.28 18:10:16.547379 [ 258 ] {07457f1e-2ac2-481f-9f91-3fdf479f3fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 520 | 2025.04.28 18:10:16.547514 [ 258 ] {07457f1e-2ac2-481f-9f91-3fdf479f3fc0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 521 | 2025.04.28 18:10:16.550625 [ 258 ] {07457f1e-2ac2-481f-9f91-3fdf479f3fc0} <Debug> oximeter.measurements_histogramu32 (25e8df98-f756-42a9-a338-d30ee62bd9f4): Loading data parts | ||
| 522 | 2025.04.28 18:10:16.550850 [ 258 ] {07457f1e-2ac2-481f-9f91-3fdf479f3fc0} <Debug> oximeter.measurements_histogramu32 (25e8df98-f756-42a9-a338-d30ee62bd9f4): There are no data parts | ||
| 523 | 2025.04.28 18:10:16.553166 [ 258 ] {07457f1e-2ac2-481f-9f91-3fdf479f3fc0} <Debug> TCPHandler: Processed in 0.006096843 sec. | ||
| 524 | 2025.04.28 18:10:16.553320 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 525 | 2025.04.28 18:10:16.553723 [ 258 ] {c6a95b43-f45a-41da-ab4e-7967eaa91865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 526 | 2025.04.28 18:10:16.553878 [ 258 ] {c6a95b43-f45a-41da-ab4e-7967eaa91865} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 527 | 2025.04.28 18:10:16.557948 [ 258 ] {c6a95b43-f45a-41da-ab4e-7967eaa91865} <Debug> oximeter.measurements_histogrami64 (970943c4-2c56-42f3-b98e-20e5f4c0251c): Loading data parts | ||
| 528 | 2025.04.28 18:10:16.558161 [ 258 ] {c6a95b43-f45a-41da-ab4e-7967eaa91865} <Debug> oximeter.measurements_histogrami64 (970943c4-2c56-42f3-b98e-20e5f4c0251c): There are no data parts | ||
| 529 | 2025.04.28 18:10:16.560521 [ 258 ] {c6a95b43-f45a-41da-ab4e-7967eaa91865} <Debug> TCPHandler: Processed in 0.007262811 sec. | ||
| 530 | 2025.04.28 18:10:16.560671 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 531 | 2025.04.28 18:10:16.560927 [ 258 ] {17796814-68ef-4f48-b8e3-025a6e81ac89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 532 | 2025.04.28 18:10:16.561074 [ 258 ] {17796814-68ef-4f48-b8e3-025a6e81ac89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 533 | 2025.04.28 18:10:16.565341 [ 258 ] {17796814-68ef-4f48-b8e3-025a6e81ac89} <Debug> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Loading data parts | ||
| 534 | 2025.04.28 18:10:16.565634 [ 258 ] {17796814-68ef-4f48-b8e3-025a6e81ac89} <Debug> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): There are no data parts | ||
| 535 | 2025.04.28 18:10:16.567903 [ 258 ] {17796814-68ef-4f48-b8e3-025a6e81ac89} <Debug> TCPHandler: Processed in 0.007283231 sec. | ||
| 536 | 2025.04.28 18:10:16.568044 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 537 | 2025.04.28 18:10:16.568380 [ 258 ] {3967a44c-a576-4831-be1a-3c1e431eac00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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.28 18:10:16.568520 [ 258 ] {3967a44c-a576-4831-be1a-3c1e431eac00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 539 | 2025.04.28 18:10:16.572830 [ 258 ] {3967a44c-a576-4831-be1a-3c1e431eac00} <Debug> oximeter.measurements_histogramf32 (0fcefa26-8aa1-46dc-8389-f856d534ba7a): Loading data parts | ||
| 540 | 2025.04.28 18:10:16.573030 [ 258 ] {3967a44c-a576-4831-be1a-3c1e431eac00} <Debug> oximeter.measurements_histogramf32 (0fcefa26-8aa1-46dc-8389-f856d534ba7a): There are no data parts | ||
| 541 | 2025.04.28 18:10:16.575374 [ 258 ] {3967a44c-a576-4831-be1a-3c1e431eac00} <Debug> TCPHandler: Processed in 0.007380793 sec. | ||
| 542 | 2025.04.28 18:10:16.575519 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 543 | 2025.04.28 18:10:16.575772 [ 258 ] {050dab0e-a0fb-4cd9-b9ee-802dab553916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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.28 18:10:16.575913 [ 258 ] {050dab0e-a0fb-4cd9-b9ee-802dab553916} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 545 | 2025.04.28 18:10:16.580223 [ 258 ] {050dab0e-a0fb-4cd9-b9ee-802dab553916} <Debug> oximeter.measurements_histogramf64 (ccd3b701-67e0-4b00-a76d-ff84840c716a): Loading data parts | ||
| 546 | 2025.04.28 18:10:16.580539 [ 258 ] {050dab0e-a0fb-4cd9-b9ee-802dab553916} <Debug> oximeter.measurements_histogramf64 (ccd3b701-67e0-4b00-a76d-ff84840c716a): There are no data parts | ||
| 547 | 2025.04.28 18:10:16.582795 [ 258 ] {050dab0e-a0fb-4cd9-b9ee-802dab553916} <Debug> TCPHandler: Processed in 0.007328372 sec. | ||
| 548 | 2025.04.28 18:10:16.582939 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 549 | 2025.04.28 18:10:16.583212 [ 258 ] {64cc497c-00d6-4f0b-92ce-7a1184852980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) /* 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.28 18:10:16.583351 [ 258 ] {64cc497c-00d6-4f0b-92ce-7a1184852980} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 576 | 2025.04.28 18:10:16.587547 [ 258 ] {64cc497c-00d6-4f0b-92ce-7a1184852980} <Debug> oximeter.fields_bool (9af6bd2a-ac20-472f-843e-9762cab11477): Loading data parts | ||
| 577 | 2025.04.28 18:10:16.587781 [ 258 ] {64cc497c-00d6-4f0b-92ce-7a1184852980} <Debug> oximeter.fields_bool (9af6bd2a-ac20-472f-843e-9762cab11477): There are no data parts | ||
| 578 | 2025.04.28 18:10:16.590098 [ 258 ] {64cc497c-00d6-4f0b-92ce-7a1184852980} <Debug> TCPHandler: Processed in 0.0072105 sec. | ||
| 579 | 2025.04.28 18:10:16.590324 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 580 | 2025.04.28 18:10:16.590552 [ 258 ] {d1f52462-d560-4274-896e-dd796fe48a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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.28 18:10:16.590703 [ 258 ] {d1f52462-d560-4274-896e-dd796fe48a4a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 582 | 2025.04.28 18:10:16.594921 [ 258 ] {d1f52462-d560-4274-896e-dd796fe48a4a} <Debug> oximeter.fields_i8 (82fd0e1d-cebc-43a7-bade-7153d1f88309): Loading data parts | ||
| 583 | 2025.04.28 18:10:16.595242 [ 258 ] {d1f52462-d560-4274-896e-dd796fe48a4a} <Debug> oximeter.fields_i8 (82fd0e1d-cebc-43a7-bade-7153d1f88309): There are no data parts | ||
| 584 | 2025.04.28 18:10:16.597582 [ 258 ] {d1f52462-d560-4274-896e-dd796fe48a4a} <Debug> TCPHandler: Processed in 0.007317602 sec. | ||
| 585 | 2025.04.28 18:10:16.597797 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 586 | 2025.04.28 18:10:16.598246 [ 258 ] {97afa8b8-b9bd-41b8-a57f-eee2bbf2ee28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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.28 18:10:16.598316 [ 258 ] {97afa8b8-b9bd-41b8-a57f-eee2bbf2ee28} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 588 | 2025.04.28 18:10:16.602277 [ 258 ] {97afa8b8-b9bd-41b8-a57f-eee2bbf2ee28} <Debug> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Loading data parts | ||
| 589 | 2025.04.28 18:10:16.602466 [ 258 ] {97afa8b8-b9bd-41b8-a57f-eee2bbf2ee28} <Debug> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): There are no data parts | ||
| 590 | 2025.04.28 18:10:16.604832 [ 258 ] {97afa8b8-b9bd-41b8-a57f-eee2bbf2ee28} <Debug> TCPHandler: Processed in 0.007126658 sec. | ||
| 591 | 2025.04.28 18:10:16.605036 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 592 | 2025.04.28 18:10:16.605222 [ 258 ] {6d7801a8-46ad-4e2f-b25f-522750e83418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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.28 18:10:16.605342 [ 258 ] {6d7801a8-46ad-4e2f-b25f-522750e83418} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 594 | 2025.04.28 18:10:16.609597 [ 258 ] {6d7801a8-46ad-4e2f-b25f-522750e83418} <Debug> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Loading data parts | ||
| 595 | 2025.04.28 18:10:16.609847 [ 258 ] {6d7801a8-46ad-4e2f-b25f-522750e83418} <Debug> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): There are no data parts | ||
| 596 | 2025.04.28 18:10:16.612195 [ 258 ] {6d7801a8-46ad-4e2f-b25f-522750e83418} <Debug> TCPHandler: Processed in 0.00721322 sec. | ||
| 597 | 2025.04.28 18:10:16.612349 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 598 | 2025.04.28 18:10:16.612648 [ 258 ] {e1495087-fd2f-4909-99a7-2bccd2e0a31e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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.28 18:10:16.612785 [ 258 ] {e1495087-fd2f-4909-99a7-2bccd2e0a31e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 600 | 2025.04.28 18:10:16.616910 [ 258 ] {e1495087-fd2f-4909-99a7-2bccd2e0a31e} <Debug> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Loading data parts | ||
| 601 | 2025.04.28 18:10:16.617114 [ 258 ] {e1495087-fd2f-4909-99a7-2bccd2e0a31e} <Debug> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): There are no data parts | ||
| 602 | 2025.04.28 18:10:16.617144 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59715 | ||
| 603 | 2025.04.28 18:10:16.617419 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 604 | 2025.04.28 18:10:16.617458 [ 277 ] {} <Debug> TCP-Session: 97f5e2c3-358b-4d12-9a76-62a81b44658e Authenticating user 'default' from [fd00:1122:3344:101::a]:59715 | ||
| 605 | 2025.04.28 18:10:16.617486 [ 277 ] {} <Debug> TCP-Session: 97f5e2c3-358b-4d12-9a76-62a81b44658e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 606 | 2025.04.28 18:10:16.617584 [ 277 ] {} <Debug> TCP-Session: 97f5e2c3-358b-4d12-9a76-62a81b44658e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 607 | 2025.04.28 18:10:16.617660 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 608 | 2025.04.28 18:10:16.617691 [ 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 | ||
| 609 | 2025.04.28 18:10:16.617795 [ 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 | ||
| 610 | 2025.04.28 18:10:16.618881 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53995 | ||
| 611 | 2025.04.28 18:10:16.618955 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65156 | ||
| 612 | 2025.04.28 18:10:16.619099 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 613 | 2025.04.28 18:10:16.619214 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65149 | ||
| 614 | 2025.04.28 18:10:16.619285 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 615 | 2025.04.28 18:10:16.619295 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39754 | ||
| 616 | 2025.04.28 18:10:16.619345 [ 278 ] {} <Debug> TCP-Session: 6ba8132a-3595-46fd-ac9d-ccfe76dac446 Authenticating user 'default' from [fd00:1122:3344:101::a]:53995 | ||
| 617 | 2025.04.28 18:10:16.619400 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51411 | ||
| 618 | 2025.04.28 18:10:16.619792 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 619 | 2025.04.28 18:10:16.619802 [ 279 ] {} <Debug> TCP-Session: a6e742b5-65c0-4e92-94c4-2c2b2a74b4b6 Authenticating user 'default' from [fd00:1122:3344:101::a]:65156 | ||
| 620 | 2025.04.28 18:10:16.619805 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46556 | ||
| 621 | 2025.04.28 18:10:16.619922 [ 278 ] {} <Debug> TCP-Session: 6ba8132a-3595-46fd-ac9d-ccfe76dac446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 622 | 2025.04.28 18:10:16.619813 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 623 | 2025.04.28 18:10:16.619982 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46274 | ||
| 624 | 2025.04.28 18:10:16.620027 [ 281 ] {} <Debug> TCP-Session: b94c460d-0445-4ab2-bb94-b1e8d2c430c7 Authenticating user 'default' from [fd00:1122:3344:101::a]:39754 | ||
| 625 | 2025.04.28 18:10:16.620143 [ 280 ] {} <Debug> TCP-Session: c713ea3b-4a3a-4bef-8aa4-3b2de5f66cc8 Authenticating user 'default' from [fd00:1122:3344:101::a]:65149 | ||
| 626 | 2025.04.28 18:10:16.620071 [ 279 ] {} <Debug> TCP-Session: a6e742b5-65c0-4e92-94c4-2c2b2a74b4b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 627 | 2025.04.28 18:10:16.620024 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 628 | 2025.04.28 18:10:16.620449 [ 279 ] {} <Debug> TCP-Session: a6e742b5-65c0-4e92-94c4-2c2b2a74b4b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2025.04.28 18:10:16.620461 [ 278 ] {} <Debug> TCP-Session: 6ba8132a-3595-46fd-ac9d-ccfe76dac446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 630 | 2025.04.28 18:10:16.620486 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 631 | 2025.04.28 18:10:16.620585 [ 282 ] {} <Debug> TCP-Session: 015fc17f-c319-4df7-9f20-ebecc72a90ed Authenticating user 'default' from [fd00:1122:3344:101::a]:51411 | ||
| 632 | 2025.04.28 18:10:16.620326 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 633 | 2025.04.28 18:10:16.620463 [ 281 ] {} <Debug> TCP-Session: b94c460d-0445-4ab2-bb94-b1e8d2c430c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 634 | 2025.04.28 18:10:16.620655 [ 280 ] {} <Debug> TCP-Session: c713ea3b-4a3a-4bef-8aa4-3b2de5f66cc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 635 | 2025.04.28 18:10:16.620696 [ 284 ] {} <Debug> TCP-Session: 3e5b2bbd-7756-4efb-88f6-f7b131d1924b Authenticating user 'default' from [fd00:1122:3344:101::a]:46274 | ||
| 636 | 2025.04.28 18:10:16.620668 [ 258 ] {e1495087-fd2f-4909-99a7-2bccd2e0a31e} <Debug> TCPHandler: Processed in 0.008379448 sec. | ||
| 637 | 2025.04.28 18:10:16.620798 [ 280 ] {} <Debug> TCP-Session: c713ea3b-4a3a-4bef-8aa4-3b2de5f66cc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 638 | 2025.04.28 18:10:16.620789 [ 284 ] {} <Debug> TCP-Session: 3e5b2bbd-7756-4efb-88f6-f7b131d1924b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 639 | 2025.04.28 18:10:16.620778 [ 281 ] {} <Debug> TCP-Session: b94c460d-0445-4ab2-bb94-b1e8d2c430c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2025.04.28 18:10:16.620882 [ 284 ] {} <Debug> TCP-Session: 3e5b2bbd-7756-4efb-88f6-f7b131d1924b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2025.04.28 18:10:16.620765 [ 282 ] {} <Debug> TCP-Session: 015fc17f-c319-4df7-9f20-ebecc72a90ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2025.04.28 18:10:16.620749 [ 283 ] {} <Debug> TCP-Session: 40cd40f9-a84b-4479-8ee0-b84f8afbfc1b Authenticating user 'default' from [fd00:1122:3344:101::a]:46556 | ||
| 643 | 2025.04.28 18:10:16.621069 [ 282 ] {} <Debug> TCP-Session: 015fc17f-c319-4df7-9f20-ebecc72a90ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 644 | 2025.04.28 18:10:16.621145 [ 283 ] {} <Debug> TCP-Session: 40cd40f9-a84b-4479-8ee0-b84f8afbfc1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2025.04.28 18:10:16.621163 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 646 | 2025.04.28 18:10:16.621306 [ 283 ] {} <Debug> TCP-Session: 40cd40f9-a84b-4479-8ee0-b84f8afbfc1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.04.28 18:10:16.621461 [ 258 ] {9e55fb71-dac6-4a63-a5a0-921af3ec95bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 648 | 2025.04.28 18:10:16.621586 [ 258 ] {9e55fb71-dac6-4a63-a5a0-921af3ec95bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 649 | 2025.04.28 18:10:16.624248 [ 258 ] {9e55fb71-dac6-4a63-a5a0-921af3ec95bb} <Debug> oximeter.fields_i32 (a48892ea-dc09-4444-924d-957085cf352b): Loading data parts | ||
| 650 | 2025.04.28 18:10:16.624438 [ 258 ] {9e55fb71-dac6-4a63-a5a0-921af3ec95bb} <Debug> oximeter.fields_i32 (a48892ea-dc09-4444-924d-957085cf352b): There are no data parts | ||
| 651 | 2025.04.28 18:10:16.627341 [ 258 ] {9e55fb71-dac6-4a63-a5a0-921af3ec95bb} <Debug> TCPHandler: Processed in 0.006455038 sec. | ||
| 652 | 2025.04.28 18:10:16.627566 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 653 | 2025.04.28 18:10:16.627904 [ 258 ] {7f1a0f6f-f256-43ea-9f50-ae5e5f77b542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 654 | 2025.04.28 18:10:16.628088 [ 258 ] {7f1a0f6f-f256-43ea-9f50-ae5e5f77b542} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 655 | 2025.04.28 18:10:16.632209 [ 258 ] {7f1a0f6f-f256-43ea-9f50-ae5e5f77b542} <Debug> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Loading data parts | ||
| 656 | 2025.04.28 18:10:16.632420 [ 258 ] {7f1a0f6f-f256-43ea-9f50-ae5e5f77b542} <Debug> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): There are no data parts | ||
| 657 | 2025.04.28 18:10:16.634786 [ 258 ] {7f1a0f6f-f256-43ea-9f50-ae5e5f77b542} <Debug> TCPHandler: Processed in 0.007314561 sec. | ||
| 658 | 2025.04.28 18:10:16.635000 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 659 | 2025.04.28 18:10:16.635181 [ 258 ] {c96f1bee-69c9-4d78-a565-707697453bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 660 | 2025.04.28 18:10:16.635305 [ 258 ] {c96f1bee-69c9-4d78-a565-707697453bc9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 661 | 2025.04.28 18:10:16.639570 [ 258 ] {c96f1bee-69c9-4d78-a565-707697453bc9} <Debug> oximeter.fields_i64 (899d6813-a93f-46c1-99e6-86c7d5a2c9b6): Loading data parts | ||
| 662 | 2025.04.28 18:10:16.639896 [ 258 ] {c96f1bee-69c9-4d78-a565-707697453bc9} <Debug> oximeter.fields_i64 (899d6813-a93f-46c1-99e6-86c7d5a2c9b6): There are no data parts | ||
| 663 | 2025.04.28 18:10:16.642143 [ 258 ] {c96f1bee-69c9-4d78-a565-707697453bc9} <Debug> TCPHandler: Processed in 0.0071945 sec. | ||
| 664 | 2025.04.28 18:10:16.642289 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 665 | 2025.04.28 18:10:16.642556 [ 258 ] {cc47489d-6b81-4549-b3a7-95445a21f752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 666 | 2025.04.28 18:10:16.642651 [ 258 ] {cc47489d-6b81-4549-b3a7-95445a21f752} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 667 | 2025.04.28 18:10:16.646854 [ 258 ] {cc47489d-6b81-4549-b3a7-95445a21f752} <Debug> oximeter.fields_u64 (2be21f09-67f2-4194-80d7-a9bdbad878e2): Loading data parts | ||
| 668 | 2025.04.28 18:10:16.647022 [ 258 ] {cc47489d-6b81-4549-b3a7-95445a21f752} <Debug> oximeter.fields_u64 (2be21f09-67f2-4194-80d7-a9bdbad878e2): There are no data parts | ||
| 669 | 2025.04.28 18:10:16.649423 [ 258 ] {cc47489d-6b81-4549-b3a7-95445a21f752} <Debug> TCPHandler: Processed in 0.00719149 sec. | ||
| 670 | 2025.04.28 18:10:16.649657 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2025.04.28 18:10:16.649882 [ 258 ] {344aeac8-aaee-45ea-9592-1041a010baa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 672 | 2025.04.28 18:10:16.650019 [ 258 ] {344aeac8-aaee-45ea-9592-1041a010baa3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 673 | 2025.04.28 18:10:16.654102 [ 258 ] {344aeac8-aaee-45ea-9592-1041a010baa3} <Debug> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Loading data parts | ||
| 674 | 2025.04.28 18:10:16.654363 [ 258 ] {344aeac8-aaee-45ea-9592-1041a010baa3} <Debug> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): There are no data parts | ||
| 675 | 2025.04.28 18:10:16.656631 [ 258 ] {344aeac8-aaee-45ea-9592-1041a010baa3} <Debug> TCPHandler: Processed in 0.007036337 sec. | ||
| 676 | 2025.04.28 18:10:16.656779 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 677 | 2025.04.28 18:10:16.657029 [ 258 ] {b55867c8-8dec-4953-8662-5f1176c9ba96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 678 | 2025.04.28 18:10:16.657116 [ 258 ] {b55867c8-8dec-4953-8662-5f1176c9ba96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 679 | 2025.04.28 18:10:16.661330 [ 258 ] {b55867c8-8dec-4953-8662-5f1176c9ba96} <Debug> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Loading data parts | ||
| 680 | 2025.04.28 18:10:16.661511 [ 258 ] {b55867c8-8dec-4953-8662-5f1176c9ba96} <Debug> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): There are no data parts | ||
| 681 | 2025.04.28 18:10:16.664005 [ 258 ] {b55867c8-8dec-4953-8662-5f1176c9ba96} <Debug> TCPHandler: Processed in 0.007277481 sec. | ||
| 682 | 2025.04.28 18:10:16.664237 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2025.04.28 18:10:16.664425 [ 258 ] {83cc39e0-e451-47fe-9e9a-1c89966a7511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 684 | 2025.04.28 18:10:16.664535 [ 258 ] {83cc39e0-e451-47fe-9e9a-1c89966a7511} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 685 | 2025.04.28 18:10:16.668740 [ 258 ] {83cc39e0-e451-47fe-9e9a-1c89966a7511} <Debug> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Loading data parts | ||
| 686 | 2025.04.28 18:10:16.668966 [ 258 ] {83cc39e0-e451-47fe-9e9a-1c89966a7511} <Debug> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): There are no data parts | ||
| 687 | 2025.04.28 18:10:16.671421 [ 258 ] {83cc39e0-e451-47fe-9e9a-1c89966a7511} <Debug> TCPHandler: Processed in 0.007244791 sec. | ||
| 688 | 2025.04.28 18:10:16.671597 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 689 | 2025.04.28 18:10:16.671977 [ 258 ] {e8f4d16e-086a-46dd-8f61-2a0c7d59314c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) /* The timeseries schema table stores the extracted schema for the samples | ||
| 690 | * oximeter collects. | ||
| 691 | */ | ||
| 692 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 693 | 2025.04.28 18:10:16.672128 [ 258 ] {e8f4d16e-086a-46dd-8f61-2a0c7d59314c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 694 | 2025.04.28 18:10:16.676181 [ 258 ] {e8f4d16e-086a-46dd-8f61-2a0c7d59314c} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d): Loading data parts | ||
| 695 | 2025.04.28 18:10:16.676388 [ 258 ] {e8f4d16e-086a-46dd-8f61-2a0c7d59314c} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d): There are no data parts | ||
| 696 | 2025.04.28 18:10:16.678730 [ 258 ] {e8f4d16e-086a-46dd-8f61-2a0c7d59314c} <Debug> TCPHandler: Processed in 0.00719617 sec. | ||
| 697 | 2025.04.28 18:10:16.680902 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 698 | 2025.04.28 18:10:16.681285 [ 263 ] {974d308a-f4ab-4078-8d4c-d9b4b454ba3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 699 | 2025.04.28 18:10:16.682649 [ 263 ] {974d308a-f4ab-4078-8d4c-d9b4b454ba3a} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 700 | 2025.04.28 18:10:16.697042 [ 276 ] {974d308a-f4ab-4078-8d4c-d9b4b454ba3a} <Trace> oximeter.version (5a36a5da-5891-413d-97a5-7fd26c0a0389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 701 | 2025.04.28 18:10:16.697236 [ 276 ] {974d308a-f4ab-4078-8d4c-d9b4b454ba3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 702 | 2025.04.28 18:10:16.702694 [ 276 ] {974d308a-f4ab-4078-8d4c-d9b4b454ba3a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 703 | 2025.04.28 18:10:16.703342 [ 276 ] {974d308a-f4ab-4078-8d4c-d9b4b454ba3a} <Trace> oximeter.version (5a36a5da-5891-413d-97a5-7fd26c0a0389): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 704 | 2025.04.28 18:10:16.703802 [ 263 ] {974d308a-f4ab-4078-8d4c-d9b4b454ba3a} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.02264 sec., 44.169611307420496 rows/sec., 706.71 B/sec. | ||
| 705 | 2025.04.28 18:10:16.704087 [ 263 ] {974d308a-f4ab-4078-8d4c-d9b4b454ba3a} <Debug> TCPHandler: Processed in 0.023280605 sec. | ||
| 706 | 2025.04.28 18:10:17.001086 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 126.84 MiB, peak 126.84 MiB, free memory in arenas 0.00 B, will set to 140.92 MiB (RSS), difference: 14.08 MiB | ||
| 707 | 2025.04.28 18:10:22.897422 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.04.28 18:10:22.897480 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 709 | 2025.04.28 18:10:22.897528 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.04.28 18:10:22.897576 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.04.28 18:10:22.904082 [ 244 ] {} <Debug> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Loading data parts | ||
| 712 | 2025.04.28 18:10:22.904608 [ 244 ] {} <Debug> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): There are no data parts | ||
| 713 | 2025.04.28 18:10:22.911819 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.04.28 18:10:22.912058 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 715 | 2025.04.28 18:10:22.915312 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 716 | 2025.04.28 18:10:22.916334 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): 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.28 18:10:22.917413 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 718 | 2025.04.28 18:10:22.922653 [ 243 ] {} <Debug> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Loading data parts | ||
| 719 | 2025.04.28 18:10:22.922832 [ 243 ] {} <Debug> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): There are no data parts | ||
| 720 | 2025.04.28 18:10:22.944785 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.04.28 18:10:22.944935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 722 | 2025.04.28 18:10:22.952058 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.04.28 18:10:22.953197 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): 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.28 18:10:22.955530 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.04.28 18:10:23.000156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.95 MiB, peak 149.95 MiB, free memory in arenas 0.00 B, will set to 150.47 MiB (RSS), difference: 4.51 MiB | ||
| 726 | 2025.04.28 18:10:25.397377 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.04.28 18:10:25.397654 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.04.28 18:10:25.402673 [ 242 ] {} <Debug> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Loading data parts | ||
| 729 | 2025.04.28 18:10:25.402829 [ 242 ] {} <Debug> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): There are no data parts | ||
| 730 | 2025.04.28 18:10:25.408489 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.04.28 18:10:25.408625 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 732 | 2025.04.28 18:10:25.410285 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.04.28 18:10:25.410832 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): 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.28 18:10:25.411431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.04.28 18:10:26.000223 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.70 MiB, peak 154.70 MiB, free memory in arenas 0.00 B, will set to 150.90 MiB (RSS), difference: -3.79 MiB | ||
| 736 | 2025.04.28 18:10:30.357920 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.04.28 18:10:30.357976 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.04.28 18:10:30.417628 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 739 | 2025.04.28 18:10:30.418731 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.04.28 18:10:30.418766 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 741 | 2025.04.28 18:10:30.419435 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.04.28 18:10:30.420003 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): 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.28 18:10:30.420257 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.04.28 18:10:30.455663 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.04.28 18:10:30.475590 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.04.28 18:10:30.475700 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 747 | 2025.04.28 18:10:30.482509 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.04.28 18:10:30.483709 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): 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.28 18:10:30.486030 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.04.28 18:10:31.000183 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.58 MiB, peak 155.58 MiB, free memory in arenas 0.00 B, will set to 152.59 MiB (RSS), difference: 1.01 MiB | ||
| 751 | 2025.04.28 18:10:36.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.60 MiB, peak 155.58 MiB, free memory in arenas 0.00 B, will set to 152.63 MiB (RSS), difference: 4.02 MiB | ||
| 752 | 2025.04.28 18:10:36.713255 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 753 | 2025.04.28 18:10:36.713456 [ 258 ] {e88fd863-7484-46db-ac88-44394d99f655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 754 | 2025.04.28 18:10:36.713969 [ 258 ] {e88fd863-7484-46db-ac88-44394d99f655} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 755 | 2025.04.28 18:10:36.714211 [ 258 ] {e88fd863-7484-46db-ac88-44394d99f655} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 756 | 2025.04.28 18:10:36.714983 [ 258 ] {e88fd863-7484-46db-ac88-44394d99f655} <Debug> TCPHandler: Processed in 0.001863529 sec. | ||
| 757 | 2025.04.28 18:10:36.716183 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 758 | 2025.04.28 18:10:36.716338 [ 258 ] {96b03090-108b-4b0e-ad9b-de9491c9750c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 759 | 2025.04.28 18:10:36.718134 [ 258 ] {96b03090-108b-4b0e-ad9b-de9491c9750c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 760 | 2025.04.28 18:10:36.718192 [ 258 ] {96b03090-108b-4b0e-ad9b-de9491c9750c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 761 | 2025.04.28 18:10:36.718748 [ 258 ] {96b03090-108b-4b0e-ad9b-de9491c9750c} <Debug> TCPHandler: Processed in 0.00261858 sec. | ||
| 762 | 2025.04.28 18:10:36.719353 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 763 | 2025.04.28 18:10:36.719524 [ 258 ] {67ee25c0-b0b6-4b10-a582-a83ca1e3943c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 764 | 2025.04.28 18:10:36.719922 [ 258 ] {67ee25c0-b0b6-4b10-a582-a83ca1e3943c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 765 | 2025.04.28 18:10:36.719976 [ 258 ] {67ee25c0-b0b6-4b10-a582-a83ca1e3943c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 766 | 2025.04.28 18:10:36.720472 [ 258 ] {67ee25c0-b0b6-4b10-a582-a83ca1e3943c} <Debug> TCPHandler: Processed in 0.001173028 sec. | ||
| 767 | 2025.04.28 18:10:36.720698 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 768 | 2025.04.28 18:10:36.720833 [ 258 ] {ec83ba96-85ee-4a39-b1fe-8e087cf024b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 769 | 2025.04.28 18:10:36.721151 [ 258 ] {ec83ba96-85ee-4a39-b1fe-8e087cf024b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 770 | 2025.04.28 18:10:36.721204 [ 258 ] {ec83ba96-85ee-4a39-b1fe-8e087cf024b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 771 | 2025.04.28 18:10:36.721644 [ 258 ] {ec83ba96-85ee-4a39-b1fe-8e087cf024b2} <Debug> TCPHandler: Processed in 0.000995895 sec. | ||
| 772 | 2025.04.28 18:10:36.721885 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 773 | 2025.04.28 18:10:36.722020 [ 258 ] {9b420b39-6edd-4de5-bd43-0b8f988673ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 774 | 2025.04.28 18:10:36.722330 [ 258 ] {9b420b39-6edd-4de5-bd43-0b8f988673ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 775 | 2025.04.28 18:10:36.722384 [ 258 ] {9b420b39-6edd-4de5-bd43-0b8f988673ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 776 | 2025.04.28 18:10:36.722855 [ 258 ] {9b420b39-6edd-4de5-bd43-0b8f988673ec} <Debug> TCPHandler: Processed in 0.001020045 sec. | ||
| 777 | 2025.04.28 18:10:36.723076 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 778 | 2025.04.28 18:10:36.723210 [ 258 ] {65b77302-7e23-49bf-b320-68d920174e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 779 | 2025.04.28 18:10:36.723538 [ 258 ] {65b77302-7e23-49bf-b320-68d920174e46} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 780 | 2025.04.28 18:10:36.723589 [ 258 ] {65b77302-7e23-49bf-b320-68d920174e46} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 781 | 2025.04.28 18:10:36.724099 [ 258 ] {65b77302-7e23-49bf-b320-68d920174e46} <Debug> TCPHandler: Processed in 0.001073416 sec. | ||
| 782 | 2025.04.28 18:10:36.724321 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 783 | 2025.04.28 18:10:36.724457 [ 258 ] {51f02fc1-b961-41cb-a5a7-f8cb6fa9e7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 784 | 2025.04.28 18:10:36.724771 [ 258 ] {51f02fc1-b961-41cb-a5a7-f8cb6fa9e7e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 785 | 2025.04.28 18:10:36.724822 [ 258 ] {51f02fc1-b961-41cb-a5a7-f8cb6fa9e7e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 786 | 2025.04.28 18:10:36.725257 [ 258 ] {51f02fc1-b961-41cb-a5a7-f8cb6fa9e7e9} <Debug> TCPHandler: Processed in 0.000985515 sec. | ||
| 787 | 2025.04.28 18:10:36.725480 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 788 | 2025.04.28 18:10:36.725615 [ 258 ] {0f05575e-82f9-4758-9a9a-25022a1c331d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 789 | 2025.04.28 18:10:36.725962 [ 258 ] {0f05575e-82f9-4758-9a9a-25022a1c331d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 790 | 2025.04.28 18:10:36.726018 [ 258 ] {0f05575e-82f9-4758-9a9a-25022a1c331d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 791 | 2025.04.28 18:10:36.726477 [ 258 ] {0f05575e-82f9-4758-9a9a-25022a1c331d} <Debug> TCPHandler: Processed in 0.001048016 sec. | ||
| 792 | 2025.04.28 18:10:36.726745 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 793 | 2025.04.28 18:10:36.726882 [ 258 ] {94573f03-9022-4142-a486-486755961926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 794 | 2025.04.28 18:10:36.727293 [ 258 ] {94573f03-9022-4142-a486-486755961926} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 795 | 2025.04.28 18:10:36.727360 [ 258 ] {94573f03-9022-4142-a486-486755961926} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 796 | 2025.04.28 18:10:36.727951 [ 258 ] {94573f03-9022-4142-a486-486755961926} <Debug> TCPHandler: Processed in 0.00129711 sec. | ||
| 797 | 2025.04.28 18:10:36.728192 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 798 | 2025.04.28 18:10:36.728411 [ 258 ] {23a23bbe-2c32-4d86-bc94-70f933c30b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 799 | 2025.04.28 18:10:36.728751 [ 258 ] {23a23bbe-2c32-4d86-bc94-70f933c30b6d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 800 | 2025.04.28 18:10:36.728804 [ 258 ] {23a23bbe-2c32-4d86-bc94-70f933c30b6d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 801 | 2025.04.28 18:10:36.729259 [ 258 ] {23a23bbe-2c32-4d86-bc94-70f933c30b6d} <Debug> TCPHandler: Processed in 0.001072397 sec. | ||
| 802 | 2025.04.28 18:10:36.729473 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2025.04.28 18:10:36.729614 [ 258 ] {73522584-02a4-43cd-b876-3c90548cd8d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 804 | 2025.04.28 18:10:36.729973 [ 258 ] {73522584-02a4-43cd-b876-3c90548cd8d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 805 | 2025.04.28 18:10:36.730026 [ 258 ] {73522584-02a4-43cd-b876-3c90548cd8d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 806 | 2025.04.28 18:10:36.730479 [ 258 ] {73522584-02a4-43cd-b876-3c90548cd8d3} <Debug> TCPHandler: Processed in 0.001056606 sec. | ||
| 807 | 2025.04.28 18:10:36.730711 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 808 | 2025.04.28 18:10:36.730852 [ 258 ] {5ed60bf1-b916-47a6-a477-c2330774a987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 809 | 2025.04.28 18:10:36.731184 [ 258 ] {5ed60bf1-b916-47a6-a477-c2330774a987} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 810 | 2025.04.28 18:10:36.731235 [ 258 ] {5ed60bf1-b916-47a6-a477-c2330774a987} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 811 | 2025.04.28 18:10:36.731678 [ 258 ] {5ed60bf1-b916-47a6-a477-c2330774a987} <Debug> TCPHandler: Processed in 0.001016966 sec. | ||
| 812 | 2025.04.28 18:10:36.731914 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 813 | 2025.04.28 18:10:36.732054 [ 258 ] {212c6908-af0b-462c-8aa5-dee4831e54ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 814 | 2025.04.28 18:10:36.732388 [ 258 ] {212c6908-af0b-462c-8aa5-dee4831e54ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 815 | 2025.04.28 18:10:36.732440 [ 258 ] {212c6908-af0b-462c-8aa5-dee4831e54ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 816 | 2025.04.28 18:10:36.732881 [ 258 ] {212c6908-af0b-462c-8aa5-dee4831e54ce} <Debug> TCPHandler: Processed in 0.001016895 sec. | ||
| 817 | 2025.04.28 18:10:36.733086 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2025.04.28 18:10:36.733226 [ 258 ] {30645e2b-8df1-4fc2-a038-dbf0f6195313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 819 | 2025.04.28 18:10:36.733565 [ 258 ] {30645e2b-8df1-4fc2-a038-dbf0f6195313} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 820 | 2025.04.28 18:10:36.733618 [ 258 ] {30645e2b-8df1-4fc2-a038-dbf0f6195313} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 821 | 2025.04.28 18:10:36.734108 [ 258 ] {30645e2b-8df1-4fc2-a038-dbf0f6195313} <Debug> TCPHandler: Processed in 0.001071086 sec. | ||
| 822 | 2025.04.28 18:10:36.737868 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 823 | 2025.04.28 18:10:36.738008 [ 258 ] {f4d28e47-74c8-493a-b3bb-349ff6b1a1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 824 | 2025.04.28 18:10:36.738065 [ 258 ] {f4d28e47-74c8-493a-b3bb-349ff6b1a1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 825 | 2025.04.28 18:10:36.738848 [ 258 ] {f4d28e47-74c8-493a-b3bb-349ff6b1a1a1} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 826 | 2025.04.28 18:10:36.738894 [ 258 ] {f4d28e47-74c8-493a-b3bb-349ff6b1a1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 827 | 2025.04.28 18:10:36.739538 [ 258 ] {f4d28e47-74c8-493a-b3bb-349ff6b1a1a1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 828 | 2025.04.28 18:10:36.739941 [ 258 ] {f4d28e47-74c8-493a-b3bb-349ff6b1a1a1} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 829 | 2025.04.28 18:10:36.740140 [ 258 ] {f4d28e47-74c8-493a-b3bb-349ff6b1a1a1} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002166 sec., 6463.527239150508 rows/sec., 927.42 KiB/sec. | ||
| 830 | 2025.04.28 18:10:36.740305 [ 258 ] {f4d28e47-74c8-493a-b3bb-349ff6b1a1a1} <Debug> TCPHandler: Processed in 0.002489158 sec. | ||
| 831 | 2025.04.28 18:10:36.740429 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 832 | 2025.04.28 18:10:36.740540 [ 258 ] {b3e5b75a-92df-4663-91f6-c8e6d533fd30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 833 | 2025.04.28 18:10:36.740588 [ 258 ] {b3e5b75a-92df-4663-91f6-c8e6d533fd30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 834 | 2025.04.28 18:10:36.741944 [ 258 ] {b3e5b75a-92df-4663-91f6-c8e6d533fd30} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 835 | 2025.04.28 18:10:36.741981 [ 258 ] {b3e5b75a-92df-4663-91f6-c8e6d533fd30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 836 | 2025.04.28 18:10:36.742519 [ 258 ] {b3e5b75a-92df-4663-91f6-c8e6d533fd30} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 837 | 2025.04.28 18:10:36.743048 [ 258 ] {b3e5b75a-92df-4663-91f6-c8e6d533fd30} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 838 | 2025.04.28 18:10:36.743248 [ 258 ] {b3e5b75a-92df-4663-91f6-c8e6d533fd30} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002727 sec., 9534.286762009535 rows/sec., 735.91 KiB/sec. | ||
| 839 | 2025.04.28 18:10:36.743333 [ 258 ] {b3e5b75a-92df-4663-91f6-c8e6d533fd30} <Debug> TCPHandler: Processed in 0.002953965 sec. | ||
| 840 | 2025.04.28 18:10:36.743458 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 841 | 2025.04.28 18:10:36.743565 [ 258 ] {a6e1f46e-476e-4f05-9f73-3e79567fe7c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 842 | 2025.04.28 18:10:36.743614 [ 258 ] {a6e1f46e-476e-4f05-9f73-3e79567fe7c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 843 | 2025.04.28 18:10:36.744117 [ 258 ] {a6e1f46e-476e-4f05-9f73-3e79567fe7c4} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 844 | 2025.04.28 18:10:36.744157 [ 258 ] {a6e1f46e-476e-4f05-9f73-3e79567fe7c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 845 | 2025.04.28 18:10:36.744665 [ 258 ] {a6e1f46e-476e-4f05-9f73-3e79567fe7c4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 846 | 2025.04.28 18:10:36.745158 [ 258 ] {a6e1f46e-476e-4f05-9f73-3e79567fe7c4} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 847 | 2025.04.28 18:10:36.745359 [ 258 ] {a6e1f46e-476e-4f05-9f73-3e79567fe7c4} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001816 sec., 15418.502202643172 rows/sec., 1.20 MiB/sec. | ||
| 848 | 2025.04.28 18:10:36.745409 [ 258 ] {a6e1f46e-476e-4f05-9f73-3e79567fe7c4} <Debug> TCPHandler: Processed in 0.002005381 sec. | ||
| 849 | 2025.04.28 18:10:36.745542 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 850 | 2025.04.28 18:10:36.745647 [ 258 ] {eae6857c-bb09-4dda-a20b-3c31eeb7c8b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 851 | 2025.04.28 18:10:36.745701 [ 258 ] {eae6857c-bb09-4dda-a20b-3c31eeb7c8b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 852 | 2025.04.28 18:10:36.746899 [ 258 ] {eae6857c-bb09-4dda-a20b-3c31eeb7c8b7} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 853 | 2025.04.28 18:10:36.746936 [ 258 ] {eae6857c-bb09-4dda-a20b-3c31eeb7c8b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 854 | 2025.04.28 18:10:36.747483 [ 258 ] {eae6857c-bb09-4dda-a20b-3c31eeb7c8b7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 855 | 2025.04.28 18:10:36.747953 [ 258 ] {eae6857c-bb09-4dda-a20b-3c31eeb7c8b7} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 856 | 2025.04.28 18:10:36.748170 [ 258 ] {eae6857c-bb09-4dda-a20b-3c31eeb7c8b7} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.002541 sec., 31483.667847304212 rows/sec., 2.18 MiB/sec. | ||
| 857 | 2025.04.28 18:10:36.748295 [ 258 ] {eae6857c-bb09-4dda-a20b-3c31eeb7c8b7} <Debug> TCPHandler: Processed in 0.002805313 sec. | ||
| 858 | 2025.04.28 18:10:36.748423 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2025.04.28 18:10:36.748528 [ 258 ] {94433fd4-e2a7-47f5-b7ce-d1ee522c126d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 860 | 2025.04.28 18:10:36.748577 [ 258 ] {94433fd4-e2a7-47f5-b7ce-d1ee522c126d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 861 | 2025.04.28 18:10:36.748990 [ 258 ] {94433fd4-e2a7-47f5-b7ce-d1ee522c126d} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 862 | 2025.04.28 18:10:36.749031 [ 258 ] {94433fd4-e2a7-47f5-b7ce-d1ee522c126d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 863 | 2025.04.28 18:10:36.749538 [ 258 ] {94433fd4-e2a7-47f5-b7ce-d1ee522c126d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 864 | 2025.04.28 18:10:36.750065 [ 258 ] {94433fd4-e2a7-47f5-b7ce-d1ee522c126d} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 865 | 2025.04.28 18:10:36.750280 [ 258 ] {94433fd4-e2a7-47f5-b7ce-d1ee522c126d} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001769 sec., 13566.986998304126 rows/sec., 951.72 KiB/sec. | ||
| 866 | 2025.04.28 18:10:36.750336 [ 258 ] {94433fd4-e2a7-47f5-b7ce-d1ee522c126d} <Debug> TCPHandler: Processed in 0.001963949 sec. | ||
| 867 | 2025.04.28 18:10:37.920463 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 868 | 2025.04.28 18:10:37.921143 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 869 | 2025.04.28 18:10:37.921198 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 870 | 2025.04.28 18:10:37.921891 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 871 | 2025.04.28 18:10:37.922436 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 872 | 2025.04.28 18:10:37.922633 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 873 | 2025.04.28 18:10:37.986185 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 874 | 2025.04.28 18:10:38.007470 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 875 | 2025.04.28 18:10:38.007533 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 876 | 2025.04.28 18:10:38.014460 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 877 | 2025.04.28 18:10:38.015778 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 878 | 2025.04.28 18:10:38.019043 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 879 | 2025.04.28 18:10:41.716381 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 880 | 2025.04.28 18:10:41.716586 [ 258 ] {c8244a47-81be-4244-8124-26e4d26a1eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 881 | 2025.04.28 18:10:41.716664 [ 258 ] {c8244a47-81be-4244-8124-26e4d26a1eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 882 | 2025.04.28 18:10:41.717367 [ 258 ] {c8244a47-81be-4244-8124-26e4d26a1eac} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 883 | 2025.04.28 18:10:41.717422 [ 258 ] {c8244a47-81be-4244-8124-26e4d26a1eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 884 | 2025.04.28 18:10:41.717996 [ 258 ] {c8244a47-81be-4244-8124-26e4d26a1eac} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 885 | 2025.04.28 18:10:41.718556 [ 258 ] {c8244a47-81be-4244-8124-26e4d26a1eac} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 886 | 2025.04.28 18:10:41.718755 [ 258 ] {c8244a47-81be-4244-8124-26e4d26a1eac} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002226 sec., 11680.143755615452 rows/sec., 901.54 KiB/sec. | ||
| 887 | 2025.04.28 18:10:41.718818 [ 258 ] {c8244a47-81be-4244-8124-26e4d26a1eac} <Debug> TCPHandler: Processed in 0.00257195 sec. | ||
| 888 | 2025.04.28 18:10:41.718942 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 889 | 2025.04.28 18:10:41.719077 [ 258 ] {16576129-cc90-4042-9292-861d60a0c702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 890 | 2025.04.28 18:10:41.719139 [ 258 ] {16576129-cc90-4042-9292-861d60a0c702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 891 | 2025.04.28 18:10:41.719705 [ 258 ] {16576129-cc90-4042-9292-861d60a0c702} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 892 | 2025.04.28 18:10:41.719746 [ 258 ] {16576129-cc90-4042-9292-861d60a0c702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 893 | 2025.04.28 18:10:41.720266 [ 258 ] {16576129-cc90-4042-9292-861d60a0c702} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 894 | 2025.04.28 18:10:41.720789 [ 258 ] {16576129-cc90-4042-9292-861d60a0c702} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 895 | 2025.04.28 18:10:41.720999 [ 258 ] {16576129-cc90-4042-9292-861d60a0c702} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001951 sec., 14351.614556637622 rows/sec., 1.12 MiB/sec. | ||
| 896 | 2025.04.28 18:10:41.721150 [ 258 ] {16576129-cc90-4042-9292-861d60a0c702} <Debug> TCPHandler: Processed in 0.002261834 sec. | ||
| 897 | 2025.04.28 18:10:41.721279 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 898 | 2025.04.28 18:10:41.721409 [ 258 ] {cd56faf2-97a2-447c-b0ed-52f7d40c08f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 899 | 2025.04.28 18:10:41.721470 [ 258 ] {cd56faf2-97a2-447c-b0ed-52f7d40c08f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 900 | 2025.04.28 18:10:41.722026 [ 258 ] {cd56faf2-97a2-447c-b0ed-52f7d40c08f8} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 901 | 2025.04.28 18:10:41.722067 [ 258 ] {cd56faf2-97a2-447c-b0ed-52f7d40c08f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 902 | 2025.04.28 18:10:41.722628 [ 258 ] {cd56faf2-97a2-447c-b0ed-52f7d40c08f8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 903 | 2025.04.28 18:10:41.723386 [ 258 ] {cd56faf2-97a2-447c-b0ed-52f7d40c08f8} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 904 | 2025.04.28 18:10:41.723599 [ 258 ] {cd56faf2-97a2-447c-b0ed-52f7d40c08f8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002211 sec., 45228.40343735866 rows/sec., 3.14 MiB/sec. | ||
| 905 | 2025.04.28 18:10:41.723764 [ 258 ] {cd56faf2-97a2-447c-b0ed-52f7d40c08f8} <Debug> TCPHandler: Processed in 0.002537309 sec. | ||
| 906 | 2025.04.28 18:10:41.723899 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 907 | 2025.04.28 18:10:41.724008 [ 258 ] {fe824234-31a6-4e67-a784-16c83a678d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 908 | 2025.04.28 18:10:41.724057 [ 258 ] {fe824234-31a6-4e67-a784-16c83a678d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 909 | 2025.04.28 18:10:41.724500 [ 258 ] {fe824234-31a6-4e67-a784-16c83a678d72} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 910 | 2025.04.28 18:10:41.724538 [ 258 ] {fe824234-31a6-4e67-a784-16c83a678d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 911 | 2025.04.28 18:10:41.725058 [ 258 ] {fe824234-31a6-4e67-a784-16c83a678d72} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 912 | 2025.04.28 18:10:41.725634 [ 258 ] {fe824234-31a6-4e67-a784-16c83a678d72} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 913 | 2025.04.28 18:10:41.725811 [ 258 ] {fe824234-31a6-4e67-a784-16c83a678d72} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001827 sec., 16420.361247947454 rows/sec., 1.12 MiB/sec. | ||
| 914 | 2025.04.28 18:10:41.725860 [ 258 ] {fe824234-31a6-4e67-a784-16c83a678d72} <Debug> TCPHandler: Processed in 0.002012481 sec. | ||
| 915 | 2025.04.28 18:10:45.358014 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 916 | 2025.04.28 18:10:45.358080 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 917 | 2025.04.28 18:10:45.412221 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 | ||
| 918 | 2025.04.28 18:10:45.416192 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 919 | 2025.04.28 18:10:45.416236 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 920 | 2025.04.28 18:10:45.417839 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 921 | 2025.04.28 18:10:45.418397 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 922 | 2025.04.28 18:10:45.419113 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134 | ||
| 923 | 2025.04.28 18:10:45.422921 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 924 | 2025.04.28 18:10:45.423601 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 925 | 2025.04.28 18:10:45.423637 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 926 | 2025.04.28 18:10:45.424320 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 927 | 2025.04.28 18:10:45.424815 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 928 | 2025.04.28 18:10:45.425008 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 929 | 2025.04.28 18:10:45.519254 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 930 | 2025.04.28 18:10:45.538229 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 931 | 2025.04.28 18:10:45.538278 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 932 | 2025.04.28 18:10:45.545021 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 933 | 2025.04.28 18:10:45.546267 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 934 | 2025.04.28 18:10:45.548752 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 935 | 2025.04.28 18:10:46.716381 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 936 | 2025.04.28 18:10:46.716602 [ 258 ] {4f6e0eb0-7984-4d89-9094-75b00a1b2a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 937 | 2025.04.28 18:10:46.716689 [ 258 ] {4f6e0eb0-7984-4d89-9094-75b00a1b2a1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 938 | 2025.04.28 18:10:46.717505 [ 258 ] {4f6e0eb0-7984-4d89-9094-75b00a1b2a1c} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 939 | 2025.04.28 18:10:46.717560 [ 258 ] {4f6e0eb0-7984-4d89-9094-75b00a1b2a1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 940 | 2025.04.28 18:10:46.718109 [ 258 ] {4f6e0eb0-7984-4d89-9094-75b00a1b2a1c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 941 | 2025.04.28 18:10:46.718619 [ 258 ] {4f6e0eb0-7984-4d89-9094-75b00a1b2a1c} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 942 | 2025.04.28 18:10:46.718927 [ 258 ] {4f6e0eb0-7984-4d89-9094-75b00a1b2a1c} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002364 sec., 10998.307952622672 rows/sec., 848.92 KiB/sec. | ||
| 943 | 2025.04.28 18:10:46.719053 [ 258 ] {4f6e0eb0-7984-4d89-9094-75b00a1b2a1c} <Debug> TCPHandler: Processed in 0.002818172 sec. | ||
| 944 | 2025.04.28 18:10:46.719185 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 945 | 2025.04.28 18:10:46.719298 [ 258 ] {abc736e2-d8af-4a08-a359-d8239f10e8c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 946 | 2025.04.28 18:10:46.719347 [ 258 ] {abc736e2-d8af-4a08-a359-d8239f10e8c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 947 | 2025.04.28 18:10:46.719888 [ 258 ] {abc736e2-d8af-4a08-a359-d8239f10e8c3} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 948 | 2025.04.28 18:10:46.719929 [ 258 ] {abc736e2-d8af-4a08-a359-d8239f10e8c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 949 | 2025.04.28 18:10:46.720437 [ 258 ] {abc736e2-d8af-4a08-a359-d8239f10e8c3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 950 | 2025.04.28 18:10:46.720927 [ 258 ] {abc736e2-d8af-4a08-a359-d8239f10e8c3} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 951 | 2025.04.28 18:10:46.721143 [ 258 ] {abc736e2-d8af-4a08-a359-d8239f10e8c3} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001872 sec., 14957.264957264957 rows/sec., 1.17 MiB/sec. | ||
| 952 | 2025.04.28 18:10:46.721193 [ 258 ] {abc736e2-d8af-4a08-a359-d8239f10e8c3} <Debug> TCPHandler: Processed in 0.002063331 sec. | ||
| 953 | 2025.04.28 18:10:46.721310 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 954 | 2025.04.28 18:10:46.721417 [ 258 ] {151c7a10-ab13-4ba4-8920-817b247e32c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 955 | 2025.04.28 18:10:46.721467 [ 258 ] {151c7a10-ab13-4ba4-8920-817b247e32c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 956 | 2025.04.28 18:10:46.721958 [ 258 ] {151c7a10-ab13-4ba4-8920-817b247e32c3} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 957 | 2025.04.28 18:10:46.721998 [ 258 ] {151c7a10-ab13-4ba4-8920-817b247e32c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 958 | 2025.04.28 18:10:46.722526 [ 258 ] {151c7a10-ab13-4ba4-8920-817b247e32c3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 959 | 2025.04.28 18:10:46.723023 [ 258 ] {151c7a10-ab13-4ba4-8920-817b247e32c3} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 960 | 2025.04.28 18:10:46.723228 [ 258 ] {151c7a10-ab13-4ba4-8920-817b247e32c3} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001835 sec., 54495.912806539505 rows/sec., 3.78 MiB/sec. | ||
| 961 | 2025.04.28 18:10:46.723279 [ 258 ] {151c7a10-ab13-4ba4-8920-817b247e32c3} <Debug> TCPHandler: Processed in 0.002020161 sec. | ||
| 962 | 2025.04.28 18:10:46.723400 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 963 | 2025.04.28 18:10:46.723504 [ 258 ] {70293c10-b685-4f27-b696-75c2233ef9b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 964 | 2025.04.28 18:10:46.723552 [ 258 ] {70293c10-b685-4f27-b696-75c2233ef9b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 965 | 2025.04.28 18:10:46.723968 [ 258 ] {70293c10-b685-4f27-b696-75c2233ef9b1} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 966 | 2025.04.28 18:10:46.724007 [ 258 ] {70293c10-b685-4f27-b696-75c2233ef9b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 967 | 2025.04.28 18:10:46.724479 [ 258 ] {70293c10-b685-4f27-b696-75c2233ef9b1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 968 | 2025.04.28 18:10:46.724984 [ 258 ] {70293c10-b685-4f27-b696-75c2233ef9b1} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 969 | 2025.04.28 18:10:46.725188 [ 258 ] {70293c10-b685-4f27-b696-75c2233ef9b1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001705 sec., 17595.307917888564 rows/sec., 1.21 MiB/sec. | ||
| 970 | 2025.04.28 18:10:46.725235 [ 258 ] {70293c10-b685-4f27-b696-75c2233ef9b1} <Debug> TCPHandler: Processed in 0.001886569 sec. | ||
| 971 | 2025.04.28 18:10:51.714719 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 972 | 2025.04.28 18:10:51.714982 [ 258 ] {f45b7d78-4fe8-4fee-9b4a-f4d0565d2e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 973 | 2025.04.28 18:10:51.717648 [ 258 ] {f45b7d78-4fe8-4fee-9b4a-f4d0565d2e5b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 974 | 2025.04.28 18:10:51.721722 [ 258 ] {f45b7d78-4fe8-4fee-9b4a-f4d0565d2e5b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
| 975 | 2025.04.28 18:10:51.722083 [ 258 ] {f45b7d78-4fe8-4fee-9b4a-f4d0565d2e5b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 976 | 2025.04.28 18:10:51.726513 [ 258 ] {f45b7d78-4fe8-4fee-9b4a-f4d0565d2e5b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 977 | 2025.04.28 18:10:51.728777 [ 258 ] {f45b7d78-4fe8-4fee-9b4a-f4d0565d2e5b} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 978 | 2025.04.28 18:10:51.731924 [ 258 ] {f45b7d78-4fe8-4fee-9b4a-f4d0565d2e5b} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 979 | 2025.04.28 18:10:51.733950 [ 258 ] {f45b7d78-4fe8-4fee-9b4a-f4d0565d2e5b} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 980 | 2025.04.28 18:10:51.733981 [ 258 ] {f45b7d78-4fe8-4fee-9b4a-f4d0565d2e5b} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 981 | 2025.04.28 18:10:51.734118 [ 258 ] {f45b7d78-4fe8-4fee-9b4a-f4d0565d2e5b} <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'))" | ||
| 982 | 2025.04.28 18:10:51.734150 [ 258 ] {f45b7d78-4fe8-4fee-9b4a-f4d0565d2e5b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 983 | 2025.04.28 18:10:51.758369 [ 258 ] {f45b7d78-4fe8-4fee-9b4a-f4d0565d2e5b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.043487 sec., 321.9352910065077 rows/sec., 13.14 KiB/sec. | ||
| 984 | 2025.04.28 18:10:51.758517 [ 258 ] {f45b7d78-4fe8-4fee-9b4a-f4d0565d2e5b} <Debug> TCPHandler: Processed in 0.043934898 sec. | ||
| 985 | 2025.04.28 18:10:51.758794 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 986 | 2025.04.28 18:10:51.758955 [ 258 ] {22dc477f-34ae-47c1-98bb-10d4da271c83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 987 | 2025.04.28 18:10:51.759222 [ 258 ] {22dc477f-34ae-47c1-98bb-10d4da271c83} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 988 | 2025.04.28 18:10:51.759260 [ 258 ] {22dc477f-34ae-47c1-98bb-10d4da271c83} <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', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 989 | 2025.04.28 18:10:51.759497 [ 258 ] {22dc477f-34ae-47c1-98bb-10d4da271c83} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 990 | 2025.04.28 18:10:51.759563 [ 258 ] {22dc477f-34ae-47c1-98bb-10d4da271c83} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 991 | 2025.04.28 18:10:51.759706 [ 258 ] {22dc477f-34ae-47c1-98bb-10d4da271c83} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 992 | 2025.04.28 18:10:51.759739 [ 258 ] {22dc477f-34ae-47c1-98bb-10d4da271c83} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 993 | 2025.04.28 18:10:51.759762 [ 258 ] {22dc477f-34ae-47c1-98bb-10d4da271c83} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 994 | 2025.04.28 18:10:51.759779 [ 258 ] {22dc477f-34ae-47c1-98bb-10d4da271c83} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 995 | 2025.04.28 18:10:51.759823 [ 258 ] {22dc477f-34ae-47c1-98bb-10d4da271c83} <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', 'static_routing_config:static_routes'))" | ||
| 996 | 2025.04.28 18:10:51.759844 [ 258 ] {22dc477f-34ae-47c1-98bb-10d4da271c83} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 997 | 2025.04.28 18:10:51.760394 [ 258 ] {22dc477f-34ae-47c1-98bb-10d4da271c83} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001511 sec., 9265.387160820648 rows/sec., 378.09 KiB/sec. | ||
| 998 | 2025.04.28 18:10:51.760509 [ 258 ] {22dc477f-34ae-47c1-98bb-10d4da271c83} <Debug> TCPHandler: Processed in 0.001767927 sec. | ||
| 999 | 2025.04.28 18:10:51.760714 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1000 | 2025.04.28 18:10:51.760862 [ 258 ] {5e604502-3ed0-4940-aaa2-2f36027f22cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1001 | 2025.04.28 18:10:51.761118 [ 258 ] {5e604502-3ed0-4940-aaa2-2f36027f22cb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1002 | 2025.04.28 18:10:51.761156 [ 258 ] {5e604502-3ed0-4940-aaa2-2f36027f22cb} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1003 | 2025.04.28 18:10:51.761392 [ 258 ] {5e604502-3ed0-4940-aaa2-2f36027f22cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1004 | 2025.04.28 18:10:51.761456 [ 258 ] {5e604502-3ed0-4940-aaa2-2f36027f22cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1005 | 2025.04.28 18:10:51.761595 [ 258 ] {5e604502-3ed0-4940-aaa2-2f36027f22cb} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1006 | 2025.04.28 18:10:51.761629 [ 258 ] {5e604502-3ed0-4940-aaa2-2f36027f22cb} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1007 | 2025.04.28 18:10:51.761653 [ 258 ] {5e604502-3ed0-4940-aaa2-2f36027f22cb} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1008 | 2025.04.28 18:10:51.761669 [ 258 ] {5e604502-3ed0-4940-aaa2-2f36027f22cb} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1009 | 2025.04.28 18:10:51.761713 [ 258 ] {5e604502-3ed0-4940-aaa2-2f36027f22cb} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1010 | 2025.04.28 18:10:51.761734 [ 258 ] {5e604502-3ed0-4940-aaa2-2f36027f22cb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1011 | 2025.04.28 18:10:51.762240 [ 258 ] {5e604502-3ed0-4940-aaa2-2f36027f22cb} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001439 sec., 9728.978457261988 rows/sec., 397.00 KiB/sec. | ||
| 1012 | 2025.04.28 18:10:51.762354 [ 258 ] {5e604502-3ed0-4940-aaa2-2f36027f22cb} <Debug> TCPHandler: Processed in 0.001691536 sec. | ||
| 1013 | 2025.04.28 18:10:51.762550 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1014 | 2025.04.28 18:10:51.762703 [ 258 ] {a92eac0e-02b8-47e3-9d21-b92b9892ca08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1015 | 2025.04.28 18:10:51.762951 [ 258 ] {a92eac0e-02b8-47e3-9d21-b92b9892ca08} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1016 | 2025.04.28 18:10:51.762989 [ 258 ] {a92eac0e-02b8-47e3-9d21-b92b9892ca08} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1017 | 2025.04.28 18:10:51.763226 [ 258 ] {a92eac0e-02b8-47e3-9d21-b92b9892ca08} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1018 | 2025.04.28 18:10:51.763289 [ 258 ] {a92eac0e-02b8-47e3-9d21-b92b9892ca08} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1019 | 2025.04.28 18:10:51.763424 [ 258 ] {a92eac0e-02b8-47e3-9d21-b92b9892ca08} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1020 | 2025.04.28 18:10:51.763458 [ 258 ] {a92eac0e-02b8-47e3-9d21-b92b9892ca08} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1021 | 2025.04.28 18:10:51.763480 [ 258 ] {a92eac0e-02b8-47e3-9d21-b92b9892ca08} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1022 | 2025.04.28 18:10:51.763496 [ 258 ] {a92eac0e-02b8-47e3-9d21-b92b9892ca08} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1023 | 2025.04.28 18:10:51.763538 [ 258 ] {a92eac0e-02b8-47e3-9d21-b92b9892ca08} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1024 | 2025.04.28 18:10:51.763558 [ 258 ] {a92eac0e-02b8-47e3-9d21-b92b9892ca08} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1025 | 2025.04.28 18:10:51.764081 [ 258 ] {a92eac0e-02b8-47e3-9d21-b92b9892ca08} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001442 sec., 9708.73786407767 rows/sec., 396.18 KiB/sec. | ||
| 1026 | 2025.04.28 18:10:51.764196 [ 258 ] {a92eac0e-02b8-47e3-9d21-b92b9892ca08} <Debug> TCPHandler: Processed in 0.001696846 sec. | ||
| 1027 | 2025.04.28 18:10:51.769053 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1028 | 2025.04.28 18:10:51.769190 [ 258 ] {a2dc8296-599e-4424-816e-e31289a3b88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1029 | 2025.04.28 18:10:51.769247 [ 258 ] {a2dc8296-599e-4424-816e-e31289a3b88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1030 | 2025.04.28 18:10:51.770055 [ 258 ] {a2dc8296-599e-4424-816e-e31289a3b88e} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1031 | 2025.04.28 18:10:51.770109 [ 258 ] {a2dc8296-599e-4424-816e-e31289a3b88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1032 | 2025.04.28 18:10:51.770784 [ 258 ] {a2dc8296-599e-4424-816e-e31289a3b88e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1033 | 2025.04.28 18:10:51.771176 [ 258 ] {a2dc8296-599e-4424-816e-e31289a3b88e} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1034 | 2025.04.28 18:10:51.771370 [ 258 ] {a2dc8296-599e-4424-816e-e31289a3b88e} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.00222 sec., 1801.8018018018017 rows/sec., 229.18 KiB/sec. | ||
| 1035 | 2025.04.28 18:10:51.771456 [ 258 ] {a2dc8296-599e-4424-816e-e31289a3b88e} <Debug> TCPHandler: Processed in 0.002464257 sec. | ||
| 1036 | 2025.04.28 18:10:51.771574 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1037 | 2025.04.28 18:10:51.771680 [ 258 ] {22a7c4dd-26f5-4fda-b8e8-44835da7943e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1038 | 2025.04.28 18:10:51.771726 [ 258 ] {22a7c4dd-26f5-4fda-b8e8-44835da7943e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1039 | 2025.04.28 18:10:51.772256 [ 258 ] {22a7c4dd-26f5-4fda-b8e8-44835da7943e} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1040 | 2025.04.28 18:10:51.772293 [ 258 ] {22a7c4dd-26f5-4fda-b8e8-44835da7943e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1041 | 2025.04.28 18:10:51.772741 [ 258 ] {22a7c4dd-26f5-4fda-b8e8-44835da7943e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1042 | 2025.04.28 18:10:51.773198 [ 258 ] {22a7c4dd-26f5-4fda-b8e8-44835da7943e} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1043 | 2025.04.28 18:10:51.773370 [ 258 ] {22a7c4dd-26f5-4fda-b8e8-44835da7943e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001712 sec., 32710.280373831774 rows/sec., 2.51 MiB/sec. | ||
| 1044 | 2025.04.28 18:10:51.773418 [ 258 ] {22a7c4dd-26f5-4fda-b8e8-44835da7943e} <Debug> TCPHandler: Processed in 0.001895669 sec. | ||
| 1045 | 2025.04.28 18:10:51.773534 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1046 | 2025.04.28 18:10:51.773638 [ 258 ] {a08c33b8-e795-42e4-8280-583e6401e598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1047 | 2025.04.28 18:10:51.773683 [ 258 ] {a08c33b8-e795-42e4-8280-583e6401e598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1048 | 2025.04.28 18:10:51.774195 [ 258 ] {a08c33b8-e795-42e4-8280-583e6401e598} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1049 | 2025.04.28 18:10:51.774232 [ 258 ] {a08c33b8-e795-42e4-8280-583e6401e598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1050 | 2025.04.28 18:10:51.774681 [ 258 ] {a08c33b8-e795-42e4-8280-583e6401e598} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1051 | 2025.04.28 18:10:51.775124 [ 258 ] {a08c33b8-e795-42e4-8280-583e6401e598} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1052 | 2025.04.28 18:10:51.775289 [ 258 ] {a08c33b8-e795-42e4-8280-583e6401e598} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001671 sec., 38300.41891083184 rows/sec., 2.99 MiB/sec. | ||
| 1053 | 2025.04.28 18:10:51.775337 [ 258 ] {a08c33b8-e795-42e4-8280-583e6401e598} <Debug> TCPHandler: Processed in 0.001853248 sec. | ||
| 1054 | 2025.04.28 18:10:51.775451 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1055 | 2025.04.28 18:10:51.775554 [ 258 ] {0a7cffe9-fc38-45f6-bed8-41ae1c4824a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1056 | 2025.04.28 18:10:51.775608 [ 258 ] {0a7cffe9-fc38-45f6-bed8-41ae1c4824a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1057 | 2025.04.28 18:10:51.776095 [ 258 ] {0a7cffe9-fc38-45f6-bed8-41ae1c4824a3} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1058 | 2025.04.28 18:10:51.776132 [ 258 ] {0a7cffe9-fc38-45f6-bed8-41ae1c4824a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1059 | 2025.04.28 18:10:51.776602 [ 258 ] {0a7cffe9-fc38-45f6-bed8-41ae1c4824a3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1060 | 2025.04.28 18:10:51.777072 [ 258 ] {0a7cffe9-fc38-45f6-bed8-41ae1c4824a3} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1061 | 2025.04.28 18:10:51.777276 [ 258 ] {0a7cffe9-fc38-45f6-bed8-41ae1c4824a3} <Debug> executeQuery: Read 148 rows, 10.55 KiB in 0.001738 sec., 85155.35097813579 rows/sec., 5.93 MiB/sec. | ||
| 1062 | 2025.04.28 18:10:51.777422 [ 258 ] {0a7cffe9-fc38-45f6-bed8-41ae1c4824a3} <Debug> TCPHandler: Processed in 0.002022141 sec. | ||
| 1063 | 2025.04.28 18:10:51.777538 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1064 | 2025.04.28 18:10:51.777646 [ 258 ] {e9ce9e40-42ea-4d27-bfd9-a9d66ee90995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1065 | 2025.04.28 18:10:51.777692 [ 258 ] {e9ce9e40-42ea-4d27-bfd9-a9d66ee90995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1066 | 2025.04.28 18:10:51.778123 [ 258 ] {e9ce9e40-42ea-4d27-bfd9-a9d66ee90995} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1067 | 2025.04.28 18:10:51.778161 [ 258 ] {e9ce9e40-42ea-4d27-bfd9-a9d66ee90995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1068 | 2025.04.28 18:10:51.778697 [ 258 ] {e9ce9e40-42ea-4d27-bfd9-a9d66ee90995} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1069 | 2025.04.28 18:10:51.779152 [ 258 ] {e9ce9e40-42ea-4d27-bfd9-a9d66ee90995} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1070 | 2025.04.28 18:10:51.779321 [ 258 ] {e9ce9e40-42ea-4d27-bfd9-a9d66ee90995} <Debug> executeQuery: Read 54 rows, 3.73 KiB in 0.001696 sec., 31839.622641509435 rows/sec., 2.15 MiB/sec. | ||
| 1071 | 2025.04.28 18:10:51.779368 [ 258 ] {e9ce9e40-42ea-4d27-bfd9-a9d66ee90995} <Debug> TCPHandler: Processed in 0.001880189 sec. | ||
| 1072 | 2025.04.28 18:10:52.925200 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1073 | 2025.04.28 18:10:52.925778 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1074 | 2025.04.28 18:10:52.925821 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1075 | 2025.04.28 18:10:52.926524 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1076 | 2025.04.28 18:10:52.927108 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1077 | 2025.04.28 18:10:52.927334 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1078 | 2025.04.28 18:10:53.048909 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1079 | 2025.04.28 18:10:53.067854 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1080 | 2025.04.28 18:10:53.067910 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1081 | 2025.04.28 18:10:53.074628 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1082 | 2025.04.28 18:10:53.075792 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1083 | 2025.04.28 18:10:53.078225 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1084 | 2025.04.28 18:10:55.419471 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 160 | ||
| 1085 | 2025.04.28 18:10:55.422417 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1086 | 2025.04.28 18:10:55.422475 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1087 | 2025.04.28 18:10:55.424163 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1088 | 2025.04.28 18:10:55.424825 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1089 | 2025.04.28 18:10:55.425649 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 160 | ||
| 1090 | 2025.04.28 18:10:56.719946 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1091 | 2025.04.28 18:10:56.720141 [ 258 ] {ac977003-24e7-440c-8223-267d915bc839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1092 | 2025.04.28 18:10:56.720217 [ 258 ] {ac977003-24e7-440c-8223-267d915bc839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1093 | 2025.04.28 18:10:56.720940 [ 258 ] {ac977003-24e7-440c-8223-267d915bc839} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1094 | 2025.04.28 18:10:56.720991 [ 258 ] {ac977003-24e7-440c-8223-267d915bc839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1095 | 2025.04.28 18:10:56.721555 [ 258 ] {ac977003-24e7-440c-8223-267d915bc839} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1096 | 2025.04.28 18:10:56.722049 [ 258 ] {ac977003-24e7-440c-8223-267d915bc839} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1097 | 2025.04.28 18:10:56.722318 [ 258 ] {ac977003-24e7-440c-8223-267d915bc839} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002231 sec., 25100.851636037652 rows/sec., 1.93 MiB/sec. | ||
| 1098 | 2025.04.28 18:10:56.722384 [ 258 ] {ac977003-24e7-440c-8223-267d915bc839} <Debug> TCPHandler: Processed in 0.00259771 sec. | ||
| 1099 | 2025.04.28 18:10:56.722505 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1100 | 2025.04.28 18:10:56.722618 [ 258 ] {0604f7e9-6859-441b-8942-51cfbd5666ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1101 | 2025.04.28 18:10:56.722668 [ 258 ] {0604f7e9-6859-441b-8942-51cfbd5666ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1102 | 2025.04.28 18:10:56.723196 [ 258 ] {0604f7e9-6859-441b-8942-51cfbd5666ad} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1103 | 2025.04.28 18:10:56.723235 [ 258 ] {0604f7e9-6859-441b-8942-51cfbd5666ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1104 | 2025.04.28 18:10:56.723733 [ 258 ] {0604f7e9-6859-441b-8942-51cfbd5666ad} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1105 | 2025.04.28 18:10:56.724275 [ 258 ] {0604f7e9-6859-441b-8942-51cfbd5666ad} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1106 | 2025.04.28 18:10:56.724545 [ 258 ] {0604f7e9-6859-441b-8942-51cfbd5666ad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001952 sec., 32786.88524590164 rows/sec., 2.56 MiB/sec. | ||
| 1107 | 2025.04.28 18:10:56.724636 [ 258 ] {0604f7e9-6859-441b-8942-51cfbd5666ad} <Debug> TCPHandler: Processed in 0.002184443 sec. | ||
| 1108 | 2025.04.28 18:10:56.724775 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1109 | 2025.04.28 18:10:56.724883 [ 258 ] {935e4528-fc0a-4311-9973-fe97ba3068dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1110 | 2025.04.28 18:10:56.724933 [ 258 ] {935e4528-fc0a-4311-9973-fe97ba3068dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1111 | 2025.04.28 18:10:56.725420 [ 258 ] {935e4528-fc0a-4311-9973-fe97ba3068dd} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1112 | 2025.04.28 18:10:56.725459 [ 258 ] {935e4528-fc0a-4311-9973-fe97ba3068dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1113 | 2025.04.28 18:10:56.725948 [ 258 ] {935e4528-fc0a-4311-9973-fe97ba3068dd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1114 | 2025.04.28 18:10:56.726383 [ 258 ] {935e4528-fc0a-4311-9973-fe97ba3068dd} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1115 | 2025.04.28 18:10:56.726654 [ 258 ] {935e4528-fc0a-4311-9973-fe97ba3068dd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001792 sec., 89285.71428571429 rows/sec., 6.22 MiB/sec. | ||
| 1116 | 2025.04.28 18:10:56.726729 [ 258 ] {935e4528-fc0a-4311-9973-fe97ba3068dd} <Debug> TCPHandler: Processed in 0.00200523 sec. | ||
| 1117 | 2025.04.28 18:10:56.726846 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1118 | 2025.04.28 18:10:56.726953 [ 258 ] {89553584-a866-465b-925c-3ebca146a13c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1119 | 2025.04.28 18:10:56.726999 [ 258 ] {89553584-a866-465b-925c-3ebca146a13c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1120 | 2025.04.28 18:10:56.727405 [ 258 ] {89553584-a866-465b-925c-3ebca146a13c} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1121 | 2025.04.28 18:10:56.727444 [ 258 ] {89553584-a866-465b-925c-3ebca146a13c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1122 | 2025.04.28 18:10:56.727956 [ 258 ] {89553584-a866-465b-925c-3ebca146a13c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1123 | 2025.04.28 18:10:56.728459 [ 258 ] {89553584-a866-465b-925c-3ebca146a13c} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1124 | 2025.04.28 18:10:56.728738 [ 258 ] {89553584-a866-465b-925c-3ebca146a13c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001802 sec., 33296.337402885685 rows/sec., 2.24 MiB/sec. | ||
| 1125 | 2025.04.28 18:10:56.728796 [ 258 ] {89553584-a866-465b-925c-3ebca146a13c} <Debug> TCPHandler: Processed in 0.00200155 sec. | ||
| 1126 | 2025.04.28 18:11:00.358345 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1127 | 2025.04.28 18:11:00.358419 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1128 | 2025.04.28 18:11:00.427515 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1129 | 2025.04.28 18:11:00.428117 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1130 | 2025.04.28 18:11:00.428161 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1131 | 2025.04.28 18:11:00.428972 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1132 | 2025.04.28 18:11:00.429512 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1133 | 2025.04.28 18:11:00.429661 [ 80 ] {} <Debug> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1134 | 2025.04.28 18:11:00.429716 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1135 | 2025.04.28 18:11:00.429726 [ 80 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1136 | 2025.04.28 18:11:00.429754 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1137 | 2025.04.28 18:11:00.432103 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 1138 | 2025.04.28 18:11:00.432292 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1139 | 2025.04.28 18:11:00.432429 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 1140 | 2025.04.28 18:11:00.432561 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 1141 | 2025.04.28 18:11:00.432842 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 1142 | 2025.04.28 18:11:00.433011 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 1143 | 2025.04.28 18:11:00.433213 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 1144 | 2025.04.28 18:11:00.433368 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 1145 | 2025.04.28 18:11:00.500799 [ 187 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.07095536 sec., 39545.99060592463 rows/sec., 579.29 KiB/sec. | ||
| 1146 | 2025.04.28 18:11:00.501570 [ 200 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1147 | 2025.04.28 18:11:00.502086 [ 200 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_6_1} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1148 | 2025.04.28 18:11:00.502166 [ 200 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_6_1} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1149 | 2025.04.28 18:11:00.502292 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1150 | 2025.04.28 18:11:00.578381 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1151 | 2025.04.28 18:11:00.598712 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1152 | 2025.04.28 18:11:00.598760 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1153 | 2025.04.28 18:11:00.605377 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1154 | 2025.04.28 18:11:00.606557 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1155 | 2025.04.28 18:11:00.606910 [ 80 ] {} <Debug> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1156 | 2025.04.28 18:11:00.607039 [ 80 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1157 | 2025.04.28 18:11:00.607106 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1158 | 2025.04.28 18:11:00.607482 [ 200 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 1159 | 2025.04.28 18:11:00.622290 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1160 | 2025.04.28 18:11:00.623904 [ 200 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1161 | 2025.04.28 18:11:00.625349 [ 200 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 1162 | 2025.04.28 18:11:00.630539 [ 200 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 1163 | 2025.04.28 18:11:00.635576 [ 200 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 1164 | 2025.04.28 18:11:00.640365 [ 200 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 1165 | 2025.04.28 18:11:00.658757 [ 200 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 1166 | 2025.04.28 18:11:00.663042 [ 200 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 1167 | 2025.04.28 18:11:00.742321 [ 187 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.135094976 sec., 340.5011893262411 rows/sec., 1.76 MiB/sec. | ||
| 1168 | 2025.04.28 18:11:00.745021 [ 191 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1169 | 2025.04.28 18:11:00.748617 [ 191 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_6_1} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1170 | 2025.04.28 18:11:00.748743 [ 191 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_6_1} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1171 | 2025.04.28 18:11:00.751114 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1172 | 2025.04.28 18:11:01.000178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.08 MiB, peak 168.62 MiB, free memory in arenas 0.00 B, will set to 162.64 MiB (RSS), difference: 3.56 MiB | ||
| 1173 | 2025.04.28 18:11:01.713655 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1174 | 2025.04.28 18:11:01.714044 [ 258 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 1175 | 2025.04.28 18:11:01.714440 [ 258 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1176 | 2025.04.28 18:11:01.714485 [ 258 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <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 | ||
| 1177 | 2025.04.28 18:11:01.714787 [ 258 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1178 | 2025.04.28 18:11:01.714874 [ 258 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1179 | 2025.04.28 18:11:01.715054 [ 258 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1180 | 2025.04.28 18:11:01.715265 [ 286 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1181 | 2025.04.28 18:11:01.715339 [ 287 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1182 | 2025.04.28 18:11:01.715462 [ 258 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1183 | 2025.04.28 18:11:01.715495 [ 258 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1184 | 2025.04.28 18:11:01.720222 [ 258 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1185 | 2025.04.28 18:11:01.720254 [ 258 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1186 | 2025.04.28 18:11:01.720314 [ 258 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <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'))" | ||
| 1187 | 2025.04.28 18:11:01.720360 [ 258 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <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'))" | ||
| 1188 | 2025.04.28 18:11:01.721865 [ 258 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.007983 sec., 2254.7914317925593 rows/sec., 92.24 KiB/sec. | ||
| 1189 | 2025.04.28 18:11:01.722007 [ 258 ] {68318af3-87bb-41bb-b2a1-a31eca87e1e0} <Debug> TCPHandler: Processed in 0.00854609 sec. | ||
| 1190 | 2025.04.28 18:11:01.724440 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1191 | 2025.04.28 18:11:01.724637 [ 258 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) 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) | ||
| 1192 | 2025.04.28 18:11:01.724968 [ 258 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1193 | 2025.04.28 18:11:01.725014 [ 258 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <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 | ||
| 1194 | 2025.04.28 18:11:01.725271 [ 258 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1195 | 2025.04.28 18:11:01.725339 [ 258 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1196 | 2025.04.28 18:11:01.725480 [ 258 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1197 | 2025.04.28 18:11:01.725575 [ 286 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1198 | 2025.04.28 18:11:01.725614 [ 288 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1199 | 2025.04.28 18:11:01.725771 [ 258 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1200 | 2025.04.28 18:11:01.725801 [ 258 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1201 | 2025.04.28 18:11:01.725881 [ 258 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1202 | 2025.04.28 18:11:01.725902 [ 258 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1203 | 2025.04.28 18:11:01.725942 [ 258 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <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'))" | ||
| 1204 | 2025.04.28 18:11:01.725983 [ 258 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <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'))" | ||
| 1205 | 2025.04.28 18:11:01.726946 [ 258 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002401 sec., 7496.876301541025 rows/sec., 306.68 KiB/sec. | ||
| 1206 | 2025.04.28 18:11:01.727097 [ 258 ] {728fdad6-f837-4ea7-9ed3-b2abee812bf1} <Debug> TCPHandler: Processed in 0.002720991 sec. | ||
| 1207 | 2025.04.28 18:11:01.727293 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1208 | 2025.04.28 18:11:01.727446 [ 258 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1209 | 2025.04.28 18:11:01.727731 [ 258 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1210 | 2025.04.28 18:11:01.727776 [ 258 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1211 | 2025.04.28 18:11:01.728047 [ 258 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1212 | 2025.04.28 18:11:01.728116 [ 258 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1213 | 2025.04.28 18:11:01.728257 [ 258 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1214 | 2025.04.28 18:11:01.728373 [ 288 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1215 | 2025.04.28 18:11:01.728374 [ 287 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1216 | 2025.04.28 18:11:01.728496 [ 258 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1217 | 2025.04.28 18:11:01.728525 [ 258 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1218 | 2025.04.28 18:11:01.728604 [ 258 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1219 | 2025.04.28 18:11:01.728624 [ 258 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1220 | 2025.04.28 18:11:01.728663 [ 258 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1221 | 2025.04.28 18:11:01.728704 [ 258 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1222 | 2025.04.28 18:11:01.729767 [ 258 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002388 sec., 7537.688442211055 rows/sec., 308.35 KiB/sec. | ||
| 1223 | 2025.04.28 18:11:01.729907 [ 258 ] {69f412e4-0a78-4cc4-be9b-e19465fc390f} <Debug> TCPHandler: Processed in 0.002665831 sec. | ||
| 1224 | 2025.04.28 18:11:01.730110 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1225 | 2025.04.28 18:11:01.730263 [ 258 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1226 | 2025.04.28 18:11:01.730530 [ 258 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1227 | 2025.04.28 18:11:01.730572 [ 258 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1228 | 2025.04.28 18:11:01.730831 [ 258 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1229 | 2025.04.28 18:11:01.730895 [ 258 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1230 | 2025.04.28 18:11:01.731032 [ 258 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1231 | 2025.04.28 18:11:01.731105 [ 286 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1232 | 2025.04.28 18:11:01.731129 [ 287 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1233 | 2025.04.28 18:11:01.731225 [ 258 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1234 | 2025.04.28 18:11:01.731253 [ 258 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1235 | 2025.04.28 18:11:01.731331 [ 258 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1236 | 2025.04.28 18:11:01.731351 [ 258 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1237 | 2025.04.28 18:11:01.731389 [ 258 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1238 | 2025.04.28 18:11:01.731429 [ 258 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1239 | 2025.04.28 18:11:01.732353 [ 258 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002158 sec., 8341.056533827617 rows/sec., 341.21 KiB/sec. | ||
| 1240 | 2025.04.28 18:11:01.732488 [ 258 ] {c1c8ee81-7853-4e2a-91e7-50f5285467b5} <Debug> TCPHandler: Processed in 0.002429477 sec. | ||
| 1241 | 2025.04.28 18:11:01.733310 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1242 | 2025.04.28 18:11:01.733461 [ 258 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1243 | 2025.04.28 18:11:01.733723 [ 258 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1244 | 2025.04.28 18:11:01.733765 [ 258 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1245 | 2025.04.28 18:11:01.734025 [ 258 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1246 | 2025.04.28 18:11:01.734089 [ 258 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1247 | 2025.04.28 18:11:01.734227 [ 258 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1248 | 2025.04.28 18:11:01.734304 [ 286 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1249 | 2025.04.28 18:11:01.734330 [ 287 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1250 | 2025.04.28 18:11:01.734428 [ 258 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1251 | 2025.04.28 18:11:01.734456 [ 258 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1252 | 2025.04.28 18:11:01.734534 [ 258 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1253 | 2025.04.28 18:11:01.734554 [ 258 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1254 | 2025.04.28 18:11:01.734591 [ 258 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1255 | 2025.04.28 18:11:01.734631 [ 258 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1256 | 2025.04.28 18:11:01.735582 [ 258 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002188 sec., 8226.691042047532 rows/sec., 336.53 KiB/sec. | ||
| 1257 | 2025.04.28 18:11:01.735715 [ 258 ] {7fcc8be4-d892-4858-a37f-8dba65350002} <Debug> TCPHandler: Processed in 0.002456927 sec. | ||
| 1258 | 2025.04.28 18:11:01.735946 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1259 | 2025.04.28 18:11:01.736099 [ 258 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1260 | 2025.04.28 18:11:01.736363 [ 258 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1261 | 2025.04.28 18:11:01.736406 [ 258 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1262 | 2025.04.28 18:11:01.736667 [ 258 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1263 | 2025.04.28 18:11:01.736730 [ 258 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1264 | 2025.04.28 18:11:01.736864 [ 258 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1265 | 2025.04.28 18:11:01.736977 [ 287 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1266 | 2025.04.28 18:11:01.736983 [ 286 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1267 | 2025.04.28 18:11:01.737090 [ 258 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1268 | 2025.04.28 18:11:01.737113 [ 258 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1269 | 2025.04.28 18:11:01.737188 [ 258 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1270 | 2025.04.28 18:11:01.737207 [ 258 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1271 | 2025.04.28 18:11:01.737244 [ 258 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1272 | 2025.04.28 18:11:01.737285 [ 258 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1273 | 2025.04.28 18:11:01.738288 [ 258 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002257 sec., 7975.188303057156 rows/sec., 326.24 KiB/sec. | ||
| 1274 | 2025.04.28 18:11:01.738416 [ 258 ] {1bce14bf-c71f-41cc-a2aa-7272074aee00} <Debug> TCPHandler: Processed in 0.002521058 sec. | ||
| 1275 | 2025.04.28 18:11:01.740940 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1276 | 2025.04.28 18:11:01.741125 [ 258 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1277 | 2025.04.28 18:11:01.741450 [ 258 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1278 | 2025.04.28 18:11:01.741501 [ 258 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1279 | 2025.04.28 18:11:01.741859 [ 258 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1280 | 2025.04.28 18:11:01.741938 [ 258 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1281 | 2025.04.28 18:11:01.742084 [ 258 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1282 | 2025.04.28 18:11:01.742194 [ 286 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1283 | 2025.04.28 18:11:01.742211 [ 287 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1284 | 2025.04.28 18:11:01.742316 [ 258 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1285 | 2025.04.28 18:11:01.742344 [ 258 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1286 | 2025.04.28 18:11:01.742448 [ 258 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1287 | 2025.04.28 18:11:01.742470 [ 258 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1288 | 2025.04.28 18:11:01.742507 [ 258 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1289 | 2025.04.28 18:11:01.742547 [ 258 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1290 | 2025.04.28 18:11:01.743522 [ 258 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002483 sec., 7249.2952074103905 rows/sec., 296.55 KiB/sec. | ||
| 1291 | 2025.04.28 18:11:01.743656 [ 258 ] {581dd9e1-231e-4cc8-9e3d-a6ac29634108} <Debug> TCPHandler: Processed in 0.002778202 sec. | ||
| 1292 | 2025.04.28 18:11:01.744262 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1293 | 2025.04.28 18:11:01.744417 [ 258 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1294 | 2025.04.28 18:11:01.744679 [ 258 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1295 | 2025.04.28 18:11:01.744721 [ 258 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1296 | 2025.04.28 18:11:01.744990 [ 258 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1297 | 2025.04.28 18:11:01.745055 [ 258 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1298 | 2025.04.28 18:11:01.745191 [ 258 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1299 | 2025.04.28 18:11:01.745298 [ 286 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1300 | 2025.04.28 18:11:01.745304 [ 287 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1301 | 2025.04.28 18:11:01.745405 [ 258 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1302 | 2025.04.28 18:11:01.745433 [ 258 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1303 | 2025.04.28 18:11:01.745511 [ 258 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1304 | 2025.04.28 18:11:01.745531 [ 258 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1305 | 2025.04.28 18:11:01.745570 [ 258 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1306 | 2025.04.28 18:11:01.745612 [ 258 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1307 | 2025.04.28 18:11:01.746555 [ 258 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002207 sec., 8155.867693701857 rows/sec., 333.63 KiB/sec. | ||
| 1308 | 2025.04.28 18:11:01.746694 [ 258 ] {1a091839-c0cc-48a9-9e92-e3932ec17c7a} <Debug> TCPHandler: Processed in 0.002482348 sec. | ||
| 1309 | 2025.04.28 18:11:01.746942 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2025.04.28 18:11:01.747097 [ 258 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1311 | 2025.04.28 18:11:01.747365 [ 258 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1312 | 2025.04.28 18:11:01.747407 [ 258 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1313 | 2025.04.28 18:11:01.747679 [ 258 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1314 | 2025.04.28 18:11:01.747745 [ 258 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1315 | 2025.04.28 18:11:01.747883 [ 258 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1316 | 2025.04.28 18:11:01.747991 [ 287 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1317 | 2025.04.28 18:11:01.747996 [ 286 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1318 | 2025.04.28 18:11:01.748103 [ 258 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1319 | 2025.04.28 18:11:01.748128 [ 258 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1320 | 2025.04.28 18:11:01.748203 [ 258 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1321 | 2025.04.28 18:11:01.748222 [ 258 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1322 | 2025.04.28 18:11:01.748259 [ 258 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1323 | 2025.04.28 18:11:01.748300 [ 258 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1324 | 2025.04.28 18:11:01.749273 [ 258 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002245 sec., 8017.817371937639 rows/sec., 327.99 KiB/sec. | ||
| 1325 | 2025.04.28 18:11:01.749406 [ 258 ] {ebc27d4f-92df-4851-bdc2-f7f46fa10330} <Debug> TCPHandler: Processed in 0.002514539 sec. | ||
| 1326 | 2025.04.28 18:11:01.749620 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1327 | 2025.04.28 18:11:01.749775 [ 258 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1328 | 2025.04.28 18:11:01.750040 [ 258 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1329 | 2025.04.28 18:11:01.750083 [ 258 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1330 | 2025.04.28 18:11:01.750351 [ 258 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1331 | 2025.04.28 18:11:01.750414 [ 258 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1332 | 2025.04.28 18:11:01.750552 [ 258 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1333 | 2025.04.28 18:11:01.750650 [ 287 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1334 | 2025.04.28 18:11:01.750664 [ 286 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1335 | 2025.04.28 18:11:01.750758 [ 258 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1336 | 2025.04.28 18:11:01.750781 [ 258 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1337 | 2025.04.28 18:11:01.750856 [ 258 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1338 | 2025.04.28 18:11:01.750875 [ 258 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1339 | 2025.04.28 18:11:01.750914 [ 258 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1340 | 2025.04.28 18:11:01.750953 [ 258 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1341 | 2025.04.28 18:11:01.751875 [ 258 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00217 sec., 8294.930875576036 rows/sec., 339.32 KiB/sec. | ||
| 1342 | 2025.04.28 18:11:01.752009 [ 258 ] {cca5cccb-ee59-4804-9938-50b19b13da2e} <Debug> TCPHandler: Processed in 0.002438967 sec. | ||
| 1343 | 2025.04.28 18:11:01.752290 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1344 | 2025.04.28 18:11:01.752445 [ 258 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1345 | 2025.04.28 18:11:01.752715 [ 258 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1346 | 2025.04.28 18:11:01.752757 [ 258 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1347 | 2025.04.28 18:11:01.753034 [ 258 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1348 | 2025.04.28 18:11:01.753097 [ 258 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1349 | 2025.04.28 18:11:01.753234 [ 258 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1350 | 2025.04.28 18:11:01.753337 [ 286 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1351 | 2025.04.28 18:11:01.753339 [ 287 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1352 | 2025.04.28 18:11:01.753442 [ 258 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1353 | 2025.04.28 18:11:01.753471 [ 258 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1354 | 2025.04.28 18:11:01.753550 [ 258 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1355 | 2025.04.28 18:11:01.753571 [ 258 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1356 | 2025.04.28 18:11:01.753608 [ 258 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1357 | 2025.04.28 18:11:01.753649 [ 258 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1358 | 2025.04.28 18:11:01.754552 [ 258 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002178 sec., 8264.462809917357 rows/sec., 338.08 KiB/sec. | ||
| 1359 | 2025.04.28 18:11:01.754685 [ 258 ] {1b221a2e-5a14-4987-82dc-6f3da547f06b} <Debug> TCPHandler: Processed in 0.002444927 sec. | ||
| 1360 | 2025.04.28 18:11:01.754981 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1361 | 2025.04.28 18:11:01.755136 [ 258 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1362 | 2025.04.28 18:11:01.755408 [ 258 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1363 | 2025.04.28 18:11:01.755452 [ 258 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1364 | 2025.04.28 18:11:01.755731 [ 258 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1365 | 2025.04.28 18:11:01.755795 [ 258 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1366 | 2025.04.28 18:11:01.755932 [ 258 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1367 | 2025.04.28 18:11:01.756045 [ 287 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1368 | 2025.04.28 18:11:01.756052 [ 286 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1369 | 2025.04.28 18:11:01.756167 [ 258 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1370 | 2025.04.28 18:11:01.756201 [ 258 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1371 | 2025.04.28 18:11:01.756301 [ 258 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1372 | 2025.04.28 18:11:01.756325 [ 258 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1373 | 2025.04.28 18:11:01.756373 [ 258 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1374 | 2025.04.28 18:11:01.756423 [ 258 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1375 | 2025.04.28 18:11:01.757464 [ 258 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002397 sec., 7509.386733416772 rows/sec., 307.19 KiB/sec. | ||
| 1376 | 2025.04.28 18:11:01.757601 [ 258 ] {47d81110-1389-491a-83ba-d85f769a0b17} <Debug> TCPHandler: Processed in 0.00267197 sec. | ||
| 1377 | 2025.04.28 18:11:01.757837 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1378 | 2025.04.28 18:11:01.757995 [ 258 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1379 | 2025.04.28 18:11:01.758274 [ 258 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1380 | 2025.04.28 18:11:01.758319 [ 258 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1381 | 2025.04.28 18:11:01.758604 [ 258 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1382 | 2025.04.28 18:11:01.758669 [ 258 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1383 | 2025.04.28 18:11:01.758808 [ 258 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1384 | 2025.04.28 18:11:01.758916 [ 286 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1385 | 2025.04.28 18:11:01.758927 [ 288 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1386 | 2025.04.28 18:11:01.759035 [ 258 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1387 | 2025.04.28 18:11:01.759062 [ 258 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1388 | 2025.04.28 18:11:01.759141 [ 258 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1389 | 2025.04.28 18:11:01.759162 [ 258 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1390 | 2025.04.28 18:11:01.759200 [ 258 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1391 | 2025.04.28 18:11:01.759242 [ 258 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1392 | 2025.04.28 18:11:01.760256 [ 258 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002333 sec., 7715.387912558937 rows/sec., 315.61 KiB/sec. | ||
| 1393 | 2025.04.28 18:11:01.760409 [ 258 ] {c75c4a79-00eb-4227-b7ba-dd3fa1805d4c} <Debug> TCPHandler: Processed in 0.00262292 sec. | ||
| 1394 | 2025.04.28 18:11:01.760632 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1395 | 2025.04.28 18:11:01.760790 [ 258 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1396 | 2025.04.28 18:11:01.761068 [ 258 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1397 | 2025.04.28 18:11:01.761114 [ 258 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1398 | 2025.04.28 18:11:01.761399 [ 258 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1399 | 2025.04.28 18:11:01.761464 [ 258 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1400 | 2025.04.28 18:11:01.761601 [ 258 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1401 | 2025.04.28 18:11:01.761665 [ 286 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1402 | 2025.04.28 18:11:01.761690 [ 288 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1403 | 2025.04.28 18:11:01.761784 [ 258 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1404 | 2025.04.28 18:11:01.761812 [ 258 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1405 | 2025.04.28 18:11:01.761891 [ 258 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1406 | 2025.04.28 18:11:01.761910 [ 258 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1407 | 2025.04.28 18:11:01.761949 [ 258 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1408 | 2025.04.28 18:11:01.761992 [ 258 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1409 | 2025.04.28 18:11:01.763036 [ 258 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002318 sec., 7765.314926660914 rows/sec., 317.66 KiB/sec. | ||
| 1410 | 2025.04.28 18:11:01.763163 [ 258 ] {d226e707-17e4-4e5a-889b-4cf41908a130} <Debug> TCPHandler: Processed in 0.002581149 sec. | ||
| 1411 | 2025.04.28 18:11:01.763386 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1412 | 2025.04.28 18:11:01.763544 [ 258 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1413 | 2025.04.28 18:11:01.763827 [ 258 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1414 | 2025.04.28 18:11:01.763872 [ 258 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1415 | 2025.04.28 18:11:01.764158 [ 258 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1416 | 2025.04.28 18:11:01.764221 [ 258 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1417 | 2025.04.28 18:11:01.764358 [ 258 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1418 | 2025.04.28 18:11:01.764467 [ 288 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1419 | 2025.04.28 18:11:01.764471 [ 287 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1420 | 2025.04.28 18:11:01.764582 [ 258 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1421 | 2025.04.28 18:11:01.764609 [ 258 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1422 | 2025.04.28 18:11:01.764688 [ 258 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1423 | 2025.04.28 18:11:01.764707 [ 258 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1424 | 2025.04.28 18:11:01.764747 [ 258 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1425 | 2025.04.28 18:11:01.764786 [ 258 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1426 | 2025.04.28 18:11:01.765751 [ 258 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00228 sec., 7894.736842105263 rows/sec., 322.95 KiB/sec. | ||
| 1427 | 2025.04.28 18:11:01.765879 [ 258 ] {3418924e-69c3-401f-a14b-5b608ce75e42} <Debug> TCPHandler: Processed in 0.002543709 sec. | ||
| 1428 | 2025.04.28 18:11:01.766103 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1429 | 2025.04.28 18:11:01.766259 [ 258 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1430 | 2025.04.28 18:11:01.766533 [ 258 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1431 | 2025.04.28 18:11:01.766578 [ 258 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1432 | 2025.04.28 18:11:01.766866 [ 258 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1433 | 2025.04.28 18:11:01.766929 [ 258 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1434 | 2025.04.28 18:11:01.767065 [ 258 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1435 | 2025.04.28 18:11:01.767164 [ 287 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1436 | 2025.04.28 18:11:01.767187 [ 288 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1437 | 2025.04.28 18:11:01.767297 [ 258 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1438 | 2025.04.28 18:11:01.767324 [ 258 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1439 | 2025.04.28 18:11:01.767403 [ 258 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1440 | 2025.04.28 18:11:01.767423 [ 258 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1441 | 2025.04.28 18:11:01.767461 [ 258 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1442 | 2025.04.28 18:11:01.767503 [ 258 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1443 | 2025.04.28 18:11:01.768506 [ 258 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00232 sec., 7758.620689655172 rows/sec., 317.38 KiB/sec. | ||
| 1444 | 2025.04.28 18:11:01.768636 [ 258 ] {b8958ced-5193-43b4-93ea-a12ae31d71f8} <Debug> TCPHandler: Processed in 0.002585079 sec. | ||
| 1445 | 2025.04.28 18:11:01.774036 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1446 | 2025.04.28 18:11:01.774196 [ 258 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1447 | 2025.04.28 18:11:01.774479 [ 258 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1448 | 2025.04.28 18:11:01.774524 [ 258 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1449 | 2025.04.28 18:11:01.774818 [ 258 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1450 | 2025.04.28 18:11:01.774884 [ 258 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1451 | 2025.04.28 18:11:01.775022 [ 258 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1452 | 2025.04.28 18:11:01.775120 [ 288 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1453 | 2025.04.28 18:11:01.775135 [ 287 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1454 | 2025.04.28 18:11:01.775241 [ 258 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1455 | 2025.04.28 18:11:01.775269 [ 258 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1456 | 2025.04.28 18:11:01.775348 [ 258 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1457 | 2025.04.28 18:11:01.775368 [ 258 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1458 | 2025.04.28 18:11:01.775406 [ 258 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1459 | 2025.04.28 18:11:01.775446 [ 258 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1460 | 2025.04.28 18:11:01.776454 [ 258 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002333 sec., 7715.387912558937 rows/sec., 315.61 KiB/sec. | ||
| 1461 | 2025.04.28 18:11:01.776622 [ 258 ] {31a25a27-08db-47ba-9298-5f9f8e332a66} <Debug> TCPHandler: Processed in 0.00263703 sec. | ||
| 1462 | 2025.04.28 18:11:01.783043 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1463 | 2025.04.28 18:11:01.783161 [ 258 ] {dac01e78-9d2c-4e0c-8676-ed7fc0a888ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1464 | 2025.04.28 18:11:01.783207 [ 258 ] {dac01e78-9d2c-4e0c-8676-ed7fc0a888ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1465 | 2025.04.28 18:11:01.783909 [ 258 ] {dac01e78-9d2c-4e0c-8676-ed7fc0a888ea} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1466 | 2025.04.28 18:11:01.783952 [ 258 ] {dac01e78-9d2c-4e0c-8676-ed7fc0a888ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1467 | 2025.04.28 18:11:01.784462 [ 258 ] {dac01e78-9d2c-4e0c-8676-ed7fc0a888ea} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1468 | 2025.04.28 18:11:01.784683 [ 258 ] {dac01e78-9d2c-4e0c-8676-ed7fc0a888ea} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1469 | 2025.04.28 18:11:01.784926 [ 258 ] {dac01e78-9d2c-4e0c-8676-ed7fc0a888ea} <Debug> executeQuery: Read 17 rows, 4.90 KiB in 0.001793 sec., 9481.316229782487 rows/sec., 2.67 MiB/sec. | ||
| 1470 | 2025.04.28 18:11:01.784995 [ 258 ] {dac01e78-9d2c-4e0c-8676-ed7fc0a888ea} <Debug> TCPHandler: Processed in 0.00202003 sec. | ||
| 1471 | 2025.04.28 18:11:01.785130 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1472 | 2025.04.28 18:11:01.785234 [ 258 ] {8e287d2a-f4f1-492a-81e2-d9afe672ed01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1473 | 2025.04.28 18:11:01.785281 [ 258 ] {8e287d2a-f4f1-492a-81e2-d9afe672ed01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1474 | 2025.04.28 18:11:01.786475 [ 258 ] {8e287d2a-f4f1-492a-81e2-d9afe672ed01} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1475 | 2025.04.28 18:11:01.786510 [ 258 ] {8e287d2a-f4f1-492a-81e2-d9afe672ed01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1476 | 2025.04.28 18:11:01.786950 [ 258 ] {8e287d2a-f4f1-492a-81e2-d9afe672ed01} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1477 | 2025.04.28 18:11:01.787207 [ 258 ] {8e287d2a-f4f1-492a-81e2-d9afe672ed01} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1478 | 2025.04.28 18:11:01.787419 [ 258 ] {8e287d2a-f4f1-492a-81e2-d9afe672ed01} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002201 sec., 96319.85461154021 rows/sec., 6.13 MiB/sec. | ||
| 1479 | 2025.04.28 18:11:01.787482 [ 258 ] {8e287d2a-f4f1-492a-81e2-d9afe672ed01} <Debug> TCPHandler: Processed in 0.002402926 sec. | ||
| 1480 | 2025.04.28 18:11:01.787606 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1481 | 2025.04.28 18:11:01.787710 [ 258 ] {ce636f05-c154-40e1-b11d-19abafb77c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1482 | 2025.04.28 18:11:01.787755 [ 258 ] {ce636f05-c154-40e1-b11d-19abafb77c3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1483 | 2025.04.28 18:11:01.788620 [ 258 ] {ce636f05-c154-40e1-b11d-19abafb77c3b} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1484 | 2025.04.28 18:11:01.788658 [ 258 ] {ce636f05-c154-40e1-b11d-19abafb77c3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1485 | 2025.04.28 18:11:01.789053 [ 258 ] {ce636f05-c154-40e1-b11d-19abafb77c3b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1486 | 2025.04.28 18:11:01.789294 [ 258 ] {ce636f05-c154-40e1-b11d-19abafb77c3b} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1487 | 2025.04.28 18:11:01.789453 [ 78 ] {} <Debug> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1488 | 2025.04.28 18:11:01.789532 [ 78 ] {} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1489 | 2025.04.28 18:11:01.789541 [ 258 ] {ce636f05-c154-40e1-b11d-19abafb77c3b} <Debug> executeQuery: Read 688 rows, 56.12 KiB in 0.001844 sec., 373101.9522776573 rows/sec., 29.72 MiB/sec. | ||
| 1490 | 2025.04.28 18:11:01.789570 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1491 | 2025.04.28 18:11:01.789678 [ 258 ] {ce636f05-c154-40e1-b11d-19abafb77c3b} <Debug> TCPHandler: Processed in 0.002124262 sec. | ||
| 1492 | 2025.04.28 18:11:01.789988 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1493 | 2025.04.28 18:11:01.790041 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::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 | ||
| 1494 | 2025.04.28 18:11:01.790202 [ 258 ] {306dda66-2f7e-4049-9732-b7b589a6abc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1495 | 2025.04.28 18:11:01.790306 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1496 | 2025.04.28 18:11:01.790316 [ 258 ] {306dda66-2f7e-4049-9732-b7b589a6abc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1497 | 2025.04.28 18:11:01.790378 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1498 | 2025.04.28 18:11:01.790698 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1499 | 2025.04.28 18:11:01.791100 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 1500 | 2025.04.28 18:11:01.791528 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1501 | 2025.04.28 18:11:01.791921 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
| 1502 | 2025.04.28 18:11:01.792240 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 688 rows starting from the beginning of the part | ||
| 1503 | 2025.04.28 18:11:01.793953 [ 187 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 878 rows, containing 5 columns (5 merged, 0 gathered) in 0.004253944 sec., 206396.69915729968 rows/sec., 17.08 MiB/sec. | ||
| 1504 | 2025.04.28 18:11:01.794174 [ 186 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1505 | 2025.04.28 18:11:01.794467 [ 186 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_6_1} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1506 | 2025.04.28 18:11:01.794544 [ 186 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_6_1} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1507 | 2025.04.28 18:11:01.794623 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1508 | 2025.04.28 18:11:01.794947 [ 258 ] {306dda66-2f7e-4049-9732-b7b589a6abc3} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1509 | 2025.04.28 18:11:01.794989 [ 258 ] {306dda66-2f7e-4049-9732-b7b589a6abc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1510 | 2025.04.28 18:11:01.795436 [ 258 ] {306dda66-2f7e-4049-9732-b7b589a6abc3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1511 | 2025.04.28 18:11:01.795682 [ 258 ] {306dda66-2f7e-4049-9732-b7b589a6abc3} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1512 | 2025.04.28 18:11:01.795914 [ 258 ] {306dda66-2f7e-4049-9732-b7b589a6abc3} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.005766 sec., 24453.69406867846 rows/sec., 1.53 MiB/sec. | ||
| 1513 | 2025.04.28 18:11:01.795984 [ 258 ] {306dda66-2f7e-4049-9732-b7b589a6abc3} <Debug> TCPHandler: Processed in 0.006120273 sec. | ||
| 1514 | 2025.04.28 18:11:01.796105 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1515 | 2025.04.28 18:11:01.796208 [ 258 ] {cd00b26e-4f10-44b6-81b7-e9a187889c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1516 | 2025.04.28 18:11:01.796270 [ 258 ] {cd00b26e-4f10-44b6-81b7-e9a187889c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1517 | 2025.04.28 18:11:01.796841 [ 258 ] {cd00b26e-4f10-44b6-81b7-e9a187889c72} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1518 | 2025.04.28 18:11:01.796879 [ 258 ] {cd00b26e-4f10-44b6-81b7-e9a187889c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1519 | 2025.04.28 18:11:01.797304 [ 258 ] {cd00b26e-4f10-44b6-81b7-e9a187889c72} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1520 | 2025.04.28 18:11:01.797548 [ 258 ] {cd00b26e-4f10-44b6-81b7-e9a187889c72} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1521 | 2025.04.28 18:11:01.797752 [ 258 ] {cd00b26e-4f10-44b6-81b7-e9a187889c72} <Debug> executeQuery: Read 114 rows, 7.56 KiB in 0.001563 sec., 72936.66026871401 rows/sec., 4.72 MiB/sec. | ||
| 1522 | 2025.04.28 18:11:01.797839 [ 258 ] {cd00b26e-4f10-44b6-81b7-e9a187889c72} <Debug> TCPHandler: Processed in 0.001783147 sec. | ||
| 1523 | 2025.04.28 18:11:01.797955 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1524 | 2025.04.28 18:11:01.798058 [ 258 ] {64592450-964e-4cdc-b65a-456ae757cbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1525 | 2025.04.28 18:11:01.798102 [ 258 ] {64592450-964e-4cdc-b65a-456ae757cbf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1526 | 2025.04.28 18:11:01.798630 [ 258 ] {64592450-964e-4cdc-b65a-456ae757cbf3} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1527 | 2025.04.28 18:11:01.798668 [ 258 ] {64592450-964e-4cdc-b65a-456ae757cbf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1528 | 2025.04.28 18:11:01.799086 [ 258 ] {64592450-964e-4cdc-b65a-456ae757cbf3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1529 | 2025.04.28 18:11:01.799324 [ 258 ] {64592450-964e-4cdc-b65a-456ae757cbf3} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1530 | 2025.04.28 18:11:01.799531 [ 258 ] {64592450-964e-4cdc-b65a-456ae757cbf3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001491 sec., 75117.37089201878 rows/sec., 4.28 MiB/sec. | ||
| 1531 | 2025.04.28 18:11:01.799582 [ 258 ] {64592450-964e-4cdc-b65a-456ae757cbf3} <Debug> TCPHandler: Processed in 0.001677575 sec. | ||
| 1532 | 2025.04.28 18:11:01.799696 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1533 | 2025.04.28 18:11:01.799799 [ 258 ] {c71f5e97-623b-4c9c-8045-f1d8f2b64abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1534 | 2025.04.28 18:11:01.799842 [ 258 ] {c71f5e97-623b-4c9c-8045-f1d8f2b64abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1535 | 2025.04.28 18:11:01.800479 [ 258 ] {c71f5e97-623b-4c9c-8045-f1d8f2b64abd} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1536 | 2025.04.28 18:11:01.800517 [ 258 ] {c71f5e97-623b-4c9c-8045-f1d8f2b64abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1537 | 2025.04.28 18:11:01.800888 [ 258 ] {c71f5e97-623b-4c9c-8045-f1d8f2b64abd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1538 | 2025.04.28 18:11:01.801124 [ 258 ] {c71f5e97-623b-4c9c-8045-f1d8f2b64abd} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1539 | 2025.04.28 18:11:01.801280 [ 76 ] {} <Debug> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1540 | 2025.04.28 18:11:01.801354 [ 76 ] {} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1541 | 2025.04.28 18:11:01.801362 [ 258 ] {c71f5e97-623b-4c9c-8045-f1d8f2b64abd} <Debug> executeQuery: Read 430 rows, 31.44 KiB in 0.001575 sec., 273015.873015873 rows/sec., 19.50 MiB/sec. | ||
| 1542 | 2025.04.28 18:11:01.801392 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1543 | 2025.04.28 18:11:01.801515 [ 258 ] {c71f5e97-623b-4c9c-8045-f1d8f2b64abd} <Debug> TCPHandler: Processed in 0.001868989 sec. | ||
| 1544 | 2025.04.28 18:11:01.801618 [ 190 ] {a17caf10-576c-423e-b538-4d14fa340852::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 | ||
| 1545 | 2025.04.28 18:11:01.801692 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1546 | 2025.04.28 18:11:01.801929 [ 258 ] {da2921ff-01ee-4fe8-ad1c-16051f209772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1547 | 2025.04.28 18:11:01.801940 [ 190 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1548 | 2025.04.28 18:11:01.802004 [ 258 ] {da2921ff-01ee-4fe8-ad1c-16051f209772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1549 | 2025.04.28 18:11:01.802028 [ 190 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
| 1550 | 2025.04.28 18:11:01.802505 [ 190 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 1551 | 2025.04.28 18:11:01.802926 [ 190 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
| 1552 | 2025.04.28 18:11:01.803213 [ 190 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1553 | 2025.04.28 18:11:01.803604 [ 190 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
| 1554 | 2025.04.28 18:11:01.804011 [ 190 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 430 rows starting from the beginning of the part | ||
| 1555 | 2025.04.28 18:11:01.804384 [ 258 ] {da2921ff-01ee-4fe8-ad1c-16051f209772} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1556 | 2025.04.28 18:11:01.804477 [ 258 ] {da2921ff-01ee-4fe8-ad1c-16051f209772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1557 | 2025.04.28 18:11:01.805354 [ 258 ] {da2921ff-01ee-4fe8-ad1c-16051f209772} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1558 | 2025.04.28 18:11:01.805874 [ 258 ] {da2921ff-01ee-4fe8-ad1c-16051f209772} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1559 | 2025.04.28 18:11:01.806521 [ 258 ] {da2921ff-01ee-4fe8-ad1c-16051f209772} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004669 sec., 1285.071749839366 rows/sec., 67.14 KiB/sec. | ||
| 1560 | 2025.04.28 18:11:01.806716 [ 258 ] {da2921ff-01ee-4fe8-ad1c-16051f209772} <Debug> TCPHandler: Processed in 0.005094178 sec. | ||
| 1561 | 2025.04.28 18:11:01.806891 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1562 | 2025.04.28 18:11:01.807119 [ 258 ] {cf318590-4c37-4756-9e0c-19c43eb64cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1563 | 2025.04.28 18:11:01.807192 [ 258 ] {cf318590-4c37-4756-9e0c-19c43eb64cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1564 | 2025.04.28 18:11:01.807920 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 642 rows, containing 5 columns (5 merged, 0 gathered) in 0.006405738 sec., 100222.64413561716 rows/sec., 7.76 MiB/sec. | ||
| 1565 | 2025.04.28 18:11:01.808239 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1566 | 2025.04.28 18:11:01.808781 [ 258 ] {cf318590-4c37-4756-9e0c-19c43eb64cb2} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1567 | 2025.04.28 18:11:01.808846 [ 258 ] {cf318590-4c37-4756-9e0c-19c43eb64cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1568 | 2025.04.28 18:11:01.808949 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_6_1} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1569 | 2025.04.28 18:11:01.809118 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_6_1} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1570 | 2025.04.28 18:11:01.809301 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1571 | 2025.04.28 18:11:01.809507 [ 258 ] {cf318590-4c37-4756-9e0c-19c43eb64cb2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1572 | 2025.04.28 18:11:01.809760 [ 258 ] {cf318590-4c37-4756-9e0c-19c43eb64cb2} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1573 | 2025.04.28 18:11:01.809931 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1574 | 2025.04.28 18:11:01.809994 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1575 | 2025.04.28 18:11:01.810011 [ 258 ] {cf318590-4c37-4756-9e0c-19c43eb64cb2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00297 sec., 79797.9797979798 rows/sec., 5.35 MiB/sec. | ||
| 1576 | 2025.04.28 18:11:01.810029 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1577 | 2025.04.28 18:11:01.810173 [ 258 ] {cf318590-4c37-4756-9e0c-19c43eb64cb2} <Debug> TCPHandler: Processed in 0.003354991 sec. | ||
| 1578 | 2025.04.28 18:11:01.810242 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 1579 | 2025.04.28 18:11:01.810302 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1580 | 2025.04.28 18:11:01.810361 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1581 | 2025.04.28 18:11:01.810407 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part | ||
| 1582 | 2025.04.28 18:11:01.810422 [ 258 ] {7394a4e2-1bf1-484d-9141-bba5f098dc4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1583 | 2025.04.28 18:11:01.810474 [ 258 ] {7394a4e2-1bf1-484d-9141-bba5f098dc4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1584 | 2025.04.28 18:11:01.810625 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
| 1585 | 2025.04.28 18:11:01.811037 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
| 1586 | 2025.04.28 18:11:01.811291 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part | ||
| 1587 | 2025.04.28 18:11:01.811566 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1588 | 2025.04.28 18:11:01.811766 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part | ||
| 1589 | 2025.04.28 18:11:01.812767 [ 258 ] {7394a4e2-1bf1-484d-9141-bba5f098dc4f} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1590 | 2025.04.28 18:11:01.812818 [ 258 ] {7394a4e2-1bf1-484d-9141-bba5f098dc4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1591 | 2025.04.28 18:11:01.813301 [ 258 ] {7394a4e2-1bf1-484d-9141-bba5f098dc4f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1592 | 2025.04.28 18:11:01.813541 [ 258 ] {7394a4e2-1bf1-484d-9141-bba5f098dc4f} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1593 | 2025.04.28 18:11:01.813745 [ 258 ] {7394a4e2-1bf1-484d-9141-bba5f098dc4f} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.003352 sec., 596.6587112171837 rows/sec., 39.04 KiB/sec. | ||
| 1594 | 2025.04.28 18:11:01.813799 [ 258 ] {7394a4e2-1bf1-484d-9141-bba5f098dc4f} <Debug> TCPHandler: Processed in 0.003551714 sec. | ||
| 1595 | 2025.04.28 18:11:01.813914 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1596 | 2025.04.28 18:11:01.814015 [ 258 ] {c22fb56b-830c-474b-9798-41522ed350ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1597 | 2025.04.28 18:11:01.814079 [ 258 ] {c22fb56b-830c-474b-9798-41522ed350ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1598 | 2025.04.28 18:11:01.815316 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 825 rows, containing 5 columns (5 merged, 0 gathered) in 0.005146698 sec., 160296.95156000994 rows/sec., 11.03 MiB/sec. | ||
| 1599 | 2025.04.28 18:11:01.815554 [ 258 ] {c22fb56b-830c-474b-9798-41522ed350ac} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1600 | 2025.04.28 18:11:01.815602 [ 190 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1601 | 2025.04.28 18:11:01.815609 [ 258 ] {c22fb56b-830c-474b-9798-41522ed350ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1602 | 2025.04.28 18:11:01.816211 [ 190 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1603 | 2025.04.28 18:11:01.816409 [ 190 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1604 | 2025.04.28 18:11:01.816579 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 1605 | 2025.04.28 18:11:01.818823 [ 258 ] {c22fb56b-830c-474b-9798-41522ed350ac} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1606 | 2025.04.28 18:11:01.819094 [ 258 ] {c22fb56b-830c-474b-9798-41522ed350ac} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1607 | 2025.04.28 18:11:01.819397 [ 258 ] {c22fb56b-830c-474b-9798-41522ed350ac} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.005381 sec., 6504.367217989221 rows/sec., 11.66 MiB/sec. | ||
| 1608 | 2025.04.28 18:11:01.819518 [ 258 ] {c22fb56b-830c-474b-9798-41522ed350ac} <Debug> TCPHandler: Processed in 0.005653195 sec. | ||
| 1609 | 2025.04.28 18:11:01.819635 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1610 | 2025.04.28 18:11:01.819736 [ 258 ] {4d90224b-ef96-44c4-89b8-70ca2aec46a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1611 | 2025.04.28 18:11:01.819782 [ 258 ] {4d90224b-ef96-44c4-89b8-70ca2aec46a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1612 | 2025.04.28 18:11:01.820171 [ 258 ] {4d90224b-ef96-44c4-89b8-70ca2aec46a0} <Trace> oximeter.measurements_i64 (818a5aa0-3efb-4d84-b075-74b631cca21d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1613 | 2025.04.28 18:11:01.820210 [ 258 ] {4d90224b-ef96-44c4-89b8-70ca2aec46a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1614 | 2025.04.28 18:11:01.820561 [ 258 ] {4d90224b-ef96-44c4-89b8-70ca2aec46a0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1615 | 2025.04.28 18:11:01.820792 [ 258 ] {4d90224b-ef96-44c4-89b8-70ca2aec46a0} <Trace> oximeter.measurements_i64 (818a5aa0-3efb-4d84-b075-74b631cca21d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1616 | 2025.04.28 18:11:01.821004 [ 258 ] {4d90224b-ef96-44c4-89b8-70ca2aec46a0} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001283 sec., 16367.887763055338 rows/sec., 1.19 MiB/sec. | ||
| 1617 | 2025.04.28 18:11:01.821068 [ 258 ] {4d90224b-ef96-44c4-89b8-70ca2aec46a0} <Debug> TCPHandler: Processed in 0.001480542 sec. | ||
| 1618 | 2025.04.28 18:11:01.821174 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1619 | 2025.04.28 18:11:01.821275 [ 258 ] {93f80489-1c92-4050-889d-67ae3a0b21fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1620 | 2025.04.28 18:11:01.821320 [ 258 ] {93f80489-1c92-4050-889d-67ae3a0b21fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1621 | 2025.04.28 18:11:01.821743 [ 258 ] {93f80489-1c92-4050-889d-67ae3a0b21fc} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1622 | 2025.04.28 18:11:01.821780 [ 258 ] {93f80489-1c92-4050-889d-67ae3a0b21fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1623 | 2025.04.28 18:11:01.822113 [ 258 ] {93f80489-1c92-4050-889d-67ae3a0b21fc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1624 | 2025.04.28 18:11:01.822356 [ 258 ] {93f80489-1c92-4050-889d-67ae3a0b21fc} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1625 | 2025.04.28 18:11:01.822523 [ 76 ] {} <Debug> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1626 | 2025.04.28 18:11:01.822570 [ 258 ] {93f80489-1c92-4050-889d-67ae3a0b21fc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001311 sec., 62547.67353165522 rows/sec., 3.97 MiB/sec. | ||
| 1627 | 2025.04.28 18:11:01.822577 [ 76 ] {} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1628 | 2025.04.28 18:11:01.822652 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1629 | 2025.04.28 18:11:01.822693 [ 258 ] {93f80489-1c92-4050-889d-67ae3a0b21fc} <Debug> TCPHandler: Processed in 0.001564734 sec. | ||
| 1630 | 2025.04.28 18:11:01.822839 [ 194 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 1631 | 2025.04.28 18:11:01.822957 [ 194 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1632 | 2025.04.28 18:11:01.822992 [ 194 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 1633 | 2025.04.28 18:11:01.823134 [ 194 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 1634 | 2025.04.28 18:11:01.823333 [ 194 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
| 1635 | 2025.04.28 18:11:01.823449 [ 194 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 54 rows starting from the beginning of the part | ||
| 1636 | 2025.04.28 18:11:01.823663 [ 194 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1637 | 2025.04.28 18:11:01.823815 [ 194 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part | ||
| 1638 | 2025.04.28 18:11:01.824896 [ 190 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 4 columns (4 merged, 0 gathered) in 0.002108462 sec., 132798.21974500845 rows/sec., 8.85 MiB/sec. | ||
| 1639 | 2025.04.28 18:11:01.825016 [ 190 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1640 | 2025.04.28 18:11:01.825279 [ 190 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_6_1} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1641 | 2025.04.28 18:11:01.825350 [ 190 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_6_1} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1642 | 2025.04.28 18:11:01.825415 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1643 | 2025.04.28 18:11:02.000156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.61 MiB, peak 168.62 MiB, free memory in arenas 0.00 B, will set to 163.24 MiB (RSS), difference: -1.37 MiB | ||
| 1644 | 2025.04.28 18:11:05.425934 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 228 | ||
| 1645 | 2025.04.28 18:11:05.429991 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1646 | 2025.04.28 18:11:05.430036 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1647 | 2025.04.28 18:11:05.431744 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1648 | 2025.04.28 18:11:05.432052 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1649 | 2025.04.28 18:11:05.432516 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 228 | ||
| 1650 | 2025.04.28 18:11:06.719252 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1651 | 2025.04.28 18:11:06.719560 [ 258 ] {166f8743-593e-4a45-9546-afc430939b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1652 | 2025.04.28 18:11:06.719678 [ 258 ] {166f8743-593e-4a45-9546-afc430939b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1653 | 2025.04.28 18:11:06.720660 [ 258 ] {166f8743-593e-4a45-9546-afc430939b47} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1654 | 2025.04.28 18:11:06.720706 [ 258 ] {166f8743-593e-4a45-9546-afc430939b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1655 | 2025.04.28 18:11:06.721157 [ 258 ] {166f8743-593e-4a45-9546-afc430939b47} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1656 | 2025.04.28 18:11:06.721423 [ 258 ] {166f8743-593e-4a45-9546-afc430939b47} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1657 | 2025.04.28 18:11:06.721653 [ 258 ] {166f8743-593e-4a45-9546-afc430939b47} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002174 sec., 25758.96964121435 rows/sec., 1.98 MiB/sec. | ||
| 1658 | 2025.04.28 18:11:06.721846 [ 258 ] {166f8743-593e-4a45-9546-afc430939b47} <Debug> TCPHandler: Processed in 0.002758712 sec. | ||
| 1659 | 2025.04.28 18:11:06.721997 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1660 | 2025.04.28 18:11:06.722116 [ 258 ] {20a09c14-b110-456f-a638-d11b894c75e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1661 | 2025.04.28 18:11:06.722168 [ 258 ] {20a09c14-b110-456f-a638-d11b894c75e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1662 | 2025.04.28 18:11:06.722750 [ 258 ] {20a09c14-b110-456f-a638-d11b894c75e8} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1663 | 2025.04.28 18:11:06.722789 [ 258 ] {20a09c14-b110-456f-a638-d11b894c75e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1664 | 2025.04.28 18:11:06.723145 [ 258 ] {20a09c14-b110-456f-a638-d11b894c75e8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1665 | 2025.04.28 18:11:06.723398 [ 258 ] {20a09c14-b110-456f-a638-d11b894c75e8} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1666 | 2025.04.28 18:11:06.723642 [ 258 ] {20a09c14-b110-456f-a638-d11b894c75e8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001537 sec., 41639.55757970072 rows/sec., 3.25 MiB/sec. | ||
| 1667 | 2025.04.28 18:11:06.723770 [ 258 ] {20a09c14-b110-456f-a638-d11b894c75e8} <Debug> TCPHandler: Processed in 0.001827128 sec. | ||
| 1668 | 2025.04.28 18:11:06.723885 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1669 | 2025.04.28 18:11:06.723995 [ 258 ] {7696d9a7-e458-4503-8405-419dd6556ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1670 | 2025.04.28 18:11:06.724044 [ 258 ] {7696d9a7-e458-4503-8405-419dd6556ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1671 | 2025.04.28 18:11:06.724568 [ 258 ] {7696d9a7-e458-4503-8405-419dd6556ce1} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1672 | 2025.04.28 18:11:06.724606 [ 258 ] {7696d9a7-e458-4503-8405-419dd6556ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1673 | 2025.04.28 18:11:06.724986 [ 258 ] {7696d9a7-e458-4503-8405-419dd6556ce1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1674 | 2025.04.28 18:11:06.725223 [ 258 ] {7696d9a7-e458-4503-8405-419dd6556ce1} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1675 | 2025.04.28 18:11:06.725386 [ 258 ] {7696d9a7-e458-4503-8405-419dd6556ce1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001416 sec., 112994.35028248587 rows/sec., 7.87 MiB/sec. | ||
| 1676 | 2025.04.28 18:11:06.725434 [ 258 ] {7696d9a7-e458-4503-8405-419dd6556ce1} <Debug> TCPHandler: Processed in 0.001599655 sec. | ||
| 1677 | 2025.04.28 18:11:06.725544 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1678 | 2025.04.28 18:11:06.725648 [ 258 ] {c61f6635-b409-4602-a2b4-0e94ad6bebeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1679 | 2025.04.28 18:11:06.725695 [ 258 ] {c61f6635-b409-4602-a2b4-0e94ad6bebeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1680 | 2025.04.28 18:11:06.726098 [ 258 ] {c61f6635-b409-4602-a2b4-0e94ad6bebeb} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1681 | 2025.04.28 18:11:06.726136 [ 258 ] {c61f6635-b409-4602-a2b4-0e94ad6bebeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1682 | 2025.04.28 18:11:06.726491 [ 258 ] {c61f6635-b409-4602-a2b4-0e94ad6bebeb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1683 | 2025.04.28 18:11:06.726731 [ 258 ] {c61f6635-b409-4602-a2b4-0e94ad6bebeb} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1684 | 2025.04.28 18:11:06.726916 [ 258 ] {c61f6635-b409-4602-a2b4-0e94ad6bebeb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001288 sec., 46583.850931677014 rows/sec., 3.14 MiB/sec. | ||
| 1685 | 2025.04.28 18:11:06.726965 [ 258 ] {c61f6635-b409-4602-a2b4-0e94ad6bebeb} <Debug> TCPHandler: Processed in 0.001470912 sec. | ||
| 1686 | 2025.04.28 18:11:07.929924 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1687 | 2025.04.28 18:11:07.930557 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1688 | 2025.04.28 18:11:07.930606 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1689 | 2025.04.28 18:11:07.931159 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1690 | 2025.04.28 18:11:07.931429 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1691 | 2025.04.28 18:11:07.931671 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1692 | 2025.04.28 18:11:08.122475 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1693 | 2025.04.28 18:11:08.141489 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1694 | 2025.04.28 18:11:08.141552 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 1695 | 2025.04.28 18:11:08.148567 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1696 | 2025.04.28 18:11:08.149322 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1697 | 2025.04.28 18:11:08.151980 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1698 | 2025.04.28 18:11:09.000185 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.83 MiB, peak 168.62 MiB, free memory in arenas 0.00 B, will set to 165.14 MiB (RSS), difference: 1.31 MiB | ||
| 1699 | 2025.04.28 18:11:11.727553 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1700 | 2025.04.28 18:11:11.727782 [ 258 ] {cb6430f0-fca1-4048-9045-228141e0afe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1701 | 2025.04.28 18:11:11.727870 [ 258 ] {cb6430f0-fca1-4048-9045-228141e0afe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1702 | 2025.04.28 18:11:11.728778 [ 258 ] {cb6430f0-fca1-4048-9045-228141e0afe5} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1703 | 2025.04.28 18:11:11.728831 [ 258 ] {cb6430f0-fca1-4048-9045-228141e0afe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1704 | 2025.04.28 18:11:11.729263 [ 258 ] {cb6430f0-fca1-4048-9045-228141e0afe5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1705 | 2025.04.28 18:11:11.729527 [ 258 ] {cb6430f0-fca1-4048-9045-228141e0afe5} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1706 | 2025.04.28 18:11:11.729800 [ 258 ] {cb6430f0-fca1-4048-9045-228141e0afe5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002075 sec., 102168.67469879518 rows/sec., 6.50 MiB/sec. | ||
| 1707 | 2025.04.28 18:11:11.729947 [ 258 ] {cb6430f0-fca1-4048-9045-228141e0afe5} <Debug> TCPHandler: Processed in 0.002539038 sec. | ||
| 1708 | 2025.04.28 18:11:11.730079 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1709 | 2025.04.28 18:11:11.730193 [ 258 ] {1d608111-001d-4090-b825-f02c5bdf7ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1710 | 2025.04.28 18:11:11.730245 [ 258 ] {1d608111-001d-4090-b825-f02c5bdf7ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1711 | 2025.04.28 18:11:11.731065 [ 258 ] {1d608111-001d-4090-b825-f02c5bdf7ad9} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1712 | 2025.04.28 18:11:11.731106 [ 258 ] {1d608111-001d-4090-b825-f02c5bdf7ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1713 | 2025.04.28 18:11:11.731517 [ 258 ] {1d608111-001d-4090-b825-f02c5bdf7ad9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1714 | 2025.04.28 18:11:11.731760 [ 258 ] {1d608111-001d-4090-b825-f02c5bdf7ad9} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1715 | 2025.04.28 18:11:11.731945 [ 258 ] {1d608111-001d-4090-b825-f02c5bdf7ad9} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.001779 sec., 386172.0067453626 rows/sec., 30.76 MiB/sec. | ||
| 1716 | 2025.04.28 18:11:11.731998 [ 258 ] {1d608111-001d-4090-b825-f02c5bdf7ad9} <Debug> TCPHandler: Processed in 0.00197138 sec. | ||
| 1717 | 2025.04.28 18:11:11.732116 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1718 | 2025.04.28 18:11:11.732223 [ 258 ] {6303d0a9-8733-4cfc-a1ae-32b524e6fe57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1719 | 2025.04.28 18:11:11.732272 [ 258 ] {6303d0a9-8733-4cfc-a1ae-32b524e6fe57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1720 | 2025.04.28 18:11:11.732812 [ 258 ] {6303d0a9-8733-4cfc-a1ae-32b524e6fe57} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1721 | 2025.04.28 18:11:11.732852 [ 258 ] {6303d0a9-8733-4cfc-a1ae-32b524e6fe57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1722 | 2025.04.28 18:11:11.733210 [ 258 ] {6303d0a9-8733-4cfc-a1ae-32b524e6fe57} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1723 | 2025.04.28 18:11:11.733457 [ 258 ] {6303d0a9-8733-4cfc-a1ae-32b524e6fe57} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1724 | 2025.04.28 18:11:11.733653 [ 258 ] {6303d0a9-8733-4cfc-a1ae-32b524e6fe57} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001454 sec., 96973.86519944979 rows/sec., 6.06 MiB/sec. | ||
| 1725 | 2025.04.28 18:11:11.733703 [ 258 ] {6303d0a9-8733-4cfc-a1ae-32b524e6fe57} <Debug> TCPHandler: Processed in 0.001637055 sec. | ||
| 1726 | 2025.04.28 18:11:11.733821 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1727 | 2025.04.28 18:11:11.733965 [ 258 ] {f0ee030d-7176-40f6-994a-ee7905673a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1728 | 2025.04.28 18:11:11.734011 [ 258 ] {f0ee030d-7176-40f6-994a-ee7905673a48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1729 | 2025.04.28 18:11:11.734540 [ 258 ] {f0ee030d-7176-40f6-994a-ee7905673a48} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1730 | 2025.04.28 18:11:11.734580 [ 258 ] {f0ee030d-7176-40f6-994a-ee7905673a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1731 | 2025.04.28 18:11:11.734921 [ 258 ] {f0ee030d-7176-40f6-994a-ee7905673a48} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1732 | 2025.04.28 18:11:11.735163 [ 258 ] {f0ee030d-7176-40f6-994a-ee7905673a48} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1733 | 2025.04.28 18:11:11.735353 [ 258 ] {f0ee030d-7176-40f6-994a-ee7905673a48} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001411 sec., 80085.04606661943 rows/sec., 5.18 MiB/sec. | ||
| 1734 | 2025.04.28 18:11:11.735402 [ 258 ] {f0ee030d-7176-40f6-994a-ee7905673a48} <Debug> TCPHandler: Processed in 0.001632165 sec. | ||
| 1735 | 2025.04.28 18:11:11.735541 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1736 | 2025.04.28 18:11:11.735647 [ 258 ] {9fe78982-cb58-428f-8456-747500ed821c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1737 | 2025.04.28 18:11:11.735691 [ 258 ] {9fe78982-cb58-428f-8456-747500ed821c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1738 | 2025.04.28 18:11:11.736214 [ 258 ] {9fe78982-cb58-428f-8456-747500ed821c} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1739 | 2025.04.28 18:11:11.736253 [ 258 ] {9fe78982-cb58-428f-8456-747500ed821c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1740 | 2025.04.28 18:11:11.736588 [ 258 ] {9fe78982-cb58-428f-8456-747500ed821c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1741 | 2025.04.28 18:11:11.736821 [ 258 ] {9fe78982-cb58-428f-8456-747500ed821c} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1742 | 2025.04.28 18:11:11.737007 [ 258 ] {9fe78982-cb58-428f-8456-747500ed821c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001383 sec., 80983.36948662328 rows/sec., 4.61 MiB/sec. | ||
| 1743 | 2025.04.28 18:11:11.737057 [ 258 ] {9fe78982-cb58-428f-8456-747500ed821c} <Debug> TCPHandler: Processed in 0.001566994 sec. | ||
| 1744 | 2025.04.28 18:11:11.737168 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1745 | 2025.04.28 18:11:11.737272 [ 258 ] {9b7cb082-c66e-4158-a867-16e315d36f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1746 | 2025.04.28 18:11:11.737318 [ 258 ] {9b7cb082-c66e-4158-a867-16e315d36f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1747 | 2025.04.28 18:11:11.737945 [ 258 ] {9b7cb082-c66e-4158-a867-16e315d36f3c} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1748 | 2025.04.28 18:11:11.737985 [ 258 ] {9b7cb082-c66e-4158-a867-16e315d36f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1749 | 2025.04.28 18:11:11.738354 [ 258 ] {9b7cb082-c66e-4158-a867-16e315d36f3c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1750 | 2025.04.28 18:11:11.738601 [ 258 ] {9b7cb082-c66e-4158-a867-16e315d36f3c} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1751 | 2025.04.28 18:11:11.738857 [ 258 ] {9b7cb082-c66e-4158-a867-16e315d36f3c} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001602 sec., 260299.6254681648 rows/sec., 18.52 MiB/sec. | ||
| 1752 | 2025.04.28 18:11:11.739028 [ 258 ] {9b7cb082-c66e-4158-a867-16e315d36f3c} <Debug> TCPHandler: Processed in 0.001908489 sec. | ||
| 1753 | 2025.04.28 18:11:11.739161 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1754 | 2025.04.28 18:11:11.739269 [ 258 ] {a93693a5-354d-4faa-bbf8-8f9e81a7caa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1755 | 2025.04.28 18:11:11.739316 [ 258 ] {a93693a5-354d-4faa-bbf8-8f9e81a7caa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1756 | 2025.04.28 18:11:11.739750 [ 258 ] {a93693a5-354d-4faa-bbf8-8f9e81a7caa2} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1757 | 2025.04.28 18:11:11.739790 [ 258 ] {a93693a5-354d-4faa-bbf8-8f9e81a7caa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1758 | 2025.04.28 18:11:11.740142 [ 258 ] {a93693a5-354d-4faa-bbf8-8f9e81a7caa2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1759 | 2025.04.28 18:11:11.740382 [ 258 ] {a93693a5-354d-4faa-bbf8-8f9e81a7caa2} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1760 | 2025.04.28 18:11:11.740586 [ 258 ] {a93693a5-354d-4faa-bbf8-8f9e81a7caa2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001334 sec., 4497.751124437781 rows/sec., 234.99 KiB/sec. | ||
| 1761 | 2025.04.28 18:11:11.740656 [ 258 ] {a93693a5-354d-4faa-bbf8-8f9e81a7caa2} <Debug> TCPHandler: Processed in 0.001545553 sec. | ||
| 1762 | 2025.04.28 18:11:11.740768 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1763 | 2025.04.28 18:11:11.740876 [ 258 ] {33d5d814-aef1-44e6-adbf-cd578b66bd79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1764 | 2025.04.28 18:11:11.740925 [ 258 ] {33d5d814-aef1-44e6-adbf-cd578b66bd79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1765 | 2025.04.28 18:11:11.741423 [ 258 ] {33d5d814-aef1-44e6-adbf-cd578b66bd79} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1766 | 2025.04.28 18:11:11.741459 [ 258 ] {33d5d814-aef1-44e6-adbf-cd578b66bd79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1767 | 2025.04.28 18:11:11.741830 [ 258 ] {33d5d814-aef1-44e6-adbf-cd578b66bd79} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1768 | 2025.04.28 18:11:11.742060 [ 258 ] {33d5d814-aef1-44e6-adbf-cd578b66bd79} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1769 | 2025.04.28 18:11:11.742327 [ 258 ] {33d5d814-aef1-44e6-adbf-cd578b66bd79} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001443 sec., 164241.16424116422 rows/sec., 11.01 MiB/sec. | ||
| 1770 | 2025.04.28 18:11:11.742464 [ 258 ] {33d5d814-aef1-44e6-adbf-cd578b66bd79} <Debug> TCPHandler: Processed in 0.001745027 sec. | ||
| 1771 | 2025.04.28 18:11:11.742579 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1772 | 2025.04.28 18:11:11.742683 [ 258 ] {6c9e2ae3-2591-46af-8778-1e57adf6a410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1773 | 2025.04.28 18:11:11.742731 [ 258 ] {6c9e2ae3-2591-46af-8778-1e57adf6a410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1774 | 2025.04.28 18:11:11.743117 [ 258 ] {6c9e2ae3-2591-46af-8778-1e57adf6a410} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1775 | 2025.04.28 18:11:11.743153 [ 258 ] {6c9e2ae3-2591-46af-8778-1e57adf6a410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1776 | 2025.04.28 18:11:11.743462 [ 258 ] {6c9e2ae3-2591-46af-8778-1e57adf6a410} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1777 | 2025.04.28 18:11:11.743680 [ 258 ] {6c9e2ae3-2591-46af-8778-1e57adf6a410} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1778 | 2025.04.28 18:11:11.743933 [ 258 ] {6c9e2ae3-2591-46af-8778-1e57adf6a410} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001271 sec., 786.7820613690008 rows/sec., 53.02 KiB/sec. | ||
| 1779 | 2025.04.28 18:11:11.743984 [ 258 ] {6c9e2ae3-2591-46af-8778-1e57adf6a410} <Debug> TCPHandler: Processed in 0.001455672 sec. | ||
| 1780 | 2025.04.28 18:11:11.744097 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1781 | 2025.04.28 18:11:11.744200 [ 258 ] {9613f28e-fce5-469e-9e17-3387111229e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1782 | 2025.04.28 18:11:11.744267 [ 258 ] {9613f28e-fce5-469e-9e17-3387111229e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1783 | 2025.04.28 18:11:11.745373 [ 258 ] {9613f28e-fce5-469e-9e17-3387111229e6} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1784 | 2025.04.28 18:11:11.745418 [ 258 ] {9613f28e-fce5-469e-9e17-3387111229e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1785 | 2025.04.28 18:11:11.746086 [ 258 ] {9613f28e-fce5-469e-9e17-3387111229e6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1786 | 2025.04.28 18:11:11.746349 [ 258 ] {9613f28e-fce5-469e-9e17-3387111229e6} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1787 | 2025.04.28 18:11:11.746645 [ 258 ] {9613f28e-fce5-469e-9e17-3387111229e6} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00245 sec., 14285.714285714286 rows/sec., 25.60 MiB/sec. | ||
| 1788 | 2025.04.28 18:11:11.746754 [ 258 ] {9613f28e-fce5-469e-9e17-3387111229e6} <Debug> TCPHandler: Processed in 0.002707021 sec. | ||
| 1789 | 2025.04.28 18:11:11.746874 [ 258 ] {} <Trace> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1790 | 2025.04.28 18:11:11.746981 [ 258 ] {bf14e436-a2cc-4041-a5d5-900ca2327361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45141) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1791 | 2025.04.28 18:11:11.747029 [ 258 ] {bf14e436-a2cc-4041-a5d5-900ca2327361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1792 | 2025.04.28 18:11:11.747458 [ 258 ] {bf14e436-a2cc-4041-a5d5-900ca2327361} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1793 | 2025.04.28 18:11:11.747498 [ 258 ] {bf14e436-a2cc-4041-a5d5-900ca2327361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1794 | 2025.04.28 18:11:11.747854 [ 258 ] {bf14e436-a2cc-4041-a5d5-900ca2327361} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1795 | 2025.04.28 18:11:11.748091 [ 258 ] {bf14e436-a2cc-4041-a5d5-900ca2327361} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1796 | 2025.04.28 18:11:11.748314 [ 258 ] {bf14e436-a2cc-4041-a5d5-900ca2327361} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001349 sec., 60785.76723498888 rows/sec., 3.86 MiB/sec. | ||
| 1797 | 2025.04.28 18:11:11.748382 [ 258 ] {bf14e436-a2cc-4041-a5d5-900ca2327361} <Debug> TCPHandler: Processed in 0.001558354 sec. | ||
| 1798 | 2025.04.28 18:11:15.358730 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1799 | 2025.04.28 18:11:15.358855 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1800 | 2025.04.28 18:11:15.431970 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1801 | 2025.04.28 18:11:15.432682 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1802 | 2025.04.28 18:11:15.432733 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1803 | 2025.04.28 18:11:15.433579 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 258 | ||
| 1804 | 2025.04.28 18:11:15.434068 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1805 | 2025.04.28 18:11:15.434519 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1806 | 2025.04.28 18:11:15.434944 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1807 | 2025.04.28 18:11:15.437184 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1808 | 2025.04.28 18:11:15.437229 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1809 | 2025.04.28 18:11:15.438652 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1810 | 2025.04.28 18:11:15.438948 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1811 | 2025.04.28 18:11:15.439751 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 258 | ||
| 1812 | 2025.04.28 18:11:15.652240 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1813 | 2025.04.28 18:11:15.671764 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1814 | 2025.04.28 18:11:15.671825 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1815 | 2025.04.28 18:11:15.678724 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1816 | 2025.04.28 18:11:15.679475 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1817 | 2025.04.28 18:11:15.682261 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1818 | 2025.04.28 18:11:16.255063 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1819 | 2025.04.28 18:11:16.255151 [ 258 ] {} <Debug> TCP-Session: e6fc8a3a-5bbc-4b9d-b5ba-128b85c740ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1820 | 2025.04.28 18:11:16.719504 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1821 | 2025.04.28 18:11:16.719695 [ 263 ] {f8b4af4d-064d-4769-8305-a50ca81bb6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1822 | 2025.04.28 18:11:16.719779 [ 263 ] {f8b4af4d-064d-4769-8305-a50ca81bb6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1823 | 2025.04.28 18:11:16.720696 [ 263 ] {f8b4af4d-064d-4769-8305-a50ca81bb6a9} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1824 | 2025.04.28 18:11:16.720748 [ 263 ] {f8b4af4d-064d-4769-8305-a50ca81bb6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1825 | 2025.04.28 18:11:16.721183 [ 263 ] {f8b4af4d-064d-4769-8305-a50ca81bb6a9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1826 | 2025.04.28 18:11:16.721444 [ 263 ] {f8b4af4d-064d-4769-8305-a50ca81bb6a9} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1827 | 2025.04.28 18:11:16.721755 [ 263 ] {f8b4af4d-064d-4769-8305-a50ca81bb6a9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002087 sec., 26832.774317201725 rows/sec., 2.06 MiB/sec. | ||
| 1828 | 2025.04.28 18:11:16.721875 [ 263 ] {f8b4af4d-064d-4769-8305-a50ca81bb6a9} <Debug> TCPHandler: Processed in 0.002496618 sec. | ||
| 1829 | 2025.04.28 18:11:16.722013 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1830 | 2025.04.28 18:11:16.722130 [ 263 ] {6034acbf-e0d4-4bfd-a7a5-405e51807dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1831 | 2025.04.28 18:11:16.722180 [ 263 ] {6034acbf-e0d4-4bfd-a7a5-405e51807dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1832 | 2025.04.28 18:11:16.722753 [ 263 ] {6034acbf-e0d4-4bfd-a7a5-405e51807dbf} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1833 | 2025.04.28 18:11:16.722796 [ 263 ] {6034acbf-e0d4-4bfd-a7a5-405e51807dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1834 | 2025.04.28 18:11:16.723153 [ 263 ] {6034acbf-e0d4-4bfd-a7a5-405e51807dbf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1835 | 2025.04.28 18:11:16.723401 [ 263 ] {6034acbf-e0d4-4bfd-a7a5-405e51807dbf} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1836 | 2025.04.28 18:11:16.723690 [ 263 ] {6034acbf-e0d4-4bfd-a7a5-405e51807dbf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001559 sec., 41051.95638229634 rows/sec., 3.20 MiB/sec. | ||
| 1837 | 2025.04.28 18:11:16.723990 [ 263 ] {6034acbf-e0d4-4bfd-a7a5-405e51807dbf} <Debug> TCPHandler: Processed in 0.002024481 sec. | ||
| 1838 | 2025.04.28 18:11:16.724235 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1839 | 2025.04.28 18:11:16.724344 [ 263 ] {0999d164-3ccf-4dfd-99b8-499005562a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1840 | 2025.04.28 18:11:16.724400 [ 263 ] {0999d164-3ccf-4dfd-99b8-499005562a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1841 | 2025.04.28 18:11:16.724948 [ 263 ] {0999d164-3ccf-4dfd-99b8-499005562a4a} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1842 | 2025.04.28 18:11:16.724989 [ 263 ] {0999d164-3ccf-4dfd-99b8-499005562a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1843 | 2025.04.28 18:11:16.725374 [ 263 ] {0999d164-3ccf-4dfd-99b8-499005562a4a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1844 | 2025.04.28 18:11:16.725618 [ 263 ] {0999d164-3ccf-4dfd-99b8-499005562a4a} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1845 | 2025.04.28 18:11:16.725817 [ 263 ] {0999d164-3ccf-4dfd-99b8-499005562a4a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001497 sec., 106880.42752171008 rows/sec., 7.44 MiB/sec. | ||
| 1846 | 2025.04.28 18:11:16.725870 [ 263 ] {0999d164-3ccf-4dfd-99b8-499005562a4a} <Debug> TCPHandler: Processed in 0.001711516 sec. | ||
| 1847 | 2025.04.28 18:11:16.725986 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1848 | 2025.04.28 18:11:16.726092 [ 263 ] {5c90b786-3457-4569-b7c9-bb0f032a1989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1849 | 2025.04.28 18:11:16.726140 [ 263 ] {5c90b786-3457-4569-b7c9-bb0f032a1989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1850 | 2025.04.28 18:11:16.726567 [ 263 ] {5c90b786-3457-4569-b7c9-bb0f032a1989} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1851 | 2025.04.28 18:11:16.726607 [ 263 ] {5c90b786-3457-4569-b7c9-bb0f032a1989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1852 | 2025.04.28 18:11:16.726966 [ 263 ] {5c90b786-3457-4569-b7c9-bb0f032a1989} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1853 | 2025.04.28 18:11:16.727207 [ 263 ] {5c90b786-3457-4569-b7c9-bb0f032a1989} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1854 | 2025.04.28 18:11:16.727379 [ 263 ] {5c90b786-3457-4569-b7c9-bb0f032a1989} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001308 sec., 45871.55963302753 rows/sec., 3.09 MiB/sec. | ||
| 1855 | 2025.04.28 18:11:16.727473 [ 263 ] {5c90b786-3457-4569-b7c9-bb0f032a1989} <Debug> TCPHandler: Processed in 0.001538153 sec. | ||
| 1856 | 2025.04.28 18:11:17.000202 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.08 MiB, peak 169.71 MiB, free memory in arenas 0.00 B, will set to 165.89 MiB (RSS), difference: 1.80 MiB | ||
| 1857 | 2025.04.28 18:11:17.230016 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1858 | 2025.04.28 18:11:17.230299 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1859 | 2025.04.28 18:11:17.230754 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1860 | 2025.04.28 18:11:17.230804 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1861 | 2025.04.28 18:11:17.231158 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1862 | 2025.04.28 18:11:17.231237 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1863 | 2025.04.28 18:11:17.231409 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1864 | 2025.04.28 18:11:17.231537 [ 287 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1865 | 2025.04.28 18:11:17.231586 [ 288 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1866 | 2025.04.28 18:11:17.231613 [ 286 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1867 | 2025.04.28 18:11:17.231753 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1868 | 2025.04.28 18:11:17.231784 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1869 | 2025.04.28 18:11:17.231899 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1870 | 2025.04.28 18:11:17.231923 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
| 1871 | 2025.04.28 18:11:17.231966 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1872 | 2025.04.28 18:11:17.232011 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1873 | 2025.04.28 18:11:17.232053 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1874 | 2025.04.28 18:11:17.233737 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.003573 sec., 9795.689896445565 rows/sec., 377.18 KiB/sec. | ||
| 1875 | 2025.04.28 18:11:17.233948 [ 263 ] {fd66466d-5c00-4819-9752-5266fe3d6ec0} <Debug> TCPHandler: Processed in 0.004069642 sec. | ||
| 1876 | 2025.04.28 18:11:17.234213 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1877 | 2025.04.28 18:11:17.234412 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1878 | 2025.04.28 18:11:17.234746 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1879 | 2025.04.28 18:11:17.234795 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1880 | 2025.04.28 18:11:17.235096 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1881 | 2025.04.28 18:11:17.235160 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1882 | 2025.04.28 18:11:17.235299 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1883 | 2025.04.28 18:11:17.235439 [ 290 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1884 | 2025.04.28 18:11:17.235466 [ 288 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1885 | 2025.04.28 18:11:17.235489 [ 286 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1886 | 2025.04.28 18:11:17.235611 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1887 | 2025.04.28 18:11:17.235641 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1888 | 2025.04.28 18:11:17.235745 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1889 | 2025.04.28 18:11:17.235768 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
| 1890 | 2025.04.28 18:11:17.235807 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1891 | 2025.04.28 18:11:17.235848 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1892 | 2025.04.28 18:11:17.235888 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1893 | 2025.04.28 18:11:17.237371 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.003058 sec., 11445.38914323087 rows/sec., 440.70 KiB/sec. | ||
| 1894 | 2025.04.28 18:11:17.237528 [ 263 ] {df1cf07c-a038-4501-9723-13d7a47d319c} <Debug> TCPHandler: Processed in 0.003377781 sec. | ||
| 1895 | 2025.04.28 18:11:17.237748 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1896 | 2025.04.28 18:11:17.237911 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1897 | 2025.04.28 18:11:17.238196 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1898 | 2025.04.28 18:11:17.238245 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1899 | 2025.04.28 18:11:17.238543 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1900 | 2025.04.28 18:11:17.238608 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1901 | 2025.04.28 18:11:17.238748 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1902 | 2025.04.28 18:11:17.238893 [ 288 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1903 | 2025.04.28 18:11:17.238913 [ 287 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1904 | 2025.04.28 18:11:17.238925 [ 286 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1905 | 2025.04.28 18:11:17.239077 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1906 | 2025.04.28 18:11:17.239107 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1907 | 2025.04.28 18:11:17.239209 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1908 | 2025.04.28 18:11:17.239231 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
| 1909 | 2025.04.28 18:11:17.239270 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1910 | 2025.04.28 18:11:17.239312 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1911 | 2025.04.28 18:11:17.239349 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1912 | 2025.04.28 18:11:17.240717 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.002883 sec., 12140.131807145333 rows/sec., 467.45 KiB/sec. | ||
| 1913 | 2025.04.28 18:11:17.240878 [ 263 ] {819f7865-73e7-4b84-94c4-a701acd7ea7b} <Debug> TCPHandler: Processed in 0.003181568 sec. | ||
| 1914 | 2025.04.28 18:11:17.241103 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1915 | 2025.04.28 18:11:17.241272 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1916 | 2025.04.28 18:11:17.241561 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1917 | 2025.04.28 18:11:17.241610 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1918 | 2025.04.28 18:11:17.241916 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1919 | 2025.04.28 18:11:17.241981 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1920 | 2025.04.28 18:11:17.242123 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1921 | 2025.04.28 18:11:17.242213 [ 287 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1922 | 2025.04.28 18:11:17.242270 [ 288 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1923 | 2025.04.28 18:11:17.242295 [ 286 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1924 | 2025.04.28 18:11:17.242403 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1925 | 2025.04.28 18:11:17.242433 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1926 | 2025.04.28 18:11:17.242538 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1927 | 2025.04.28 18:11:17.242560 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
| 1928 | 2025.04.28 18:11:17.242600 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1929 | 2025.04.28 18:11:17.242641 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1930 | 2025.04.28 18:11:17.242684 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1931 | 2025.04.28 18:11:17.243992 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.002797 sec., 12513.407222023598 rows/sec., 481.82 KiB/sec. | ||
| 1932 | 2025.04.28 18:11:17.244149 [ 263 ] {d317a685-fbfa-4186-ac77-9eda2f4afd09} <Debug> TCPHandler: Processed in 0.003097117 sec. | ||
| 1933 | 2025.04.28 18:11:17.244355 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1934 | 2025.04.28 18:11:17.244519 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1935 | 2025.04.28 18:11:17.244809 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1936 | 2025.04.28 18:11:17.244857 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1937 | 2025.04.28 18:11:17.245167 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1938 | 2025.04.28 18:11:17.245232 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1939 | 2025.04.28 18:11:17.245368 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1940 | 2025.04.28 18:11:17.245487 [ 288 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1941 | 2025.04.28 18:11:17.245515 [ 290 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1942 | 2025.04.28 18:11:17.245537 [ 286 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1943 | 2025.04.28 18:11:17.245639 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1944 | 2025.04.28 18:11:17.245669 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1945 | 2025.04.28 18:11:17.245778 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1946 | 2025.04.28 18:11:17.245801 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
| 1947 | 2025.04.28 18:11:17.245840 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1948 | 2025.04.28 18:11:17.245882 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1949 | 2025.04.28 18:11:17.245919 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1950 | 2025.04.28 18:11:17.247297 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.002857 sec., 12250.612530626531 rows/sec., 471.70 KiB/sec. | ||
| 1951 | 2025.04.28 18:11:17.247454 [ 263 ] {47f5eb57-df4f-4dfb-9cd4-4bb502331d03} <Debug> TCPHandler: Processed in 0.003149879 sec. | ||
| 1952 | 2025.04.28 18:11:17.247654 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1953 | 2025.04.28 18:11:17.247820 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1954 | 2025.04.28 18:11:17.248107 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1955 | 2025.04.28 18:11:17.248156 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1956 | 2025.04.28 18:11:17.248466 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1957 | 2025.04.28 18:11:17.248531 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1958 | 2025.04.28 18:11:17.248667 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 1959 | 2025.04.28 18:11:17.248793 [ 290 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1960 | 2025.04.28 18:11:17.248798 [ 288 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1961 | 2025.04.28 18:11:17.248830 [ 286 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1962 | 2025.04.28 18:11:17.248937 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 1963 | 2025.04.28 18:11:17.248967 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1964 | 2025.04.28 18:11:17.249069 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1965 | 2025.04.28 18:11:17.249091 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
| 1966 | 2025.04.28 18:11:17.249130 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1967 | 2025.04.28 18:11:17.249171 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1968 | 2025.04.28 18:11:17.249211 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1969 | 2025.04.28 18:11:17.250575 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.002835 sec., 12345.67901234568 rows/sec., 475.36 KiB/sec. | ||
| 1970 | 2025.04.28 18:11:17.250737 [ 263 ] {96d38ac6-5b72-40ee-a572-af48fbc19066} <Debug> TCPHandler: Processed in 0.003133998 sec. | ||
| 1971 | 2025.04.28 18:11:17.352461 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1972 | 2025.04.28 18:11:17.352593 [ 263 ] {8f12ae49-e851-42fb-8a65-a108b75eea34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1973 | 2025.04.28 18:11:17.352651 [ 263 ] {8f12ae49-e851-42fb-8a65-a108b75eea34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1974 | 2025.04.28 18:11:17.353327 [ 263 ] {8f12ae49-e851-42fb-8a65-a108b75eea34} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1975 | 2025.04.28 18:11:17.353367 [ 263 ] {8f12ae49-e851-42fb-8a65-a108b75eea34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1976 | 2025.04.28 18:11:17.353855 [ 263 ] {8f12ae49-e851-42fb-8a65-a108b75eea34} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1977 | 2025.04.28 18:11:17.354079 [ 263 ] {8f12ae49-e851-42fb-8a65-a108b75eea34} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1978 | 2025.04.28 18:11:17.354371 [ 263 ] {8f12ae49-e851-42fb-8a65-a108b75eea34} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001762 sec., 3405.22133938706 rows/sec., 758.19 KiB/sec. | ||
| 1979 | 2025.04.28 18:11:17.354559 [ 263 ] {8f12ae49-e851-42fb-8a65-a108b75eea34} <Debug> TCPHandler: Processed in 0.002158043 sec. | ||
| 1980 | 2025.04.28 18:11:17.354681 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1981 | 2025.04.28 18:11:17.354785 [ 263 ] {3f9350b6-bf49-482c-87c9-727d68433720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1982 | 2025.04.28 18:11:17.354832 [ 263 ] {3f9350b6-bf49-482c-87c9-727d68433720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1983 | 2025.04.28 18:11:17.355462 [ 263 ] {3f9350b6-bf49-482c-87c9-727d68433720} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1984 | 2025.04.28 18:11:17.355501 [ 263 ] {3f9350b6-bf49-482c-87c9-727d68433720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1985 | 2025.04.28 18:11:17.355878 [ 263 ] {3f9350b6-bf49-482c-87c9-727d68433720} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1986 | 2025.04.28 18:11:17.356139 [ 263 ] {3f9350b6-bf49-482c-87c9-727d68433720} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1987 | 2025.04.28 18:11:17.356309 [ 263 ] {3f9350b6-bf49-482c-87c9-727d68433720} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001544 sec., 137305.69948186527 rows/sec., 8.73 MiB/sec. | ||
| 1988 | 2025.04.28 18:11:17.356356 [ 263 ] {3f9350b6-bf49-482c-87c9-727d68433720} <Debug> TCPHandler: Processed in 0.001726117 sec. | ||
| 1989 | 2025.04.28 18:11:17.356469 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1990 | 2025.04.28 18:11:17.356572 [ 263 ] {4033919f-822d-4b95-b5d4-a49ba3579536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1991 | 2025.04.28 18:11:17.356618 [ 263 ] {4033919f-822d-4b95-b5d4-a49ba3579536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1992 | 2025.04.28 18:11:17.358051 [ 263 ] {4033919f-822d-4b95-b5d4-a49ba3579536} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1993 | 2025.04.28 18:11:17.358089 [ 263 ] {4033919f-822d-4b95-b5d4-a49ba3579536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 1994 | 2025.04.28 18:11:17.358541 [ 263 ] {4033919f-822d-4b95-b5d4-a49ba3579536} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1995 | 2025.04.28 18:11:17.358775 [ 263 ] {4033919f-822d-4b95-b5d4-a49ba3579536} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1996 | 2025.04.28 18:11:17.358967 [ 263 ] {4033919f-822d-4b95-b5d4-a49ba3579536} <Debug> executeQuery: Read 1827 rows, 152.60 KiB in 0.002415 sec., 756521.7391304348 rows/sec., 61.71 MiB/sec. | ||
| 1997 | 2025.04.28 18:11:17.359017 [ 263 ] {4033919f-822d-4b95-b5d4-a49ba3579536} <Debug> TCPHandler: Processed in 0.002598959 sec. | ||
| 1998 | 2025.04.28 18:11:17.359138 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1999 | 2025.04.28 18:11:17.359243 [ 263 ] {71a1ae5c-0291-4379-8137-5ea226661619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2000 | 2025.04.28 18:11:17.359288 [ 263 ] {71a1ae5c-0291-4379-8137-5ea226661619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2001 | 2025.04.28 18:11:17.359833 [ 263 ] {71a1ae5c-0291-4379-8137-5ea226661619} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2002 | 2025.04.28 18:11:17.359873 [ 263 ] {71a1ae5c-0291-4379-8137-5ea226661619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2003 | 2025.04.28 18:11:17.360223 [ 263 ] {71a1ae5c-0291-4379-8137-5ea226661619} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2004 | 2025.04.28 18:11:17.360453 [ 263 ] {71a1ae5c-0291-4379-8137-5ea226661619} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2005 | 2025.04.28 18:11:17.360797 [ 263 ] {71a1ae5c-0291-4379-8137-5ea226661619} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001536 sec., 91796.875 rows/sec., 5.73 MiB/sec. | ||
| 2006 | 2025.04.28 18:11:17.361006 [ 263 ] {71a1ae5c-0291-4379-8137-5ea226661619} <Debug> TCPHandler: Processed in 0.001915329 sec. | ||
| 2007 | 2025.04.28 18:11:17.361124 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2008 | 2025.04.28 18:11:17.361228 [ 263 ] {aa22e471-66a7-46be-8eef-16ac5f2176d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2009 | 2025.04.28 18:11:17.361273 [ 263 ] {aa22e471-66a7-46be-8eef-16ac5f2176d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2010 | 2025.04.28 18:11:17.361922 [ 263 ] {aa22e471-66a7-46be-8eef-16ac5f2176d2} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2011 | 2025.04.28 18:11:17.361961 [ 263 ] {aa22e471-66a7-46be-8eef-16ac5f2176d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2012 | 2025.04.28 18:11:17.362312 [ 263 ] {aa22e471-66a7-46be-8eef-16ac5f2176d2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2013 | 2025.04.28 18:11:17.362554 [ 263 ] {aa22e471-66a7-46be-8eef-16ac5f2176d2} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2014 | 2025.04.28 18:11:17.362821 [ 263 ] {aa22e471-66a7-46be-8eef-16ac5f2176d2} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001591 sec., 214330.6096794469 rows/sec., 14.30 MiB/sec. | ||
| 2015 | 2025.04.28 18:11:17.362901 [ 263 ] {aa22e471-66a7-46be-8eef-16ac5f2176d2} <Debug> TCPHandler: Processed in 0.001828847 sec. | ||
| 2016 | 2025.04.28 18:11:17.363019 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2017 | 2025.04.28 18:11:17.363121 [ 263 ] {214c304d-9953-4a99-9aa9-ad00a2bdbfbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2018 | 2025.04.28 18:11:17.363166 [ 263 ] {214c304d-9953-4a99-9aa9-ad00a2bdbfbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2019 | 2025.04.28 18:11:17.363702 [ 263 ] {214c304d-9953-4a99-9aa9-ad00a2bdbfbd} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2020 | 2025.04.28 18:11:17.363741 [ 263 ] {214c304d-9953-4a99-9aa9-ad00a2bdbfbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2021 | 2025.04.28 18:11:17.364081 [ 263 ] {214c304d-9953-4a99-9aa9-ad00a2bdbfbd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2022 | 2025.04.28 18:11:17.364320 [ 263 ] {214c304d-9953-4a99-9aa9-ad00a2bdbfbd} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2023 | 2025.04.28 18:11:17.364516 [ 263 ] {214c304d-9953-4a99-9aa9-ad00a2bdbfbd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001416 sec., 79096.04519774011 rows/sec., 4.51 MiB/sec. | ||
| 2024 | 2025.04.28 18:11:17.364566 [ 263 ] {214c304d-9953-4a99-9aa9-ad00a2bdbfbd} <Debug> TCPHandler: Processed in 0.001599264 sec. | ||
| 2025 | 2025.04.28 18:11:17.364685 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2026 | 2025.04.28 18:11:17.364788 [ 263 ] {b7d3bd7f-7e94-4bf8-af30-6ed43d2fc91b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2027 | 2025.04.28 18:11:17.364833 [ 263 ] {b7d3bd7f-7e94-4bf8-af30-6ed43d2fc91b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2028 | 2025.04.28 18:11:17.365640 [ 263 ] {b7d3bd7f-7e94-4bf8-af30-6ed43d2fc91b} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2029 | 2025.04.28 18:11:17.365682 [ 263 ] {b7d3bd7f-7e94-4bf8-af30-6ed43d2fc91b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2030 | 2025.04.28 18:11:17.366071 [ 263 ] {b7d3bd7f-7e94-4bf8-af30-6ed43d2fc91b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2031 | 2025.04.28 18:11:17.366308 [ 263 ] {b7d3bd7f-7e94-4bf8-af30-6ed43d2fc91b} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2032 | 2025.04.28 18:11:17.366516 [ 263 ] {b7d3bd7f-7e94-4bf8-af30-6ed43d2fc91b} <Debug> executeQuery: Read 873 rows, 64.68 KiB in 0.001748 sec., 499427.9176201373 rows/sec., 36.13 MiB/sec. | ||
| 2033 | 2025.04.28 18:11:17.366565 [ 263 ] {b7d3bd7f-7e94-4bf8-af30-6ed43d2fc91b} <Debug> TCPHandler: Processed in 0.001932689 sec. | ||
| 2034 | 2025.04.28 18:11:17.366684 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2035 | 2025.04.28 18:11:17.366788 [ 263 ] {ab6f023d-2464-4621-9ca4-087c926dc532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2036 | 2025.04.28 18:11:17.366835 [ 263 ] {ab6f023d-2464-4621-9ca4-087c926dc532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2037 | 2025.04.28 18:11:17.367239 [ 263 ] {ab6f023d-2464-4621-9ca4-087c926dc532} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2038 | 2025.04.28 18:11:17.367279 [ 263 ] {ab6f023d-2464-4621-9ca4-087c926dc532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2039 | 2025.04.28 18:11:17.367749 [ 263 ] {ab6f023d-2464-4621-9ca4-087c926dc532} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2040 | 2025.04.28 18:11:17.368018 [ 263 ] {ab6f023d-2464-4621-9ca4-087c926dc532} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2041 | 2025.04.28 18:11:17.368220 [ 263 ] {ab6f023d-2464-4621-9ca4-087c926dc532} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec. | ||
| 2042 | 2025.04.28 18:11:17.368269 [ 263 ] {ab6f023d-2464-4621-9ca4-087c926dc532} <Debug> TCPHandler: Processed in 0.001635475 sec. | ||
| 2043 | 2025.04.28 18:11:17.368394 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2044 | 2025.04.28 18:11:17.368497 [ 263 ] {6882402e-d745-4103-88fc-075195ddfded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2045 | 2025.04.28 18:11:17.368547 [ 263 ] {6882402e-d745-4103-88fc-075195ddfded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2046 | 2025.04.28 18:11:17.371620 [ 263 ] {6882402e-d745-4103-88fc-075195ddfded} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2047 | 2025.04.28 18:11:17.371659 [ 263 ] {6882402e-d745-4103-88fc-075195ddfded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2048 | 2025.04.28 18:11:17.372307 [ 263 ] {6882402e-d745-4103-88fc-075195ddfded} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2049 | 2025.04.28 18:11:17.372594 [ 263 ] {6882402e-d745-4103-88fc-075195ddfded} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2050 | 2025.04.28 18:11:17.372815 [ 263 ] {6882402e-d745-4103-88fc-075195ddfded} <Debug> executeQuery: Read 2983 rows, 203.60 KiB in 0.004338 sec., 687644.0756108806 rows/sec., 45.83 MiB/sec. | ||
| 2051 | 2025.04.28 18:11:17.372877 [ 263 ] {6882402e-d745-4103-88fc-075195ddfded} <Debug> TCPHandler: Processed in 0.004533689 sec. | ||
| 2052 | 2025.04.28 18:11:17.372998 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2053 | 2025.04.28 18:11:17.373104 [ 263 ] {f5f1733a-16fd-4377-aca4-852fe6be2fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2054 | 2025.04.28 18:11:17.373152 [ 263 ] {f5f1733a-16fd-4377-aca4-852fe6be2fb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2055 | 2025.04.28 18:11:17.373559 [ 263 ] {f5f1733a-16fd-4377-aca4-852fe6be2fb6} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2056 | 2025.04.28 18:11:17.373598 [ 263 ] {f5f1733a-16fd-4377-aca4-852fe6be2fb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2057 | 2025.04.28 18:11:17.373933 [ 263 ] {f5f1733a-16fd-4377-aca4-852fe6be2fb6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2058 | 2025.04.28 18:11:17.374161 [ 263 ] {f5f1733a-16fd-4377-aca4-852fe6be2fb6} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2059 | 2025.04.28 18:11:17.374351 [ 263 ] {f5f1733a-16fd-4377-aca4-852fe6be2fb6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001269 sec., 788.0220646178093 rows/sec., 53.10 KiB/sec. | ||
| 2060 | 2025.04.28 18:11:17.374405 [ 263 ] {f5f1733a-16fd-4377-aca4-852fe6be2fb6} <Debug> TCPHandler: Processed in 0.001457692 sec. | ||
| 2061 | 2025.04.28 18:11:17.374519 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2062 | 2025.04.28 18:11:17.374624 [ 263 ] {d33f154b-b326-4d5c-bddb-42fee9ef143b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2063 | 2025.04.28 18:11:17.374694 [ 263 ] {d33f154b-b326-4d5c-bddb-42fee9ef143b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2064 | 2025.04.28 18:11:17.375874 [ 263 ] {d33f154b-b326-4d5c-bddb-42fee9ef143b} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2065 | 2025.04.28 18:11:17.375912 [ 263 ] {d33f154b-b326-4d5c-bddb-42fee9ef143b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2066 | 2025.04.28 18:11:17.376515 [ 263 ] {d33f154b-b326-4d5c-bddb-42fee9ef143b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2067 | 2025.04.28 18:11:17.376766 [ 263 ] {d33f154b-b326-4d5c-bddb-42fee9ef143b} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2068 | 2025.04.28 18:11:17.377194 [ 263 ] {d33f154b-b326-4d5c-bddb-42fee9ef143b} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00256 sec., 13671.874999999998 rows/sec., 24.50 MiB/sec. | ||
| 2069 | 2025.04.28 18:11:17.377380 [ 263 ] {d33f154b-b326-4d5c-bddb-42fee9ef143b} <Debug> TCPHandler: Processed in 0.002910405 sec. | ||
| 2070 | 2025.04.28 18:11:17.377515 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2071 | 2025.04.28 18:11:17.377647 [ 263 ] {473117ff-581c-411f-9c3c-7bd96bc54265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2072 | 2025.04.28 18:11:17.377703 [ 263 ] {473117ff-581c-411f-9c3c-7bd96bc54265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2073 | 2025.04.28 18:11:17.378184 [ 263 ] {473117ff-581c-411f-9c3c-7bd96bc54265} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2074 | 2025.04.28 18:11:17.378225 [ 263 ] {473117ff-581c-411f-9c3c-7bd96bc54265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2075 | 2025.04.28 18:11:17.378613 [ 263 ] {473117ff-581c-411f-9c3c-7bd96bc54265} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2076 | 2025.04.28 18:11:17.378858 [ 263 ] {473117ff-581c-411f-9c3c-7bd96bc54265} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2077 | 2025.04.28 18:11:17.379067 [ 263 ] {473117ff-581c-411f-9c3c-7bd96bc54265} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001449 sec., 23464.458247066945 rows/sec., 1.36 MiB/sec. | ||
| 2078 | 2025.04.28 18:11:17.379118 [ 263 ] {473117ff-581c-411f-9c3c-7bd96bc54265} <Debug> TCPHandler: Processed in 0.001665905 sec. | ||
| 2079 | 2025.04.28 18:11:18.000295 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.18 MiB, peak 169.71 MiB, free memory in arenas 0.00 B, will set to 166.06 MiB (RSS), difference: -1.11 MiB | ||
| 2080 | 2025.04.28 18:11:21.719017 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2081 | 2025.04.28 18:11:21.719227 [ 263 ] {4f3727a5-c578-47ab-8a2b-7287cd566f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2082 | 2025.04.28 18:11:21.719303 [ 263 ] {4f3727a5-c578-47ab-8a2b-7287cd566f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2083 | 2025.04.28 18:11:21.720256 [ 263 ] {4f3727a5-c578-47ab-8a2b-7287cd566f9b} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2084 | 2025.04.28 18:11:21.720307 [ 263 ] {4f3727a5-c578-47ab-8a2b-7287cd566f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2085 | 2025.04.28 18:11:21.720720 [ 263 ] {4f3727a5-c578-47ab-8a2b-7287cd566f9b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2086 | 2025.04.28 18:11:21.720973 [ 263 ] {4f3727a5-c578-47ab-8a2b-7287cd566f9b} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2087 | 2025.04.28 18:11:21.721221 [ 42 ] {} <Debug> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2088 | 2025.04.28 18:11:21.721350 [ 42 ] {} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2089 | 2025.04.28 18:11:21.721425 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2090 | 2025.04.28 18:11:21.721425 [ 263 ] {4f3727a5-c578-47ab-8a2b-7287cd566f9b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002245 sec., 24944.320712694876 rows/sec., 1.92 MiB/sec. | ||
| 2091 | 2025.04.28 18:11:21.721644 [ 263 ] {4f3727a5-c578-47ab-8a2b-7287cd566f9b} <Debug> TCPHandler: Processed in 0.002752942 sec. | ||
| 2092 | 2025.04.28 18:11:21.721716 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::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 | ||
| 2093 | 2025.04.28 18:11:21.721815 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2094 | 2025.04.28 18:11:21.721906 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2095 | 2025.04.28 18:11:21.721986 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 688 rows starting from the beginning of the part | ||
| 2096 | 2025.04.28 18:11:21.722019 [ 263 ] {5bd2e52d-be71-4bbd-9748-4400446f93f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2097 | 2025.04.28 18:11:21.722145 [ 263 ] {5bd2e52d-be71-4bbd-9748-4400446f93f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2098 | 2025.04.28 18:11:21.722222 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
| 2099 | 2025.04.28 18:11:21.722636 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 687 rows starting from the beginning of the part | ||
| 2100 | 2025.04.28 18:11:21.722987 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 2101 | 2025.04.28 18:11:21.723326 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1827 rows starting from the beginning of the part | ||
| 2102 | 2025.04.28 18:11:21.723711 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2103 | 2025.04.28 18:11:21.724600 [ 263 ] {5bd2e52d-be71-4bbd-9748-4400446f93f7} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2104 | 2025.04.28 18:11:21.724666 [ 263 ] {5bd2e52d-be71-4bbd-9748-4400446f93f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2105 | 2025.04.28 18:11:21.725537 [ 263 ] {5bd2e52d-be71-4bbd-9748-4400446f93f7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2106 | 2025.04.28 18:11:21.726039 [ 263 ] {5bd2e52d-be71-4bbd-9748-4400446f93f7} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2107 | 2025.04.28 18:11:21.726241 [ 42 ] {} <Debug> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2108 | 2025.04.28 18:11:21.726332 [ 42 ] {} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2109 | 2025.04.28 18:11:21.726385 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2110 | 2025.04.28 18:11:21.726421 [ 263 ] {5bd2e52d-be71-4bbd-9748-4400446f93f7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004417 sec., 14489.472492642066 rows/sec., 1.13 MiB/sec. | ||
| 2111 | 2025.04.28 18:11:21.726752 [ 263 ] {5bd2e52d-be71-4bbd-9748-4400446f93f7} <Debug> TCPHandler: Processed in 0.005000346 sec. | ||
| 2112 | 2025.04.28 18:11:21.726858 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::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 | ||
| 2113 | 2025.04.28 18:11:21.727131 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2114 | 2025.04.28 18:11:21.727353 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3370 rows, containing 5 columns (5 merged, 0 gathered) in 0.005832319 sec., 577814.7594464569 rows/sec., 48.75 MiB/sec. | ||
| 2115 | 2025.04.28 18:11:21.727438 [ 263 ] {1559eea2-4971-4aa7-8cc5-fabf848d51f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2116 | 2025.04.28 18:11:21.727489 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2117 | 2025.04.28 18:11:21.727555 [ 263 ] {1559eea2-4971-4aa7-8cc5-fabf848d51f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2118 | 2025.04.28 18:11:21.727581 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 430 rows starting from the beginning of the part | ||
| 2119 | 2025.04.28 18:11:21.727751 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2120 | 2025.04.28 18:11:21.728394 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
| 2121 | 2025.04.28 18:11:21.728965 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_11_2} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2122 | 2025.04.28 18:11:21.729080 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 417 rows starting from the beginning of the part | ||
| 2123 | 2025.04.28 18:11:21.729181 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_11_2} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2124 | 2025.04.28 18:11:21.729557 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 2125 | 2025.04.28 18:11:21.729631 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2126 | 2025.04.28 18:11:21.729973 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 873 rows starting from the beginning of the part | ||
| 2127 | 2025.04.28 18:11:21.730342 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2128 | 2025.04.28 18:11:21.730845 [ 263 ] {1559eea2-4971-4aa7-8cc5-fabf848d51f5} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2129 | 2025.04.28 18:11:21.730916 [ 263 ] {1559eea2-4971-4aa7-8cc5-fabf848d51f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2130 | 2025.04.28 18:11:21.731821 [ 263 ] {1559eea2-4971-4aa7-8cc5-fabf848d51f5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2131 | 2025.04.28 18:11:21.732360 [ 263 ] {1559eea2-4971-4aa7-8cc5-fabf848d51f5} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2132 | 2025.04.28 18:11:21.732677 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2133 | 2025.04.28 18:11:21.732768 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2134 | 2025.04.28 18:11:21.732822 [ 263 ] {1559eea2-4971-4aa7-8cc5-fabf848d51f5} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005478 sec., 23366.192040890834 rows/sec., 1.63 MiB/sec. | ||
| 2135 | 2025.04.28 18:11:21.732893 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2136 | 2025.04.28 18:11:21.733123 [ 263 ] {1559eea2-4971-4aa7-8cc5-fabf848d51f5} <Debug> TCPHandler: Processed in 0.006133264 sec. | ||
| 2137 | 2025.04.28 18:11:21.733673 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2138 | 2025.04.28 18:11:21.734075 [ 263 ] {42f6b754-71a1-4811-a476-1ed554961765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2139 | 2025.04.28 18:11:21.734090 [ 197 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 2140 | 2025.04.28 18:11:21.734114 [ 198 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1912 rows, containing 5 columns (5 merged, 0 gathered) in 0.007599036 sec., 251610.8622198921 rows/sec., 19.19 MiB/sec. | ||
| 2141 | 2025.04.28 18:11:21.734221 [ 263 ] {42f6b754-71a1-4811-a476-1ed554961765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2142 | 2025.04.28 18:11:21.734514 [ 198 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2143 | 2025.04.28 18:11:21.734771 [ 197 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2144 | 2025.04.28 18:11:21.734945 [ 197 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 825 rows starting from the beginning of the part | ||
| 2145 | 2025.04.28 18:11:21.735512 [ 197 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
| 2146 | 2025.04.28 18:11:21.735603 [ 195 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_11_2} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2147 | 2025.04.28 18:11:21.735821 [ 197 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part | ||
| 2148 | 2025.04.28 18:11:21.736349 [ 197 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 2149 | 2025.04.28 18:11:21.736758 [ 197 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2983 rows starting from the beginning of the part | ||
| 2150 | 2025.04.28 18:11:21.736792 [ 195 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_11_2} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2151 | 2025.04.28 18:11:21.737178 [ 197 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part | ||
| 2152 | 2025.04.28 18:11:21.737740 [ 263 ] {42f6b754-71a1-4811-a476-1ed554961765} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2153 | 2025.04.28 18:11:21.737760 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2154 | 2025.04.28 18:11:21.737833 [ 263 ] {42f6b754-71a1-4811-a476-1ed554961765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2155 | 2025.04.28 18:11:21.738703 [ 263 ] {42f6b754-71a1-4811-a476-1ed554961765} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2156 | 2025.04.28 18:11:21.739236 [ 263 ] {42f6b754-71a1-4811-a476-1ed554961765} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2157 | 2025.04.28 18:11:21.739434 [ 42 ] {} <Debug> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2158 | 2025.04.28 18:11:21.739538 [ 42 ] {} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2159 | 2025.04.28 18:11:21.739622 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2160 | 2025.04.28 18:11:21.739691 [ 263 ] {42f6b754-71a1-4811-a476-1ed554961765} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005722 sec., 8388.675288360713 rows/sec., 578.91 KiB/sec. | ||
| 2161 | 2025.04.28 18:11:21.740018 [ 263 ] {42f6b754-71a1-4811-a476-1ed554961765} <Debug> TCPHandler: Processed in 0.00653107 sec. | ||
| 2162 | 2025.04.28 18:11:21.740062 [ 198 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 2163 | 2025.04.28 18:11:21.740566 [ 198 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2164 | 2025.04.28 18:11:21.740659 [ 198 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 280 rows starting from the beginning of the part | ||
| 2165 | 2025.04.28 18:11:21.740798 [ 198 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 2166 | 2025.04.28 18:11:21.741209 [ 198 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 82 rows starting from the beginning of the part | ||
| 2167 | 2025.04.28 18:11:21.741607 [ 198 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 2168 | 2025.04.28 18:11:21.741944 [ 197 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4493 rows, containing 5 columns (5 merged, 0 gathered) in 0.008767084 sec., 512485.10907389503 rows/sec., 34.52 MiB/sec. | ||
| 2169 | 2025.04.28 18:11:21.741961 [ 198 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 2170 | 2025.04.28 18:11:21.742110 [ 198 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part | ||
| 2171 | 2025.04.28 18:11:21.742532 [ 197 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2172 | 2025.04.28 18:11:21.743077 [ 197 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2173 | 2025.04.28 18:11:21.743272 [ 197 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2174 | 2025.04.28 18:11:21.743444 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 2175 | 2025.04.28 18:11:21.743936 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 564 rows, containing 4 columns (4 merged, 0 gathered) in 0.004161863 sec., 135516.23395580298 rows/sec., 8.93 MiB/sec. | ||
| 2176 | 2025.04.28 18:11:21.744109 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2177 | 2025.04.28 18:11:21.744391 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_11_2} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2178 | 2025.04.28 18:11:21.744476 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_11_2} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2179 | 2025.04.28 18:11:21.744559 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2180 | 2025.04.28 18:11:22.935203 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2181 | 2025.04.28 18:11:22.935790 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2182 | 2025.04.28 18:11:22.935828 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2183 | 2025.04.28 18:11:22.936350 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2184 | 2025.04.28 18:11:22.936610 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2185 | 2025.04.28 18:11:22.936835 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2186 | 2025.04.28 18:11:23.182461 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2187 | 2025.04.28 18:11:23.203119 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2188 | 2025.04.28 18:11:23.203195 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2189 | 2025.04.28 18:11:23.210755 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2190 | 2025.04.28 18:11:23.211532 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2191 | 2025.04.28 18:11:23.215057 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2192 | 2025.04.28 18:11:25.440116 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 310 | ||
| 2193 | 2025.04.28 18:11:25.443735 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2194 | 2025.04.28 18:11:25.443777 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2195 | 2025.04.28 18:11:25.445292 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2196 | 2025.04.28 18:11:25.445607 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2197 | 2025.04.28 18:11:25.445762 [ 38 ] {} <Debug> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2198 | 2025.04.28 18:11:25.445830 [ 38 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2199 | 2025.04.28 18:11:25.445871 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2200 | 2025.04.28 18:11:25.446408 [ 197 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::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 | ||
| 2201 | 2025.04.28 18:11:25.447047 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 310 | ||
| 2202 | 2025.04.28 18:11:25.447527 [ 197 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2203 | 2025.04.28 18:11:25.447711 [ 197 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::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 | ||
| 2204 | 2025.04.28 18:11:25.448230 [ 197 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
| 2205 | 2025.04.28 18:11:25.448731 [ 197 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 2206 | 2025.04.28 18:11:25.449250 [ 197 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 68 rows starting from the beginning of the part | ||
| 2207 | 2025.04.28 18:11:25.449713 [ 197 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
| 2208 | 2025.04.28 18:11:25.450182 [ 197 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part | ||
| 2209 | 2025.04.28 18:11:25.457882 [ 198 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 72 columns (72 merged, 0 gathered) in 0.011870471 sec., 26115.223229137242 rows/sec., 27.16 MiB/sec. | ||
| 2210 | 2025.04.28 18:11:25.459026 [ 199 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2211 | 2025.04.28 18:11:25.459895 [ 199 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_6_1} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2212 | 2025.04.28 18:11:25.459991 [ 199 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_6_1} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2213 | 2025.04.28 18:11:25.460403 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. | ||
| 2214 | 2025.04.28 18:11:26.720714 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2215 | 2025.04.28 18:11:26.720922 [ 263 ] {0fb2c521-b9c3-49cc-9f7b-25d85432d6f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2216 | 2025.04.28 18:11:26.721003 [ 263 ] {0fb2c521-b9c3-49cc-9f7b-25d85432d6f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2217 | 2025.04.28 18:11:26.721755 [ 263 ] {0fb2c521-b9c3-49cc-9f7b-25d85432d6f9} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2218 | 2025.04.28 18:11:26.721810 [ 263 ] {0fb2c521-b9c3-49cc-9f7b-25d85432d6f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2219 | 2025.04.28 18:11:26.722244 [ 263 ] {0fb2c521-b9c3-49cc-9f7b-25d85432d6f9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2220 | 2025.04.28 18:11:26.722496 [ 263 ] {0fb2c521-b9c3-49cc-9f7b-25d85432d6f9} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2221 | 2025.04.28 18:11:26.722725 [ 263 ] {0fb2c521-b9c3-49cc-9f7b-25d85432d6f9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001859 sec., 30123.72243141474 rows/sec., 2.31 MiB/sec. | ||
| 2222 | 2025.04.28 18:11:26.722787 [ 263 ] {0fb2c521-b9c3-49cc-9f7b-25d85432d6f9} <Debug> TCPHandler: Processed in 0.002209164 sec. | ||
| 2223 | 2025.04.28 18:11:26.722908 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2224 | 2025.04.28 18:11:26.723019 [ 263 ] {47cdd446-55c0-4749-9387-1c4171d362d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2225 | 2025.04.28 18:11:26.723068 [ 263 ] {47cdd446-55c0-4749-9387-1c4171d362d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2226 | 2025.04.28 18:11:26.723599 [ 263 ] {47cdd446-55c0-4749-9387-1c4171d362d2} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2227 | 2025.04.28 18:11:26.723640 [ 263 ] {47cdd446-55c0-4749-9387-1c4171d362d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2228 | 2025.04.28 18:11:26.724000 [ 263 ] {47cdd446-55c0-4749-9387-1c4171d362d2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2229 | 2025.04.28 18:11:26.724238 [ 263 ] {47cdd446-55c0-4749-9387-1c4171d362d2} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2230 | 2025.04.28 18:11:26.724440 [ 263 ] {47cdd446-55c0-4749-9387-1c4171d362d2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001447 sec., 44229.440221147204 rows/sec., 3.45 MiB/sec. | ||
| 2231 | 2025.04.28 18:11:26.724493 [ 263 ] {47cdd446-55c0-4749-9387-1c4171d362d2} <Debug> TCPHandler: Processed in 0.001636115 sec. | ||
| 2232 | 2025.04.28 18:11:26.724608 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2233 | 2025.04.28 18:11:26.724713 [ 263 ] {2115042b-568d-4037-8e2a-8256b07750e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2234 | 2025.04.28 18:11:26.724762 [ 263 ] {2115042b-568d-4037-8e2a-8256b07750e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2235 | 2025.04.28 18:11:26.725240 [ 263 ] {2115042b-568d-4037-8e2a-8256b07750e2} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2236 | 2025.04.28 18:11:26.725280 [ 263 ] {2115042b-568d-4037-8e2a-8256b07750e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2237 | 2025.04.28 18:11:26.725654 [ 263 ] {2115042b-568d-4037-8e2a-8256b07750e2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2238 | 2025.04.28 18:11:26.725884 [ 263 ] {2115042b-568d-4037-8e2a-8256b07750e2} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2239 | 2025.04.28 18:11:26.726099 [ 263 ] {2115042b-568d-4037-8e2a-8256b07750e2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001404 sec., 113960.11396011396 rows/sec., 7.94 MiB/sec. | ||
| 2240 | 2025.04.28 18:11:26.726224 [ 263 ] {2115042b-568d-4037-8e2a-8256b07750e2} <Debug> TCPHandler: Processed in 0.001664995 sec. | ||
| 2241 | 2025.04.28 18:11:26.726332 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2242 | 2025.04.28 18:11:26.726432 [ 263 ] {f0d6e12d-e945-4034-ba60-68754d51c5a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2243 | 2025.04.28 18:11:26.726487 [ 263 ] {f0d6e12d-e945-4034-ba60-68754d51c5a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2244 | 2025.04.28 18:11:26.726908 [ 263 ] {f0d6e12d-e945-4034-ba60-68754d51c5a7} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2245 | 2025.04.28 18:11:26.726946 [ 263 ] {f0d6e12d-e945-4034-ba60-68754d51c5a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2246 | 2025.04.28 18:11:26.727290 [ 263 ] {f0d6e12d-e945-4034-ba60-68754d51c5a7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2247 | 2025.04.28 18:11:26.727523 [ 263 ] {f0d6e12d-e945-4034-ba60-68754d51c5a7} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2248 | 2025.04.28 18:11:26.727755 [ 263 ] {f0d6e12d-e945-4034-ba60-68754d51c5a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec. | ||
| 2249 | 2025.04.28 18:11:26.727946 [ 263 ] {f0d6e12d-e945-4034-ba60-68754d51c5a7} <Debug> TCPHandler: Processed in 0.001658835 sec. | ||
| 2250 | 2025.04.28 18:11:30.358960 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2251 | 2025.04.28 18:11:30.359032 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2252 | 2025.04.28 18:11:30.437064 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2253 | 2025.04.28 18:11:30.437752 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2254 | 2025.04.28 18:11:30.437797 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2255 | 2025.04.28 18:11:30.438410 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2256 | 2025.04.28 18:11:30.438686 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2257 | 2025.04.28 18:11:30.438914 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2258 | 2025.04.28 18:11:30.715236 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2259 | 2025.04.28 18:11:30.736120 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2260 | 2025.04.28 18:11:30.736182 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2261 | 2025.04.28 18:11:30.743541 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2262 | 2025.04.28 18:11:30.744297 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2263 | 2025.04.28 18:11:30.747707 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2264 | 2025.04.28 18:11:31.727452 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2265 | 2025.04.28 18:11:31.727629 [ 263 ] {f0a55713-495b-4c7b-81cf-f91e3eeb4b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2266 | 2025.04.28 18:11:31.727701 [ 263 ] {f0a55713-495b-4c7b-81cf-f91e3eeb4b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2267 | 2025.04.28 18:11:31.728520 [ 263 ] {f0a55713-495b-4c7b-81cf-f91e3eeb4b99} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2268 | 2025.04.28 18:11:31.728570 [ 263 ] {f0a55713-495b-4c7b-81cf-f91e3eeb4b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2269 | 2025.04.28 18:11:31.728983 [ 263 ] {f0a55713-495b-4c7b-81cf-f91e3eeb4b99} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2270 | 2025.04.28 18:11:31.729245 [ 263 ] {f0a55713-495b-4c7b-81cf-f91e3eeb4b99} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2271 | 2025.04.28 18:11:31.729489 [ 263 ] {f0a55713-495b-4c7b-81cf-f91e3eeb4b99} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001905 sec., 111286.08923884515 rows/sec., 7.08 MiB/sec. | ||
| 2272 | 2025.04.28 18:11:31.729629 [ 263 ] {f0a55713-495b-4c7b-81cf-f91e3eeb4b99} <Debug> TCPHandler: Processed in 0.002303755 sec. | ||
| 2273 | 2025.04.28 18:11:31.729788 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2274 | 2025.04.28 18:11:31.729898 [ 263 ] {5d990a8e-7162-47be-9680-6c84c43b447f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2275 | 2025.04.28 18:11:31.729947 [ 263 ] {5d990a8e-7162-47be-9680-6c84c43b447f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2276 | 2025.04.28 18:11:31.730804 [ 263 ] {5d990a8e-7162-47be-9680-6c84c43b447f} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2277 | 2025.04.28 18:11:31.730844 [ 263 ] {5d990a8e-7162-47be-9680-6c84c43b447f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2278 | 2025.04.28 18:11:31.731236 [ 263 ] {5d990a8e-7162-47be-9680-6c84c43b447f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2279 | 2025.04.28 18:11:31.731472 [ 263 ] {5d990a8e-7162-47be-9680-6c84c43b447f} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2280 | 2025.04.28 18:11:31.731673 [ 263 ] {5d990a8e-7162-47be-9680-6c84c43b447f} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.001802 sec., 381243.0632630411 rows/sec., 30.37 MiB/sec. | ||
| 2281 | 2025.04.28 18:11:31.731726 [ 263 ] {5d990a8e-7162-47be-9680-6c84c43b447f} <Debug> TCPHandler: Processed in 0.001991 sec. | ||
| 2282 | 2025.04.28 18:11:31.731848 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2283 | 2025.04.28 18:11:31.731955 [ 263 ] {60b78ac1-e28c-4e5e-b3f1-45ac01095e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2284 | 2025.04.28 18:11:31.732002 [ 263 ] {60b78ac1-e28c-4e5e-b3f1-45ac01095e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2285 | 2025.04.28 18:11:31.732546 [ 263 ] {60b78ac1-e28c-4e5e-b3f1-45ac01095e83} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2286 | 2025.04.28 18:11:31.732585 [ 263 ] {60b78ac1-e28c-4e5e-b3f1-45ac01095e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2287 | 2025.04.28 18:11:31.732926 [ 263 ] {60b78ac1-e28c-4e5e-b3f1-45ac01095e83} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2288 | 2025.04.28 18:11:31.733154 [ 263 ] {60b78ac1-e28c-4e5e-b3f1-45ac01095e83} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2289 | 2025.04.28 18:11:31.733400 [ 263 ] {60b78ac1-e28c-4e5e-b3f1-45ac01095e83} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001463 sec., 96377.30690362268 rows/sec., 6.02 MiB/sec. | ||
| 2290 | 2025.04.28 18:11:31.733579 [ 263 ] {60b78ac1-e28c-4e5e-b3f1-45ac01095e83} <Debug> TCPHandler: Processed in 0.001778997 sec. | ||
| 2291 | 2025.04.28 18:11:31.733705 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2292 | 2025.04.28 18:11:31.733808 [ 263 ] {ab2d91db-8d1d-4978-8f3a-a07cb0ead9f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2293 | 2025.04.28 18:11:31.733854 [ 263 ] {ab2d91db-8d1d-4978-8f3a-a07cb0ead9f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2294 | 2025.04.28 18:11:31.734406 [ 263 ] {ab2d91db-8d1d-4978-8f3a-a07cb0ead9f3} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2295 | 2025.04.28 18:11:31.734445 [ 263 ] {ab2d91db-8d1d-4978-8f3a-a07cb0ead9f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2296 | 2025.04.28 18:11:31.734782 [ 263 ] {ab2d91db-8d1d-4978-8f3a-a07cb0ead9f3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2297 | 2025.04.28 18:11:31.735022 [ 263 ] {ab2d91db-8d1d-4978-8f3a-a07cb0ead9f3} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2298 | 2025.04.28 18:11:31.735285 [ 263 ] {ab2d91db-8d1d-4978-8f3a-a07cb0ead9f3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001475 sec., 76610.16949152542 rows/sec., 4.96 MiB/sec. | ||
| 2299 | 2025.04.28 18:11:31.735412 [ 263 ] {ab2d91db-8d1d-4978-8f3a-a07cb0ead9f3} <Debug> TCPHandler: Processed in 0.001756727 sec. | ||
| 2300 | 2025.04.28 18:11:31.735527 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2301 | 2025.04.28 18:11:31.735630 [ 263 ] {c65a9031-0b72-4664-b9a3-9e86f5a05ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2302 | 2025.04.28 18:11:31.735674 [ 263 ] {c65a9031-0b72-4664-b9a3-9e86f5a05ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2303 | 2025.04.28 18:11:31.736212 [ 263 ] {c65a9031-0b72-4664-b9a3-9e86f5a05ac2} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2304 | 2025.04.28 18:11:31.736250 [ 263 ] {c65a9031-0b72-4664-b9a3-9e86f5a05ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2305 | 2025.04.28 18:11:31.736587 [ 263 ] {c65a9031-0b72-4664-b9a3-9e86f5a05ac2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2306 | 2025.04.28 18:11:31.736819 [ 263 ] {c65a9031-0b72-4664-b9a3-9e86f5a05ac2} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2307 | 2025.04.28 18:11:31.737080 [ 263 ] {c65a9031-0b72-4664-b9a3-9e86f5a05ac2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001458 sec., 76817.55829903978 rows/sec., 4.38 MiB/sec. | ||
| 2308 | 2025.04.28 18:11:31.737140 [ 263 ] {c65a9031-0b72-4664-b9a3-9e86f5a05ac2} <Debug> TCPHandler: Processed in 0.001662755 sec. | ||
| 2309 | 2025.04.28 18:11:31.737254 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2310 | 2025.04.28 18:11:31.737361 [ 263 ] {a4f91642-751f-4475-8a16-92e282be9a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2311 | 2025.04.28 18:11:31.737404 [ 263 ] {a4f91642-751f-4475-8a16-92e282be9a30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2312 | 2025.04.28 18:11:31.738051 [ 263 ] {a4f91642-751f-4475-8a16-92e282be9a30} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2313 | 2025.04.28 18:11:31.738090 [ 263 ] {a4f91642-751f-4475-8a16-92e282be9a30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2314 | 2025.04.28 18:11:31.738453 [ 263 ] {a4f91642-751f-4475-8a16-92e282be9a30} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2315 | 2025.04.28 18:11:31.738685 [ 263 ] {a4f91642-751f-4475-8a16-92e282be9a30} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2316 | 2025.04.28 18:11:31.738929 [ 263 ] {a4f91642-751f-4475-8a16-92e282be9a30} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001588 sec., 262594.45843828714 rows/sec., 18.69 MiB/sec. | ||
| 2317 | 2025.04.28 18:11:31.739116 [ 263 ] {a4f91642-751f-4475-8a16-92e282be9a30} <Debug> TCPHandler: Processed in 0.001907329 sec. | ||
| 2318 | 2025.04.28 18:11:31.739248 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2319 | 2025.04.28 18:11:31.739351 [ 263 ] {ac8589ad-e27b-46f4-8cd3-4a3e38860b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2320 | 2025.04.28 18:11:31.739397 [ 263 ] {ac8589ad-e27b-46f4-8cd3-4a3e38860b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2321 | 2025.04.28 18:11:31.739838 [ 263 ] {ac8589ad-e27b-46f4-8cd3-4a3e38860b8b} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2322 | 2025.04.28 18:11:31.739875 [ 263 ] {ac8589ad-e27b-46f4-8cd3-4a3e38860b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2323 | 2025.04.28 18:11:31.740213 [ 263 ] {ac8589ad-e27b-46f4-8cd3-4a3e38860b8b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2324 | 2025.04.28 18:11:31.740449 [ 263 ] {ac8589ad-e27b-46f4-8cd3-4a3e38860b8b} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2325 | 2025.04.28 18:11:31.740733 [ 263 ] {ac8589ad-e27b-46f4-8cd3-4a3e38860b8b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 228.15 KiB/sec. | ||
| 2326 | 2025.04.28 18:11:31.740810 [ 263 ] {ac8589ad-e27b-46f4-8cd3-4a3e38860b8b} <Debug> TCPHandler: Processed in 0.001611714 sec. | ||
| 2327 | 2025.04.28 18:11:31.740926 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2328 | 2025.04.28 18:11:31.741028 [ 263 ] {26b0b736-c0de-4345-afe8-8368a494ee4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2329 | 2025.04.28 18:11:31.741075 [ 263 ] {26b0b736-c0de-4345-afe8-8368a494ee4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2330 | 2025.04.28 18:11:31.741561 [ 263 ] {26b0b736-c0de-4345-afe8-8368a494ee4f} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2331 | 2025.04.28 18:11:31.741597 [ 263 ] {26b0b736-c0de-4345-afe8-8368a494ee4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2332 | 2025.04.28 18:11:31.741937 [ 263 ] {26b0b736-c0de-4345-afe8-8368a494ee4f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2333 | 2025.04.28 18:11:31.742149 [ 263 ] {26b0b736-c0de-4345-afe8-8368a494ee4f} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2334 | 2025.04.28 18:11:31.742467 [ 263 ] {26b0b736-c0de-4345-afe8-8368a494ee4f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001455 sec., 162886.59793814435 rows/sec., 10.92 MiB/sec. | ||
| 2335 | 2025.04.28 18:11:31.742672 [ 263 ] {26b0b736-c0de-4345-afe8-8368a494ee4f} <Debug> TCPHandler: Processed in 0.001789638 sec. | ||
| 2336 | 2025.04.28 18:11:31.742808 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2337 | 2025.04.28 18:11:31.742911 [ 263 ] {72baaa10-fdfd-46a8-be61-c984c827e2d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2338 | 2025.04.28 18:11:31.742956 [ 263 ] {72baaa10-fdfd-46a8-be61-c984c827e2d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2339 | 2025.04.28 18:11:31.743371 [ 263 ] {72baaa10-fdfd-46a8-be61-c984c827e2d3} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2340 | 2025.04.28 18:11:31.743409 [ 263 ] {72baaa10-fdfd-46a8-be61-c984c827e2d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2341 | 2025.04.28 18:11:31.743735 [ 263 ] {72baaa10-fdfd-46a8-be61-c984c827e2d3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2342 | 2025.04.28 18:11:31.743961 [ 263 ] {72baaa10-fdfd-46a8-be61-c984c827e2d3} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2343 | 2025.04.28 18:11:31.744132 [ 263 ] {72baaa10-fdfd-46a8-be61-c984c827e2d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001242 sec., 805.1529790660226 rows/sec., 54.25 KiB/sec. | ||
| 2344 | 2025.04.28 18:11:31.744266 [ 263 ] {72baaa10-fdfd-46a8-be61-c984c827e2d3} <Debug> TCPHandler: Processed in 0.001506213 sec. | ||
| 2345 | 2025.04.28 18:11:31.744425 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2346 | 2025.04.28 18:11:31.744525 [ 263 ] {90a50582-872e-4c42-9307-f3b36c76c913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2347 | 2025.04.28 18:11:31.744596 [ 263 ] {90a50582-872e-4c42-9307-f3b36c76c913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2348 | 2025.04.28 18:11:31.745676 [ 263 ] {90a50582-872e-4c42-9307-f3b36c76c913} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2349 | 2025.04.28 18:11:31.745714 [ 263 ] {90a50582-872e-4c42-9307-f3b36c76c913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2350 | 2025.04.28 18:11:31.746335 [ 263 ] {90a50582-872e-4c42-9307-f3b36c76c913} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2351 | 2025.04.28 18:11:31.746590 [ 263 ] {90a50582-872e-4c42-9307-f3b36c76c913} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2352 | 2025.04.28 18:11:31.746814 [ 263 ] {90a50582-872e-4c42-9307-f3b36c76c913} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002309 sec., 15158.0770896492 rows/sec., 27.16 MiB/sec. | ||
| 2353 | 2025.04.28 18:11:31.746915 [ 263 ] {90a50582-872e-4c42-9307-f3b36c76c913} <Debug> TCPHandler: Processed in 0.002539348 sec. | ||
| 2354 | 2025.04.28 18:11:31.747022 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2355 | 2025.04.28 18:11:31.747122 [ 263 ] {2b904f90-1e8b-42da-8031-2fa7ec517cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2356 | 2025.04.28 18:11:31.747166 [ 263 ] {2b904f90-1e8b-42da-8031-2fa7ec517cb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2357 | 2025.04.28 18:11:31.747580 [ 263 ] {2b904f90-1e8b-42da-8031-2fa7ec517cb6} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2358 | 2025.04.28 18:11:31.747619 [ 263 ] {2b904f90-1e8b-42da-8031-2fa7ec517cb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 2359 | 2025.04.28 18:11:31.747969 [ 263 ] {2b904f90-1e8b-42da-8031-2fa7ec517cb6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2360 | 2025.04.28 18:11:31.748205 [ 263 ] {2b904f90-1e8b-42da-8031-2fa7ec517cb6} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2361 | 2025.04.28 18:11:31.748406 [ 263 ] {2b904f90-1e8b-42da-8031-2fa7ec517cb6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001305 sec., 62835.249042145595 rows/sec., 3.99 MiB/sec. | ||
| 2362 | 2025.04.28 18:11:31.748455 [ 263 ] {2b904f90-1e8b-42da-8031-2fa7ec517cb6} <Debug> TCPHandler: Processed in 0.001481273 sec. | ||
| 2363 | 2025.04.28 18:11:35.447520 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 340 | ||
| 2364 | 2025.04.28 18:11:35.450574 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2365 | 2025.04.28 18:11:35.450629 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2366 | 2025.04.28 18:11:35.452119 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2367 | 2025.04.28 18:11:35.452449 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2368 | 2025.04.28 18:11:35.453110 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 340 | ||
| 2369 | 2025.04.28 18:11:36.712002 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2370 | 2025.04.28 18:11:36.712256 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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) | ||
| 2371 | 2025.04.28 18:11:36.712709 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2372 | 2025.04.28 18:11:36.712764 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <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 | ||
| 2373 | 2025.04.28 18:11:36.713129 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2374 | 2025.04.28 18:11:36.713214 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2375 | 2025.04.28 18:11:36.713390 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2376 | 2025.04.28 18:11:36.713653 [ 287 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2377 | 2025.04.28 18:11:36.713675 [ 290 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2378 | 2025.04.28 18:11:36.713678 [ 288 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2379 | 2025.04.28 18:11:36.713741 [ 286 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2380 | 2025.04.28 18:11:36.713884 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (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 | ||
| 2381 | 2025.04.28 18:11:36.713916 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2382 | 2025.04.28 18:11:36.714053 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2383 | 2025.04.28 18:11:36.714078 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (SelectExecutor): Reading approx. 41 rows with 4 streams | ||
| 2384 | 2025.04.28 18:11:36.714123 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <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'))" | ||
| 2385 | 2025.04.28 18:11:36.714172 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <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'))" | ||
| 2386 | 2025.04.28 18:11:36.714216 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <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'))" | ||
| 2387 | 2025.04.28 18:11:36.714256 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <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'))" | ||
| 2388 | 2025.04.28 18:11:36.716327 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.004188 sec., 9789.875835721108 rows/sec., 373.56 KiB/sec. | ||
| 2389 | 2025.04.28 18:11:36.716546 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Debug> MemoryTracker: Peak memory usage (for query): 144.54 KiB. | ||
| 2390 | 2025.04.28 18:11:36.716564 [ 263 ] {9acb1537-3db9-4724-9498-bbfeb679978f} <Debug> TCPHandler: Processed in 0.004688521 sec. | ||
| 2391 | 2025.04.28 18:11:36.724509 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2392 | 2025.04.28 18:11:36.724649 [ 263 ] {95922cf7-16d2-4246-b5da-584e2b272f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2393 | 2025.04.28 18:11:36.724712 [ 263 ] {95922cf7-16d2-4246-b5da-584e2b272f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2394 | 2025.04.28 18:11:36.725526 [ 263 ] {95922cf7-16d2-4246-b5da-584e2b272f86} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2395 | 2025.04.28 18:11:36.725570 [ 263 ] {95922cf7-16d2-4246-b5da-584e2b272f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2396 | 2025.04.28 18:11:36.726051 [ 263 ] {95922cf7-16d2-4246-b5da-584e2b272f86} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2397 | 2025.04.28 18:11:36.726273 [ 263 ] {95922cf7-16d2-4246-b5da-584e2b272f86} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2398 | 2025.04.28 18:11:36.726518 [ 263 ] {95922cf7-16d2-4246-b5da-584e2b272f86} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.0019 sec., 526.3157894736842 rows/sec., 119.24 KiB/sec. | ||
| 2399 | 2025.04.28 18:11:36.726706 [ 263 ] {95922cf7-16d2-4246-b5da-584e2b272f86} <Debug> TCPHandler: Processed in 0.002262305 sec. | ||
| 2400 | 2025.04.28 18:11:36.726838 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2401 | 2025.04.28 18:11:36.726940 [ 263 ] {8d731aca-53cf-4542-9aba-b814d27522f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2402 | 2025.04.28 18:11:36.726988 [ 263 ] {8d731aca-53cf-4542-9aba-b814d27522f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2403 | 2025.04.28 18:11:36.727521 [ 263 ] {8d731aca-53cf-4542-9aba-b814d27522f4} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2404 | 2025.04.28 18:11:36.727562 [ 263 ] {8d731aca-53cf-4542-9aba-b814d27522f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2405 | 2025.04.28 18:11:36.727904 [ 263 ] {8d731aca-53cf-4542-9aba-b814d27522f4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2406 | 2025.04.28 18:11:36.728143 [ 263 ] {8d731aca-53cf-4542-9aba-b814d27522f4} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2407 | 2025.04.28 18:11:36.728328 [ 263 ] {8d731aca-53cf-4542-9aba-b814d27522f4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001402 sec., 2853.0670470756063 rows/sec., 232.65 KiB/sec. | ||
| 2408 | 2025.04.28 18:11:36.728403 [ 263 ] {8d731aca-53cf-4542-9aba-b814d27522f4} <Debug> TCPHandler: Processed in 0.001613604 sec. | ||
| 2409 | 2025.04.28 18:11:36.728529 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2410 | 2025.04.28 18:11:36.728631 [ 263 ] {347c22c7-498a-4f20-95dc-566dfb357121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2411 | 2025.04.28 18:11:36.728676 [ 263 ] {347c22c7-498a-4f20-95dc-566dfb357121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2412 | 2025.04.28 18:11:36.729190 [ 263 ] {347c22c7-498a-4f20-95dc-566dfb357121} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2413 | 2025.04.28 18:11:36.729228 [ 263 ] {347c22c7-498a-4f20-95dc-566dfb357121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2414 | 2025.04.28 18:11:36.729567 [ 263 ] {347c22c7-498a-4f20-95dc-566dfb357121} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2415 | 2025.04.28 18:11:36.729816 [ 263 ] {347c22c7-498a-4f20-95dc-566dfb357121} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2416 | 2025.04.28 18:11:36.730011 [ 263 ] {347c22c7-498a-4f20-95dc-566dfb357121} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001402 sec., 41369.47218259629 rows/sec., 3.17 MiB/sec. | ||
| 2417 | 2025.04.28 18:11:36.730062 [ 263 ] {347c22c7-498a-4f20-95dc-566dfb357121} <Debug> TCPHandler: Processed in 0.001583945 sec. | ||
| 2418 | 2025.04.28 18:11:36.730176 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2419 | 2025.04.28 18:11:36.730278 [ 263 ] {b39f8d2f-e320-41f2-b79f-b2abe1878406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2420 | 2025.04.28 18:11:36.730323 [ 263 ] {b39f8d2f-e320-41f2-b79f-b2abe1878406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2421 | 2025.04.28 18:11:36.730798 [ 263 ] {b39f8d2f-e320-41f2-b79f-b2abe1878406} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2422 | 2025.04.28 18:11:36.730837 [ 263 ] {b39f8d2f-e320-41f2-b79f-b2abe1878406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2423 | 2025.04.28 18:11:36.731164 [ 263 ] {b39f8d2f-e320-41f2-b79f-b2abe1878406} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2424 | 2025.04.28 18:11:36.731402 [ 263 ] {b39f8d2f-e320-41f2-b79f-b2abe1878406} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2425 | 2025.04.28 18:11:36.731658 [ 263 ] {b39f8d2f-e320-41f2-b79f-b2abe1878406} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001391 sec., 2875.629043853343 rows/sec., 200.79 KiB/sec. | ||
| 2426 | 2025.04.28 18:11:36.731783 [ 263 ] {b39f8d2f-e320-41f2-b79f-b2abe1878406} <Debug> TCPHandler: Processed in 0.001657965 sec. | ||
| 2427 | 2025.04.28 18:11:36.731901 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2428 | 2025.04.28 18:11:36.732011 [ 263 ] {424be65c-17ee-4ea8-944a-01032e35e061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2429 | 2025.04.28 18:11:36.732057 [ 263 ] {424be65c-17ee-4ea8-944a-01032e35e061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2430 | 2025.04.28 18:11:36.732616 [ 263 ] {424be65c-17ee-4ea8-944a-01032e35e061} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2431 | 2025.04.28 18:11:36.732658 [ 263 ] {424be65c-17ee-4ea8-944a-01032e35e061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2432 | 2025.04.28 18:11:36.733025 [ 263 ] {424be65c-17ee-4ea8-944a-01032e35e061} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2433 | 2025.04.28 18:11:36.733274 [ 263 ] {424be65c-17ee-4ea8-944a-01032e35e061} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2434 | 2025.04.28 18:11:36.733507 [ 263 ] {424be65c-17ee-4ea8-944a-01032e35e061} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001517 sec., 44825.31311799605 rows/sec., 3.50 MiB/sec. | ||
| 2435 | 2025.04.28 18:11:36.733569 [ 263 ] {424be65c-17ee-4ea8-944a-01032e35e061} <Debug> TCPHandler: Processed in 0.001717376 sec. | ||
| 2436 | 2025.04.28 18:11:36.733693 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2437 | 2025.04.28 18:11:36.733795 [ 263 ] {888c5abb-b363-4b47-a4af-02655125f938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2438 | 2025.04.28 18:11:36.733844 [ 263 ] {888c5abb-b363-4b47-a4af-02655125f938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2439 | 2025.04.28 18:11:36.734350 [ 263 ] {888c5abb-b363-4b47-a4af-02655125f938} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2440 | 2025.04.28 18:11:36.734389 [ 263 ] {888c5abb-b363-4b47-a4af-02655125f938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2441 | 2025.04.28 18:11:36.734793 [ 263 ] {888c5abb-b363-4b47-a4af-02655125f938} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2442 | 2025.04.28 18:11:36.735039 [ 263 ] {888c5abb-b363-4b47-a4af-02655125f938} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2443 | 2025.04.28 18:11:36.735235 [ 263 ] {888c5abb-b363-4b47-a4af-02655125f938} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001462 sec., 110807.11354309166 rows/sec., 7.72 MiB/sec. | ||
| 2444 | 2025.04.28 18:11:36.735284 [ 263 ] {888c5abb-b363-4b47-a4af-02655125f938} <Debug> TCPHandler: Processed in 0.001647415 sec. | ||
| 2445 | 2025.04.28 18:11:36.735404 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2446 | 2025.04.28 18:11:36.735509 [ 263 ] {cd641c8a-32ae-4a02-bfca-25bc3c17b88c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2447 | 2025.04.28 18:11:36.735557 [ 263 ] {cd641c8a-32ae-4a02-bfca-25bc3c17b88c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2448 | 2025.04.28 18:11:36.735965 [ 263 ] {cd641c8a-32ae-4a02-bfca-25bc3c17b88c} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2449 | 2025.04.28 18:11:36.736006 [ 263 ] {cd641c8a-32ae-4a02-bfca-25bc3c17b88c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2450 | 2025.04.28 18:11:36.736359 [ 263 ] {cd641c8a-32ae-4a02-bfca-25bc3c17b88c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2451 | 2025.04.28 18:11:36.736612 [ 263 ] {cd641c8a-32ae-4a02-bfca-25bc3c17b88c} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2452 | 2025.04.28 18:11:36.736874 [ 263 ] {cd641c8a-32ae-4a02-bfca-25bc3c17b88c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
| 2453 | 2025.04.28 18:11:36.737062 [ 263 ] {cd641c8a-32ae-4a02-bfca-25bc3c17b88c} <Debug> TCPHandler: Processed in 0.001706846 sec. | ||
| 2454 | 2025.04.28 18:11:37.939118 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2455 | 2025.04.28 18:11:37.939720 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2456 | 2025.04.28 18:11:37.939770 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2457 | 2025.04.28 18:11:37.940357 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2458 | 2025.04.28 18:11:37.940627 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2459 | 2025.04.28 18:11:37.940845 [ 45 ] {} <Debug> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2460 | 2025.04.28 18:11:37.940878 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2461 | 2025.04.28 18:11:37.940939 [ 45 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2462 | 2025.04.28 18:11:37.940971 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2463 | 2025.04.28 18:11:37.941180 [ 198 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 2464 | 2025.04.28 18:11:37.941372 [ 198 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2465 | 2025.04.28 18:11:37.941415 [ 198 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 2466 | 2025.04.28 18:11:37.941497 [ 198 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 2467 | 2025.04.28 18:11:37.941713 [ 198 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 2468 | 2025.04.28 18:11:37.941921 [ 198 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 2469 | 2025.04.28 18:11:37.942115 [ 198 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 2470 | 2025.04.28 18:11:37.942254 [ 198 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 2471 | 2025.04.28 18:11:37.944095 [ 199 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.003040306 sec., 1665292.9014382104 rows/sec., 23.82 MiB/sec. | ||
| 2472 | 2025.04.28 18:11:37.944812 [ 192 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2473 | 2025.04.28 18:11:37.945127 [ 192 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_11_2} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2474 | 2025.04.28 18:11:37.945212 [ 192 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_11_2} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2475 | 2025.04.28 18:11:37.945317 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2476 | 2025.04.28 18:11:38.247854 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2477 | 2025.04.28 18:11:38.268030 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2478 | 2025.04.28 18:11:38.268086 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2479 | 2025.04.28 18:11:38.275246 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2480 | 2025.04.28 18:11:38.275996 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2481 | 2025.04.28 18:11:38.276373 [ 45 ] {} <Debug> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2482 | 2025.04.28 18:11:38.276508 [ 45 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2483 | 2025.04.28 18:11:38.276619 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2484 | 2025.04.28 18:11:38.276957 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 2485 | 2025.04.28 18:11:38.284860 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2486 | 2025.04.28 18:11:38.286125 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2487 | 2025.04.28 18:11:38.286939 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 2488 | 2025.04.28 18:11:38.291351 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 2489 | 2025.04.28 18:11:38.295725 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 2490 | 2025.04.28 18:11:38.300542 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 2491 | 2025.04.28 18:11:38.305532 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 2492 | 2025.04.28 18:11:38.309862 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 2493 | 2025.04.28 18:11:38.363595 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.086800621 sec., 956.2143570378374 rows/sec., 4.94 MiB/sec. | ||
| 2494 | 2025.04.28 18:11:38.365870 [ 198 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2495 | 2025.04.28 18:11:38.368639 [ 198 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_11_2} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2496 | 2025.04.28 18:11:38.368758 [ 198 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_11_2} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2497 | 2025.04.28 18:11:38.371105 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2498 | 2025.04.28 18:11:39.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.17 MiB, peak 180.06 MiB, free memory in arenas 0.00 B, will set to 171.55 MiB (RSS), difference: 1.38 MiB | ||
| 2499 | 2025.04.28 18:11:41.727471 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2500 | 2025.04.28 18:11:41.727663 [ 263 ] {3faecbf1-ae1e-491f-bb3b-9e431d0b1401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2501 | 2025.04.28 18:11:41.727736 [ 263 ] {3faecbf1-ae1e-491f-bb3b-9e431d0b1401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2502 | 2025.04.28 18:11:41.728519 [ 263 ] {3faecbf1-ae1e-491f-bb3b-9e431d0b1401} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2503 | 2025.04.28 18:11:41.728569 [ 263 ] {3faecbf1-ae1e-491f-bb3b-9e431d0b1401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2504 | 2025.04.28 18:11:41.729005 [ 263 ] {3faecbf1-ae1e-491f-bb3b-9e431d0b1401} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2505 | 2025.04.28 18:11:41.729270 [ 263 ] {3faecbf1-ae1e-491f-bb3b-9e431d0b1401} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2506 | 2025.04.28 18:11:41.729465 [ 127 ] {} <Debug> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2507 | 2025.04.28 18:11:41.729527 [ 263 ] {3faecbf1-ae1e-491f-bb3b-9e431d0b1401} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001905 sec., 111286.08923884515 rows/sec., 7.08 MiB/sec. | ||
| 2508 | 2025.04.28 18:11:41.729553 [ 127 ] {} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2509 | 2025.04.28 18:11:41.729615 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2510 | 2025.04.28 18:11:41.729647 [ 263 ] {3faecbf1-ae1e-491f-bb3b-9e431d0b1401} <Debug> TCPHandler: Processed in 0.002301655 sec. | ||
| 2511 | 2025.04.28 18:11:41.729780 [ 188 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 2512 | 2025.04.28 18:11:41.729797 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2513 | 2025.04.28 18:11:41.729908 [ 188 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2514 | 2025.04.28 18:11:41.729927 [ 263 ] {cbd72d64-2852-43d9-99f4-5971c1556c06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2515 | 2025.04.28 18:11:41.729945 [ 188 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 2516 | 2025.04.28 18:11:41.729981 [ 263 ] {cbd72d64-2852-43d9-99f4-5971c1556c06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2517 | 2025.04.28 18:11:41.730160 [ 188 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 2518 | 2025.04.28 18:11:41.730405 [ 188 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 2519 | 2025.04.28 18:11:41.730648 [ 188 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 2520 | 2025.04.28 18:11:41.730861 [ 188 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 2521 | 2025.04.28 18:11:41.731499 [ 263 ] {cbd72d64-2852-43d9-99f4-5971c1556c06} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2522 | 2025.04.28 18:11:41.731551 [ 263 ] {cbd72d64-2852-43d9-99f4-5971c1556c06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2523 | 2025.04.28 18:11:41.732271 [ 263 ] {cbd72d64-2852-43d9-99f4-5971c1556c06} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2524 | 2025.04.28 18:11:41.732279 [ 198 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.002550658 sec., 415579.03882057103 rows/sec., 28.02 MiB/sec. | ||
| 2525 | 2025.04.28 18:11:41.732546 [ 198 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2526 | 2025.04.28 18:11:41.732713 [ 263 ] {cbd72d64-2852-43d9-99f4-5971c1556c06} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2527 | 2025.04.28 18:11:41.733113 [ 263 ] {cbd72d64-2852-43d9-99f4-5971c1556c06} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.003217 sec., 213552.9996891514 rows/sec., 17.01 MiB/sec. | ||
| 2528 | 2025.04.28 18:11:41.733247 [ 263 ] {cbd72d64-2852-43d9-99f4-5971c1556c06} <Debug> TCPHandler: Processed in 0.003501593 sec. | ||
| 2529 | 2025.04.28 18:11:41.733282 [ 198 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_5_1} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2530 | 2025.04.28 18:11:41.733410 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2531 | 2025.04.28 18:11:41.733430 [ 198 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_5_1} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2532 | 2025.04.28 18:11:41.733591 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2533 | 2025.04.28 18:11:41.733601 [ 263 ] {24aa40b4-c477-4f16-9987-14f7e509ff85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2534 | 2025.04.28 18:11:41.733670 [ 263 ] {24aa40b4-c477-4f16-9987-14f7e509ff85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2535 | 2025.04.28 18:11:41.734240 [ 263 ] {24aa40b4-c477-4f16-9987-14f7e509ff85} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2536 | 2025.04.28 18:11:41.734279 [ 263 ] {24aa40b4-c477-4f16-9987-14f7e509ff85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2537 | 2025.04.28 18:11:41.734638 [ 263 ] {24aa40b4-c477-4f16-9987-14f7e509ff85} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2538 | 2025.04.28 18:11:41.734871 [ 263 ] {24aa40b4-c477-4f16-9987-14f7e509ff85} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2539 | 2025.04.28 18:11:41.735033 [ 127 ] {} <Debug> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2540 | 2025.04.28 18:11:41.735093 [ 263 ] {24aa40b4-c477-4f16-9987-14f7e509ff85} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001538 sec., 91677.5032509753 rows/sec., 5.73 MiB/sec. | ||
| 2541 | 2025.04.28 18:11:41.735096 [ 127 ] {} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2542 | 2025.04.28 18:11:41.735176 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2543 | 2025.04.28 18:11:41.735229 [ 263 ] {24aa40b4-c477-4f16-9987-14f7e509ff85} <Debug> TCPHandler: Processed in 0.001890998 sec. | ||
| 2544 | 2025.04.28 18:11:41.735420 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::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 | ||
| 2545 | 2025.04.28 18:11:41.735450 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2546 | 2025.04.28 18:11:41.735666 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2547 | 2025.04.28 18:11:41.735667 [ 263 ] {dd1924c1-33cd-447b-8c47-100bb86e1a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2548 | 2025.04.28 18:11:41.735725 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 141 rows starting from the beginning of the part | ||
| 2549 | 2025.04.28 18:11:41.735769 [ 263 ] {dd1924c1-33cd-447b-8c47-100bb86e1a30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2550 | 2025.04.28 18:11:41.736013 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 141 rows starting from the beginning of the part | ||
| 2551 | 2025.04.28 18:11:41.736349 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 141 rows starting from the beginning of the part | ||
| 2552 | 2025.04.28 18:11:41.736606 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 141 rows starting from the beginning of the part | ||
| 2553 | 2025.04.28 18:11:41.736954 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 2554 | 2025.04.28 18:11:41.737368 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 141 rows starting from the beginning of the part | ||
| 2555 | 2025.04.28 18:11:41.738787 [ 263 ] {dd1924c1-33cd-447b-8c47-100bb86e1a30} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2556 | 2025.04.28 18:11:41.738854 [ 263 ] {dd1924c1-33cd-447b-8c47-100bb86e1a30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2557 | 2025.04.28 18:11:41.739891 [ 263 ] {dd1924c1-33cd-447b-8c47-100bb86e1a30} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2558 | 2025.04.28 18:11:41.740428 [ 263 ] {dd1924c1-33cd-447b-8c47-100bb86e1a30} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2559 | 2025.04.28 18:11:41.740429 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 709 rows, containing 5 columns (5 merged, 0 gathered) in 0.005150599 sec., 137653.89229485736 rows/sec., 9.13 MiB/sec. | ||
| 2560 | 2025.04.28 18:11:41.740662 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2561 | 2025.04.28 18:11:41.740864 [ 263 ] {dd1924c1-33cd-447b-8c47-100bb86e1a30} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005274 sec., 21425.86272279105 rows/sec., 1.39 MiB/sec. | ||
| 2562 | 2025.04.28 18:11:41.741006 [ 263 ] {dd1924c1-33cd-447b-8c47-100bb86e1a30} <Debug> TCPHandler: Processed in 0.005637126 sec. | ||
| 2563 | 2025.04.28 18:11:41.741197 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2564 | 2025.04.28 18:11:41.741227 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_6_1} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2565 | 2025.04.28 18:11:41.741378 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_6_1} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2566 | 2025.04.28 18:11:41.741390 [ 263 ] {fac7f668-7745-4e91-ab62-fdff4b3beecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2567 | 2025.04.28 18:11:41.741501 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2568 | 2025.04.28 18:11:41.741501 [ 263 ] {fac7f668-7745-4e91-ab62-fdff4b3beecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2569 | 2025.04.28 18:11:41.742135 [ 263 ] {fac7f668-7745-4e91-ab62-fdff4b3beecf} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2570 | 2025.04.28 18:11:41.742185 [ 263 ] {fac7f668-7745-4e91-ab62-fdff4b3beecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2571 | 2025.04.28 18:11:41.742602 [ 263 ] {fac7f668-7745-4e91-ab62-fdff4b3beecf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2572 | 2025.04.28 18:11:41.742843 [ 263 ] {fac7f668-7745-4e91-ab62-fdff4b3beecf} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2573 | 2025.04.28 18:11:41.743002 [ 127 ] {} <Debug> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2574 | 2025.04.28 18:11:41.743061 [ 127 ] {} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2575 | 2025.04.28 18:11:41.743095 [ 263 ] {fac7f668-7745-4e91-ab62-fdff4b3beecf} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001752 sec., 63926.9406392694 rows/sec., 3.64 MiB/sec. | ||
| 2576 | 2025.04.28 18:11:41.743101 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2577 | 2025.04.28 18:11:41.743240 [ 263 ] {fac7f668-7745-4e91-ab62-fdff4b3beecf} <Debug> TCPHandler: Processed in 0.002112182 sec. | ||
| 2578 | 2025.04.28 18:11:41.743281 [ 188 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 2579 | 2025.04.28 18:11:41.743385 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2580 | 2025.04.28 18:11:41.743392 [ 188 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2581 | 2025.04.28 18:11:41.743432 [ 188 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 2582 | 2025.04.28 18:11:41.743563 [ 263 ] {e530750f-9415-4841-8363-058c76d70a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2583 | 2025.04.28 18:11:41.743601 [ 188 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 2584 | 2025.04.28 18:11:41.743697 [ 263 ] {e530750f-9415-4841-8363-058c76d70a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2585 | 2025.04.28 18:11:41.743944 [ 188 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 2586 | 2025.04.28 18:11:41.744205 [ 188 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 2587 | 2025.04.28 18:11:41.744523 [ 188 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 2588 | 2025.04.28 18:11:41.745805 [ 263 ] {e530750f-9415-4841-8363-058c76d70a13} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2589 | 2025.04.28 18:11:41.745852 [ 263 ] {e530750f-9415-4841-8363-058c76d70a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2590 | 2025.04.28 18:11:41.746245 [ 191 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003017186 sec., 185603.40661795464 rows/sec., 11.28 MiB/sec. | ||
| 2591 | 2025.04.28 18:11:41.746462 [ 263 ] {e530750f-9415-4841-8363-058c76d70a13} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2592 | 2025.04.28 18:11:41.746484 [ 191 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2593 | 2025.04.28 18:11:41.746889 [ 263 ] {e530750f-9415-4841-8363-058c76d70a13} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2594 | 2025.04.28 18:11:41.747012 [ 191 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_5_1} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2595 | 2025.04.28 18:11:41.747331 [ 191 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_5_1} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2596 | 2025.04.28 18:11:41.747419 [ 263 ] {e530750f-9415-4841-8363-058c76d70a13} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.003914 sec., 106540.62340316811 rows/sec., 7.58 MiB/sec. | ||
| 2597 | 2025.04.28 18:11:41.747742 [ 263 ] {e530750f-9415-4841-8363-058c76d70a13} <Debug> TCPHandler: Processed in 0.004410477 sec. | ||
| 2598 | 2025.04.28 18:11:41.747770 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2599 | 2025.04.28 18:11:41.747928 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2600 | 2025.04.28 18:11:41.748036 [ 263 ] {7a545d92-2560-4de9-a890-d9c664011923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2601 | 2025.04.28 18:11:41.748084 [ 263 ] {7a545d92-2560-4de9-a890-d9c664011923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2602 | 2025.04.28 18:11:41.748556 [ 263 ] {7a545d92-2560-4de9-a890-d9c664011923} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2603 | 2025.04.28 18:11:41.748595 [ 263 ] {7a545d92-2560-4de9-a890-d9c664011923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2604 | 2025.04.28 18:11:41.748970 [ 263 ] {7a545d92-2560-4de9-a890-d9c664011923} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2605 | 2025.04.28 18:11:41.749230 [ 263 ] {7a545d92-2560-4de9-a890-d9c664011923} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2606 | 2025.04.28 18:11:41.749444 [ 263 ] {7a545d92-2560-4de9-a890-d9c664011923} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 219.21 KiB/sec. | ||
| 2607 | 2025.04.28 18:11:41.749492 [ 263 ] {7a545d92-2560-4de9-a890-d9c664011923} <Debug> TCPHandler: Processed in 0.001618645 sec. | ||
| 2608 | 2025.04.28 18:11:41.749622 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2609 | 2025.04.28 18:11:41.749729 [ 263 ] {2b77edd9-0faa-4c6f-bbf5-94a85638505b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2610 | 2025.04.28 18:11:41.749778 [ 263 ] {2b77edd9-0faa-4c6f-bbf5-94a85638505b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2611 | 2025.04.28 18:11:41.750300 [ 263 ] {2b77edd9-0faa-4c6f-bbf5-94a85638505b} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2612 | 2025.04.28 18:11:41.750340 [ 263 ] {2b77edd9-0faa-4c6f-bbf5-94a85638505b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2613 | 2025.04.28 18:11:41.750723 [ 263 ] {2b77edd9-0faa-4c6f-bbf5-94a85638505b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2614 | 2025.04.28 18:11:41.750981 [ 263 ] {2b77edd9-0faa-4c6f-bbf5-94a85638505b} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2615 | 2025.04.28 18:11:41.751202 [ 263 ] {2b77edd9-0faa-4c6f-bbf5-94a85638505b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001494 sec., 158634.53815261042 rows/sec., 10.63 MiB/sec. | ||
| 2616 | 2025.04.28 18:11:41.751254 [ 263 ] {2b77edd9-0faa-4c6f-bbf5-94a85638505b} <Debug> TCPHandler: Processed in 0.001682725 sec. | ||
| 2617 | 2025.04.28 18:11:41.751379 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2618 | 2025.04.28 18:11:41.751483 [ 263 ] {7e209c48-c88c-4f72-84a3-754180f95538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2619 | 2025.04.28 18:11:41.751530 [ 263 ] {7e209c48-c88c-4f72-84a3-754180f95538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2620 | 2025.04.28 18:11:41.751931 [ 263 ] {7e209c48-c88c-4f72-84a3-754180f95538} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2621 | 2025.04.28 18:11:41.751971 [ 263 ] {7e209c48-c88c-4f72-84a3-754180f95538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2622 | 2025.04.28 18:11:41.752311 [ 263 ] {7e209c48-c88c-4f72-84a3-754180f95538} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2623 | 2025.04.28 18:11:41.752568 [ 263 ] {7e209c48-c88c-4f72-84a3-754180f95538} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2624 | 2025.04.28 18:11:41.752743 [ 263 ] {7e209c48-c88c-4f72-84a3-754180f95538} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001281 sec., 780.64012490242 rows/sec., 52.60 KiB/sec. | ||
| 2625 | 2025.04.28 18:11:41.752790 [ 263 ] {7e209c48-c88c-4f72-84a3-754180f95538} <Debug> TCPHandler: Processed in 0.001462853 sec. | ||
| 2626 | 2025.04.28 18:11:41.752901 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2627 | 2025.04.28 18:11:41.753005 [ 263 ] {2c46db5e-ea17-4406-b0b9-dd343cad048c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2628 | 2025.04.28 18:11:41.753071 [ 263 ] {2c46db5e-ea17-4406-b0b9-dd343cad048c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2629 | 2025.04.28 18:11:41.754125 [ 263 ] {2c46db5e-ea17-4406-b0b9-dd343cad048c} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2630 | 2025.04.28 18:11:41.754163 [ 263 ] {2c46db5e-ea17-4406-b0b9-dd343cad048c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2631 | 2025.04.28 18:11:41.754816 [ 263 ] {2c46db5e-ea17-4406-b0b9-dd343cad048c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2632 | 2025.04.28 18:11:41.755078 [ 263 ] {2c46db5e-ea17-4406-b0b9-dd343cad048c} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2633 | 2025.04.28 18:11:41.755285 [ 263 ] {2c46db5e-ea17-4406-b0b9-dd343cad048c} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002296 sec., 15243.90243902439 rows/sec., 27.32 MiB/sec. | ||
| 2634 | 2025.04.28 18:11:41.755408 [ 263 ] {2c46db5e-ea17-4406-b0b9-dd343cad048c} <Debug> TCPHandler: Processed in 0.00255717 sec. | ||
| 2635 | 2025.04.28 18:11:41.755537 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2636 | 2025.04.28 18:11:41.755642 [ 263 ] {cd5735be-16f2-4fdf-990a-72f708f6bac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2637 | 2025.04.28 18:11:41.755688 [ 263 ] {cd5735be-16f2-4fdf-990a-72f708f6bac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2638 | 2025.04.28 18:11:41.756120 [ 263 ] {cd5735be-16f2-4fdf-990a-72f708f6bac2} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2639 | 2025.04.28 18:11:41.756158 [ 263 ] {cd5735be-16f2-4fdf-990a-72f708f6bac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2640 | 2025.04.28 18:11:41.756504 [ 263 ] {cd5735be-16f2-4fdf-990a-72f708f6bac2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2641 | 2025.04.28 18:11:41.756752 [ 263 ] {cd5735be-16f2-4fdf-990a-72f708f6bac2} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2642 | 2025.04.28 18:11:41.756951 [ 263 ] {cd5735be-16f2-4fdf-990a-72f708f6bac2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001325 sec., 61886.79245283019 rows/sec., 3.93 MiB/sec. | ||
| 2643 | 2025.04.28 18:11:41.757142 [ 263 ] {cd5735be-16f2-4fdf-990a-72f708f6bac2} <Debug> TCPHandler: Processed in 0.001650685 sec. | ||
| 2644 | 2025.04.28 18:11:45.359316 [ 174 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2645 | 2025.04.28 18:11:45.359414 [ 174 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2646 | 2025.04.28 18:11:45.441107 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2647 | 2025.04.28 18:11:45.441741 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2648 | 2025.04.28 18:11:45.441787 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2649 | 2025.04.28 18:11:45.442323 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2650 | 2025.04.28 18:11:45.442593 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2651 | 2025.04.28 18:11:45.442849 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2652 | 2025.04.28 18:11:45.453390 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 378 | ||
| 2653 | 2025.04.28 18:11:45.456459 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2654 | 2025.04.28 18:11:45.456500 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2655 | 2025.04.28 18:11:45.457940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2656 | 2025.04.28 18:11:45.458245 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2657 | 2025.04.28 18:11:45.459110 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 378 | ||
| 2658 | 2025.04.28 18:11:45.785008 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2659 | 2025.04.28 18:11:45.803951 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2660 | 2025.04.28 18:11:45.804019 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2661 | 2025.04.28 18:11:45.811185 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2662 | 2025.04.28 18:11:45.811938 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2663 | 2025.04.28 18:11:45.814662 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2664 | 2025.04.28 18:11:46.719870 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2665 | 2025.04.28 18:11:46.720077 [ 263 ] {257e949d-3878-4b00-a0d4-01dd219d91eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2666 | 2025.04.28 18:11:46.720160 [ 263 ] {257e949d-3878-4b00-a0d4-01dd219d91eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2667 | 2025.04.28 18:11:46.720974 [ 263 ] {257e949d-3878-4b00-a0d4-01dd219d91eb} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2668 | 2025.04.28 18:11:46.721023 [ 263 ] {257e949d-3878-4b00-a0d4-01dd219d91eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2669 | 2025.04.28 18:11:46.721473 [ 263 ] {257e949d-3878-4b00-a0d4-01dd219d91eb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2670 | 2025.04.28 18:11:46.721735 [ 263 ] {257e949d-3878-4b00-a0d4-01dd219d91eb} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2671 | 2025.04.28 18:11:46.721937 [ 122 ] {} <Debug> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2672 | 2025.04.28 18:11:46.721995 [ 263 ] {257e949d-3878-4b00-a0d4-01dd219d91eb} <Debug> executeQuery: Read 62 rows, 4.99 KiB in 0.001968 sec., 31504.065040650403 rows/sec., 2.48 MiB/sec. | ||
| 2673 | 2025.04.28 18:11:46.722027 [ 122 ] {} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2674 | 2025.04.28 18:11:46.722101 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2675 | 2025.04.28 18:11:46.722134 [ 263 ] {257e949d-3878-4b00-a0d4-01dd219d91eb} <Debug> TCPHandler: Processed in 0.002392696 sec. | ||
| 2676 | 2025.04.28 18:11:46.722436 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2677 | 2025.04.28 18:11:46.722724 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::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 | ||
| 2678 | 2025.04.28 18:11:46.722778 [ 263 ] {664fb99f-6686-4640-923b-6306e2a448ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2679 | 2025.04.28 18:11:46.722886 [ 263 ] {664fb99f-6686-4640-923b-6306e2a448ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2680 | 2025.04.28 18:11:46.723140 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2681 | 2025.04.28 18:11:46.723212 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1828 rows starting from the beginning of the part | ||
| 2682 | 2025.04.28 18:11:46.723580 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
| 2683 | 2025.04.28 18:11:46.723972 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 687 rows starting from the beginning of the part | ||
| 2684 | 2025.04.28 18:11:46.724433 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 58 rows starting from the beginning of the part | ||
| 2685 | 2025.04.28 18:11:46.724675 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 687 rows starting from the beginning of the part | ||
| 2686 | 2025.04.28 18:11:46.725053 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 62 rows starting from the beginning of the part | ||
| 2687 | 2025.04.28 18:11:46.725781 [ 263 ] {664fb99f-6686-4640-923b-6306e2a448ea} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2688 | 2025.04.28 18:11:46.725844 [ 263 ] {664fb99f-6686-4640-923b-6306e2a448ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2689 | 2025.04.28 18:11:46.726718 [ 263 ] {664fb99f-6686-4640-923b-6306e2a448ea} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2690 | 2025.04.28 18:11:46.727296 [ 263 ] {664fb99f-6686-4640-923b-6306e2a448ea} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2691 | 2025.04.28 18:11:46.727994 [ 263 ] {664fb99f-6686-4640-923b-6306e2a448ea} <Debug> executeQuery: Read 3 rows, 231.00 B in 0.005267 sec., 569.5842035314221 rows/sec., 42.83 KiB/sec. | ||
| 2692 | 2025.04.28 18:11:46.728150 [ 263 ] {664fb99f-6686-4640-923b-6306e2a448ea} <Debug> TCPHandler: Processed in 0.005819869 sec. | ||
| 2693 | 2025.04.28 18:11:46.728295 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2694 | 2025.04.28 18:11:46.728429 [ 263 ] {b5c0a877-fff1-4818-9e64-95efa6194959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2695 | 2025.04.28 18:11:46.728485 [ 263 ] {b5c0a877-fff1-4818-9e64-95efa6194959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2696 | 2025.04.28 18:11:46.729083 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3378 rows, containing 5 columns (5 merged, 0 gathered) in 0.006843654 sec., 493595.964962577 rows/sec., 41.65 MiB/sec. | ||
| 2697 | 2025.04.28 18:11:46.729421 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2698 | 2025.04.28 18:11:46.729867 [ 263 ] {b5c0a877-fff1-4818-9e64-95efa6194959} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2699 | 2025.04.28 18:11:46.729918 [ 263 ] {b5c0a877-fff1-4818-9e64-95efa6194959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2700 | 2025.04.28 18:11:46.729999 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_16_3} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2701 | 2025.04.28 18:11:46.730178 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_16_3} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2702 | 2025.04.28 18:11:46.730341 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 2703 | 2025.04.28 18:11:46.730547 [ 263 ] {b5c0a877-fff1-4818-9e64-95efa6194959} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2704 | 2025.04.28 18:11:46.730795 [ 263 ] {b5c0a877-fff1-4818-9e64-95efa6194959} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2705 | 2025.04.28 18:11:46.730967 [ 122 ] {} <Debug> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2706 | 2025.04.28 18:11:46.731032 [ 122 ] {} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2707 | 2025.04.28 18:11:46.731032 [ 263 ] {b5c0a877-fff1-4818-9e64-95efa6194959} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.002616 sec., 27905.19877675841 rows/sec., 2.18 MiB/sec. | ||
| 2708 | 2025.04.28 18:11:46.731067 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2709 | 2025.04.28 18:11:46.731221 [ 263 ] {b5c0a877-fff1-4818-9e64-95efa6194959} <Debug> TCPHandler: Processed in 0.003001886 sec. | ||
| 2710 | 2025.04.28 18:11:46.731372 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::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 | ||
| 2711 | 2025.04.28 18:11:46.731455 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2712 | 2025.04.28 18:11:46.731515 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2713 | 2025.04.28 18:11:46.731559 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 886 rows starting from the beginning of the part | ||
| 2714 | 2025.04.28 18:11:46.731595 [ 263 ] {96411c6a-25dc-4cf5-bc6d-75463975aef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2715 | 2025.04.28 18:11:46.731701 [ 263 ] {96411c6a-25dc-4cf5-bc6d-75463975aef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2716 | 2025.04.28 18:11:46.731702 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
| 2717 | 2025.04.28 18:11:46.731951 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 417 rows starting from the beginning of the part | ||
| 2718 | 2025.04.28 18:11:46.732173 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 68 rows starting from the beginning of the part | ||
| 2719 | 2025.04.28 18:11:46.732408 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 417 rows starting from the beginning of the part | ||
| 2720 | 2025.04.28 18:11:46.732628 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 73 rows starting from the beginning of the part | ||
| 2721 | 2025.04.28 18:11:46.733280 [ 263 ] {96411c6a-25dc-4cf5-bc6d-75463975aef8} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2722 | 2025.04.28 18:11:46.733321 [ 263 ] {96411c6a-25dc-4cf5-bc6d-75463975aef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2723 | 2025.04.28 18:11:46.733908 [ 263 ] {96411c6a-25dc-4cf5-bc6d-75463975aef8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2724 | 2025.04.28 18:11:46.734186 [ 263 ] {96411c6a-25dc-4cf5-bc6d-75463975aef8} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2725 | 2025.04.28 18:11:46.734470 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2726 | 2025.04.28 18:11:46.734533 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1925 rows, containing 5 columns (5 merged, 0 gathered) in 0.003343191 sec., 575797.1949553585 rows/sec., 43.94 MiB/sec. | ||
| 2727 | 2025.04.28 18:11:46.734552 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2728 | 2025.04.28 18:11:46.734629 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2729 | 2025.04.28 18:11:46.734648 [ 263 ] {96411c6a-25dc-4cf5-bc6d-75463975aef8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003082 sec., 51914.341336794285 rows/sec., 3.62 MiB/sec. | ||
| 2730 | 2025.04.28 18:11:46.734862 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2731 | 2025.04.28 18:11:46.735015 [ 263 ] {96411c6a-25dc-4cf5-bc6d-75463975aef8} <Debug> TCPHandler: Processed in 0.003627855 sec. | ||
| 2732 | 2025.04.28 18:11:46.735244 [ 203 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2733 | 2025.04.28 18:11:46.735321 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2734 | 2025.04.28 18:11:46.735690 [ 263 ] {d8a63757-327b-4d9a-945f-8ce841cacb5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2735 | 2025.04.28 18:11:46.735714 [ 203 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2736 | 2025.04.28 18:11:46.735776 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_16_3} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2737 | 2025.04.28 18:11:46.735852 [ 203 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4493 rows starting from the beginning of the part | ||
| 2738 | 2025.04.28 18:11:46.736004 [ 263 ] {d8a63757-327b-4d9a-945f-8ce841cacb5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2739 | 2025.04.28 18:11:46.736214 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_16_3} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2740 | 2025.04.28 18:11:46.736363 [ 203 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2741 | 2025.04.28 18:11:46.736683 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2742 | 2025.04.28 18:11:46.737096 [ 203 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
| 2743 | 2025.04.28 18:11:46.737422 [ 203 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 162 rows starting from the beginning of the part | ||
| 2744 | 2025.04.28 18:11:46.737944 [ 203 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part | ||
| 2745 | 2025.04.28 18:11:46.738498 [ 203 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 2746 | 2025.04.28 18:11:46.741699 [ 263 ] {d8a63757-327b-4d9a-945f-8ce841cacb5e} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2747 | 2025.04.28 18:11:46.741785 [ 263 ] {d8a63757-327b-4d9a-945f-8ce841cacb5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2748 | 2025.04.28 18:11:46.742831 [ 263 ] {d8a63757-327b-4d9a-945f-8ce841cacb5e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2749 | 2025.04.28 18:11:46.743100 [ 263 ] {d8a63757-327b-4d9a-945f-8ce841cacb5e} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2750 | 2025.04.28 18:11:46.743284 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2751 | 2025.04.28 18:11:46.743347 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2752 | 2025.04.28 18:11:46.743389 [ 263 ] {d8a63757-327b-4d9a-945f-8ce841cacb5e} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.007818 sec., 383.7298541826554 rows/sec., 704.13 KiB/sec. | ||
| 2753 | 2025.04.28 18:11:46.743396 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2754 | 2025.04.28 18:11:46.743959 [ 188 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::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 | ||
| 2755 | 2025.04.28 18:11:46.744099 [ 263 ] {d8a63757-327b-4d9a-945f-8ce841cacb5e} <Debug> TCPHandler: Processed in 0.008830855 sec. | ||
| 2756 | 2025.04.28 18:11:46.744261 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2757 | 2025.04.28 18:11:46.744331 [ 188 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2758 | 2025.04.28 18:11:46.744395 [ 263 ] {7028f32c-7c96-40ba-8647-bb05b9f893d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2759 | 2025.04.28 18:11:46.744409 [ 188 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 35 rows starting from the beginning of the part | ||
| 2760 | 2025.04.28 18:11:46.744456 [ 263 ] {7028f32c-7c96-40ba-8647-bb05b9f893d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2761 | 2025.04.28 18:11:46.745127 [ 188 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 35 rows starting from the beginning of the part | ||
| 2762 | 2025.04.28 18:11:46.745801 [ 188 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 35 rows starting from the beginning of the part | ||
| 2763 | 2025.04.28 18:11:46.746921 [ 263 ] {7028f32c-7c96-40ba-8647-bb05b9f893d4} <Trace> oximeter.measurements_i64 (818a5aa0-3efb-4d84-b075-74b631cca21d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2764 | 2025.04.28 18:11:46.747009 [ 263 ] {7028f32c-7c96-40ba-8647-bb05b9f893d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2765 | 2025.04.28 18:11:46.747026 [ 203 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5449 rows, containing 5 columns (5 merged, 0 gathered) in 0.012231386 sec., 445493.2580821176 rows/sec., 30.09 MiB/sec. | ||
| 2766 | 2025.04.28 18:11:46.747102 [ 188 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part | ||
| 2767 | 2025.04.28 18:11:46.747679 [ 188 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part | ||
| 2768 | 2025.04.28 18:11:46.747766 [ 203 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2769 | 2025.04.28 18:11:46.748587 [ 263 ] {7028f32c-7c96-40ba-8647-bb05b9f893d4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2770 | 2025.04.28 18:11:46.748724 [ 188 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part | ||
| 2771 | 2025.04.28 18:11:46.749137 [ 203 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2772 | 2025.04.28 18:11:46.749624 [ 263 ] {7028f32c-7c96-40ba-8647-bb05b9f893d4} <Trace> oximeter.measurements_i64 (818a5aa0-3efb-4d84-b075-74b631cca21d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2773 | 2025.04.28 18:11:46.749632 [ 203 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2774 | 2025.04.28 18:11:46.750101 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 2775 | 2025.04.28 18:11:46.750510 [ 263 ] {7028f32c-7c96-40ba-8647-bb05b9f893d4} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.006131 sec., 978.633175664655 rows/sec., 69.13 KiB/sec. | ||
| 2776 | 2025.04.28 18:11:46.750656 [ 263 ] {7028f32c-7c96-40ba-8647-bb05b9f893d4} <Debug> TCPHandler: Processed in 0.006456728 sec. | ||
| 2777 | 2025.04.28 18:11:46.750789 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2778 | 2025.04.28 18:11:46.750905 [ 263 ] {18f6483e-aef7-46da-a534-c051248cd770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2779 | 2025.04.28 18:11:46.750969 [ 263 ] {18f6483e-aef7-46da-a534-c051248cd770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2780 | 2025.04.28 18:11:46.751862 [ 263 ] {18f6483e-aef7-46da-a534-c051248cd770} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2781 | 2025.04.28 18:11:46.751904 [ 263 ] {18f6483e-aef7-46da-a534-c051248cd770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2782 | 2025.04.28 18:11:46.752515 [ 263 ] {18f6483e-aef7-46da-a534-c051248cd770} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2783 | 2025.04.28 18:11:46.752849 [ 263 ] {18f6483e-aef7-46da-a534-c051248cd770} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2784 | 2025.04.28 18:11:46.753082 [ 122 ] {} <Debug> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2785 | 2025.04.28 18:11:46.753212 [ 122 ] {} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2786 | 2025.04.28 18:11:46.753329 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2787 | 2025.04.28 18:11:46.753342 [ 263 ] {18f6483e-aef7-46da-a534-c051248cd770} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002438 sec., 24610.33634126333 rows/sec., 1.66 MiB/sec. | ||
| 2788 | 2025.04.28 18:11:46.753750 [ 263 ] {18f6483e-aef7-46da-a534-c051248cd770} <Debug> TCPHandler: Processed in 0.003004705 sec. | ||
| 2789 | 2025.04.28 18:11:46.754004 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 2790 | 2025.04.28 18:11:46.754354 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2791 | 2025.04.28 18:11:46.754429 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 564 rows starting from the beginning of the part | ||
| 2792 | 2025.04.28 18:11:46.754856 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 2793 | 2025.04.28 18:11:46.755169 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
| 2794 | 2025.04.28 18:11:46.755417 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 2795 | 2025.04.28 18:11:46.755685 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
| 2796 | 2025.04.28 18:11:46.755835 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 2797 | 2025.04.28 18:11:46.756881 [ 200 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 19 columns (19 merged, 0 gathered) in 0.013357233 sec., 13326.113275107202 rows/sec., 23.88 MiB/sec. | ||
| 2798 | 2025.04.28 18:11:46.757412 [ 200 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2799 | 2025.04.28 18:11:46.758679 [ 200 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2800 | 2025.04.28 18:11:46.758941 [ 200 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2801 | 2025.04.28 18:11:46.758968 [ 194 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 908 rows, containing 4 columns (4 merged, 0 gathered) in 0.005412153 sec., 167770.57115717162 rows/sec., 11.03 MiB/sec. | ||
| 2802 | 2025.04.28 18:11:46.759095 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 2803 | 2025.04.28 18:11:46.759219 [ 188 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2804 | 2025.04.28 18:11:46.759507 [ 188 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_16_3} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2805 | 2025.04.28 18:11:46.759580 [ 188 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_16_3} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2806 | 2025.04.28 18:11:46.759662 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2807 | 2025.04.28 18:11:47.138100 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2808 | 2025.04.28 18:11:47.138305 [ 263 ] {549ab542-c7b3-4ed7-b23d-b35fedc04101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2809 | 2025.04.28 18:11:47.138387 [ 263 ] {549ab542-c7b3-4ed7-b23d-b35fedc04101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2810 | 2025.04.28 18:11:47.139245 [ 263 ] {549ab542-c7b3-4ed7-b23d-b35fedc04101} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2811 | 2025.04.28 18:11:47.139294 [ 263 ] {549ab542-c7b3-4ed7-b23d-b35fedc04101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2812 | 2025.04.28 18:11:47.139742 [ 263 ] {549ab542-c7b3-4ed7-b23d-b35fedc04101} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2813 | 2025.04.28 18:11:47.140003 [ 263 ] {549ab542-c7b3-4ed7-b23d-b35fedc04101} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2814 | 2025.04.28 18:11:47.140231 [ 263 ] {549ab542-c7b3-4ed7-b23d-b35fedc04101} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001983 sec., 106908.72415532022 rows/sec., 6.80 MiB/sec. | ||
| 2815 | 2025.04.28 18:11:47.140294 [ 263 ] {549ab542-c7b3-4ed7-b23d-b35fedc04101} <Debug> TCPHandler: Processed in 0.002327785 sec. | ||
| 2816 | 2025.04.28 18:11:47.140418 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2817 | 2025.04.28 18:11:47.140529 [ 263 ] {db6c7974-88c4-434c-ba3e-b74c48aecced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2818 | 2025.04.28 18:11:47.140580 [ 263 ] {db6c7974-88c4-434c-ba3e-b74c48aecced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2819 | 2025.04.28 18:11:47.141091 [ 263 ] {db6c7974-88c4-434c-ba3e-b74c48aecced} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2820 | 2025.04.28 18:11:47.141134 [ 263 ] {db6c7974-88c4-434c-ba3e-b74c48aecced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2821 | 2025.04.28 18:11:47.141479 [ 263 ] {db6c7974-88c4-434c-ba3e-b74c48aecced} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2822 | 2025.04.28 18:11:47.141716 [ 263 ] {db6c7974-88c4-434c-ba3e-b74c48aecced} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2823 | 2025.04.28 18:11:47.141962 [ 263 ] {db6c7974-88c4-434c-ba3e-b74c48aecced} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001453 sec., 6882.312456985546 rows/sec., 561.20 KiB/sec. | ||
| 2824 | 2025.04.28 18:11:47.142100 [ 263 ] {db6c7974-88c4-434c-ba3e-b74c48aecced} <Debug> TCPHandler: Processed in 0.001735836 sec. | ||
| 2825 | 2025.04.28 18:11:47.142219 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2826 | 2025.04.28 18:11:47.142325 [ 263 ] {b6875dbe-2783-4cc1-93d8-b3d9dccaa450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2827 | 2025.04.28 18:11:47.142372 [ 263 ] {b6875dbe-2783-4cc1-93d8-b3d9dccaa450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2828 | 2025.04.28 18:11:47.143598 [ 263 ] {b6875dbe-2783-4cc1-93d8-b3d9dccaa450} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2829 | 2025.04.28 18:11:47.143638 [ 263 ] {b6875dbe-2783-4cc1-93d8-b3d9dccaa450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2830 | 2025.04.28 18:11:47.144116 [ 263 ] {b6875dbe-2783-4cc1-93d8-b3d9dccaa450} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2831 | 2025.04.28 18:11:47.144376 [ 263 ] {b6875dbe-2783-4cc1-93d8-b3d9dccaa450} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2832 | 2025.04.28 18:11:47.144583 [ 263 ] {b6875dbe-2783-4cc1-93d8-b3d9dccaa450} <Debug> executeQuery: Read 1832 rows, 152.97 KiB in 0.002279 sec., 803861.342694164 rows/sec., 65.55 MiB/sec. | ||
| 2833 | 2025.04.28 18:11:47.144635 [ 263 ] {b6875dbe-2783-4cc1-93d8-b3d9dccaa450} <Debug> TCPHandler: Processed in 0.002467438 sec. | ||
| 2834 | 2025.04.28 18:11:47.144751 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2835 | 2025.04.28 18:11:47.144858 [ 263 ] {c9544c51-f33e-4588-8e92-f9e432d2ed29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2836 | 2025.04.28 18:11:47.144903 [ 263 ] {c9544c51-f33e-4588-8e92-f9e432d2ed29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2837 | 2025.04.28 18:11:47.145473 [ 263 ] {c9544c51-f33e-4588-8e92-f9e432d2ed29} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2838 | 2025.04.28 18:11:47.145513 [ 263 ] {c9544c51-f33e-4588-8e92-f9e432d2ed29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2839 | 2025.04.28 18:11:47.145871 [ 263 ] {c9544c51-f33e-4588-8e92-f9e432d2ed29} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2840 | 2025.04.28 18:11:47.146109 [ 263 ] {c9544c51-f33e-4588-8e92-f9e432d2ed29} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2841 | 2025.04.28 18:11:47.146305 [ 263 ] {c9544c51-f33e-4588-8e92-f9e432d2ed29} <Debug> executeQuery: Read 151 rows, 9.72 KiB in 0.00147 sec., 102721.08843537416 rows/sec., 6.45 MiB/sec. | ||
| 2842 | 2025.04.28 18:11:47.146355 [ 263 ] {c9544c51-f33e-4588-8e92-f9e432d2ed29} <Debug> TCPHandler: Processed in 0.001654175 sec. | ||
| 2843 | 2025.04.28 18:11:47.146474 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2844 | 2025.04.28 18:11:47.146664 [ 263 ] {916409a6-c29e-47c8-8e99-6763ec85d39c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2845 | 2025.04.28 18:11:47.146710 [ 263 ] {916409a6-c29e-47c8-8e99-6763ec85d39c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2846 | 2025.04.28 18:11:47.147330 [ 263 ] {916409a6-c29e-47c8-8e99-6763ec85d39c} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2847 | 2025.04.28 18:11:47.147370 [ 263 ] {916409a6-c29e-47c8-8e99-6763ec85d39c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2848 | 2025.04.28 18:11:47.147732 [ 263 ] {916409a6-c29e-47c8-8e99-6763ec85d39c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2849 | 2025.04.28 18:11:47.147973 [ 263 ] {916409a6-c29e-47c8-8e99-6763ec85d39c} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2850 | 2025.04.28 18:11:47.148136 [ 122 ] {} <Debug> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2851 | 2025.04.28 18:11:47.148206 [ 263 ] {916409a6-c29e-47c8-8e99-6763ec85d39c} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001562 sec., 218309.85915492958 rows/sec., 14.57 MiB/sec. | ||
| 2852 | 2025.04.28 18:11:47.148229 [ 122 ] {} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2853 | 2025.04.28 18:11:47.148375 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2854 | 2025.04.28 18:11:47.148393 [ 263 ] {916409a6-c29e-47c8-8e99-6763ec85d39c} <Debug> TCPHandler: Processed in 0.00197184 sec. | ||
| 2855 | 2025.04.28 18:11:47.148596 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::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 | ||
| 2856 | 2025.04.28 18:11:47.148608 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2857 | 2025.04.28 18:11:47.148855 [ 263 ] {7fe139fe-a971-4d1f-90c8-6f5f055c62d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2858 | 2025.04.28 18:11:47.148873 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2859 | 2025.04.28 18:11:47.148948 [ 263 ] {7fe139fe-a971-4d1f-90c8-6f5f055c62d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2860 | 2025.04.28 18:11:47.148953 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::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 | ||
| 2861 | 2025.04.28 18:11:47.149258 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::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 | ||
| 2862 | 2025.04.28 18:11:47.149639 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::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 | ||
| 2863 | 2025.04.28 18:11:47.149978 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::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 | ||
| 2864 | 2025.04.28 18:11:47.150405 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::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 | ||
| 2865 | 2025.04.28 18:11:47.150839 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 341 rows starting from the beginning of the part | ||
| 2866 | 2025.04.28 18:11:47.151800 [ 263 ] {7fe139fe-a971-4d1f-90c8-6f5f055c62d8} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2867 | 2025.04.28 18:11:47.151862 [ 263 ] {7fe139fe-a971-4d1f-90c8-6f5f055c62d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2868 | 2025.04.28 18:11:47.152805 [ 263 ] {7fe139fe-a971-4d1f-90c8-6f5f055c62d8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2869 | 2025.04.28 18:11:47.153244 [ 263 ] {7fe139fe-a971-4d1f-90c8-6f5f055c62d8} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2870 | 2025.04.28 18:11:47.153805 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.005327491 sec., 213045.87844446852 rows/sec., 14.86 MiB/sec. | ||
| 2871 | 2025.04.28 18:11:47.153809 [ 263 ] {7fe139fe-a971-4d1f-90c8-6f5f055c62d8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005026 sec., 22284.122562674096 rows/sec., 1.27 MiB/sec. | ||
| 2872 | 2025.04.28 18:11:47.153981 [ 263 ] {7fe139fe-a971-4d1f-90c8-6f5f055c62d8} <Debug> TCPHandler: Processed in 0.005458693 sec. | ||
| 2873 | 2025.04.28 18:11:47.154077 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2874 | 2025.04.28 18:11:47.154137 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2875 | 2025.04.28 18:11:47.154318 [ 263 ] {f1a289ca-cb42-49b9-906d-0a60bc01c0ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2876 | 2025.04.28 18:11:47.154388 [ 263 ] {f1a289ca-cb42-49b9-906d-0a60bc01c0ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2877 | 2025.04.28 18:11:47.154581 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_6_1} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2878 | 2025.04.28 18:11:47.154805 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_6_1} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2879 | 2025.04.28 18:11:47.154989 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2880 | 2025.04.28 18:11:47.155661 [ 263 ] {f1a289ca-cb42-49b9-906d-0a60bc01c0ae} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2881 | 2025.04.28 18:11:47.155706 [ 263 ] {f1a289ca-cb42-49b9-906d-0a60bc01c0ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2882 | 2025.04.28 18:11:47.156117 [ 263 ] {f1a289ca-cb42-49b9-906d-0a60bc01c0ae} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2883 | 2025.04.28 18:11:47.156360 [ 263 ] {f1a289ca-cb42-49b9-906d-0a60bc01c0ae} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2884 | 2025.04.28 18:11:47.156559 [ 263 ] {f1a289ca-cb42-49b9-906d-0a60bc01c0ae} <Debug> executeQuery: Read 883 rows, 65.49 KiB in 0.002299 sec., 384080.0347977382 rows/sec., 27.82 MiB/sec. | ||
| 2885 | 2025.04.28 18:11:47.156611 [ 263 ] {f1a289ca-cb42-49b9-906d-0a60bc01c0ae} <Debug> TCPHandler: Processed in 0.002547629 sec. | ||
| 2886 | 2025.04.28 18:11:47.156730 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2887 | 2025.04.28 18:11:47.156833 [ 263 ] {4b9d8fd4-1cf8-4be0-8c73-5d125a1ea0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2888 | 2025.04.28 18:11:47.156879 [ 263 ] {4b9d8fd4-1cf8-4be0-8c73-5d125a1ea0ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2889 | 2025.04.28 18:11:47.157293 [ 263 ] {4b9d8fd4-1cf8-4be0-8c73-5d125a1ea0ab} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2890 | 2025.04.28 18:11:47.157331 [ 263 ] {4b9d8fd4-1cf8-4be0-8c73-5d125a1ea0ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2891 | 2025.04.28 18:11:47.157850 [ 263 ] {4b9d8fd4-1cf8-4be0-8c73-5d125a1ea0ab} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2892 | 2025.04.28 18:11:47.158097 [ 263 ] {4b9d8fd4-1cf8-4be0-8c73-5d125a1ea0ab} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2893 | 2025.04.28 18:11:47.158262 [ 171 ] {} <Debug> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2894 | 2025.04.28 18:11:47.158311 [ 263 ] {4b9d8fd4-1cf8-4be0-8c73-5d125a1ea0ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 210.25 KiB/sec. | ||
| 2895 | 2025.04.28 18:11:47.158351 [ 171 ] {} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2896 | 2025.04.28 18:11:47.158414 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2897 | 2025.04.28 18:11:47.158438 [ 263 ] {4b9d8fd4-1cf8-4be0-8c73-5d125a1ea0ab} <Debug> TCPHandler: Processed in 0.001758057 sec. | ||
| 2898 | 2025.04.28 18:11:47.158644 [ 194 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 2899 | 2025.04.28 18:11:47.158674 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2900 | 2025.04.28 18:11:47.158855 [ 194 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2901 | 2025.04.28 18:11:47.158874 [ 263 ] {d4bddff1-001a-43b2-a3ce-c54c22657dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2902 | 2025.04.28 18:11:47.158908 [ 194 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 2903 | 2025.04.28 18:11:47.158979 [ 263 ] {d4bddff1-001a-43b2-a3ce-c54c22657dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2904 | 2025.04.28 18:11:47.159160 [ 194 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 2905 | 2025.04.28 18:11:47.159471 [ 194 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 2906 | 2025.04.28 18:11:47.159825 [ 194 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 2907 | 2025.04.28 18:11:47.160181 [ 194 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 2908 | 2025.04.28 18:11:47.160453 [ 194 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 2909 | 2025.04.28 18:11:47.162001 [ 263 ] {d4bddff1-001a-43b2-a3ce-c54c22657dbf} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2910 | 2025.04.28 18:11:47.162070 [ 263 ] {d4bddff1-001a-43b2-a3ce-c54c22657dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2911 | 2025.04.28 18:11:47.163110 [ 194 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00460545 sec., 7816.825717356611 rows/sec., 408.40 KiB/sec. | ||
| 2912 | 2025.04.28 18:11:47.163253 [ 263 ] {d4bddff1-001a-43b2-a3ce-c54c22657dbf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2913 | 2025.04.28 18:11:47.163337 [ 187 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2914 | 2025.04.28 18:11:47.163682 [ 263 ] {d4bddff1-001a-43b2-a3ce-c54c22657dbf} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2915 | 2025.04.28 18:11:47.163984 [ 195 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_6_1} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2916 | 2025.04.28 18:11:47.164095 [ 263 ] {d4bddff1-001a-43b2-a3ce-c54c22657dbf} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.005276 sec., 181956.02729340407 rows/sec., 12.09 MiB/sec. | ||
| 2917 | 2025.04.28 18:11:47.164210 [ 195 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_6_1} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2918 | 2025.04.28 18:11:47.164245 [ 263 ] {d4bddff1-001a-43b2-a3ce-c54c22657dbf} <Debug> TCPHandler: Processed in 0.005649336 sec. | ||
| 2919 | 2025.04.28 18:11:47.164442 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2920 | 2025.04.28 18:11:47.164499 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2921 | 2025.04.28 18:11:47.164609 [ 263 ] {947c969a-533c-4aa8-9b3f-ef174bd8e06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2922 | 2025.04.28 18:11:47.164657 [ 263 ] {947c969a-533c-4aa8-9b3f-ef174bd8e06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2923 | 2025.04.28 18:11:47.165186 [ 263 ] {947c969a-533c-4aa8-9b3f-ef174bd8e06d} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2924 | 2025.04.28 18:11:47.165225 [ 263 ] {947c969a-533c-4aa8-9b3f-ef174bd8e06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2925 | 2025.04.28 18:11:47.165573 [ 263 ] {947c969a-533c-4aa8-9b3f-ef174bd8e06d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2926 | 2025.04.28 18:11:47.165805 [ 263 ] {947c969a-533c-4aa8-9b3f-ef174bd8e06d} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2927 | 2025.04.28 18:11:47.165992 [ 171 ] {} <Debug> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2928 | 2025.04.28 18:11:47.166039 [ 263 ] {947c969a-533c-4aa8-9b3f-ef174bd8e06d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001444 sec., 692.5207756232687 rows/sec., 46.66 KiB/sec. | ||
| 2929 | 2025.04.28 18:11:47.166068 [ 171 ] {} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2930 | 2025.04.28 18:11:47.166146 [ 263 ] {947c969a-533c-4aa8-9b3f-ef174bd8e06d} <Debug> TCPHandler: Processed in 0.001713436 sec. | ||
| 2931 | 2025.04.28 18:11:47.166153 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2932 | 2025.04.28 18:11:47.166368 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2933 | 2025.04.28 18:11:47.166610 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::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 | ||
| 2934 | 2025.04.28 18:11:47.166752 [ 263 ] {2fb919ec-9a1d-4ee8-8171-96a35981c297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2935 | 2025.04.28 18:11:47.166974 [ 263 ] {2fb919ec-9a1d-4ee8-8171-96a35981c297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2936 | 2025.04.28 18:11:47.167020 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2937 | 2025.04.28 18:11:47.167132 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 2938 | 2025.04.28 18:11:47.167568 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2939 | 2025.04.28 18:11:47.167961 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2940 | 2025.04.28 18:11:47.168317 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2941 | 2025.04.28 18:11:47.168645 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::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 | ||
| 2942 | 2025.04.28 18:11:47.169087 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::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 | ||
| 2943 | 2025.04.28 18:11:47.172804 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.006496359 sec., 1077.5266576246786 rows/sec., 72.01 KiB/sec. | ||
| 2944 | 2025.04.28 18:11:47.172952 [ 263 ] {2fb919ec-9a1d-4ee8-8171-96a35981c297} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2945 | 2025.04.28 18:11:47.173006 [ 263 ] {2fb919ec-9a1d-4ee8-8171-96a35981c297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2946 | 2025.04.28 18:11:47.173012 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2947 | 2025.04.28 18:11:47.173639 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_6_1} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2948 | 2025.04.28 18:11:47.173809 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_6_1} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2949 | 2025.04.28 18:11:47.173954 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2950 | 2025.04.28 18:11:47.174315 [ 263 ] {2fb919ec-9a1d-4ee8-8171-96a35981c297} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2951 | 2025.04.28 18:11:47.174582 [ 263 ] {2fb919ec-9a1d-4ee8-8171-96a35981c297} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2952 | 2025.04.28 18:11:47.174812 [ 263 ] {2fb919ec-9a1d-4ee8-8171-96a35981c297} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.008208 sec., 4264.132553606238 rows/sec., 7.64 MiB/sec. | ||
| 2953 | 2025.04.28 18:11:47.174913 [ 263 ] {2fb919ec-9a1d-4ee8-8171-96a35981c297} <Debug> TCPHandler: Processed in 0.008671422 sec. | ||
| 2954 | 2025.04.28 18:11:47.175037 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2955 | 2025.04.28 18:11:47.175142 [ 263 ] {d8da73a7-1220-450f-9884-d43d3217a873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2956 | 2025.04.28 18:11:47.175189 [ 263 ] {d8da73a7-1220-450f-9884-d43d3217a873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2957 | 2025.04.28 18:11:47.175593 [ 263 ] {d8da73a7-1220-450f-9884-d43d3217a873} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2958 | 2025.04.28 18:11:47.175633 [ 263 ] {d8da73a7-1220-450f-9884-d43d3217a873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2959 | 2025.04.28 18:11:47.175975 [ 263 ] {d8da73a7-1220-450f-9884-d43d3217a873} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2960 | 2025.04.28 18:11:47.176206 [ 263 ] {d8da73a7-1220-450f-9884-d43d3217a873} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2961 | 2025.04.28 18:11:47.176434 [ 263 ] {d8da73a7-1220-450f-9884-d43d3217a873} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001313 sec., 25894.897182025896 rows/sec., 1.50 MiB/sec. | ||
| 2962 | 2025.04.28 18:11:47.176587 [ 263 ] {d8da73a7-1220-450f-9884-d43d3217a873} <Debug> TCPHandler: Processed in 0.001597584 sec. | ||
| 2963 | 2025.04.28 18:11:48.000213 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.25 MiB, peak 180.40 MiB, free memory in arenas 0.00 B, will set to 173.24 MiB (RSS), difference: -1.01 MiB | ||
| 2964 | 2025.04.28 18:11:49.081401 [ 169 ] {} <Debug> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2965 | 2025.04.28 18:11:49.081466 [ 169 ] {} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2966 | 2025.04.28 18:11:49.081488 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2967 | 2025.04.28 18:11:49.081739 [ 194 ] {8d8a32c8-f16b-44fd-a006-dfccf1a2863d::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 | ||
| 2968 | 2025.04.28 18:11:49.082083 [ 194 ] {8d8a32c8-f16b-44fd-a006-dfccf1a2863d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2969 | 2025.04.28 18:11:49.082130 [ 194 ] {8d8a32c8-f16b-44fd-a006-dfccf1a2863d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2970 | 2025.04.28 18:11:49.082225 [ 194 ] {8d8a32c8-f16b-44fd-a006-dfccf1a2863d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 2971 | 2025.04.28 18:11:49.082353 [ 194 ] {8d8a32c8-f16b-44fd-a006-dfccf1a2863d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 17 rows starting from the beginning of the part | ||
| 2972 | 2025.04.28 18:11:49.082469 [ 194 ] {8d8a32c8-f16b-44fd-a006-dfccf1a2863d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2973 | 2025.04.28 18:11:49.082573 [ 194 ] {8d8a32c8-f16b-44fd-a006-dfccf1a2863d::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 | ||
| 2974 | 2025.04.28 18:11:49.084746 [ 193 ] {8d8a32c8-f16b-44fd-a006-dfccf1a2863d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003172128 sec., 13240.32321520443 rows/sec., 2.76 MiB/sec. | ||
| 2975 | 2025.04.28 18:11:49.084970 [ 197 ] {8d8a32c8-f16b-44fd-a006-dfccf1a2863d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2976 | 2025.04.28 18:11:49.085527 [ 197 ] {8d8a32c8-f16b-44fd-a006-dfccf1a2863d::all_1_5_1} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2977 | 2025.04.28 18:11:49.085626 [ 197 ] {8d8a32c8-f16b-44fd-a006-dfccf1a2863d::all_1_5_1} <Trace> oximeter.timeseries_schema (8d8a32c8-f16b-44fd-a006-dfccf1a2863d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2978 | 2025.04.28 18:11:49.085740 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2979 | 2025.04.28 18:11:51.718578 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2980 | 2025.04.28 18:11:51.718769 [ 263 ] {9de9aae0-10c9-45c7-8efa-a714d280b341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2981 | 2025.04.28 18:11:51.718842 [ 263 ] {9de9aae0-10c9-45c7-8efa-a714d280b341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2982 | 2025.04.28 18:11:51.719568 [ 263 ] {9de9aae0-10c9-45c7-8efa-a714d280b341} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2983 | 2025.04.28 18:11:51.719614 [ 263 ] {9de9aae0-10c9-45c7-8efa-a714d280b341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2984 | 2025.04.28 18:11:51.720075 [ 263 ] {9de9aae0-10c9-45c7-8efa-a714d280b341} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2985 | 2025.04.28 18:11:51.720339 [ 263 ] {9de9aae0-10c9-45c7-8efa-a714d280b341} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2986 | 2025.04.28 18:11:51.720594 [ 263 ] {9de9aae0-10c9-45c7-8efa-a714d280b341} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001864 sec., 30042.91845493562 rows/sec., 2.31 MiB/sec. | ||
| 2987 | 2025.04.28 18:11:51.720811 [ 263 ] {9de9aae0-10c9-45c7-8efa-a714d280b341} <Debug> TCPHandler: Processed in 0.002362326 sec. | ||
| 2988 | 2025.04.28 18:11:51.721003 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2989 | 2025.04.28 18:11:51.721120 [ 263 ] {0d19f520-ea6a-433e-9309-a49c4eed0bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2990 | 2025.04.28 18:11:51.721172 [ 263 ] {0d19f520-ea6a-433e-9309-a49c4eed0bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2991 | 2025.04.28 18:11:51.721752 [ 263 ] {0d19f520-ea6a-433e-9309-a49c4eed0bc1} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2992 | 2025.04.28 18:11:51.721791 [ 263 ] {0d19f520-ea6a-433e-9309-a49c4eed0bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2993 | 2025.04.28 18:11:51.722145 [ 263 ] {0d19f520-ea6a-433e-9309-a49c4eed0bc1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2994 | 2025.04.28 18:11:51.722390 [ 263 ] {0d19f520-ea6a-433e-9309-a49c4eed0bc1} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2995 | 2025.04.28 18:11:51.722572 [ 263 ] {0d19f520-ea6a-433e-9309-a49c4eed0bc1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00148 sec., 43243.24324324325 rows/sec., 3.38 MiB/sec. | ||
| 2996 | 2025.04.28 18:11:51.722626 [ 263 ] {0d19f520-ea6a-433e-9309-a49c4eed0bc1} <Debug> TCPHandler: Processed in 0.001678036 sec. | ||
| 2997 | 2025.04.28 18:11:51.722744 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2998 | 2025.04.28 18:11:51.722853 [ 263 ] {947582ed-34c0-4ed9-a162-513b772b0350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2999 | 2025.04.28 18:11:51.722904 [ 263 ] {947582ed-34c0-4ed9-a162-513b772b0350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3000 | 2025.04.28 18:11:51.723383 [ 263 ] {947582ed-34c0-4ed9-a162-513b772b0350} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3001 | 2025.04.28 18:11:51.723421 [ 263 ] {947582ed-34c0-4ed9-a162-513b772b0350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3002 | 2025.04.28 18:11:51.723799 [ 263 ] {947582ed-34c0-4ed9-a162-513b772b0350} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3003 | 2025.04.28 18:11:51.724045 [ 263 ] {947582ed-34c0-4ed9-a162-513b772b0350} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3004 | 2025.04.28 18:11:51.724228 [ 263 ] {947582ed-34c0-4ed9-a162-513b772b0350} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.0014 sec., 91428.57142857143 rows/sec., 6.37 MiB/sec. | ||
| 3005 | 2025.04.28 18:11:51.724280 [ 263 ] {947582ed-34c0-4ed9-a162-513b772b0350} <Debug> TCPHandler: Processed in 0.001586324 sec. | ||
| 3006 | 2025.04.28 18:11:51.724405 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3007 | 2025.04.28 18:11:51.724513 [ 263 ] {fdb593f5-45ab-46ed-91b6-7dc22f0c2c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3008 | 2025.04.28 18:11:51.724560 [ 263 ] {fdb593f5-45ab-46ed-91b6-7dc22f0c2c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3009 | 2025.04.28 18:11:51.724994 [ 263 ] {fdb593f5-45ab-46ed-91b6-7dc22f0c2c44} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3010 | 2025.04.28 18:11:51.725032 [ 263 ] {fdb593f5-45ab-46ed-91b6-7dc22f0c2c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3011 | 2025.04.28 18:11:51.725386 [ 263 ] {fdb593f5-45ab-46ed-91b6-7dc22f0c2c44} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3012 | 2025.04.28 18:11:51.725636 [ 263 ] {fdb593f5-45ab-46ed-91b6-7dc22f0c2c44} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3013 | 2025.04.28 18:11:51.725805 [ 263 ] {fdb593f5-45ab-46ed-91b6-7dc22f0c2c44} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001316 sec., 36474.1641337386 rows/sec., 2.46 MiB/sec. | ||
| 3014 | 2025.04.28 18:11:51.725853 [ 263 ] {fdb593f5-45ab-46ed-91b6-7dc22f0c2c44} <Debug> TCPHandler: Processed in 0.001499983 sec. | ||
| 3015 | 2025.04.28 18:11:52.943062 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 3016 | 2025.04.28 18:11:52.943677 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3017 | 2025.04.28 18:11:52.943725 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3018 | 2025.04.28 18:11:52.944229 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3019 | 2025.04.28 18:11:52.944494 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3020 | 2025.04.28 18:11:52.944748 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 3021 | 2025.04.28 18:11:53.314823 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3022 | 2025.04.28 18:11:53.335596 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3023 | 2025.04.28 18:11:53.335666 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3024 | 2025.04.28 18:11:53.343142 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3025 | 2025.04.28 18:11:53.343947 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3026 | 2025.04.28 18:11:53.347490 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3027 | 2025.04.28 18:11:55.459446 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 424 | ||
| 3028 | 2025.04.28 18:11:55.463172 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3029 | 2025.04.28 18:11:55.463223 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3030 | 2025.04.28 18:11:55.464664 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3031 | 2025.04.28 18:11:55.464979 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3032 | 2025.04.28 18:11:55.465856 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 424 | ||
| 3033 | 2025.04.28 18:11:56.720518 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3034 | 2025.04.28 18:11:56.720705 [ 263 ] {88f23730-4998-4945-bb67-96a49e5e2d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3035 | 2025.04.28 18:11:56.720782 [ 263 ] {88f23730-4998-4945-bb67-96a49e5e2d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3036 | 2025.04.28 18:11:56.721563 [ 263 ] {88f23730-4998-4945-bb67-96a49e5e2d74} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3037 | 2025.04.28 18:11:56.721616 [ 263 ] {88f23730-4998-4945-bb67-96a49e5e2d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3038 | 2025.04.28 18:11:56.722049 [ 263 ] {88f23730-4998-4945-bb67-96a49e5e2d74} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3039 | 2025.04.28 18:11:56.722308 [ 263 ] {88f23730-4998-4945-bb67-96a49e5e2d74} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3040 | 2025.04.28 18:11:56.722559 [ 263 ] {88f23730-4998-4945-bb67-96a49e5e2d74} <Debug> executeQuery: Read 62 rows, 4.99 KiB in 0.001892 sec., 32769.55602536998 rows/sec., 2.57 MiB/sec. | ||
| 3041 | 2025.04.28 18:11:56.722706 [ 263 ] {88f23730-4998-4945-bb67-96a49e5e2d74} <Debug> TCPHandler: Processed in 0.002313675 sec. | ||
| 3042 | 2025.04.28 18:11:56.722911 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3043 | 2025.04.28 18:11:56.723027 [ 263 ] {aae9931c-2b48-4ebc-9bdf-c7af65ed094e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3044 | 2025.04.28 18:11:56.723082 [ 263 ] {aae9931c-2b48-4ebc-9bdf-c7af65ed094e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3045 | 2025.04.28 18:11:56.723627 [ 263 ] {aae9931c-2b48-4ebc-9bdf-c7af65ed094e} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3046 | 2025.04.28 18:11:56.723671 [ 263 ] {aae9931c-2b48-4ebc-9bdf-c7af65ed094e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3047 | 2025.04.28 18:11:56.724026 [ 263 ] {aae9931c-2b48-4ebc-9bdf-c7af65ed094e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3048 | 2025.04.28 18:11:56.724270 [ 263 ] {aae9931c-2b48-4ebc-9bdf-c7af65ed094e} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3049 | 2025.04.28 18:11:56.724488 [ 263 ] {aae9931c-2b48-4ebc-9bdf-c7af65ed094e} <Debug> executeQuery: Read 3 rows, 231.00 B in 0.00149 sec., 2013.4228187919464 rows/sec., 151.40 KiB/sec. | ||
| 3050 | 2025.04.28 18:11:56.724545 [ 263 ] {aae9931c-2b48-4ebc-9bdf-c7af65ed094e} <Debug> TCPHandler: Processed in 0.001703926 sec. | ||
| 3051 | 2025.04.28 18:11:56.724666 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3052 | 2025.04.28 18:11:56.724776 [ 263 ] {d8068202-4db9-4ed6-a2e3-9d7f19fb355d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3053 | 2025.04.28 18:11:56.724824 [ 263 ] {d8068202-4db9-4ed6-a2e3-9d7f19fb355d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3054 | 2025.04.28 18:11:56.725387 [ 263 ] {d8068202-4db9-4ed6-a2e3-9d7f19fb355d} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3055 | 2025.04.28 18:11:56.725430 [ 263 ] {d8068202-4db9-4ed6-a2e3-9d7f19fb355d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3056 | 2025.04.28 18:11:56.725803 [ 263 ] {d8068202-4db9-4ed6-a2e3-9d7f19fb355d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3057 | 2025.04.28 18:11:56.726044 [ 263 ] {d8068202-4db9-4ed6-a2e3-9d7f19fb355d} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3058 | 2025.04.28 18:11:56.726259 [ 263 ] {d8068202-4db9-4ed6-a2e3-9d7f19fb355d} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001506 sec., 44488.711819389115 rows/sec., 3.47 MiB/sec. | ||
| 3059 | 2025.04.28 18:11:56.726313 [ 263 ] {d8068202-4db9-4ed6-a2e3-9d7f19fb355d} <Debug> TCPHandler: Processed in 0.001699336 sec. | ||
| 3060 | 2025.04.28 18:11:56.726468 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3061 | 2025.04.28 18:11:56.726580 [ 263 ] {ef4414da-a07b-4844-8a4a-5f2ba1effdbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3062 | 2025.04.28 18:11:56.726635 [ 263 ] {ef4414da-a07b-4844-8a4a-5f2ba1effdbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3063 | 2025.04.28 18:11:56.727119 [ 263 ] {ef4414da-a07b-4844-8a4a-5f2ba1effdbb} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3064 | 2025.04.28 18:11:56.727156 [ 263 ] {ef4414da-a07b-4844-8a4a-5f2ba1effdbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3065 | 2025.04.28 18:11:56.727616 [ 263 ] {ef4414da-a07b-4844-8a4a-5f2ba1effdbb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3066 | 2025.04.28 18:11:56.727858 [ 263 ] {ef4414da-a07b-4844-8a4a-5f2ba1effdbb} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3067 | 2025.04.28 18:11:56.728069 [ 263 ] {ef4414da-a07b-4844-8a4a-5f2ba1effdbb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001507 sec., 106171.20106171201 rows/sec., 7.39 MiB/sec. | ||
| 3068 | 2025.04.28 18:11:56.728171 [ 263 ] {ef4414da-a07b-4844-8a4a-5f2ba1effdbb} <Debug> TCPHandler: Processed in 0.001760157 sec. | ||
| 3069 | 2025.04.28 18:11:56.728391 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3070 | 2025.04.28 18:11:56.728496 [ 263 ] {9b6f0461-8e03-4250-aaa1-a41298a4ace5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3071 | 2025.04.28 18:11:56.728573 [ 263 ] {9b6f0461-8e03-4250-aaa1-a41298a4ace5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3072 | 2025.04.28 18:11:56.729571 [ 263 ] {9b6f0461-8e03-4250-aaa1-a41298a4ace5} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3073 | 2025.04.28 18:11:56.729609 [ 263 ] {9b6f0461-8e03-4250-aaa1-a41298a4ace5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3074 | 2025.04.28 18:11:56.730193 [ 263 ] {9b6f0461-8e03-4250-aaa1-a41298a4ace5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3075 | 2025.04.28 18:11:56.730451 [ 263 ] {9b6f0461-8e03-4250-aaa1-a41298a4ace5} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3076 | 2025.04.28 18:11:56.730669 [ 263 ] {9b6f0461-8e03-4250-aaa1-a41298a4ace5} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.002196 sec., 1366.120218579235 rows/sec., 2.45 MiB/sec. | ||
| 3077 | 2025.04.28 18:11:56.730768 [ 263 ] {9b6f0461-8e03-4250-aaa1-a41298a4ace5} <Debug> TCPHandler: Processed in 0.002460797 sec. | ||
| 3078 | 2025.04.28 18:11:56.730904 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3079 | 2025.04.28 18:11:56.731008 [ 263 ] {5090e433-e11c-46ce-98dc-47cf7c466402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3080 | 2025.04.28 18:11:56.731056 [ 263 ] {5090e433-e11c-46ce-98dc-47cf7c466402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3081 | 2025.04.28 18:11:56.731501 [ 263 ] {5090e433-e11c-46ce-98dc-47cf7c466402} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3082 | 2025.04.28 18:11:56.731540 [ 263 ] {5090e433-e11c-46ce-98dc-47cf7c466402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3083 | 2025.04.28 18:11:56.731885 [ 263 ] {5090e433-e11c-46ce-98dc-47cf7c466402} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3084 | 2025.04.28 18:11:56.732117 [ 263 ] {5090e433-e11c-46ce-98dc-47cf7c466402} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3085 | 2025.04.28 18:11:56.732318 [ 263 ] {5090e433-e11c-46ce-98dc-47cf7c466402} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec. | ||
| 3086 | 2025.04.28 18:11:56.732367 [ 263 ] {5090e433-e11c-46ce-98dc-47cf7c466402} <Debug> TCPHandler: Processed in 0.001515133 sec. | ||
| 3087 | 2025.04.28 18:12:00.359481 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3088 | 2025.04.28 18:12:00.359588 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3089 | 2025.04.28 18:12:00.444991 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3090 | 2025.04.28 18:12:00.445619 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3091 | 2025.04.28 18:12:00.445666 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3092 | 2025.04.28 18:12:00.446233 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3093 | 2025.04.28 18:12:00.446497 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3094 | 2025.04.28 18:12:00.446738 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3095 | 2025.04.28 18:12:00.847692 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3096 | 2025.04.28 18:12:00.868263 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3097 | 2025.04.28 18:12:00.868327 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3098 | 2025.04.28 18:12:00.875890 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3099 | 2025.04.28 18:12:00.876661 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3100 | 2025.04.28 18:12:00.879644 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3101 | 2025.04.28 18:12:01.727934 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3102 | 2025.04.28 18:12:01.728140 [ 263 ] {a724efdc-f204-40b2-8d99-087880c8bdcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3103 | 2025.04.28 18:12:01.728219 [ 263 ] {a724efdc-f204-40b2-8d99-087880c8bdcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3104 | 2025.04.28 18:12:01.729095 [ 263 ] {a724efdc-f204-40b2-8d99-087880c8bdcb} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3105 | 2025.04.28 18:12:01.729137 [ 263 ] {a724efdc-f204-40b2-8d99-087880c8bdcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3106 | 2025.04.28 18:12:01.729590 [ 263 ] {a724efdc-f204-40b2-8d99-087880c8bdcb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3107 | 2025.04.28 18:12:01.729858 [ 263 ] {a724efdc-f204-40b2-8d99-087880c8bdcb} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3108 | 2025.04.28 18:12:01.730077 [ 263 ] {a724efdc-f204-40b2-8d99-087880c8bdcb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001994 sec., 106318.95687061183 rows/sec., 6.76 MiB/sec. | ||
| 3109 | 2025.04.28 18:12:01.730145 [ 263 ] {a724efdc-f204-40b2-8d99-087880c8bdcb} <Debug> TCPHandler: Processed in 0.002350276 sec. | ||
| 3110 | 2025.04.28 18:12:01.730278 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3111 | 2025.04.28 18:12:01.730391 [ 263 ] {4c7ae733-01dd-47a2-8571-2a3e7560ecf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3112 | 2025.04.28 18:12:01.730441 [ 263 ] {4c7ae733-01dd-47a2-8571-2a3e7560ecf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3113 | 2025.04.28 18:12:01.731272 [ 263 ] {4c7ae733-01dd-47a2-8571-2a3e7560ecf1} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3114 | 2025.04.28 18:12:01.731313 [ 263 ] {4c7ae733-01dd-47a2-8571-2a3e7560ecf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3115 | 2025.04.28 18:12:01.731718 [ 263 ] {4c7ae733-01dd-47a2-8571-2a3e7560ecf1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3116 | 2025.04.28 18:12:01.731954 [ 263 ] {4c7ae733-01dd-47a2-8571-2a3e7560ecf1} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3117 | 2025.04.28 18:12:01.732193 [ 263 ] {4c7ae733-01dd-47a2-8571-2a3e7560ecf1} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.001818 sec., 377887.7887788779 rows/sec., 30.10 MiB/sec. | ||
| 3118 | 2025.04.28 18:12:01.732274 [ 263 ] {4c7ae733-01dd-47a2-8571-2a3e7560ecf1} <Debug> TCPHandler: Processed in 0.002047751 sec. | ||
| 3119 | 2025.04.28 18:12:01.732501 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3120 | 2025.04.28 18:12:01.732610 [ 263 ] {9cfd64ae-2051-48db-867d-ede0e15b2cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3121 | 2025.04.28 18:12:01.732660 [ 263 ] {9cfd64ae-2051-48db-867d-ede0e15b2cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3122 | 2025.04.28 18:12:01.733223 [ 263 ] {9cfd64ae-2051-48db-867d-ede0e15b2cf8} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3123 | 2025.04.28 18:12:01.733262 [ 263 ] {9cfd64ae-2051-48db-867d-ede0e15b2cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3124 | 2025.04.28 18:12:01.733616 [ 263 ] {9cfd64ae-2051-48db-867d-ede0e15b2cf8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3125 | 2025.04.28 18:12:01.733845 [ 263 ] {9cfd64ae-2051-48db-867d-ede0e15b2cf8} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3126 | 2025.04.28 18:12:01.734055 [ 263 ] {9cfd64ae-2051-48db-867d-ede0e15b2cf8} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001471 sec., 95853.16111488783 rows/sec., 5.99 MiB/sec. | ||
| 3127 | 2025.04.28 18:12:01.734108 [ 263 ] {9cfd64ae-2051-48db-867d-ede0e15b2cf8} <Debug> TCPHandler: Processed in 0.001688766 sec. | ||
| 3128 | 2025.04.28 18:12:01.734228 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3129 | 2025.04.28 18:12:01.734330 [ 263 ] {1ba9790c-ce34-40b2-8f34-ef7f456c22dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3130 | 2025.04.28 18:12:01.734374 [ 263 ] {1ba9790c-ce34-40b2-8f34-ef7f456c22dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3131 | 2025.04.28 18:12:01.734913 [ 263 ] {1ba9790c-ce34-40b2-8f34-ef7f456c22dd} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3132 | 2025.04.28 18:12:01.734952 [ 263 ] {1ba9790c-ce34-40b2-8f34-ef7f456c22dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3133 | 2025.04.28 18:12:01.735289 [ 263 ] {1ba9790c-ce34-40b2-8f34-ef7f456c22dd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3134 | 2025.04.28 18:12:01.735544 [ 263 ] {1ba9790c-ce34-40b2-8f34-ef7f456c22dd} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3135 | 2025.04.28 18:12:01.735762 [ 263 ] {1ba9790c-ce34-40b2-8f34-ef7f456c22dd} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00145 sec., 77931.03448275862 rows/sec., 5.04 MiB/sec. | ||
| 3136 | 2025.04.28 18:12:01.735845 [ 263 ] {1ba9790c-ce34-40b2-8f34-ef7f456c22dd} <Debug> TCPHandler: Processed in 0.001668485 sec. | ||
| 3137 | 2025.04.28 18:12:01.735971 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3138 | 2025.04.28 18:12:01.736075 [ 263 ] {fcd14a00-6444-46cd-81b6-9d58d1125163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3139 | 2025.04.28 18:12:01.736119 [ 263 ] {fcd14a00-6444-46cd-81b6-9d58d1125163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3140 | 2025.04.28 18:12:01.736655 [ 263 ] {fcd14a00-6444-46cd-81b6-9d58d1125163} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3141 | 2025.04.28 18:12:01.736693 [ 263 ] {fcd14a00-6444-46cd-81b6-9d58d1125163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3142 | 2025.04.28 18:12:01.737031 [ 263 ] {fcd14a00-6444-46cd-81b6-9d58d1125163} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3143 | 2025.04.28 18:12:01.737266 [ 263 ] {fcd14a00-6444-46cd-81b6-9d58d1125163} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3144 | 2025.04.28 18:12:01.737484 [ 263 ] {fcd14a00-6444-46cd-81b6-9d58d1125163} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001428 sec., 78431.37254901961 rows/sec., 4.47 MiB/sec. | ||
| 3145 | 2025.04.28 18:12:01.737570 [ 263 ] {fcd14a00-6444-46cd-81b6-9d58d1125163} <Debug> TCPHandler: Processed in 0.001647576 sec. | ||
| 3146 | 2025.04.28 18:12:01.737690 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3147 | 2025.04.28 18:12:01.737793 [ 263 ] {f4ca34a2-3bcc-4da7-8d0b-9c88a78994ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3148 | 2025.04.28 18:12:01.737837 [ 263 ] {f4ca34a2-3bcc-4da7-8d0b-9c88a78994ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3149 | 2025.04.28 18:12:01.738480 [ 263 ] {f4ca34a2-3bcc-4da7-8d0b-9c88a78994ca} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3150 | 2025.04.28 18:12:01.738518 [ 263 ] {f4ca34a2-3bcc-4da7-8d0b-9c88a78994ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3151 | 2025.04.28 18:12:01.738875 [ 263 ] {f4ca34a2-3bcc-4da7-8d0b-9c88a78994ca} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3152 | 2025.04.28 18:12:01.739107 [ 263 ] {f4ca34a2-3bcc-4da7-8d0b-9c88a78994ca} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3153 | 2025.04.28 18:12:01.739323 [ 263 ] {f4ca34a2-3bcc-4da7-8d0b-9c88a78994ca} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001551 sec., 268858.80077369435 rows/sec., 19.13 MiB/sec. | ||
| 3154 | 2025.04.28 18:12:01.739439 [ 263 ] {f4ca34a2-3bcc-4da7-8d0b-9c88a78994ca} <Debug> TCPHandler: Processed in 0.001798167 sec. | ||
| 3155 | 2025.04.28 18:12:01.739563 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3156 | 2025.04.28 18:12:01.739666 [ 263 ] {a2856912-2d05-4f0f-b417-4b73335fce31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3157 | 2025.04.28 18:12:01.739712 [ 263 ] {a2856912-2d05-4f0f-b417-4b73335fce31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3158 | 2025.04.28 18:12:01.740135 [ 263 ] {a2856912-2d05-4f0f-b417-4b73335fce31} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3159 | 2025.04.28 18:12:01.740173 [ 263 ] {a2856912-2d05-4f0f-b417-4b73335fce31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3160 | 2025.04.28 18:12:01.740516 [ 263 ] {a2856912-2d05-4f0f-b417-4b73335fce31} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3161 | 2025.04.28 18:12:01.740752 [ 263 ] {a2856912-2d05-4f0f-b417-4b73335fce31} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3162 | 2025.04.28 18:12:01.740955 [ 263 ] {a2856912-2d05-4f0f-b417-4b73335fce31} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00131 sec., 4580.152671755725 rows/sec., 239.30 KiB/sec. | ||
| 3163 | 2025.04.28 18:12:01.741002 [ 263 ] {a2856912-2d05-4f0f-b417-4b73335fce31} <Debug> TCPHandler: Processed in 0.001491143 sec. | ||
| 3164 | 2025.04.28 18:12:01.741122 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3165 | 2025.04.28 18:12:01.741225 [ 263 ] {cd3aefcd-5747-4752-8cfa-216813eef20e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3166 | 2025.04.28 18:12:01.741273 [ 263 ] {cd3aefcd-5747-4752-8cfa-216813eef20e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3167 | 2025.04.28 18:12:01.741777 [ 263 ] {cd3aefcd-5747-4752-8cfa-216813eef20e} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3168 | 2025.04.28 18:12:01.741815 [ 263 ] {cd3aefcd-5747-4752-8cfa-216813eef20e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3169 | 2025.04.28 18:12:01.742177 [ 263 ] {cd3aefcd-5747-4752-8cfa-216813eef20e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3170 | 2025.04.28 18:12:01.742410 [ 263 ] {cd3aefcd-5747-4752-8cfa-216813eef20e} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3171 | 2025.04.28 18:12:01.742617 [ 263 ] {cd3aefcd-5747-4752-8cfa-216813eef20e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001412 sec., 167847.0254957507 rows/sec., 11.25 MiB/sec. | ||
| 3172 | 2025.04.28 18:12:01.742666 [ 263 ] {cd3aefcd-5747-4752-8cfa-216813eef20e} <Debug> TCPHandler: Processed in 0.001594724 sec. | ||
| 3173 | 2025.04.28 18:12:01.742784 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3174 | 2025.04.28 18:12:01.742888 [ 263 ] {a9ca4a1d-a317-4729-b58f-40d3f2bf7a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3175 | 2025.04.28 18:12:01.742936 [ 263 ] {a9ca4a1d-a317-4729-b58f-40d3f2bf7a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3176 | 2025.04.28 18:12:01.743327 [ 263 ] {a9ca4a1d-a317-4729-b58f-40d3f2bf7a3d} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3177 | 2025.04.28 18:12:01.743366 [ 263 ] {a9ca4a1d-a317-4729-b58f-40d3f2bf7a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3178 | 2025.04.28 18:12:01.743703 [ 263 ] {a9ca4a1d-a317-4729-b58f-40d3f2bf7a3d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3179 | 2025.04.28 18:12:01.743930 [ 263 ] {a9ca4a1d-a317-4729-b58f-40d3f2bf7a3d} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3180 | 2025.04.28 18:12:01.744118 [ 263 ] {a9ca4a1d-a317-4729-b58f-40d3f2bf7a3d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00125 sec., 800 rows/sec., 53.91 KiB/sec. | ||
| 3181 | 2025.04.28 18:12:01.744165 [ 263 ] {a9ca4a1d-a317-4729-b58f-40d3f2bf7a3d} <Debug> TCPHandler: Processed in 0.001431682 sec. | ||
| 3182 | 2025.04.28 18:12:01.744282 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3183 | 2025.04.28 18:12:01.744384 [ 263 ] {bd1f0cff-eca0-4bd8-a8ec-237dc21d4164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3184 | 2025.04.28 18:12:01.744452 [ 263 ] {bd1f0cff-eca0-4bd8-a8ec-237dc21d4164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3185 | 2025.04.28 18:12:01.745527 [ 263 ] {bd1f0cff-eca0-4bd8-a8ec-237dc21d4164} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3186 | 2025.04.28 18:12:01.745566 [ 263 ] {bd1f0cff-eca0-4bd8-a8ec-237dc21d4164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3187 | 2025.04.28 18:12:01.746210 [ 263 ] {bd1f0cff-eca0-4bd8-a8ec-237dc21d4164} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3188 | 2025.04.28 18:12:01.746469 [ 263 ] {bd1f0cff-eca0-4bd8-a8ec-237dc21d4164} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3189 | 2025.04.28 18:12:01.746743 [ 263 ] {bd1f0cff-eca0-4bd8-a8ec-237dc21d4164} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002373 sec., 14749.262536873155 rows/sec., 26.43 MiB/sec. | ||
| 3190 | 2025.04.28 18:12:01.746851 [ 263 ] {bd1f0cff-eca0-4bd8-a8ec-237dc21d4164} <Debug> TCPHandler: Processed in 0.0026196 sec. | ||
| 3191 | 2025.04.28 18:12:01.746975 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3192 | 2025.04.28 18:12:01.747079 [ 263 ] {ff80d66e-bcfe-4b36-b44d-15dd1318e7c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3193 | 2025.04.28 18:12:01.747127 [ 263 ] {ff80d66e-bcfe-4b36-b44d-15dd1318e7c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3194 | 2025.04.28 18:12:01.747549 [ 263 ] {ff80d66e-bcfe-4b36-b44d-15dd1318e7c4} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3195 | 2025.04.28 18:12:01.747587 [ 263 ] {ff80d66e-bcfe-4b36-b44d-15dd1318e7c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3196 | 2025.04.28 18:12:01.747938 [ 263 ] {ff80d66e-bcfe-4b36-b44d-15dd1318e7c4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3197 | 2025.04.28 18:12:01.748172 [ 263 ] {ff80d66e-bcfe-4b36-b44d-15dd1318e7c4} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3198 | 2025.04.28 18:12:01.748385 [ 263 ] {ff80d66e-bcfe-4b36-b44d-15dd1318e7c4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001327 sec., 61793.51921627732 rows/sec., 3.92 MiB/sec. | ||
| 3199 | 2025.04.28 18:12:01.748505 [ 263 ] {ff80d66e-bcfe-4b36-b44d-15dd1318e7c4} <Debug> TCPHandler: Processed in 0.001580684 sec. | ||
| 3200 | 2025.04.28 18:12:05.466325 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 458 | ||
| 3201 | 2025.04.28 18:12:05.469601 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3202 | 2025.04.28 18:12:05.469654 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3203 | 2025.04.28 18:12:05.471136 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3204 | 2025.04.28 18:12:05.471456 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3205 | 2025.04.28 18:12:05.472266 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 458 | ||
| 3206 | 2025.04.28 18:12:06.720623 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3207 | 2025.04.28 18:12:06.720809 [ 263 ] {e6b5182e-960b-4f50-a03c-9b5235d38e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3208 | 2025.04.28 18:12:06.720882 [ 263 ] {e6b5182e-960b-4f50-a03c-9b5235d38e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3209 | 2025.04.28 18:12:06.721649 [ 263 ] {e6b5182e-960b-4f50-a03c-9b5235d38e4d} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3210 | 2025.04.28 18:12:06.721698 [ 263 ] {e6b5182e-960b-4f50-a03c-9b5235d38e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3211 | 2025.04.28 18:12:06.722125 [ 263 ] {e6b5182e-960b-4f50-a03c-9b5235d38e4d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3212 | 2025.04.28 18:12:06.722382 [ 263 ] {e6b5182e-960b-4f50-a03c-9b5235d38e4d} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3213 | 2025.04.28 18:12:06.722591 [ 147 ] {} <Debug> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3214 | 2025.04.28 18:12:06.722619 [ 263 ] {e6b5182e-960b-4f50-a03c-9b5235d38e4d} <Debug> executeQuery: Read 62 rows, 4.99 KiB in 0.001863 sec., 33279.65646806226 rows/sec., 2.61 MiB/sec. | ||
| 3215 | 2025.04.28 18:12:06.722679 [ 147 ] {} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3216 | 2025.04.28 18:12:06.722750 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3217 | 2025.04.28 18:12:06.722757 [ 263 ] {e6b5182e-960b-4f50-a03c-9b5235d38e4d} <Debug> TCPHandler: Processed in 0.002261775 sec. | ||
| 3218 | 2025.04.28 18:12:06.722969 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3219 | 2025.04.28 18:12:06.722986 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::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 | ||
| 3220 | 2025.04.28 18:12:06.723137 [ 263 ] {3ee9e7b4-4523-4a5c-9ca0-f096e92ea3e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3221 | 2025.04.28 18:12:06.723227 [ 263 ] {3ee9e7b4-4523-4a5c-9ca0-f096e92ea3e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3222 | 2025.04.28 18:12:06.723310 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3223 | 2025.04.28 18:12:06.723419 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1836 rows starting from the beginning of the part | ||
| 3224 | 2025.04.28 18:12:06.723642 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1832 rows starting from the beginning of the part | ||
| 3225 | 2025.04.28 18:12:06.724183 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3226 | 2025.04.28 18:12:06.724552 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 62 rows starting from the beginning of the part | ||
| 3227 | 2025.04.28 18:12:06.725021 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 687 rows starting from the beginning of the part | ||
| 3228 | 2025.04.28 18:12:06.725356 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 62 rows starting from the beginning of the part | ||
| 3229 | 2025.04.28 18:12:06.726161 [ 263 ] {3ee9e7b4-4523-4a5c-9ca0-f096e92ea3e1} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3230 | 2025.04.28 18:12:06.726230 [ 263 ] {3ee9e7b4-4523-4a5c-9ca0-f096e92ea3e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3231 | 2025.04.28 18:12:06.727070 [ 263 ] {3ee9e7b4-4523-4a5c-9ca0-f096e92ea3e1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3232 | 2025.04.28 18:12:06.727597 [ 263 ] {3ee9e7b4-4523-4a5c-9ca0-f096e92ea3e1} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3233 | 2025.04.28 18:12:06.727995 [ 147 ] {} <Debug> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3234 | 2025.04.28 18:12:06.728193 [ 147 ] {} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3235 | 2025.04.28 18:12:06.728228 [ 263 ] {3ee9e7b4-4523-4a5c-9ca0-f096e92ea3e1} <Debug> executeQuery: Read 3 rows, 231.00 B in 0.005107 sec., 587.4290189935382 rows/sec., 44.17 KiB/sec. | ||
| 3236 | 2025.04.28 18:12:06.728310 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3237 | 2025.04.28 18:12:06.728462 [ 263 ] {3ee9e7b4-4523-4a5c-9ca0-f096e92ea3e1} <Debug> TCPHandler: Processed in 0.005564824 sec. | ||
| 3238 | 2025.04.28 18:12:06.728878 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3239 | 2025.04.28 18:12:06.728937 [ 197 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::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 | ||
| 3240 | 2025.04.28 18:12:06.729146 [ 263 ] {5291d6ea-e59b-4140-9233-40d7b79d64d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3241 | 2025.04.28 18:12:06.729336 [ 263 ] {5291d6ea-e59b-4140-9233-40d7b79d64d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3242 | 2025.04.28 18:12:06.729822 [ 197 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3243 | 2025.04.28 18:12:06.729846 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4535 rows, containing 5 columns (5 merged, 0 gathered) in 0.006974355 sec., 650239.3411290363 rows/sec., 55.24 MiB/sec. | ||
| 3244 | 2025.04.28 18:12:06.729950 [ 197 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 145 rows starting from the beginning of the part | ||
| 3245 | 2025.04.28 18:12:06.730343 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3246 | 2025.04.28 18:12:06.730416 [ 197 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 3 rows starting from the beginning of the part | ||
| 3247 | 2025.04.28 18:12:06.731036 [ 197 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 151 rows starting from the beginning of the part | ||
| 3248 | 2025.04.28 18:12:06.731567 [ 197 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 3 rows starting from the beginning of the part | ||
| 3249 | 2025.04.28 18:12:06.731676 [ 196 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_21_4} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3250 | 2025.04.28 18:12:06.731982 [ 197 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 141 rows starting from the beginning of the part | ||
| 3251 | 2025.04.28 18:12:06.732229 [ 196 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_21_4} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3252 | 2025.04.28 18:12:06.732269 [ 197 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 3 rows starting from the beginning of the part | ||
| 3253 | 2025.04.28 18:12:06.732672 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 3254 | 2025.04.28 18:12:06.733440 [ 263 ] {5291d6ea-e59b-4140-9233-40d7b79d64d8} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3255 | 2025.04.28 18:12:06.733495 [ 263 ] {5291d6ea-e59b-4140-9233-40d7b79d64d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3256 | 2025.04.28 18:12:06.734675 [ 263 ] {5291d6ea-e59b-4140-9233-40d7b79d64d8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3257 | 2025.04.28 18:12:06.735362 [ 263 ] {5291d6ea-e59b-4140-9233-40d7b79d64d8} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3258 | 2025.04.28 18:12:06.735509 [ 197 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 446 rows, containing 5 columns (5 merged, 0 gathered) in 0.007020347 sec., 63529.62325081652 rows/sec., 4.24 MiB/sec. | ||
| 3259 | 2025.04.28 18:12:06.735672 [ 147 ] {} <Debug> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3260 | 2025.04.28 18:12:06.735792 [ 147 ] {} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3261 | 2025.04.28 18:12:06.735866 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3262 | 2025.04.28 18:12:06.735876 [ 263 ] {5291d6ea-e59b-4140-9233-40d7b79d64d8} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.00678 sec., 9882.005899705015 rows/sec., 789.89 KiB/sec. | ||
| 3263 | 2025.04.28 18:12:06.735901 [ 197 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3264 | 2025.04.28 18:12:06.736336 [ 263 ] {5291d6ea-e59b-4140-9233-40d7b79d64d8} <Debug> TCPHandler: Processed in 0.007591376 sec. | ||
| 3265 | 2025.04.28 18:12:06.736383 [ 196 ] {a17caf10-576c-423e-b538-4d14fa340852::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 | ||
| 3266 | 2025.04.28 18:12:06.736557 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3267 | 2025.04.28 18:12:06.736638 [ 196 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3268 | 2025.04.28 18:12:06.736715 [ 196 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 898 rows starting from the beginning of the part | ||
| 3269 | 2025.04.28 18:12:06.736797 [ 263 ] {2163dce8-17d6-4bd1-8293-4f6407a5873c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3270 | 2025.04.28 18:12:06.737003 [ 263 ] {2163dce8-17d6-4bd1-8293-4f6407a5873c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3271 | 2025.04.28 18:12:06.737078 [ 197 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_11_2} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3272 | 2025.04.28 18:12:06.737214 [ 196 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 883 rows starting from the beginning of the part | ||
| 3273 | 2025.04.28 18:12:06.737559 [ 197 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_11_2} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3274 | 2025.04.28 18:12:06.737866 [ 196 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3275 | 2025.04.28 18:12:06.737897 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 3276 | 2025.04.28 18:12:06.738270 [ 196 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 67 rows starting from the beginning of the part | ||
| 3277 | 2025.04.28 18:12:06.738556 [ 196 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 417 rows starting from the beginning of the part | ||
| 3278 | 2025.04.28 18:12:06.738890 [ 196 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 67 rows starting from the beginning of the part | ||
| 3279 | 2025.04.28 18:12:06.739509 [ 263 ] {2163dce8-17d6-4bd1-8293-4f6407a5873c} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3280 | 2025.04.28 18:12:06.739552 [ 263 ] {2163dce8-17d6-4bd1-8293-4f6407a5873c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3281 | 2025.04.28 18:12:06.740162 [ 263 ] {2163dce8-17d6-4bd1-8293-4f6407a5873c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3282 | 2025.04.28 18:12:06.740455 [ 263 ] {2163dce8-17d6-4bd1-8293-4f6407a5873c} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3283 | 2025.04.28 18:12:06.740687 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3284 | 2025.04.28 18:12:06.740808 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3285 | 2025.04.28 18:12:06.740888 [ 263 ] {2163dce8-17d6-4bd1-8293-4f6407a5873c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004123 sec., 38806.69415474169 rows/sec., 2.70 MiB/sec. | ||
| 3286 | 2025.04.28 18:12:06.740913 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3287 | 2025.04.28 18:12:06.741412 [ 263 ] {2163dce8-17d6-4bd1-8293-4f6407a5873c} <Debug> TCPHandler: Processed in 0.004950455 sec. | ||
| 3288 | 2025.04.28 18:12:06.741572 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 3289 | 2025.04.28 18:12:06.741640 [ 199 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2396 rows, containing 5 columns (5 merged, 0 gathered) in 0.005658906 sec., 423403.3928112607 rows/sec., 32.40 MiB/sec. | ||
| 3290 | 2025.04.28 18:12:06.741670 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3291 | 2025.04.28 18:12:06.741824 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3292 | 2025.04.28 18:12:06.741921 [ 263 ] {253ebe18-f7c5-4d12-8f07-1eca77845d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3293 | 2025.04.28 18:12:06.741931 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5449 rows starting from the beginning of the part | ||
| 3294 | 2025.04.28 18:12:06.742141 [ 199 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3295 | 2025.04.28 18:12:06.742351 [ 263 ] {253ebe18-f7c5-4d12-8f07-1eca77845d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3296 | 2025.04.28 18:12:06.742396 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 960 rows starting from the beginning of the part | ||
| 3297 | 2025.04.28 18:12:06.742942 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 128 rows starting from the beginning of the part | ||
| 3298 | 2025.04.28 18:12:06.743508 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 3299 | 2025.04.28 18:12:06.743667 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_21_4} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3300 | 2025.04.28 18:12:06.744026 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
| 3301 | 2025.04.28 18:12:06.744293 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_21_4} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3302 | 2025.04.28 18:12:06.744575 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 3303 | 2025.04.28 18:12:06.744701 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 3304 | 2025.04.28 18:12:06.746918 [ 263 ] {253ebe18-f7c5-4d12-8f07-1eca77845d6b} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3305 | 2025.04.28 18:12:06.746989 [ 263 ] {253ebe18-f7c5-4d12-8f07-1eca77845d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3306 | 2025.04.28 18:12:06.747914 [ 263 ] {253ebe18-f7c5-4d12-8f07-1eca77845d6b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3307 | 2025.04.28 18:12:06.747983 [ 189 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7094 rows, containing 5 columns (5 merged, 0 gathered) in 0.006849334 sec., 1035721.1372667765 rows/sec., 69.92 MiB/sec. | ||
| 3308 | 2025.04.28 18:12:06.748274 [ 263 ] {253ebe18-f7c5-4d12-8f07-1eca77845d6b} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3309 | 2025.04.28 18:12:06.748645 [ 191 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3310 | 2025.04.28 18:12:06.748849 [ 263 ] {253ebe18-f7c5-4d12-8f07-1eca77845d6b} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.006983 sec., 429.61477874838897 rows/sec., 788.33 KiB/sec. | ||
| 3311 | 2025.04.28 18:12:06.749205 [ 263 ] {253ebe18-f7c5-4d12-8f07-1eca77845d6b} <Debug> TCPHandler: Processed in 0.007602496 sec. | ||
| 3312 | 2025.04.28 18:12:06.749396 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3313 | 2025.04.28 18:12:06.749497 [ 191 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3314 | 2025.04.28 18:12:06.749613 [ 263 ] {82ed5a5e-2a4a-4813-904a-38490a0753a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3315 | 2025.04.28 18:12:06.749698 [ 191 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3316 | 2025.04.28 18:12:06.749710 [ 263 ] {82ed5a5e-2a4a-4813-904a-38490a0753a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3317 | 2025.04.28 18:12:06.749888 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
| 3318 | 2025.04.28 18:12:06.750337 [ 263 ] {82ed5a5e-2a4a-4813-904a-38490a0753a5} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3319 | 2025.04.28 18:12:06.750381 [ 263 ] {82ed5a5e-2a4a-4813-904a-38490a0753a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3320 | 2025.04.28 18:12:06.750751 [ 263 ] {82ed5a5e-2a4a-4813-904a-38490a0753a5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3321 | 2025.04.28 18:12:06.750988 [ 263 ] {82ed5a5e-2a4a-4813-904a-38490a0753a5} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3322 | 2025.04.28 18:12:06.751157 [ 147 ] {} <Debug> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3323 | 2025.04.28 18:12:06.751218 [ 147 ] {} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3324 | 2025.04.28 18:12:06.751225 [ 263 ] {82ed5a5e-2a4a-4813-904a-38490a0753a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001679 sec., 35735.5568790947 rows/sec., 2.41 MiB/sec. | ||
| 3325 | 2025.04.28 18:12:06.751247 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3326 | 2025.04.28 18:12:06.751387 [ 263 ] {82ed5a5e-2a4a-4813-904a-38490a0753a5} <Debug> TCPHandler: Processed in 0.002038922 sec. | ||
| 3327 | 2025.04.28 18:12:06.751542 [ 196 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 3328 | 2025.04.28 18:12:06.751656 [ 196 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3329 | 2025.04.28 18:12:06.751682 [ 196 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 908 rows starting from the beginning of the part | ||
| 3330 | 2025.04.28 18:12:06.751743 [ 196 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part | ||
| 3331 | 2025.04.28 18:12:06.751817 [ 196 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 48 rows starting from the beginning of the part | ||
| 3332 | 2025.04.28 18:12:06.752026 [ 196 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 3333 | 2025.04.28 18:12:06.752158 [ 196 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
| 3334 | 2025.04.28 18:12:06.752417 [ 196 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 3335 | 2025.04.28 18:12:06.753569 [ 191 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1192 rows, containing 4 columns (4 merged, 0 gathered) in 0.002195624 sec., 542898.0554047505 rows/sec., 35.62 MiB/sec. | ||
| 3336 | 2025.04.28 18:12:06.753828 [ 191 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3337 | 2025.04.28 18:12:06.754180 [ 191 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_21_4} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3338 | 2025.04.28 18:12:06.754268 [ 191 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_21_4} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3339 | 2025.04.28 18:12:06.754355 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 3340 | 2025.04.28 18:12:07.946970 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3341 | 2025.04.28 18:12:07.947580 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3342 | 2025.04.28 18:12:07.947630 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3343 | 2025.04.28 18:12:07.948161 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3344 | 2025.04.28 18:12:07.948430 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3345 | 2025.04.28 18:12:07.948708 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3346 | 2025.04.28 18:12:08.379816 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 3347 | 2025.04.28 18:12:08.399646 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3348 | 2025.04.28 18:12:08.399698 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3349 | 2025.04.28 18:12:08.406910 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3350 | 2025.04.28 18:12:08.407709 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3351 | 2025.04.28 18:12:08.410274 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 3352 | 2025.04.28 18:12:11.727468 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3353 | 2025.04.28 18:12:11.727694 [ 263 ] {5bfd6fe8-2f92-4fc5-8d6c-debdaae91954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3354 | 2025.04.28 18:12:11.727775 [ 263 ] {5bfd6fe8-2f92-4fc5-8d6c-debdaae91954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3355 | 2025.04.28 18:12:11.728626 [ 263 ] {5bfd6fe8-2f92-4fc5-8d6c-debdaae91954} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3356 | 2025.04.28 18:12:11.728674 [ 263 ] {5bfd6fe8-2f92-4fc5-8d6c-debdaae91954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3357 | 2025.04.28 18:12:11.729135 [ 263 ] {5bfd6fe8-2f92-4fc5-8d6c-debdaae91954} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3358 | 2025.04.28 18:12:11.729384 [ 263 ] {5bfd6fe8-2f92-4fc5-8d6c-debdaae91954} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3359 | 2025.04.28 18:12:11.729639 [ 263 ] {5bfd6fe8-2f92-4fc5-8d6c-debdaae91954} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001989 sec., 106586.22423328306 rows/sec., 6.78 MiB/sec. | ||
| 3360 | 2025.04.28 18:12:11.729777 [ 263 ] {5bfd6fe8-2f92-4fc5-8d6c-debdaae91954} <Debug> TCPHandler: Processed in 0.002438858 sec. | ||
| 3361 | 2025.04.28 18:12:11.729939 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3362 | 2025.04.28 18:12:11.730046 [ 263 ] {0e8820d0-c2ba-4c22-9fdf-bdd1a50c5038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3363 | 2025.04.28 18:12:11.730094 [ 263 ] {0e8820d0-c2ba-4c22-9fdf-bdd1a50c5038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3364 | 2025.04.28 18:12:11.730909 [ 263 ] {0e8820d0-c2ba-4c22-9fdf-bdd1a50c5038} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3365 | 2025.04.28 18:12:11.730949 [ 263 ] {0e8820d0-c2ba-4c22-9fdf-bdd1a50c5038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3366 | 2025.04.28 18:12:11.731367 [ 263 ] {0e8820d0-c2ba-4c22-9fdf-bdd1a50c5038} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3367 | 2025.04.28 18:12:11.731626 [ 263 ] {0e8820d0-c2ba-4c22-9fdf-bdd1a50c5038} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3368 | 2025.04.28 18:12:11.731825 [ 263 ] {0e8820d0-c2ba-4c22-9fdf-bdd1a50c5038} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.001803 sec., 381031.6139767055 rows/sec., 30.35 MiB/sec. | ||
| 3369 | 2025.04.28 18:12:11.731878 [ 263 ] {0e8820d0-c2ba-4c22-9fdf-bdd1a50c5038} <Debug> TCPHandler: Processed in 0.00199718 sec. | ||
| 3370 | 2025.04.28 18:12:11.731996 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3371 | 2025.04.28 18:12:11.732100 [ 263 ] {1fd878f8-5c14-44c1-9b18-7cde2ba6c624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3372 | 2025.04.28 18:12:11.732148 [ 263 ] {1fd878f8-5c14-44c1-9b18-7cde2ba6c624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3373 | 2025.04.28 18:12:11.732690 [ 263 ] {1fd878f8-5c14-44c1-9b18-7cde2ba6c624} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3374 | 2025.04.28 18:12:11.732730 [ 263 ] {1fd878f8-5c14-44c1-9b18-7cde2ba6c624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3375 | 2025.04.28 18:12:11.733081 [ 263 ] {1fd878f8-5c14-44c1-9b18-7cde2ba6c624} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3376 | 2025.04.28 18:12:11.733314 [ 263 ] {1fd878f8-5c14-44c1-9b18-7cde2ba6c624} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3377 | 2025.04.28 18:12:11.733560 [ 263 ] {1fd878f8-5c14-44c1-9b18-7cde2ba6c624} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001475 sec., 95593.22033898305 rows/sec., 5.97 MiB/sec. | ||
| 3378 | 2025.04.28 18:12:11.733755 [ 263 ] {1fd878f8-5c14-44c1-9b18-7cde2ba6c624} <Debug> TCPHandler: Processed in 0.001800517 sec. | ||
| 3379 | 2025.04.28 18:12:11.733879 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3380 | 2025.04.28 18:12:11.733984 [ 263 ] {396a24f1-95df-4c92-9611-c60e16dfd9ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3381 | 2025.04.28 18:12:11.734028 [ 263 ] {396a24f1-95df-4c92-9611-c60e16dfd9ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3382 | 2025.04.28 18:12:11.734577 [ 263 ] {396a24f1-95df-4c92-9611-c60e16dfd9ec} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3383 | 2025.04.28 18:12:11.734616 [ 263 ] {396a24f1-95df-4c92-9611-c60e16dfd9ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3384 | 2025.04.28 18:12:11.734966 [ 263 ] {396a24f1-95df-4c92-9611-c60e16dfd9ec} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3385 | 2025.04.28 18:12:11.735197 [ 263 ] {396a24f1-95df-4c92-9611-c60e16dfd9ec} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3386 | 2025.04.28 18:12:11.735451 [ 263 ] {396a24f1-95df-4c92-9611-c60e16dfd9ec} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001483 sec., 76196.89817936615 rows/sec., 4.93 MiB/sec. | ||
| 3387 | 2025.04.28 18:12:11.735626 [ 263 ] {396a24f1-95df-4c92-9611-c60e16dfd9ec} <Debug> TCPHandler: Processed in 0.001792458 sec. | ||
| 3388 | 2025.04.28 18:12:11.735748 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3389 | 2025.04.28 18:12:11.735852 [ 263 ] {5c09abaf-8b5c-46db-8138-bb1ebfdb7d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3390 | 2025.04.28 18:12:11.735897 [ 263 ] {5c09abaf-8b5c-46db-8138-bb1ebfdb7d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3391 | 2025.04.28 18:12:11.736444 [ 263 ] {5c09abaf-8b5c-46db-8138-bb1ebfdb7d37} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3392 | 2025.04.28 18:12:11.736483 [ 263 ] {5c09abaf-8b5c-46db-8138-bb1ebfdb7d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3393 | 2025.04.28 18:12:11.736825 [ 263 ] {5c09abaf-8b5c-46db-8138-bb1ebfdb7d37} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3394 | 2025.04.28 18:12:11.737059 [ 263 ] {5c09abaf-8b5c-46db-8138-bb1ebfdb7d37} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3395 | 2025.04.28 18:12:11.737342 [ 263 ] {5c09abaf-8b5c-46db-8138-bb1ebfdb7d37} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001478 sec., 75778.07848443843 rows/sec., 4.32 MiB/sec. | ||
| 3396 | 2025.04.28 18:12:11.737463 [ 263 ] {5c09abaf-8b5c-46db-8138-bb1ebfdb7d37} <Debug> TCPHandler: Processed in 0.001765686 sec. | ||
| 3397 | 2025.04.28 18:12:11.737578 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3398 | 2025.04.28 18:12:11.737682 [ 263 ] {ff65e71a-5fbc-4c55-9bd0-3a030dcdd7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3399 | 2025.04.28 18:12:11.737726 [ 263 ] {ff65e71a-5fbc-4c55-9bd0-3a030dcdd7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3400 | 2025.04.28 18:12:11.738361 [ 263 ] {ff65e71a-5fbc-4c55-9bd0-3a030dcdd7cb} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3401 | 2025.04.28 18:12:11.738401 [ 263 ] {ff65e71a-5fbc-4c55-9bd0-3a030dcdd7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3402 | 2025.04.28 18:12:11.738778 [ 263 ] {ff65e71a-5fbc-4c55-9bd0-3a030dcdd7cb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3403 | 2025.04.28 18:12:11.739015 [ 263 ] {ff65e71a-5fbc-4c55-9bd0-3a030dcdd7cb} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3404 | 2025.04.28 18:12:11.739204 [ 263 ] {ff65e71a-5fbc-4c55-9bd0-3a030dcdd7cb} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001543 sec., 270252.75437459495 rows/sec., 19.23 MiB/sec. | ||
| 3405 | 2025.04.28 18:12:11.739255 [ 263 ] {ff65e71a-5fbc-4c55-9bd0-3a030dcdd7cb} <Debug> TCPHandler: Processed in 0.001726546 sec. | ||
| 3406 | 2025.04.28 18:12:11.739370 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3407 | 2025.04.28 18:12:11.739473 [ 263 ] {617b999a-a4a1-40ce-bfa6-b3c67da2e46d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3408 | 2025.04.28 18:12:11.739520 [ 263 ] {617b999a-a4a1-40ce-bfa6-b3c67da2e46d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3409 | 2025.04.28 18:12:11.739919 [ 263 ] {617b999a-a4a1-40ce-bfa6-b3c67da2e46d} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3410 | 2025.04.28 18:12:11.739958 [ 263 ] {617b999a-a4a1-40ce-bfa6-b3c67da2e46d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3411 | 2025.04.28 18:12:11.740303 [ 263 ] {617b999a-a4a1-40ce-bfa6-b3c67da2e46d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3412 | 2025.04.28 18:12:11.740537 [ 263 ] {617b999a-a4a1-40ce-bfa6-b3c67da2e46d} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3413 | 2025.04.28 18:12:11.740735 [ 263 ] {617b999a-a4a1-40ce-bfa6-b3c67da2e46d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001284 sec., 4672.897196261682 rows/sec., 244.14 KiB/sec. | ||
| 3414 | 2025.04.28 18:12:11.740783 [ 263 ] {617b999a-a4a1-40ce-bfa6-b3c67da2e46d} <Debug> TCPHandler: Processed in 0.001464092 sec. | ||
| 3415 | 2025.04.28 18:12:11.740897 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3416 | 2025.04.28 18:12:11.741001 [ 263 ] {e0803850-77fc-4e29-ba73-5757b7796d5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3417 | 2025.04.28 18:12:11.741051 [ 263 ] {e0803850-77fc-4e29-ba73-5757b7796d5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3418 | 2025.04.28 18:12:11.741552 [ 263 ] {e0803850-77fc-4e29-ba73-5757b7796d5f} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3419 | 2025.04.28 18:12:11.741591 [ 263 ] {e0803850-77fc-4e29-ba73-5757b7796d5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3420 | 2025.04.28 18:12:11.741965 [ 263 ] {e0803850-77fc-4e29-ba73-5757b7796d5f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3421 | 2025.04.28 18:12:11.742196 [ 263 ] {e0803850-77fc-4e29-ba73-5757b7796d5f} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3422 | 2025.04.28 18:12:11.742443 [ 263 ] {e0803850-77fc-4e29-ba73-5757b7796d5f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001461 sec., 162217.659137577 rows/sec., 10.87 MiB/sec. | ||
| 3423 | 2025.04.28 18:12:11.742656 [ 263 ] {e0803850-77fc-4e29-ba73-5757b7796d5f} <Debug> TCPHandler: Processed in 0.001803837 sec. | ||
| 3424 | 2025.04.28 18:12:11.742813 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3425 | 2025.04.28 18:12:11.742918 [ 263 ] {b040ac38-c884-4559-850c-8d0f2d49be0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3426 | 2025.04.28 18:12:11.742966 [ 263 ] {b040ac38-c884-4559-850c-8d0f2d49be0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3427 | 2025.04.28 18:12:11.743403 [ 263 ] {b040ac38-c884-4559-850c-8d0f2d49be0e} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3428 | 2025.04.28 18:12:11.743442 [ 263 ] {b040ac38-c884-4559-850c-8d0f2d49be0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3429 | 2025.04.28 18:12:11.743793 [ 263 ] {b040ac38-c884-4559-850c-8d0f2d49be0e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3430 | 2025.04.28 18:12:11.744023 [ 263 ] {b040ac38-c884-4559-850c-8d0f2d49be0e} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3431 | 2025.04.28 18:12:11.744290 [ 263 ] {b040ac38-c884-4559-850c-8d0f2d49be0e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001373 sec., 728.3321194464676 rows/sec., 49.08 KiB/sec. | ||
| 3432 | 2025.04.28 18:12:11.744424 [ 263 ] {b040ac38-c884-4559-850c-8d0f2d49be0e} <Debug> TCPHandler: Processed in 0.001658986 sec. | ||
| 3433 | 2025.04.28 18:12:11.744535 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3434 | 2025.04.28 18:12:11.744638 [ 263 ] {439adb39-2983-4140-ae03-c9b043c5e70f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3435 | 2025.04.28 18:12:11.744708 [ 263 ] {439adb39-2983-4140-ae03-c9b043c5e70f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3436 | 2025.04.28 18:12:11.745782 [ 263 ] {439adb39-2983-4140-ae03-c9b043c5e70f} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3437 | 2025.04.28 18:12:11.745821 [ 263 ] {439adb39-2983-4140-ae03-c9b043c5e70f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3438 | 2025.04.28 18:12:11.746463 [ 263 ] {439adb39-2983-4140-ae03-c9b043c5e70f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3439 | 2025.04.28 18:12:11.746715 [ 263 ] {439adb39-2983-4140-ae03-c9b043c5e70f} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3440 | 2025.04.28 18:12:11.746891 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3441 | 2025.04.28 18:12:11.746975 [ 263 ] {439adb39-2983-4140-ae03-c9b043c5e70f} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002353 sec., 14874.628134296643 rows/sec., 26.65 MiB/sec. | ||
| 3442 | 2025.04.28 18:12:11.747007 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3443 | 2025.04.28 18:12:11.747121 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3444 | 2025.04.28 18:12:11.747214 [ 263 ] {439adb39-2983-4140-ae03-c9b043c5e70f} <Debug> TCPHandler: Processed in 0.002726282 sec. | ||
| 3445 | 2025.04.28 18:12:11.747385 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::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 | ||
| 3446 | 2025.04.28 18:12:11.747415 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3447 | 2025.04.28 18:12:11.747548 [ 263 ] {621519c2-06c1-4e9b-9a26-6a1fc5368d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3448 | 2025.04.28 18:12:11.747615 [ 263 ] {621519c2-06c1-4e9b-9a26-6a1fc5368d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3449 | 2025.04.28 18:12:11.747908 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3450 | 2025.04.28 18:12:11.748028 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 178 rows starting from the beginning of the part | ||
| 3451 | 2025.04.28 18:12:11.748564 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 35 rows starting from the beginning of the part | ||
| 3452 | 2025.04.28 18:12:11.749191 [ 263 ] {621519c2-06c1-4e9b-9a26-6a1fc5368d42} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3453 | 2025.04.28 18:12:11.749202 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 3 rows starting from the beginning of the part | ||
| 3454 | 2025.04.28 18:12:11.749239 [ 263 ] {621519c2-06c1-4e9b-9a26-6a1fc5368d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3455 | 2025.04.28 18:12:11.749584 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 35 rows starting from the beginning of the part | ||
| 3456 | 2025.04.28 18:12:11.749962 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 3 rows starting from the beginning of the part | ||
| 3457 | 2025.04.28 18:12:11.750064 [ 263 ] {621519c2-06c1-4e9b-9a26-6a1fc5368d42} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3458 | 2025.04.28 18:12:11.750265 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 35 rows starting from the beginning of the part | ||
| 3459 | 2025.04.28 18:12:11.750585 [ 263 ] {621519c2-06c1-4e9b-9a26-6a1fc5368d42} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3460 | 2025.04.28 18:12:11.750967 [ 263 ] {621519c2-06c1-4e9b-9a26-6a1fc5368d42} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003453 sec., 23747.465971618883 rows/sec., 1.51 MiB/sec. | ||
| 3461 | 2025.04.28 18:12:11.751030 [ 263 ] {621519c2-06c1-4e9b-9a26-6a1fc5368d42} <Debug> TCPHandler: Processed in 0.003666416 sec. | ||
| 3462 | 2025.04.28 18:12:11.753603 [ 191 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 289 rows, containing 19 columns (19 merged, 0 gathered) in 0.006332907 sec., 45634.65087991976 rows/sec., 81.78 MiB/sec. | ||
| 3463 | 2025.04.28 18:12:11.754697 [ 186 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3464 | 2025.04.28 18:12:11.755252 [ 186 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3465 | 2025.04.28 18:12:11.755350 [ 186 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3466 | 2025.04.28 18:12:11.755518 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 3467 | 2025.04.28 18:12:15.359659 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3468 | 2025.04.28 18:12:15.359754 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3469 | 2025.04.28 18:12:15.448912 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3470 | 2025.04.28 18:12:15.449535 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3471 | 2025.04.28 18:12:15.449578 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3472 | 2025.04.28 18:12:15.450125 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3473 | 2025.04.28 18:12:15.450389 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3474 | 2025.04.28 18:12:15.450593 [ 135 ] {} <Debug> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3475 | 2025.04.28 18:12:15.450644 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3476 | 2025.04.28 18:12:15.450669 [ 135 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3477 | 2025.04.28 18:12:15.450700 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3478 | 2025.04.28 18:12:15.450825 [ 191 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3479 | 2025.04.28 18:12:15.450969 [ 191 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3480 | 2025.04.28 18:12:15.451016 [ 191 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 3481 | 2025.04.28 18:12:15.451140 [ 191 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 3482 | 2025.04.28 18:12:15.451300 [ 191 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 3483 | 2025.04.28 18:12:15.451587 [ 191 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 3484 | 2025.04.28 18:12:15.451829 [ 191 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 3485 | 2025.04.28 18:12:15.452058 [ 191 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 3486 | 2025.04.28 18:12:15.453854 [ 186 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003086857 sec., 2391105.256900465 rows/sec., 34.21 MiB/sec. | ||
| 3487 | 2025.04.28 18:12:15.454356 [ 190 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3488 | 2025.04.28 18:12:15.454698 [ 190 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_16_3} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3489 | 2025.04.28 18:12:15.454786 [ 190 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_16_3} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3490 | 2025.04.28 18:12:15.454899 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3491 | 2025.04.28 18:12:15.472573 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 492 | ||
| 3492 | 2025.04.28 18:12:15.475651 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3493 | 2025.04.28 18:12:15.475698 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3494 | 2025.04.28 18:12:15.477126 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3495 | 2025.04.28 18:12:15.477445 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3496 | 2025.04.28 18:12:15.477679 [ 135 ] {} <Debug> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3497 | 2025.04.28 18:12:15.477815 [ 135 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3498 | 2025.04.28 18:12:15.477910 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3499 | 2025.04.28 18:12:15.478350 [ 191 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3500 | 2025.04.28 18:12:15.479163 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 492 | ||
| 3501 | 2025.04.28 18:12:15.479556 [ 191 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3502 | 2025.04.28 18:12:15.479712 [ 191 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 310 rows starting from the beginning of the part | ||
| 3503 | 2025.04.28 18:12:15.480421 [ 191 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::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 | ||
| 3504 | 2025.04.28 18:12:15.481111 [ 191 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part | ||
| 3505 | 2025.04.28 18:12:15.481693 [ 191 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part | ||
| 3506 | 2025.04.28 18:12:15.482317 [ 191 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 3507 | 2025.04.28 18:12:15.482904 [ 191 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part | ||
| 3508 | 2025.04.28 18:12:15.490184 [ 190 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 72 columns (72 merged, 0 gathered) in 0.012082244 sec., 40720.91243977526 rows/sec., 37.57 MiB/sec. | ||
| 3509 | 2025.04.28 18:12:15.491151 [ 190 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3510 | 2025.04.28 18:12:15.491890 [ 190 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_11_2} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3511 | 2025.04.28 18:12:15.491971 [ 190 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_11_2} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3512 | 2025.04.28 18:12:15.492268 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 3513 | 2025.04.28 18:12:15.910428 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3514 | 2025.04.28 18:12:15.931823 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3515 | 2025.04.28 18:12:15.931889 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3516 | 2025.04.28 18:12:15.939154 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3517 | 2025.04.28 18:12:15.939994 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3518 | 2025.04.28 18:12:15.940299 [ 135 ] {} <Debug> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3519 | 2025.04.28 18:12:15.940362 [ 135 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3520 | 2025.04.28 18:12:15.940399 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3521 | 2025.04.28 18:12:15.940840 [ 190 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3522 | 2025.04.28 18:12:15.956338 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3523 | 2025.04.28 18:12:15.958031 [ 190 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3524 | 2025.04.28 18:12:15.959665 [ 190 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part | ||
| 3525 | 2025.04.28 18:12:15.965292 [ 190 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
| 3526 | 2025.04.28 18:12:15.971445 [ 190 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part | ||
| 3527 | 2025.04.28 18:12:15.976914 [ 190 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
| 3528 | 2025.04.28 18:12:15.982529 [ 190 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 3529 | 2025.04.28 18:12:15.987248 [ 190 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3530 | 2025.04.28 18:12:16.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.78 MiB, peak 186.78 MiB, free memory in arenas 0.00 B, will set to 177.15 MiB (RSS), difference: -9.63 MiB | ||
| 3531 | 2025.04.28 18:12:16.003028 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002591319 sec. | ||
| 3532 | 2025.04.28 18:12:16.047861 [ 203 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.107342223 sec., 1127.2358315143147 rows/sec., 5.83 MiB/sec. | ||
| 3533 | 2025.04.28 18:12:16.050485 [ 203 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3534 | 2025.04.28 18:12:16.053374 [ 203 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_16_3} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3535 | 2025.04.28 18:12:16.053494 [ 203 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_16_3} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3536 | 2025.04.28 18:12:16.055797 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. | ||
| 3537 | 2025.04.28 18:12:16.721052 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3538 | 2025.04.28 18:12:16.721237 [ 263 ] {907bdc21-01bd-4c7a-8d18-a9ca9d970c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3539 | 2025.04.28 18:12:16.721313 [ 263 ] {907bdc21-01bd-4c7a-8d18-a9ca9d970c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3540 | 2025.04.28 18:12:16.722106 [ 263 ] {907bdc21-01bd-4c7a-8d18-a9ca9d970c09} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3541 | 2025.04.28 18:12:16.722161 [ 263 ] {907bdc21-01bd-4c7a-8d18-a9ca9d970c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3542 | 2025.04.28 18:12:16.722625 [ 263 ] {907bdc21-01bd-4c7a-8d18-a9ca9d970c09} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3543 | 2025.04.28 18:12:16.722912 [ 263 ] {907bdc21-01bd-4c7a-8d18-a9ca9d970c09} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3544 | 2025.04.28 18:12:16.723163 [ 263 ] {907bdc21-01bd-4c7a-8d18-a9ca9d970c09} <Debug> executeQuery: Read 62 rows, 4.99 KiB in 0.001967 sec., 31520.0813421454 rows/sec., 2.48 MiB/sec. | ||
| 3545 | 2025.04.28 18:12:16.723334 [ 263 ] {907bdc21-01bd-4c7a-8d18-a9ca9d970c09} <Debug> TCPHandler: Processed in 0.002408027 sec. | ||
| 3546 | 2025.04.28 18:12:16.723529 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3547 | 2025.04.28 18:12:16.723642 [ 263 ] {58c8f7e4-2ca7-40de-8070-22fdcef1fc7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3548 | 2025.04.28 18:12:16.723695 [ 263 ] {58c8f7e4-2ca7-40de-8070-22fdcef1fc7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3549 | 2025.04.28 18:12:16.724250 [ 263 ] {58c8f7e4-2ca7-40de-8070-22fdcef1fc7d} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3550 | 2025.04.28 18:12:16.724294 [ 263 ] {58c8f7e4-2ca7-40de-8070-22fdcef1fc7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3551 | 2025.04.28 18:12:16.724689 [ 263 ] {58c8f7e4-2ca7-40de-8070-22fdcef1fc7d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3552 | 2025.04.28 18:12:16.724947 [ 263 ] {58c8f7e4-2ca7-40de-8070-22fdcef1fc7d} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3553 | 2025.04.28 18:12:16.725157 [ 263 ] {58c8f7e4-2ca7-40de-8070-22fdcef1fc7d} <Debug> executeQuery: Read 3 rows, 231.00 B in 0.001543 sec., 1944.2644199611145 rows/sec., 146.20 KiB/sec. | ||
| 3554 | 2025.04.28 18:12:16.725213 [ 263 ] {58c8f7e4-2ca7-40de-8070-22fdcef1fc7d} <Debug> TCPHandler: Processed in 0.001749306 sec. | ||
| 3555 | 2025.04.28 18:12:16.725328 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3556 | 2025.04.28 18:12:16.725436 [ 263 ] {540eeac6-992c-4bfd-9610-7674db7711cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3557 | 2025.04.28 18:12:16.725483 [ 263 ] {540eeac6-992c-4bfd-9610-7674db7711cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3558 | 2025.04.28 18:12:16.726018 [ 263 ] {540eeac6-992c-4bfd-9610-7674db7711cc} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3559 | 2025.04.28 18:12:16.726057 [ 263 ] {540eeac6-992c-4bfd-9610-7674db7711cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3560 | 2025.04.28 18:12:16.726415 [ 263 ] {540eeac6-992c-4bfd-9610-7674db7711cc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3561 | 2025.04.28 18:12:16.726657 [ 263 ] {540eeac6-992c-4bfd-9610-7674db7711cc} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3562 | 2025.04.28 18:12:16.726957 [ 263 ] {540eeac6-992c-4bfd-9610-7674db7711cc} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001537 sec., 43591.41184124919 rows/sec., 3.40 MiB/sec. | ||
| 3563 | 2025.04.28 18:12:16.727252 [ 263 ] {540eeac6-992c-4bfd-9610-7674db7711cc} <Debug> TCPHandler: Processed in 0.00196635 sec. | ||
| 3564 | 2025.04.28 18:12:16.727610 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3565 | 2025.04.28 18:12:16.727775 [ 263 ] {1750d54f-5a20-47c3-bf33-791e439941f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3566 | 2025.04.28 18:12:16.727831 [ 263 ] {1750d54f-5a20-47c3-bf33-791e439941f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3567 | 2025.04.28 18:12:16.728394 [ 263 ] {1750d54f-5a20-47c3-bf33-791e439941f4} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3568 | 2025.04.28 18:12:16.728433 [ 263 ] {1750d54f-5a20-47c3-bf33-791e439941f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3569 | 2025.04.28 18:12:16.728835 [ 263 ] {1750d54f-5a20-47c3-bf33-791e439941f4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3570 | 2025.04.28 18:12:16.729098 [ 263 ] {1750d54f-5a20-47c3-bf33-791e439941f4} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3571 | 2025.04.28 18:12:16.729326 [ 263 ] {1750d54f-5a20-47c3-bf33-791e439941f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001568 sec., 102040.81632653062 rows/sec., 7.11 MiB/sec. | ||
| 3572 | 2025.04.28 18:12:16.729444 [ 263 ] {1750d54f-5a20-47c3-bf33-791e439941f4} <Debug> TCPHandler: Processed in 0.00198077 sec. | ||
| 3573 | 2025.04.28 18:12:16.729653 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3574 | 2025.04.28 18:12:16.729757 [ 263 ] {e3ce0e07-2513-4008-913d-3eb04c071505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3575 | 2025.04.28 18:12:16.729834 [ 263 ] {e3ce0e07-2513-4008-913d-3eb04c071505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3576 | 2025.04.28 18:12:16.730865 [ 263 ] {e3ce0e07-2513-4008-913d-3eb04c071505} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3577 | 2025.04.28 18:12:16.730905 [ 263 ] {e3ce0e07-2513-4008-913d-3eb04c071505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3578 | 2025.04.28 18:12:16.731508 [ 263 ] {e3ce0e07-2513-4008-913d-3eb04c071505} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3579 | 2025.04.28 18:12:16.731767 [ 263 ] {e3ce0e07-2513-4008-913d-3eb04c071505} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3580 | 2025.04.28 18:12:16.732047 [ 263 ] {e3ce0e07-2513-4008-913d-3eb04c071505} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.002309 sec., 1299.26375054136 rows/sec., 2.33 MiB/sec. | ||
| 3581 | 2025.04.28 18:12:16.732348 [ 263 ] {e3ce0e07-2513-4008-913d-3eb04c071505} <Debug> TCPHandler: Processed in 0.002755672 sec. | ||
| 3582 | 2025.04.28 18:12:16.732568 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3583 | 2025.04.28 18:12:16.732673 [ 263 ] {ac95b980-ec50-4657-871e-7650561795aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3584 | 2025.04.28 18:12:16.732720 [ 263 ] {ac95b980-ec50-4657-871e-7650561795aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3585 | 2025.04.28 18:12:16.733204 [ 263 ] {ac95b980-ec50-4657-871e-7650561795aa} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3586 | 2025.04.28 18:12:16.733243 [ 263 ] {ac95b980-ec50-4657-871e-7650561795aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3587 | 2025.04.28 18:12:16.733604 [ 263 ] {ac95b980-ec50-4657-871e-7650561795aa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3588 | 2025.04.28 18:12:16.733840 [ 263 ] {ac95b980-ec50-4657-871e-7650561795aa} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3589 | 2025.04.28 18:12:16.734181 [ 263 ] {ac95b980-ec50-4657-871e-7650561795aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0015 sec., 40000 rows/sec., 2.70 MiB/sec. | ||
| 3590 | 2025.04.28 18:12:16.734491 [ 263 ] {ac95b980-ec50-4657-871e-7650561795aa} <Debug> TCPHandler: Processed in 0.00196356 sec. | ||
| 3591 | 2025.04.28 18:12:17.000198 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.17 MiB, peak 186.78 MiB, free memory in arenas 0.00 B, will set to 178.64 MiB (RSS), difference: 10.47 MiB | ||
| 3592 | 2025.04.28 18:12:17.141339 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3593 | 2025.04.28 18:12:17.141533 [ 263 ] {f5d639c0-4b1a-4a89-80e6-e63b28f22cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3594 | 2025.04.28 18:12:17.141610 [ 263 ] {f5d639c0-4b1a-4a89-80e6-e63b28f22cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3595 | 2025.04.28 18:12:17.142505 [ 263 ] {f5d639c0-4b1a-4a89-80e6-e63b28f22cff} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3596 | 2025.04.28 18:12:17.142551 [ 263 ] {f5d639c0-4b1a-4a89-80e6-e63b28f22cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3597 | 2025.04.28 18:12:17.142990 [ 263 ] {f5d639c0-4b1a-4a89-80e6-e63b28f22cff} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3598 | 2025.04.28 18:12:17.143253 [ 263 ] {f5d639c0-4b1a-4a89-80e6-e63b28f22cff} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3599 | 2025.04.28 18:12:17.143457 [ 133 ] {} <Debug> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3600 | 2025.04.28 18:12:17.143521 [ 263 ] {f5d639c0-4b1a-4a89-80e6-e63b28f22cff} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002031 sec., 104382.07779419006 rows/sec., 6.64 MiB/sec. | ||
| 3601 | 2025.04.28 18:12:17.143549 [ 133 ] {} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3602 | 2025.04.28 18:12:17.143626 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3603 | 2025.04.28 18:12:17.143655 [ 263 ] {f5d639c0-4b1a-4a89-80e6-e63b28f22cff} <Debug> TCPHandler: Processed in 0.002448867 sec. | ||
| 3604 | 2025.04.28 18:12:17.143873 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3605 | 2025.04.28 18:12:17.143874 [ 195 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 3606 | 2025.04.28 18:12:17.144052 [ 263 ] {d99d7273-5778-4e72-b602-d048a7e22f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3607 | 2025.04.28 18:12:17.144172 [ 263 ] {d99d7273-5778-4e72-b602-d048a7e22f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3608 | 2025.04.28 18:12:17.144197 [ 195 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3609 | 2025.04.28 18:12:17.144293 [ 195 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 3610 | 2025.04.28 18:12:17.144679 [ 195 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 3611 | 2025.04.28 18:12:17.145076 [ 195 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 3612 | 2025.04.28 18:12:17.145519 [ 195 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 3613 | 2025.04.28 18:12:17.145839 [ 195 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 3614 | 2025.04.28 18:12:17.147647 [ 263 ] {d99d7273-5778-4e72-b602-d048a7e22f3b} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3615 | 2025.04.28 18:12:17.147761 [ 263 ] {d99d7273-5778-4e72-b602-d048a7e22f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3616 | 2025.04.28 18:12:17.147854 [ 195 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004094803 sec., 258864.71217296657 rows/sec., 17.45 MiB/sec. | ||
| 3617 | 2025.04.28 18:12:17.148047 [ 195 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3618 | 2025.04.28 18:12:17.148594 [ 195 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_9_2} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3619 | 2025.04.28 18:12:17.148714 [ 195 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_9_2} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3620 | 2025.04.28 18:12:17.148754 [ 263 ] {d99d7273-5778-4e72-b602-d048a7e22f3b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3621 | 2025.04.28 18:12:17.148836 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 3622 | 2025.04.28 18:12:17.149082 [ 263 ] {d99d7273-5778-4e72-b602-d048a7e22f3b} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3623 | 2025.04.28 18:12:17.149313 [ 263 ] {d99d7273-5778-4e72-b602-d048a7e22f3b} <Debug> executeQuery: Read 1827 rows, 152.60 KiB in 0.005319 sec., 343485.6175972927 rows/sec., 28.02 MiB/sec. | ||
| 3624 | 2025.04.28 18:12:17.149383 [ 263 ] {d99d7273-5778-4e72-b602-d048a7e22f3b} <Debug> TCPHandler: Processed in 0.005598235 sec. | ||
| 3625 | 2025.04.28 18:12:17.149510 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3626 | 2025.04.28 18:12:17.149619 [ 263 ] {e2ffa0c3-29ea-4bf3-b866-385336eef30b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3627 | 2025.04.28 18:12:17.149667 [ 263 ] {e2ffa0c3-29ea-4bf3-b866-385336eef30b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3628 | 2025.04.28 18:12:17.150254 [ 263 ] {e2ffa0c3-29ea-4bf3-b866-385336eef30b} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3629 | 2025.04.28 18:12:17.150295 [ 263 ] {e2ffa0c3-29ea-4bf3-b866-385336eef30b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3630 | 2025.04.28 18:12:17.150649 [ 263 ] {e2ffa0c3-29ea-4bf3-b866-385336eef30b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3631 | 2025.04.28 18:12:17.150891 [ 263 ] {e2ffa0c3-29ea-4bf3-b866-385336eef30b} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3632 | 2025.04.28 18:12:17.151150 [ 263 ] {e2ffa0c3-29ea-4bf3-b866-385336eef30b} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001547 sec., 91144.14996767938 rows/sec., 5.69 MiB/sec. | ||
| 3633 | 2025.04.28 18:12:17.151327 [ 263 ] {e2ffa0c3-29ea-4bf3-b866-385336eef30b} <Debug> TCPHandler: Processed in 0.001864769 sec. | ||
| 3634 | 2025.04.28 18:12:17.151515 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3635 | 2025.04.28 18:12:17.151630 [ 263 ] {f3c0d65c-edd3-488e-961a-5aa6a6fc56b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3636 | 2025.04.28 18:12:17.151678 [ 263 ] {f3c0d65c-edd3-488e-961a-5aa6a6fc56b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3637 | 2025.04.28 18:12:17.152353 [ 263 ] {f3c0d65c-edd3-488e-961a-5aa6a6fc56b6} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3638 | 2025.04.28 18:12:17.152392 [ 263 ] {f3c0d65c-edd3-488e-961a-5aa6a6fc56b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3639 | 2025.04.28 18:12:17.152764 [ 263 ] {f3c0d65c-edd3-488e-961a-5aa6a6fc56b6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3640 | 2025.04.28 18:12:17.153008 [ 263 ] {f3c0d65c-edd3-488e-961a-5aa6a6fc56b6} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3641 | 2025.04.28 18:12:17.153218 [ 263 ] {f3c0d65c-edd3-488e-961a-5aa6a6fc56b6} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001608 sec., 212064.6766169154 rows/sec., 14.15 MiB/sec. | ||
| 3642 | 2025.04.28 18:12:17.153330 [ 263 ] {f3c0d65c-edd3-488e-961a-5aa6a6fc56b6} <Debug> TCPHandler: Processed in 0.001880889 sec. | ||
| 3643 | 2025.04.28 18:12:17.153460 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3644 | 2025.04.28 18:12:17.153562 [ 263 ] {109684e2-dfd2-41d2-a0f3-e2195a9b3e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3645 | 2025.04.28 18:12:17.153607 [ 263 ] {109684e2-dfd2-41d2-a0f3-e2195a9b3e32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3646 | 2025.04.28 18:12:17.154160 [ 263 ] {109684e2-dfd2-41d2-a0f3-e2195a9b3e32} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3647 | 2025.04.28 18:12:17.154199 [ 263 ] {109684e2-dfd2-41d2-a0f3-e2195a9b3e32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3648 | 2025.04.28 18:12:17.154558 [ 263 ] {109684e2-dfd2-41d2-a0f3-e2195a9b3e32} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3649 | 2025.04.28 18:12:17.154797 [ 263 ] {109684e2-dfd2-41d2-a0f3-e2195a9b3e32} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3650 | 2025.04.28 18:12:17.154959 [ 133 ] {} <Debug> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3651 | 2025.04.28 18:12:17.155010 [ 263 ] {109684e2-dfd2-41d2-a0f3-e2195a9b3e32} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001461 sec., 76659.82203969883 rows/sec., 4.37 MiB/sec. | ||
| 3652 | 2025.04.28 18:12:17.155018 [ 133 ] {} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3653 | 2025.04.28 18:12:17.155096 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3654 | 2025.04.28 18:12:17.155135 [ 263 ] {109684e2-dfd2-41d2-a0f3-e2195a9b3e32} <Debug> TCPHandler: Processed in 0.001727586 sec. | ||
| 3655 | 2025.04.28 18:12:17.155417 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3656 | 2025.04.28 18:12:17.155442 [ 193 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 3657 | 2025.04.28 18:12:17.155647 [ 263 ] {a97f3a8d-44c4-485e-8af9-6ad91dcb5d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3658 | 2025.04.28 18:12:17.155726 [ 193 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3659 | 2025.04.28 18:12:17.155742 [ 263 ] {a97f3a8d-44c4-485e-8af9-6ad91dcb5d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3660 | 2025.04.28 18:12:17.155806 [ 193 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 3661 | 2025.04.28 18:12:17.156117 [ 193 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 3662 | 2025.04.28 18:12:17.156424 [ 193 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 3663 | 2025.04.28 18:12:17.156759 [ 193 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 3664 | 2025.04.28 18:12:17.157114 [ 193 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 3665 | 2025.04.28 18:12:17.159047 [ 263 ] {a97f3a8d-44c4-485e-8af9-6ad91dcb5d48} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3666 | 2025.04.28 18:12:17.159114 [ 263 ] {a97f3a8d-44c4-485e-8af9-6ad91dcb5d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3667 | 2025.04.28 18:12:17.159518 [ 195 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004314416 sec., 129797.4047936036 rows/sec., 7.89 MiB/sec. | ||
| 3668 | 2025.04.28 18:12:17.159716 [ 192 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3669 | 2025.04.28 18:12:17.159867 [ 263 ] {a97f3a8d-44c4-485e-8af9-6ad91dcb5d48} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3670 | 2025.04.28 18:12:17.160058 [ 192 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_9_2} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3671 | 2025.04.28 18:12:17.160149 [ 192 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_9_2} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3672 | 2025.04.28 18:12:17.160167 [ 263 ] {a97f3a8d-44c4-485e-8af9-6ad91dcb5d48} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3673 | 2025.04.28 18:12:17.160279 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3674 | 2025.04.28 18:12:17.160432 [ 263 ] {a97f3a8d-44c4-485e-8af9-6ad91dcb5d48} <Debug> executeQuery: Read 873 rows, 64.68 KiB in 0.004861 sec., 179592.6764040321 rows/sec., 12.99 MiB/sec. | ||
| 3675 | 2025.04.28 18:12:17.160491 [ 263 ] {a97f3a8d-44c4-485e-8af9-6ad91dcb5d48} <Debug> TCPHandler: Processed in 0.005190859 sec. | ||
| 3676 | 2025.04.28 18:12:17.160618 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3677 | 2025.04.28 18:12:17.160722 [ 263 ] {41a08b22-7b4b-455e-a51b-0148aae2c2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3678 | 2025.04.28 18:12:17.160769 [ 263 ] {41a08b22-7b4b-455e-a51b-0148aae2c2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3679 | 2025.04.28 18:12:17.161236 [ 263 ] {41a08b22-7b4b-455e-a51b-0148aae2c2a6} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3680 | 2025.04.28 18:12:17.161289 [ 263 ] {41a08b22-7b4b-455e-a51b-0148aae2c2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3681 | 2025.04.28 18:12:17.161634 [ 263 ] {41a08b22-7b4b-455e-a51b-0148aae2c2a6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3682 | 2025.04.28 18:12:17.161871 [ 263 ] {41a08b22-7b4b-455e-a51b-0148aae2c2a6} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3683 | 2025.04.28 18:12:17.162045 [ 263 ] {41a08b22-7b4b-455e-a51b-0148aae2c2a6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001343 sec., 4467.6098287416235 rows/sec., 233.42 KiB/sec. | ||
| 3684 | 2025.04.28 18:12:17.162122 [ 263 ] {41a08b22-7b4b-455e-a51b-0148aae2c2a6} <Debug> TCPHandler: Processed in 0.001553954 sec. | ||
| 3685 | 2025.04.28 18:12:17.162241 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3686 | 2025.04.28 18:12:17.162344 [ 263 ] {1fe12492-d99a-448f-874f-b519fa0724ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3687 | 2025.04.28 18:12:17.162392 [ 263 ] {1fe12492-d99a-448f-874f-b519fa0724ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3688 | 2025.04.28 18:12:17.163099 [ 263 ] {1fe12492-d99a-448f-874f-b519fa0724ae} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3689 | 2025.04.28 18:12:17.163136 [ 263 ] {1fe12492-d99a-448f-874f-b519fa0724ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3690 | 2025.04.28 18:12:17.163596 [ 263 ] {1fe12492-d99a-448f-874f-b519fa0724ae} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3691 | 2025.04.28 18:12:17.163830 [ 263 ] {1fe12492-d99a-448f-874f-b519fa0724ae} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3692 | 2025.04.28 18:12:17.163998 [ 263 ] {1fe12492-d99a-448f-874f-b519fa0724ae} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001676 sec., 569809.0692124105 rows/sec., 37.86 MiB/sec. | ||
| 3693 | 2025.04.28 18:12:17.164046 [ 263 ] {1fe12492-d99a-448f-874f-b519fa0724ae} <Debug> TCPHandler: Processed in 0.001855358 sec. | ||
| 3694 | 2025.04.28 18:12:17.164167 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3695 | 2025.04.28 18:12:17.164271 [ 263 ] {7c6d8de8-0715-4613-82fe-cd162eccb949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3696 | 2025.04.28 18:12:17.164318 [ 263 ] {7c6d8de8-0715-4613-82fe-cd162eccb949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3697 | 2025.04.28 18:12:17.164718 [ 263 ] {7c6d8de8-0715-4613-82fe-cd162eccb949} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3698 | 2025.04.28 18:12:17.164754 [ 263 ] {7c6d8de8-0715-4613-82fe-cd162eccb949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3699 | 2025.04.28 18:12:17.165088 [ 263 ] {7c6d8de8-0715-4613-82fe-cd162eccb949} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3700 | 2025.04.28 18:12:17.165319 [ 263 ] {7c6d8de8-0715-4613-82fe-cd162eccb949} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3701 | 2025.04.28 18:12:17.165485 [ 263 ] {7c6d8de8-0715-4613-82fe-cd162eccb949} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001235 sec., 809.7165991902834 rows/sec., 54.56 KiB/sec. | ||
| 3702 | 2025.04.28 18:12:17.165531 [ 263 ] {7c6d8de8-0715-4613-82fe-cd162eccb949} <Debug> TCPHandler: Processed in 0.001415182 sec. | ||
| 3703 | 2025.04.28 18:12:17.165650 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3704 | 2025.04.28 18:12:17.165750 [ 263 ] {3ea0553d-cd50-46ab-b8c2-656306fc115e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3705 | 2025.04.28 18:12:17.165816 [ 263 ] {3ea0553d-cd50-46ab-b8c2-656306fc115e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3706 | 2025.04.28 18:12:17.166896 [ 263 ] {3ea0553d-cd50-46ab-b8c2-656306fc115e} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3707 | 2025.04.28 18:12:17.166933 [ 263 ] {3ea0553d-cd50-46ab-b8c2-656306fc115e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3708 | 2025.04.28 18:12:17.167538 [ 263 ] {3ea0553d-cd50-46ab-b8c2-656306fc115e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3709 | 2025.04.28 18:12:17.167789 [ 263 ] {3ea0553d-cd50-46ab-b8c2-656306fc115e} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3710 | 2025.04.28 18:12:17.167971 [ 263 ] {3ea0553d-cd50-46ab-b8c2-656306fc115e} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002242 sec., 15611.061552185549 rows/sec., 27.97 MiB/sec. | ||
| 3711 | 2025.04.28 18:12:17.168068 [ 263 ] {3ea0553d-cd50-46ab-b8c2-656306fc115e} <Debug> TCPHandler: Processed in 0.002466577 sec. | ||
| 3712 | 2025.04.28 18:12:17.168201 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3713 | 2025.04.28 18:12:17.168302 [ 263 ] {1e47474e-7146-4603-84a5-89431d638846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3714 | 2025.04.28 18:12:17.168347 [ 263 ] {1e47474e-7146-4603-84a5-89431d638846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3715 | 2025.04.28 18:12:17.168769 [ 263 ] {1e47474e-7146-4603-84a5-89431d638846} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3716 | 2025.04.28 18:12:17.168805 [ 263 ] {1e47474e-7146-4603-84a5-89431d638846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3717 | 2025.04.28 18:12:17.169157 [ 263 ] {1e47474e-7146-4603-84a5-89431d638846} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3718 | 2025.04.28 18:12:17.169382 [ 263 ] {1e47474e-7146-4603-84a5-89431d638846} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3719 | 2025.04.28 18:12:17.169541 [ 263 ] {1e47474e-7146-4603-84a5-89431d638846} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001262 sec., 26941.362916006336 rows/sec., 1.56 MiB/sec. | ||
| 3720 | 2025.04.28 18:12:17.169586 [ 263 ] {1e47474e-7146-4603-84a5-89431d638846} <Debug> TCPHandler: Processed in 0.001433491 sec. | ||
| 3721 | 2025.04.28 18:12:21.719519 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3722 | 2025.04.28 18:12:21.719709 [ 263 ] {4be7d80b-888c-4b4e-90a8-cd723208222d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3723 | 2025.04.28 18:12:21.719780 [ 263 ] {4be7d80b-888c-4b4e-90a8-cd723208222d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3724 | 2025.04.28 18:12:21.720498 [ 263 ] {4be7d80b-888c-4b4e-90a8-cd723208222d} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3725 | 2025.04.28 18:12:21.720540 [ 263 ] {4be7d80b-888c-4b4e-90a8-cd723208222d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3726 | 2025.04.28 18:12:21.720953 [ 263 ] {4be7d80b-888c-4b4e-90a8-cd723208222d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3727 | 2025.04.28 18:12:21.721196 [ 263 ] {4be7d80b-888c-4b4e-90a8-cd723208222d} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3728 | 2025.04.28 18:12:21.721426 [ 263 ] {4be7d80b-888c-4b4e-90a8-cd723208222d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00176 sec., 31818.181818181816 rows/sec., 2.44 MiB/sec. | ||
| 3729 | 2025.04.28 18:12:21.721598 [ 263 ] {4be7d80b-888c-4b4e-90a8-cd723208222d} <Debug> TCPHandler: Processed in 0.002199174 sec. | ||
| 3730 | 2025.04.28 18:12:21.721812 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3731 | 2025.04.28 18:12:21.721921 [ 263 ] {9da64e08-ee88-4f00-9e70-5eb2d6c73dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3732 | 2025.04.28 18:12:21.721970 [ 263 ] {9da64e08-ee88-4f00-9e70-5eb2d6c73dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3733 | 2025.04.28 18:12:21.722529 [ 263 ] {9da64e08-ee88-4f00-9e70-5eb2d6c73dba} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3734 | 2025.04.28 18:12:21.722567 [ 263 ] {9da64e08-ee88-4f00-9e70-5eb2d6c73dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3735 | 2025.04.28 18:12:21.722912 [ 263 ] {9da64e08-ee88-4f00-9e70-5eb2d6c73dba} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3736 | 2025.04.28 18:12:21.723142 [ 263 ] {9da64e08-ee88-4f00-9e70-5eb2d6c73dba} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3737 | 2025.04.28 18:12:21.723320 [ 263 ] {9da64e08-ee88-4f00-9e70-5eb2d6c73dba} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001427 sec., 44849.33426769446 rows/sec., 3.50 MiB/sec. | ||
| 3738 | 2025.04.28 18:12:21.723372 [ 263 ] {9da64e08-ee88-4f00-9e70-5eb2d6c73dba} <Debug> TCPHandler: Processed in 0.001631685 sec. | ||
| 3739 | 2025.04.28 18:12:21.723487 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3740 | 2025.04.28 18:12:21.723590 [ 263 ] {da790d7a-c071-45ac-ba76-1b82e7c25392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3741 | 2025.04.28 18:12:21.723638 [ 263 ] {da790d7a-c071-45ac-ba76-1b82e7c25392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3742 | 2025.04.28 18:12:21.724104 [ 263 ] {da790d7a-c071-45ac-ba76-1b82e7c25392} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3743 | 2025.04.28 18:12:21.724140 [ 263 ] {da790d7a-c071-45ac-ba76-1b82e7c25392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3744 | 2025.04.28 18:12:21.724526 [ 263 ] {da790d7a-c071-45ac-ba76-1b82e7c25392} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3745 | 2025.04.28 18:12:21.724757 [ 263 ] {da790d7a-c071-45ac-ba76-1b82e7c25392} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3746 | 2025.04.28 18:12:21.724930 [ 263 ] {da790d7a-c071-45ac-ba76-1b82e7c25392} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001364 sec., 93841.642228739 rows/sec., 6.54 MiB/sec. | ||
| 3747 | 2025.04.28 18:12:21.724978 [ 263 ] {da790d7a-c071-45ac-ba76-1b82e7c25392} <Debug> TCPHandler: Processed in 0.001540383 sec. | ||
| 3748 | 2025.04.28 18:12:21.725090 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3749 | 2025.04.28 18:12:21.725191 [ 263 ] {1ea93843-df6e-4fa4-af32-cce82d48deed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3750 | 2025.04.28 18:12:21.725236 [ 263 ] {1ea93843-df6e-4fa4-af32-cce82d48deed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3751 | 2025.04.28 18:12:21.725634 [ 263 ] {1ea93843-df6e-4fa4-af32-cce82d48deed} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3752 | 2025.04.28 18:12:21.725669 [ 263 ] {1ea93843-df6e-4fa4-af32-cce82d48deed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3753 | 2025.04.28 18:12:21.726003 [ 263 ] {1ea93843-df6e-4fa4-af32-cce82d48deed} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3754 | 2025.04.28 18:12:21.726229 [ 263 ] {1ea93843-df6e-4fa4-af32-cce82d48deed} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3755 | 2025.04.28 18:12:21.726398 [ 263 ] {1ea93843-df6e-4fa4-af32-cce82d48deed} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00123 sec., 39024.39024390244 rows/sec., 2.63 MiB/sec. | ||
| 3756 | 2025.04.28 18:12:21.726444 [ 263 ] {1ea93843-df6e-4fa4-af32-cce82d48deed} <Debug> TCPHandler: Processed in 0.001402492 sec. | ||
| 3757 | 2025.04.28 18:12:22.950870 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3758 | 2025.04.28 18:12:22.951474 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3759 | 2025.04.28 18:12:22.951520 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3760 | 2025.04.28 18:12:22.952049 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3761 | 2025.04.28 18:12:22.952315 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3762 | 2025.04.28 18:12:22.952585 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3763 | 2025.04.28 18:12:23.456531 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3764 | 2025.04.28 18:12:23.475415 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3765 | 2025.04.28 18:12:23.475476 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3766 | 2025.04.28 18:12:23.482851 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3767 | 2025.04.28 18:12:23.483630 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3768 | 2025.04.28 18:12:23.487103 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3769 | 2025.04.28 18:12:24.000183 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.27 MiB, peak 186.78 MiB, free memory in arenas 0.00 B, will set to 180.27 MiB (RSS), difference: 1.01 MiB | ||
| 3770 | 2025.04.28 18:12:25.479533 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 534 | ||
| 3771 | 2025.04.28 18:12:25.482889 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3772 | 2025.04.28 18:12:25.482947 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3773 | 2025.04.28 18:12:25.484414 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3774 | 2025.04.28 18:12:25.484739 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3775 | 2025.04.28 18:12:25.486016 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 534 | ||
| 3776 | 2025.04.28 18:12:26.721203 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3777 | 2025.04.28 18:12:26.721378 [ 263 ] {c2f5ce50-788f-47ae-ab44-c1431e7b6324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3778 | 2025.04.28 18:12:26.721449 [ 263 ] {c2f5ce50-788f-47ae-ab44-c1431e7b6324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3779 | 2025.04.28 18:12:26.722228 [ 263 ] {c2f5ce50-788f-47ae-ab44-c1431e7b6324} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3780 | 2025.04.28 18:12:26.722274 [ 263 ] {c2f5ce50-788f-47ae-ab44-c1431e7b6324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3781 | 2025.04.28 18:12:26.722697 [ 263 ] {c2f5ce50-788f-47ae-ab44-c1431e7b6324} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3782 | 2025.04.28 18:12:26.722949 [ 263 ] {c2f5ce50-788f-47ae-ab44-c1431e7b6324} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3783 | 2025.04.28 18:12:26.723133 [ 118 ] {} <Debug> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3784 | 2025.04.28 18:12:26.723198 [ 263 ] {c2f5ce50-788f-47ae-ab44-c1431e7b6324} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001865 sec., 34316.35388739946 rows/sec., 2.72 MiB/sec. | ||
| 3785 | 2025.04.28 18:12:26.723216 [ 118 ] {} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3786 | 2025.04.28 18:12:26.723274 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3787 | 2025.04.28 18:12:26.723337 [ 263 ] {c2f5ce50-788f-47ae-ab44-c1431e7b6324} <Debug> TCPHandler: Processed in 0.002253774 sec. | ||
| 3788 | 2025.04.28 18:12:26.723595 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::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 | ||
| 3789 | 2025.04.28 18:12:26.723609 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3790 | 2025.04.28 18:12:26.723891 [ 263 ] {ef3c6c9b-8515-4e50-b956-50186ad20a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3791 | 2025.04.28 18:12:26.723910 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3792 | 2025.04.28 18:12:26.723993 [ 263 ] {ef3c6c9b-8515-4e50-b956-50186ad20a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3793 | 2025.04.28 18:12:26.724002 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1841 rows starting from the beginning of the part | ||
| 3794 | 2025.04.28 18:12:26.724374 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 687 rows starting from the beginning of the part | ||
| 3795 | 2025.04.28 18:12:26.724659 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 62 rows starting from the beginning of the part | ||
| 3796 | 2025.04.28 18:12:26.724970 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1827 rows starting from the beginning of the part | ||
| 3797 | 2025.04.28 18:12:26.725333 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 3798 | 2025.04.28 18:12:26.725657 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part | ||
| 3799 | 2025.04.28 18:12:26.726777 [ 263 ] {ef3c6c9b-8515-4e50-b956-50186ad20a06} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3800 | 2025.04.28 18:12:26.726852 [ 263 ] {ef3c6c9b-8515-4e50-b956-50186ad20a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3801 | 2025.04.28 18:12:26.727876 [ 263 ] {ef3c6c9b-8515-4e50-b956-50186ad20a06} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3802 | 2025.04.28 18:12:26.728396 [ 263 ] {ef3c6c9b-8515-4e50-b956-50186ad20a06} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3803 | 2025.04.28 18:12:26.728652 [ 263 ] {ef3c6c9b-8515-4e50-b956-50186ad20a06} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.004853 sec., 824.2324335462602 rows/sec., 61.98 KiB/sec. | ||
| 3804 | 2025.04.28 18:12:26.728740 [ 263 ] {ef3c6c9b-8515-4e50-b956-50186ad20a06} <Debug> TCPHandler: Processed in 0.00522223 sec. | ||
| 3805 | 2025.04.28 18:12:26.728901 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3806 | 2025.04.28 18:12:26.729025 [ 263 ] {ceaf8fef-b52f-4975-a8fc-2ee441f5b19b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3807 | 2025.04.28 18:12:26.729116 [ 263 ] {ceaf8fef-b52f-4975-a8fc-2ee441f5b19b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3808 | 2025.04.28 18:12:26.729563 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4537 rows, containing 5 columns (5 merged, 0 gathered) in 0.006165184 sec., 735906.6655593734 rows/sec., 62.52 MiB/sec. | ||
| 3809 | 2025.04.28 18:12:26.729999 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3810 | 2025.04.28 18:12:26.730465 [ 263 ] {ceaf8fef-b52f-4975-a8fc-2ee441f5b19b} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3811 | 2025.04.28 18:12:26.730535 [ 263 ] {ceaf8fef-b52f-4975-a8fc-2ee441f5b19b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3812 | 2025.04.28 18:12:26.730830 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_26_5} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3813 | 2025.04.28 18:12:26.731053 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_26_5} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3814 | 2025.04.28 18:12:26.731164 [ 263 ] {ceaf8fef-b52f-4975-a8fc-2ee441f5b19b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3815 | 2025.04.28 18:12:26.731212 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 3816 | 2025.04.28 18:12:26.731473 [ 263 ] {ceaf8fef-b52f-4975-a8fc-2ee441f5b19b} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3817 | 2025.04.28 18:12:26.731669 [ 118 ] {} <Debug> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3818 | 2025.04.28 18:12:26.731732 [ 118 ] {} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3819 | 2025.04.28 18:12:26.731731 [ 263 ] {ceaf8fef-b52f-4975-a8fc-2ee441f5b19b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002724 sec., 24963.289280469897 rows/sec., 1.95 MiB/sec. | ||
| 3820 | 2025.04.28 18:12:26.731767 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3821 | 2025.04.28 18:12:26.731903 [ 263 ] {ceaf8fef-b52f-4975-a8fc-2ee441f5b19b} <Debug> TCPHandler: Processed in 0.003069427 sec. | ||
| 3822 | 2025.04.28 18:12:26.732073 [ 195 ] {a17caf10-576c-423e-b538-4d14fa340852::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 | ||
| 3823 | 2025.04.28 18:12:26.732102 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3824 | 2025.04.28 18:12:26.732317 [ 263 ] {e1f8d2ec-8a9a-49bb-85d0-ad5793531d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3825 | 2025.04.28 18:12:26.732348 [ 195 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3826 | 2025.04.28 18:12:26.732426 [ 263 ] {e1f8d2ec-8a9a-49bb-85d0-ad5793531d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3827 | 2025.04.28 18:12:26.732434 [ 195 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 908 rows starting from the beginning of the part | ||
| 3828 | 2025.04.28 18:12:26.732923 [ 195 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 417 rows starting from the beginning of the part | ||
| 3829 | 2025.04.28 18:12:26.733294 [ 195 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 67 rows starting from the beginning of the part | ||
| 3830 | 2025.04.28 18:12:26.733541 [ 195 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 873 rows starting from the beginning of the part | ||
| 3831 | 2025.04.28 18:12:26.733847 [ 195 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 3832 | 2025.04.28 18:12:26.734247 [ 195 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 68 rows starting from the beginning of the part | ||
| 3833 | 2025.04.28 18:12:26.734970 [ 263 ] {e1f8d2ec-8a9a-49bb-85d0-ad5793531d9b} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3834 | 2025.04.28 18:12:26.735032 [ 263 ] {e1f8d2ec-8a9a-49bb-85d0-ad5793531d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3835 | 2025.04.28 18:12:26.735881 [ 263 ] {e1f8d2ec-8a9a-49bb-85d0-ad5793531d9b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3836 | 2025.04.28 18:12:26.736402 [ 263 ] {e1f8d2ec-8a9a-49bb-85d0-ad5793531d9b} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3837 | 2025.04.28 18:12:26.736668 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3838 | 2025.04.28 18:12:26.736761 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3839 | 2025.04.28 18:12:26.736776 [ 263 ] {e1f8d2ec-8a9a-49bb-85d0-ad5793531d9b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004533 sec., 35296.71299360247 rows/sec., 2.46 MiB/sec. | ||
| 3840 | 2025.04.28 18:12:26.736826 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3841 | 2025.04.28 18:12:26.737001 [ 263 ] {e1f8d2ec-8a9a-49bb-85d0-ad5793531d9b} <Debug> TCPHandler: Processed in 0.004946005 sec. | ||
| 3842 | 2025.04.28 18:12:26.737294 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 3843 | 2025.04.28 18:12:26.737367 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3844 | 2025.04.28 18:12:26.737771 [ 263 ] {2ce4f43f-20b6-4894-beda-2affa130b37e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3845 | 2025.04.28 18:12:26.737863 [ 195 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2397 rows, containing 5 columns (5 merged, 0 gathered) in 0.0059125 sec., 405412.2621564482 rows/sec., 31.03 MiB/sec. | ||
| 3846 | 2025.04.28 18:12:26.737899 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3847 | 2025.04.28 18:12:26.738030 [ 263 ] {2ce4f43f-20b6-4894-beda-2affa130b37e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3848 | 2025.04.28 18:12:26.738033 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7094 rows starting from the beginning of the part | ||
| 3849 | 2025.04.28 18:12:26.738396 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3850 | 2025.04.28 18:12:26.738804 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part | ||
| 3851 | 2025.04.28 18:12:26.739403 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 3852 | 2025.04.28 18:12:26.739700 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_26_5} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3853 | 2025.04.28 18:12:26.739960 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 955 rows starting from the beginning of the part | ||
| 3854 | 2025.04.28 18:12:26.740218 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_26_5} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3855 | 2025.04.28 18:12:26.740448 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 128 rows starting from the beginning of the part | ||
| 3856 | 2025.04.28 18:12:26.740656 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 3857 | 2025.04.28 18:12:26.741031 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 3858 | 2025.04.28 18:12:26.744658 [ 263 ] {2ce4f43f-20b6-4894-beda-2affa130b37e} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3859 | 2025.04.28 18:12:26.744746 [ 263 ] {2ce4f43f-20b6-4894-beda-2affa130b37e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3860 | 2025.04.28 18:12:26.745654 [ 263 ] {2ce4f43f-20b6-4894-beda-2affa130b37e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3861 | 2025.04.28 18:12:26.746199 [ 263 ] {2ce4f43f-20b6-4894-beda-2affa130b37e} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3862 | 2025.04.28 18:12:26.746457 [ 263 ] {2ce4f43f-20b6-4894-beda-2affa130b37e} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.008831 sec., 452.94983580568453 rows/sec., 831.15 KiB/sec. | ||
| 3863 | 2025.04.28 18:12:26.746579 [ 263 ] {2ce4f43f-20b6-4894-beda-2affa130b37e} <Debug> TCPHandler: Processed in 0.009346622 sec. | ||
| 3864 | 2025.04.28 18:12:26.746736 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3865 | 2025.04.28 18:12:26.746837 [ 263 ] {39f361b2-1d85-4bc0-970c-2223b6d468be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3866 | 2025.04.28 18:12:26.746945 [ 263 ] {39f361b2-1d85-4bc0-970c-2223b6d468be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3867 | 2025.04.28 18:12:26.747373 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8734 rows, containing 5 columns (5 merged, 0 gathered) in 0.010381288 sec., 841321.4237000264 rows/sec., 56.78 MiB/sec. | ||
| 3868 | 2025.04.28 18:12:26.747642 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3869 | 2025.04.28 18:12:26.748204 [ 263 ] {39f361b2-1d85-4bc0-970c-2223b6d468be} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3870 | 2025.04.28 18:12:26.748264 [ 263 ] {39f361b2-1d85-4bc0-970c-2223b6d468be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3871 | 2025.04.28 18:12:26.748304 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3872 | 2025.04.28 18:12:26.748501 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3873 | 2025.04.28 18:12:26.748688 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
| 3874 | 2025.04.28 18:12:26.748924 [ 263 ] {39f361b2-1d85-4bc0-970c-2223b6d468be} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3875 | 2025.04.28 18:12:26.749168 [ 263 ] {39f361b2-1d85-4bc0-970c-2223b6d468be} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3876 | 2025.04.28 18:12:26.749329 [ 118 ] {} <Debug> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3877 | 2025.04.28 18:12:26.749382 [ 263 ] {39f361b2-1d85-4bc0-970c-2223b6d468be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002568 sec., 23364.48598130841 rows/sec., 1.57 MiB/sec. | ||
| 3878 | 2025.04.28 18:12:26.749407 [ 118 ] {} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3879 | 2025.04.28 18:12:26.749477 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3880 | 2025.04.28 18:12:26.749501 [ 263 ] {39f361b2-1d85-4bc0-970c-2223b6d468be} <Debug> TCPHandler: Processed in 0.002804952 sec. | ||
| 3881 | 2025.04.28 18:12:26.749759 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 3882 | 2025.04.28 18:12:26.750008 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3883 | 2025.04.28 18:12:26.750040 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1192 rows starting from the beginning of the part | ||
| 3884 | 2025.04.28 18:12:26.750146 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
| 3885 | 2025.04.28 18:12:26.750365 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 3886 | 2025.04.28 18:12:26.750472 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part | ||
| 3887 | 2025.04.28 18:12:26.750643 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 48 rows starting from the beginning of the part | ||
| 3888 | 2025.04.28 18:12:26.750739 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 3889 | 2025.04.28 18:12:26.751915 [ 199 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1476 rows, containing 4 columns (4 merged, 0 gathered) in 0.002317805 sec., 636809.3950957911 rows/sec., 41.72 MiB/sec. | ||
| 3890 | 2025.04.28 18:12:26.752126 [ 197 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3891 | 2025.04.28 18:12:26.752478 [ 197 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_26_5} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3892 | 2025.04.28 18:12:26.752555 [ 197 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_26_5} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3893 | 2025.04.28 18:12:26.752624 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 3894 | 2025.04.28 18:12:30.359846 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3895 | 2025.04.28 18:12:30.359950 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3896 | 2025.04.28 18:12:30.452826 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3897 | 2025.04.28 18:12:30.453471 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3898 | 2025.04.28 18:12:30.453522 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3899 | 2025.04.28 18:12:30.454058 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3900 | 2025.04.28 18:12:30.454352 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3901 | 2025.04.28 18:12:30.454611 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3902 | 2025.04.28 18:12:30.987279 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3903 | 2025.04.28 18:12:31.008838 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3904 | 2025.04.28 18:12:31.008908 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3905 | 2025.04.28 18:12:31.017003 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3906 | 2025.04.28 18:12:31.017779 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3907 | 2025.04.28 18:12:31.021100 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3908 | 2025.04.28 18:12:31.728099 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3909 | 2025.04.28 18:12:31.728275 [ 263 ] {371f2f1c-9813-4cc2-8bc5-3521a73c8476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3910 | 2025.04.28 18:12:31.728344 [ 263 ] {371f2f1c-9813-4cc2-8bc5-3521a73c8476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3911 | 2025.04.28 18:12:31.729187 [ 263 ] {371f2f1c-9813-4cc2-8bc5-3521a73c8476} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3912 | 2025.04.28 18:12:31.729229 [ 263 ] {371f2f1c-9813-4cc2-8bc5-3521a73c8476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3913 | 2025.04.28 18:12:31.729655 [ 263 ] {371f2f1c-9813-4cc2-8bc5-3521a73c8476} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3914 | 2025.04.28 18:12:31.729907 [ 263 ] {371f2f1c-9813-4cc2-8bc5-3521a73c8476} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3915 | 2025.04.28 18:12:31.730099 [ 263 ] {371f2f1c-9813-4cc2-8bc5-3521a73c8476} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001873 sec., 113187.39989321942 rows/sec., 7.20 MiB/sec. | ||
| 3916 | 2025.04.28 18:12:31.730202 [ 263 ] {371f2f1c-9813-4cc2-8bc5-3521a73c8476} <Debug> TCPHandler: Processed in 0.002229204 sec. | ||
| 3917 | 2025.04.28 18:12:31.730336 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3918 | 2025.04.28 18:12:31.730439 [ 263 ] {faa12e40-755b-4880-9faf-c1ae3c615d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3919 | 2025.04.28 18:12:31.730487 [ 263 ] {faa12e40-755b-4880-9faf-c1ae3c615d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3920 | 2025.04.28 18:12:31.731317 [ 263 ] {faa12e40-755b-4880-9faf-c1ae3c615d3f} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3921 | 2025.04.28 18:12:31.731353 [ 263 ] {faa12e40-755b-4880-9faf-c1ae3c615d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3922 | 2025.04.28 18:12:31.731742 [ 263 ] {faa12e40-755b-4880-9faf-c1ae3c615d3f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3923 | 2025.04.28 18:12:31.731992 [ 263 ] {faa12e40-755b-4880-9faf-c1ae3c615d3f} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3924 | 2025.04.28 18:12:31.732171 [ 263 ] {faa12e40-755b-4880-9faf-c1ae3c615d3f} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.00175 sec., 392571.4285714286 rows/sec., 31.27 MiB/sec. | ||
| 3925 | 2025.04.28 18:12:31.732245 [ 263 ] {faa12e40-755b-4880-9faf-c1ae3c615d3f} <Debug> TCPHandler: Processed in 0.00195909 sec. | ||
| 3926 | 2025.04.28 18:12:31.732476 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3927 | 2025.04.28 18:12:31.732590 [ 263 ] {ae4dbbca-e7e0-46a2-afa6-7d971db27c7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3928 | 2025.04.28 18:12:31.732636 [ 263 ] {ae4dbbca-e7e0-46a2-afa6-7d971db27c7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3929 | 2025.04.28 18:12:31.733194 [ 263 ] {ae4dbbca-e7e0-46a2-afa6-7d971db27c7d} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3930 | 2025.04.28 18:12:31.733231 [ 263 ] {ae4dbbca-e7e0-46a2-afa6-7d971db27c7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3931 | 2025.04.28 18:12:31.733575 [ 263 ] {ae4dbbca-e7e0-46a2-afa6-7d971db27c7d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3932 | 2025.04.28 18:12:31.733827 [ 263 ] {ae4dbbca-e7e0-46a2-afa6-7d971db27c7d} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3933 | 2025.04.28 18:12:31.733945 [ 108 ] {} <Debug> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3934 | 2025.04.28 18:12:31.733990 [ 108 ] {} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3935 | 2025.04.28 18:12:31.733999 [ 263 ] {ae4dbbca-e7e0-46a2-afa6-7d971db27c7d} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001429 sec., 98670.39888033591 rows/sec., 6.16 MiB/sec. | ||
| 3936 | 2025.04.28 18:12:31.734015 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3937 | 2025.04.28 18:12:31.734101 [ 263 ] {ae4dbbca-e7e0-46a2-afa6-7d971db27c7d} <Debug> TCPHandler: Processed in 0.001707116 sec. | ||
| 3938 | 2025.04.28 18:12:31.734490 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3939 | 2025.04.28 18:12:31.734517 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::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 | ||
| 3940 | 2025.04.28 18:12:31.734702 [ 263 ] {7d780e27-4e12-4a48-8fa0-67eb0b50610f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3941 | 2025.04.28 18:12:31.734817 [ 263 ] {7d780e27-4e12-4a48-8fa0-67eb0b50610f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3942 | 2025.04.28 18:12:31.734855 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3943 | 2025.04.28 18:12:31.734961 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 158 rows starting from the beginning of the part | ||
| 3944 | 2025.04.28 18:12:31.735243 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 141 rows starting from the beginning of the part | ||
| 3945 | 2025.04.28 18:12:31.735585 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 3 rows starting from the beginning of the part | ||
| 3946 | 2025.04.28 18:12:31.735943 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 141 rows starting from the beginning of the part | ||
| 3947 | 2025.04.28 18:12:31.736320 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 3948 | 2025.04.28 18:12:31.736648 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 141 rows starting from the beginning of the part | ||
| 3949 | 2025.04.28 18:12:31.737532 [ 263 ] {7d780e27-4e12-4a48-8fa0-67eb0b50610f} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3950 | 2025.04.28 18:12:31.737589 [ 263 ] {7d780e27-4e12-4a48-8fa0-67eb0b50610f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3951 | 2025.04.28 18:12:31.738600 [ 263 ] {7d780e27-4e12-4a48-8fa0-67eb0b50610f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3952 | 2025.04.28 18:12:31.739156 [ 263 ] {7d780e27-4e12-4a48-8fa0-67eb0b50610f} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3953 | 2025.04.28 18:12:31.739635 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 5 columns (5 merged, 0 gathered) in 0.005491913 sec., 107066.51762327626 rows/sec., 7.13 MiB/sec. | ||
| 3954 | 2025.04.28 18:12:31.739694 [ 263 ] {7d780e27-4e12-4a48-8fa0-67eb0b50610f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005051 sec., 22371.80756285884 rows/sec., 1.45 MiB/sec. | ||
| 3955 | 2025.04.28 18:12:31.739815 [ 263 ] {7d780e27-4e12-4a48-8fa0-67eb0b50610f} <Debug> TCPHandler: Processed in 0.005453293 sec. | ||
| 3956 | 2025.04.28 18:12:31.739954 [ 199 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3957 | 2025.04.28 18:12:31.739973 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3958 | 2025.04.28 18:12:31.740120 [ 263 ] {917def17-ebd7-455a-99a7-aa7e3f2acd6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3959 | 2025.04.28 18:12:31.740209 [ 263 ] {917def17-ebd7-455a-99a7-aa7e3f2acd6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3960 | 2025.04.28 18:12:31.740621 [ 199 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_16_3} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3961 | 2025.04.28 18:12:31.740886 [ 199 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_16_3} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3962 | 2025.04.28 18:12:31.741024 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3963 | 2025.04.28 18:12:31.741267 [ 263 ] {917def17-ebd7-455a-99a7-aa7e3f2acd6d} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3964 | 2025.04.28 18:12:31.741310 [ 263 ] {917def17-ebd7-455a-99a7-aa7e3f2acd6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3965 | 2025.04.28 18:12:31.741671 [ 263 ] {917def17-ebd7-455a-99a7-aa7e3f2acd6d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3966 | 2025.04.28 18:12:31.741923 [ 263 ] {917def17-ebd7-455a-99a7-aa7e3f2acd6d} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3967 | 2025.04.28 18:12:31.742110 [ 263 ] {917def17-ebd7-455a-99a7-aa7e3f2acd6d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002013 sec., 55638.35072031793 rows/sec., 3.17 MiB/sec. | ||
| 3968 | 2025.04.28 18:12:31.742168 [ 263 ] {917def17-ebd7-455a-99a7-aa7e3f2acd6d} <Debug> TCPHandler: Processed in 0.002261635 sec. | ||
| 3969 | 2025.04.28 18:12:31.742298 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3970 | 2025.04.28 18:12:31.742403 [ 263 ] {7a9b29f8-2c3a-49ed-9551-de24573015bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3971 | 2025.04.28 18:12:31.742449 [ 263 ] {7a9b29f8-2c3a-49ed-9551-de24573015bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3972 | 2025.04.28 18:12:31.743132 [ 263 ] {7a9b29f8-2c3a-49ed-9551-de24573015bd} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3973 | 2025.04.28 18:12:31.743168 [ 263 ] {7a9b29f8-2c3a-49ed-9551-de24573015bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3974 | 2025.04.28 18:12:31.743553 [ 263 ] {7a9b29f8-2c3a-49ed-9551-de24573015bd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3975 | 2025.04.28 18:12:31.743807 [ 263 ] {7a9b29f8-2c3a-49ed-9551-de24573015bd} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3976 | 2025.04.28 18:12:31.744010 [ 263 ] {7a9b29f8-2c3a-49ed-9551-de24573015bd} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001619 sec., 257566.39901173563 rows/sec., 18.33 MiB/sec. | ||
| 3977 | 2025.04.28 18:12:31.744115 [ 263 ] {7a9b29f8-2c3a-49ed-9551-de24573015bd} <Debug> TCPHandler: Processed in 0.001862078 sec. | ||
| 3978 | 2025.04.28 18:12:31.744334 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3979 | 2025.04.28 18:12:31.744440 [ 263 ] {7fb15cd9-ed78-4171-ba7d-9e860c68b1ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3980 | 2025.04.28 18:12:31.744488 [ 263 ] {7fb15cd9-ed78-4171-ba7d-9e860c68b1ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3981 | 2025.04.28 18:12:31.744933 [ 263 ] {7fb15cd9-ed78-4171-ba7d-9e860c68b1ac} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3982 | 2025.04.28 18:12:31.744973 [ 263 ] {7fb15cd9-ed78-4171-ba7d-9e860c68b1ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3983 | 2025.04.28 18:12:31.745357 [ 263 ] {7fb15cd9-ed78-4171-ba7d-9e860c68b1ac} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3984 | 2025.04.28 18:12:31.745609 [ 263 ] {7fb15cd9-ed78-4171-ba7d-9e860c68b1ac} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3985 | 2025.04.28 18:12:31.745832 [ 263 ] {7fb15cd9-ed78-4171-ba7d-9e860c68b1ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001413 sec., 4246.284501061571 rows/sec., 221.85 KiB/sec. | ||
| 3986 | 2025.04.28 18:12:31.746012 [ 263 ] {7fb15cd9-ed78-4171-ba7d-9e860c68b1ac} <Debug> TCPHandler: Processed in 0.001742646 sec. | ||
| 3987 | 2025.04.28 18:12:31.746147 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3988 | 2025.04.28 18:12:31.746255 [ 263 ] {9657b9e0-0c73-4b05-9c07-edc291566d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3989 | 2025.04.28 18:12:31.746304 [ 263 ] {9657b9e0-0c73-4b05-9c07-edc291566d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3990 | 2025.04.28 18:12:31.746838 [ 263 ] {9657b9e0-0c73-4b05-9c07-edc291566d75} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3991 | 2025.04.28 18:12:31.746875 [ 263 ] {9657b9e0-0c73-4b05-9c07-edc291566d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3992 | 2025.04.28 18:12:31.747253 [ 263 ] {9657b9e0-0c73-4b05-9c07-edc291566d75} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3993 | 2025.04.28 18:12:31.747488 [ 263 ] {9657b9e0-0c73-4b05-9c07-edc291566d75} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3994 | 2025.04.28 18:12:31.747651 [ 263 ] {9657b9e0-0c73-4b05-9c07-edc291566d75} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00142 sec., 166901.4084507042 rows/sec., 11.19 MiB/sec. | ||
| 3995 | 2025.04.28 18:12:31.747703 [ 263 ] {9657b9e0-0c73-4b05-9c07-edc291566d75} <Debug> TCPHandler: Processed in 0.001607355 sec. | ||
| 3996 | 2025.04.28 18:12:31.747828 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3997 | 2025.04.28 18:12:31.747932 [ 263 ] {fe2a4615-ae4a-4519-83cb-c84dafa1e5bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3998 | 2025.04.28 18:12:31.747979 [ 263 ] {fe2a4615-ae4a-4519-83cb-c84dafa1e5bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3999 | 2025.04.28 18:12:31.748386 [ 263 ] {fe2a4615-ae4a-4519-83cb-c84dafa1e5bd} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4000 | 2025.04.28 18:12:31.748423 [ 263 ] {fe2a4615-ae4a-4519-83cb-c84dafa1e5bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4001 | 2025.04.28 18:12:31.748763 [ 263 ] {fe2a4615-ae4a-4519-83cb-c84dafa1e5bd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4002 | 2025.04.28 18:12:31.749003 [ 263 ] {fe2a4615-ae4a-4519-83cb-c84dafa1e5bd} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4003 | 2025.04.28 18:12:31.749172 [ 263 ] {fe2a4615-ae4a-4519-83cb-c84dafa1e5bd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001263 sec., 791.7656373713381 rows/sec., 53.35 KiB/sec. | ||
| 4004 | 2025.04.28 18:12:31.749221 [ 263 ] {fe2a4615-ae4a-4519-83cb-c84dafa1e5bd} <Debug> TCPHandler: Processed in 0.001448002 sec. | ||
| 4005 | 2025.04.28 18:12:31.749343 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4006 | 2025.04.28 18:12:31.749447 [ 263 ] {9f50f803-94dc-45a3-acbc-5a91c497e311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4007 | 2025.04.28 18:12:31.749511 [ 263 ] {9f50f803-94dc-45a3-acbc-5a91c497e311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4008 | 2025.04.28 18:12:31.750706 [ 263 ] {9f50f803-94dc-45a3-acbc-5a91c497e311} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4009 | 2025.04.28 18:12:31.750746 [ 263 ] {9f50f803-94dc-45a3-acbc-5a91c497e311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4010 | 2025.04.28 18:12:31.751403 [ 263 ] {9f50f803-94dc-45a3-acbc-5a91c497e311} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4011 | 2025.04.28 18:12:31.751669 [ 263 ] {9f50f803-94dc-45a3-acbc-5a91c497e311} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4012 | 2025.04.28 18:12:31.751931 [ 263 ] {9f50f803-94dc-45a3-acbc-5a91c497e311} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002493 sec., 14039.310068190935 rows/sec., 25.16 MiB/sec. | ||
| 4013 | 2025.04.28 18:12:31.752328 [ 263 ] {9f50f803-94dc-45a3-acbc-5a91c497e311} <Debug> TCPHandler: Processed in 0.003035456 sec. | ||
| 4014 | 2025.04.28 18:12:31.752467 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4015 | 2025.04.28 18:12:31.752574 [ 263 ] {f602861e-e82b-4486-9421-e4e5bd05865c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4016 | 2025.04.28 18:12:31.752621 [ 263 ] {f602861e-e82b-4486-9421-e4e5bd05865c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4017 | 2025.04.28 18:12:31.753070 [ 263 ] {f602861e-e82b-4486-9421-e4e5bd05865c} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4018 | 2025.04.28 18:12:31.753109 [ 263 ] {f602861e-e82b-4486-9421-e4e5bd05865c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4019 | 2025.04.28 18:12:31.753472 [ 263 ] {f602861e-e82b-4486-9421-e4e5bd05865c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4020 | 2025.04.28 18:12:31.753711 [ 263 ] {f602861e-e82b-4486-9421-e4e5bd05865c} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4021 | 2025.04.28 18:12:31.753877 [ 263 ] {f602861e-e82b-4486-9421-e4e5bd05865c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001326 sec., 61840.12066365008 rows/sec., 3.93 MiB/sec. | ||
| 4022 | 2025.04.28 18:12:31.753925 [ 263 ] {f602861e-e82b-4486-9421-e4e5bd05865c} <Debug> TCPHandler: Processed in 0.001510093 sec. | ||
| 4023 | 2025.04.28 18:12:35.486458 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 568 | ||
| 4024 | 2025.04.28 18:12:35.489726 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4025 | 2025.04.28 18:12:35.489774 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4026 | 2025.04.28 18:12:35.491206 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4027 | 2025.04.28 18:12:35.491527 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4028 | 2025.04.28 18:12:35.492104 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 568 | ||
| 4029 | 2025.04.28 18:12:36.722002 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4030 | 2025.04.28 18:12:36.722199 [ 263 ] {d6df9e3c-2ba9-4201-be0f-e91605c233ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4031 | 2025.04.28 18:12:36.722280 [ 263 ] {d6df9e3c-2ba9-4201-be0f-e91605c233ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4032 | 2025.04.28 18:12:36.723040 [ 263 ] {d6df9e3c-2ba9-4201-be0f-e91605c233ad} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4033 | 2025.04.28 18:12:36.723105 [ 263 ] {d6df9e3c-2ba9-4201-be0f-e91605c233ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4034 | 2025.04.28 18:12:36.723533 [ 263 ] {d6df9e3c-2ba9-4201-be0f-e91605c233ad} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4035 | 2025.04.28 18:12:36.723813 [ 263 ] {d6df9e3c-2ba9-4201-be0f-e91605c233ad} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4036 | 2025.04.28 18:12:36.724064 [ 263 ] {d6df9e3c-2ba9-4201-be0f-e91605c233ad} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001906 sec., 4197.271773347325 rows/sec., 342.26 KiB/sec. | ||
| 4037 | 2025.04.28 18:12:36.724245 [ 263 ] {d6df9e3c-2ba9-4201-be0f-e91605c233ad} <Debug> TCPHandler: Processed in 0.002373327 sec. | ||
| 4038 | 2025.04.28 18:12:36.724402 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4039 | 2025.04.28 18:12:36.724516 [ 263 ] {fbf1f437-47bf-48d9-ae12-1792be6645dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4040 | 2025.04.28 18:12:36.724568 [ 263 ] {fbf1f437-47bf-48d9-ae12-1792be6645dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4041 | 2025.04.28 18:12:36.725185 [ 263 ] {fbf1f437-47bf-48d9-ae12-1792be6645dd} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4042 | 2025.04.28 18:12:36.725230 [ 263 ] {fbf1f437-47bf-48d9-ae12-1792be6645dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4043 | 2025.04.28 18:12:36.725610 [ 263 ] {fbf1f437-47bf-48d9-ae12-1792be6645dd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4044 | 2025.04.28 18:12:36.725855 [ 263 ] {fbf1f437-47bf-48d9-ae12-1792be6645dd} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4045 | 2025.04.28 18:12:36.726094 [ 263 ] {fbf1f437-47bf-48d9-ae12-1792be6645dd} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.0016 sec., 42500 rows/sec., 3.35 MiB/sec. | ||
| 4046 | 2025.04.28 18:12:36.726184 [ 263 ] {fbf1f437-47bf-48d9-ae12-1792be6645dd} <Debug> TCPHandler: Processed in 0.001834348 sec. | ||
| 4047 | 2025.04.28 18:12:36.726418 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4048 | 2025.04.28 18:12:36.726527 [ 263 ] {7b9bcaf9-5e1a-4ef1-bb4a-47b568707510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4049 | 2025.04.28 18:12:36.726577 [ 263 ] {7b9bcaf9-5e1a-4ef1-bb4a-47b568707510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4050 | 2025.04.28 18:12:36.727111 [ 263 ] {7b9bcaf9-5e1a-4ef1-bb4a-47b568707510} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4051 | 2025.04.28 18:12:36.727151 [ 263 ] {7b9bcaf9-5e1a-4ef1-bb4a-47b568707510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4052 | 2025.04.28 18:12:36.727598 [ 263 ] {7b9bcaf9-5e1a-4ef1-bb4a-47b568707510} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4053 | 2025.04.28 18:12:36.727909 [ 263 ] {7b9bcaf9-5e1a-4ef1-bb4a-47b568707510} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4054 | 2025.04.28 18:12:36.728115 [ 263 ] {7b9bcaf9-5e1a-4ef1-bb4a-47b568707510} <Debug> executeQuery: Read 12 rows, 880.00 B in 0.001611 sec., 7448.7895716945995 rows/sec., 533.44 KiB/sec. | ||
| 4055 | 2025.04.28 18:12:36.728171 [ 263 ] {7b9bcaf9-5e1a-4ef1-bb4a-47b568707510} <Debug> TCPHandler: Processed in 0.001834568 sec. | ||
| 4056 | 2025.04.28 18:12:36.728287 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4057 | 2025.04.28 18:12:36.728394 [ 263 ] {f03ca699-28cf-4a07-85a1-24696365ab49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4058 | 2025.04.28 18:12:36.728443 [ 263 ] {f03ca699-28cf-4a07-85a1-24696365ab49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4059 | 2025.04.28 18:12:36.728992 [ 263 ] {f03ca699-28cf-4a07-85a1-24696365ab49} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4060 | 2025.04.28 18:12:36.729033 [ 263 ] {f03ca699-28cf-4a07-85a1-24696365ab49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4061 | 2025.04.28 18:12:36.729396 [ 263 ] {f03ca699-28cf-4a07-85a1-24696365ab49} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4062 | 2025.04.28 18:12:36.729648 [ 263 ] {f03ca699-28cf-4a07-85a1-24696365ab49} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4063 | 2025.04.28 18:12:36.729852 [ 263 ] {f03ca699-28cf-4a07-85a1-24696365ab49} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.00148 sec., 51351.35135135135 rows/sec., 4.02 MiB/sec. | ||
| 4064 | 2025.04.28 18:12:36.729955 [ 263 ] {f03ca699-28cf-4a07-85a1-24696365ab49} <Debug> TCPHandler: Processed in 0.001719257 sec. | ||
| 4065 | 2025.04.28 18:12:36.730170 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4066 | 2025.04.28 18:12:36.730283 [ 263 ] {ae291a8d-7ec5-4f1a-88dd-b5cf3bef4f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4067 | 2025.04.28 18:12:36.730334 [ 263 ] {ae291a8d-7ec5-4f1a-88dd-b5cf3bef4f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4068 | 2025.04.28 18:12:36.730874 [ 263 ] {ae291a8d-7ec5-4f1a-88dd-b5cf3bef4f4b} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4069 | 2025.04.28 18:12:36.730914 [ 263 ] {ae291a8d-7ec5-4f1a-88dd-b5cf3bef4f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4070 | 2025.04.28 18:12:36.731295 [ 263 ] {ae291a8d-7ec5-4f1a-88dd-b5cf3bef4f4b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4071 | 2025.04.28 18:12:36.731536 [ 263 ] {ae291a8d-7ec5-4f1a-88dd-b5cf3bef4f4b} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4072 | 2025.04.28 18:12:36.731734 [ 263 ] {ae291a8d-7ec5-4f1a-88dd-b5cf3bef4f4b} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001475 sec., 111186.44067796611 rows/sec., 7.74 MiB/sec. | ||
| 4073 | 2025.04.28 18:12:36.731787 [ 263 ] {ae291a8d-7ec5-4f1a-88dd-b5cf3bef4f4b} <Debug> TCPHandler: Processed in 0.001700926 sec. | ||
| 4074 | 2025.04.28 18:12:36.731901 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4075 | 2025.04.28 18:12:36.732006 [ 263 ] {92c2480a-3a78-4321-a351-f33b0f473b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4076 | 2025.04.28 18:12:36.732076 [ 263 ] {92c2480a-3a78-4321-a351-f33b0f473b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4077 | 2025.04.28 18:12:36.733082 [ 263 ] {92c2480a-3a78-4321-a351-f33b0f473b03} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4078 | 2025.04.28 18:12:36.733124 [ 263 ] {92c2480a-3a78-4321-a351-f33b0f473b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4079 | 2025.04.28 18:12:36.733733 [ 263 ] {92c2480a-3a78-4321-a351-f33b0f473b03} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4080 | 2025.04.28 18:12:36.734011 [ 263 ] {92c2480a-3a78-4321-a351-f33b0f473b03} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4081 | 2025.04.28 18:12:36.734216 [ 105 ] {} <Debug> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4082 | 2025.04.28 18:12:36.734277 [ 263 ] {92c2480a-3a78-4321-a351-f33b0f473b03} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002289 sec., 1747.4879860200963 rows/sec., 3.13 MiB/sec. | ||
| 4083 | 2025.04.28 18:12:36.734297 [ 105 ] {} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4084 | 2025.04.28 18:12:36.734368 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4085 | 2025.04.28 18:12:36.734696 [ 263 ] {92c2480a-3a78-4321-a351-f33b0f473b03} <Debug> TCPHandler: Processed in 0.002842964 sec. | ||
| 4086 | 2025.04.28 18:12:36.734712 [ 194 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::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 | ||
| 4087 | 2025.04.28 18:12:36.734887 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4088 | 2025.04.28 18:12:36.735143 [ 263 ] {f76a9824-4ae3-48b0-bc21-b3f902d995a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4089 | 2025.04.28 18:12:36.735259 [ 263 ] {f76a9824-4ae3-48b0-bc21-b3f902d995a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4090 | 2025.04.28 18:12:36.735492 [ 194 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4091 | 2025.04.28 18:12:36.735763 [ 194 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 289 rows starting from the beginning of the part | ||
| 4092 | 2025.04.28 18:12:36.736454 [ 194 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 3 rows starting from the beginning of the part | ||
| 4093 | 2025.04.28 18:12:36.737272 [ 194 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 35 rows starting from the beginning of the part | ||
| 4094 | 2025.04.28 18:12:36.737413 [ 263 ] {f76a9824-4ae3-48b0-bc21-b3f902d995a3} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4095 | 2025.04.28 18:12:36.737558 [ 263 ] {f76a9824-4ae3-48b0-bc21-b3f902d995a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4096 | 2025.04.28 18:12:36.737964 [ 194 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 4097 | 2025.04.28 18:12:36.738637 [ 194 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 35 rows starting from the beginning of the part | ||
| 4098 | 2025.04.28 18:12:36.739274 [ 194 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 4099 | 2025.04.28 18:12:36.739320 [ 263 ] {f76a9824-4ae3-48b0-bc21-b3f902d995a3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4100 | 2025.04.28 18:12:36.740114 [ 263 ] {f76a9824-4ae3-48b0-bc21-b3f902d995a3} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4101 | 2025.04.28 18:12:36.740691 [ 263 ] {f76a9824-4ae3-48b0-bc21-b3f902d995a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005632 sec., 10653.409090909092 rows/sec., 735.20 KiB/sec. | ||
| 4102 | 2025.04.28 18:12:36.740839 [ 263 ] {f76a9824-4ae3-48b0-bc21-b3f902d995a3} <Debug> TCPHandler: Processed in 0.006012832 sec. | ||
| 4103 | 2025.04.28 18:12:36.743858 [ 199 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 370 rows, containing 19 columns (19 merged, 0 gathered) in 0.009343342 sec., 39600.39138030054 rows/sec., 70.96 MiB/sec. | ||
| 4104 | 2025.04.28 18:12:36.744478 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4105 | 2025.04.28 18:12:36.744951 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4106 | 2025.04.28 18:12:36.745031 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4107 | 2025.04.28 18:12:36.745180 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. | ||
| 4108 | 2025.04.28 18:12:37.954845 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4109 | 2025.04.28 18:12:37.955641 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4110 | 2025.04.28 18:12:37.955698 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4111 | 2025.04.28 18:12:37.956297 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4112 | 2025.04.28 18:12:37.956561 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4113 | 2025.04.28 18:12:37.956808 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4114 | 2025.04.28 18:12:38.521300 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4115 | 2025.04.28 18:12:38.541073 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4116 | 2025.04.28 18:12:38.541139 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4117 | 2025.04.28 18:12:38.548408 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4118 | 2025.04.28 18:12:38.549148 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4119 | 2025.04.28 18:12:38.551776 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4120 | 2025.04.28 18:12:41.728712 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4121 | 2025.04.28 18:12:41.728909 [ 263 ] {fad0e6c9-6d6d-4832-962c-1797c3d698ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4122 | 2025.04.28 18:12:41.728986 [ 263 ] {fad0e6c9-6d6d-4832-962c-1797c3d698ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4123 | 2025.04.28 18:12:41.729805 [ 263 ] {fad0e6c9-6d6d-4832-962c-1797c3d698ec} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4124 | 2025.04.28 18:12:41.729852 [ 263 ] {fad0e6c9-6d6d-4832-962c-1797c3d698ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4125 | 2025.04.28 18:12:41.730313 [ 263 ] {fad0e6c9-6d6d-4832-962c-1797c3d698ec} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4126 | 2025.04.28 18:12:41.730566 [ 263 ] {fad0e6c9-6d6d-4832-962c-1797c3d698ec} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4127 | 2025.04.28 18:12:41.730770 [ 263 ] {fad0e6c9-6d6d-4832-962c-1797c3d698ec} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001912 sec., 110878.6610878661 rows/sec., 7.05 MiB/sec. | ||
| 4128 | 2025.04.28 18:12:41.730836 [ 263 ] {fad0e6c9-6d6d-4832-962c-1797c3d698ec} <Debug> TCPHandler: Processed in 0.002250874 sec. | ||
| 4129 | 2025.04.28 18:12:41.730966 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4130 | 2025.04.28 18:12:41.731080 [ 263 ] {80eea3d4-1594-41aa-bc0e-03e69e5217f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4131 | 2025.04.28 18:12:41.731132 [ 263 ] {80eea3d4-1594-41aa-bc0e-03e69e5217f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4132 | 2025.04.28 18:12:41.731924 [ 263 ] {80eea3d4-1594-41aa-bc0e-03e69e5217f8} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4133 | 2025.04.28 18:12:41.731964 [ 263 ] {80eea3d4-1594-41aa-bc0e-03e69e5217f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4134 | 2025.04.28 18:12:41.732379 [ 263 ] {80eea3d4-1594-41aa-bc0e-03e69e5217f8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4135 | 2025.04.28 18:12:41.732626 [ 263 ] {80eea3d4-1594-41aa-bc0e-03e69e5217f8} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4136 | 2025.04.28 18:12:41.732848 [ 263 ] {80eea3d4-1594-41aa-bc0e-03e69e5217f8} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.001785 sec., 384873.94957983197 rows/sec., 30.66 MiB/sec. | ||
| 4137 | 2025.04.28 18:12:41.733040 [ 263 ] {80eea3d4-1594-41aa-bc0e-03e69e5217f8} <Debug> TCPHandler: Processed in 0.002124662 sec. | ||
| 4138 | 2025.04.28 18:12:41.733247 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4139 | 2025.04.28 18:12:41.733362 [ 263 ] {7e6430d0-5c32-42a8-8ed5-1168f8b01051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4140 | 2025.04.28 18:12:41.733412 [ 263 ] {7e6430d0-5c32-42a8-8ed5-1168f8b01051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4141 | 2025.04.28 18:12:41.733998 [ 263 ] {7e6430d0-5c32-42a8-8ed5-1168f8b01051} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4142 | 2025.04.28 18:12:41.734040 [ 263 ] {7e6430d0-5c32-42a8-8ed5-1168f8b01051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4143 | 2025.04.28 18:12:41.734405 [ 263 ] {7e6430d0-5c32-42a8-8ed5-1168f8b01051} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4144 | 2025.04.28 18:12:41.734667 [ 263 ] {7e6430d0-5c32-42a8-8ed5-1168f8b01051} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4145 | 2025.04.28 18:12:41.734876 [ 263 ] {7e6430d0-5c32-42a8-8ed5-1168f8b01051} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001537 sec., 91737.15029277814 rows/sec., 5.73 MiB/sec. | ||
| 4146 | 2025.04.28 18:12:41.734989 [ 263 ] {7e6430d0-5c32-42a8-8ed5-1168f8b01051} <Debug> TCPHandler: Processed in 0.001809027 sec. | ||
| 4147 | 2025.04.28 18:12:41.735112 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4148 | 2025.04.28 18:12:41.735219 [ 263 ] {ac329804-8ba7-4c30-a4ad-d7900ad0d230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4149 | 2025.04.28 18:12:41.735266 [ 263 ] {ac329804-8ba7-4c30-a4ad-d7900ad0d230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4150 | 2025.04.28 18:12:41.735803 [ 263 ] {ac329804-8ba7-4c30-a4ad-d7900ad0d230} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4151 | 2025.04.28 18:12:41.735844 [ 263 ] {ac329804-8ba7-4c30-a4ad-d7900ad0d230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4152 | 2025.04.28 18:12:41.736206 [ 263 ] {ac329804-8ba7-4c30-a4ad-d7900ad0d230} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4153 | 2025.04.28 18:12:41.736446 [ 263 ] {ac329804-8ba7-4c30-a4ad-d7900ad0d230} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4154 | 2025.04.28 18:12:41.736570 [ 100 ] {} <Debug> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4155 | 2025.04.28 18:12:41.736617 [ 100 ] {} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4156 | 2025.04.28 18:12:41.736627 [ 263 ] {ac329804-8ba7-4c30-a4ad-d7900ad0d230} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001429 sec., 79076.27711686495 rows/sec., 5.12 MiB/sec. | ||
| 4157 | 2025.04.28 18:12:41.736643 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4158 | 2025.04.28 18:12:41.736725 [ 263 ] {ac329804-8ba7-4c30-a4ad-d7900ad0d230} <Debug> TCPHandler: Processed in 0.001663466 sec. | ||
| 4159 | 2025.04.28 18:12:41.736896 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::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 | ||
| 4160 | 2025.04.28 18:12:41.736927 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4161 | 2025.04.28 18:12:41.737149 [ 263 ] {f2c3eea2-1654-4858-996e-5b955d900c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4162 | 2025.04.28 18:12:41.737168 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4163 | 2025.04.28 18:12:41.737239 [ 263 ] {f2c3eea2-1654-4858-996e-5b955d900c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4164 | 2025.04.28 18:12:41.737246 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 342 rows starting from the beginning of the part | ||
| 4165 | 2025.04.28 18:12:41.737532 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part | ||
| 4166 | 2025.04.28 18:12:41.737926 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part | ||
| 4167 | 2025.04.28 18:12:41.738235 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 341 rows starting from the beginning of the part | ||
| 4168 | 2025.04.28 18:12:41.738585 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part | ||
| 4169 | 2025.04.28 18:12:41.738964 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part | ||
| 4170 | 2025.04.28 18:12:41.739996 [ 263 ] {f2c3eea2-1654-4858-996e-5b955d900c89} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4171 | 2025.04.28 18:12:41.740081 [ 263 ] {f2c3eea2-1654-4858-996e-5b955d900c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4172 | 2025.04.28 18:12:41.741082 [ 263 ] {f2c3eea2-1654-4858-996e-5b955d900c89} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4173 | 2025.04.28 18:12:41.741558 [ 263 ] {f2c3eea2-1654-4858-996e-5b955d900c89} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4174 | 2025.04.28 18:12:41.742075 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.005328061 sec., 213023.08663508168 rows/sec., 14.86 MiB/sec. | ||
| 4175 | 2025.04.28 18:12:41.742087 [ 263 ] {f2c3eea2-1654-4858-996e-5b955d900c89} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005013 sec., 22341.91103131857 rows/sec., 1.27 MiB/sec. | ||
| 4176 | 2025.04.28 18:12:41.742254 [ 263 ] {f2c3eea2-1654-4858-996e-5b955d900c89} <Debug> TCPHandler: Processed in 0.005384552 sec. | ||
| 4177 | 2025.04.28 18:12:41.742348 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4178 | 2025.04.28 18:12:41.742430 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4179 | 2025.04.28 18:12:41.742606 [ 263 ] {89802ac4-0930-4024-b7c8-e8369c17f26e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4180 | 2025.04.28 18:12:41.742676 [ 263 ] {89802ac4-0930-4024-b7c8-e8369c17f26e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4181 | 2025.04.28 18:12:41.742815 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_11_2} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4182 | 2025.04.28 18:12:41.743014 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_11_2} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4183 | 2025.04.28 18:12:41.743192 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 4184 | 2025.04.28 18:12:41.743721 [ 263 ] {89802ac4-0930-4024-b7c8-e8369c17f26e} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4185 | 2025.04.28 18:12:41.743765 [ 263 ] {89802ac4-0930-4024-b7c8-e8369c17f26e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4186 | 2025.04.28 18:12:41.744145 [ 263 ] {89802ac4-0930-4024-b7c8-e8369c17f26e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4187 | 2025.04.28 18:12:41.744399 [ 263 ] {89802ac4-0930-4024-b7c8-e8369c17f26e} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4188 | 2025.04.28 18:12:41.744568 [ 263 ] {89802ac4-0930-4024-b7c8-e8369c17f26e} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.002006 sec., 207876.37088733798 rows/sec., 14.79 MiB/sec. | ||
| 4189 | 2025.04.28 18:12:41.744620 [ 263 ] {89802ac4-0930-4024-b7c8-e8369c17f26e} <Debug> TCPHandler: Processed in 0.002254335 sec. | ||
| 4190 | 2025.04.28 18:12:41.744750 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4191 | 2025.04.28 18:12:41.744855 [ 263 ] {b9a65f81-2b48-4faa-af5a-9ad3e0c6fc85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4192 | 2025.04.28 18:12:41.744902 [ 263 ] {b9a65f81-2b48-4faa-af5a-9ad3e0c6fc85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4193 | 2025.04.28 18:12:41.745320 [ 263 ] {b9a65f81-2b48-4faa-af5a-9ad3e0c6fc85} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4194 | 2025.04.28 18:12:41.745360 [ 263 ] {b9a65f81-2b48-4faa-af5a-9ad3e0c6fc85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4195 | 2025.04.28 18:12:41.745714 [ 263 ] {b9a65f81-2b48-4faa-af5a-9ad3e0c6fc85} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4196 | 2025.04.28 18:12:41.745953 [ 263 ] {b9a65f81-2b48-4faa-af5a-9ad3e0c6fc85} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4197 | 2025.04.28 18:12:41.746078 [ 100 ] {} <Debug> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4198 | 2025.04.28 18:12:41.746117 [ 100 ] {} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4199 | 2025.04.28 18:12:41.746127 [ 263 ] {b9a65f81-2b48-4faa-af5a-9ad3e0c6fc85} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00129 sec., 4651.162790697675 rows/sec., 243.01 KiB/sec. | ||
| 4200 | 2025.04.28 18:12:41.746140 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4201 | 2025.04.28 18:12:41.746223 [ 263 ] {b9a65f81-2b48-4faa-af5a-9ad3e0c6fc85} <Debug> TCPHandler: Processed in 0.001523923 sec. | ||
| 4202 | 2025.04.28 18:12:41.746547 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4203 | 2025.04.28 18:12:41.746634 [ 199 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 4204 | 2025.04.28 18:12:41.746729 [ 263 ] {0d75c8b3-f610-468b-a0b4-c6b00f8cafb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4205 | 2025.04.28 18:12:41.746830 [ 263 ] {0d75c8b3-f610-468b-a0b4-c6b00f8cafb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4206 | 2025.04.28 18:12:41.747064 [ 199 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4207 | 2025.04.28 18:12:41.747167 [ 199 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 4208 | 2025.04.28 18:12:41.747615 [ 199 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 4209 | 2025.04.28 18:12:41.747735 [ 199 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 4210 | 2025.04.28 18:12:41.748166 [ 199 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 4211 | 2025.04.28 18:12:41.748451 [ 199 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 4212 | 2025.04.28 18:12:41.748882 [ 199 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 4213 | 2025.04.28 18:12:41.749136 [ 263 ] {0d75c8b3-f610-468b-a0b4-c6b00f8cafb4} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4214 | 2025.04.28 18:12:41.749240 [ 263 ] {0d75c8b3-f610-468b-a0b4-c6b00f8cafb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4215 | 2025.04.28 18:12:41.750138 [ 263 ] {0d75c8b3-f610-468b-a0b4-c6b00f8cafb4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4216 | 2025.04.28 18:12:41.750727 [ 263 ] {0d75c8b3-f610-468b-a0b4-c6b00f8cafb4} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4217 | 2025.04.28 18:12:41.751377 [ 263 ] {0d75c8b3-f610-468b-a0b4-c6b00f8cafb4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004646 sec., 51011.622901420575 rows/sec., 3.42 MiB/sec. | ||
| 4218 | 2025.04.28 18:12:41.751682 [ 263 ] {0d75c8b3-f610-468b-a0b4-c6b00f8cafb4} <Debug> TCPHandler: Processed in 0.00527048 sec. | ||
| 4219 | 2025.04.28 18:12:41.752078 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4220 | 2025.04.28 18:12:41.752085 [ 186 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005842669 sec., 11296.20726418012 rows/sec., 590.18 KiB/sec. | ||
| 4221 | 2025.04.28 18:12:41.752256 [ 263 ] {73394acd-4256-4861-9b1c-17e1062d7dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4222 | 2025.04.28 18:12:41.752292 [ 191 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4223 | 2025.04.28 18:12:41.752355 [ 263 ] {73394acd-4256-4861-9b1c-17e1062d7dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4224 | 2025.04.28 18:12:41.752924 [ 191 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_11_2} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4225 | 2025.04.28 18:12:41.753155 [ 191 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_11_2} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4226 | 2025.04.28 18:12:41.753331 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4227 | 2025.04.28 18:12:41.753407 [ 263 ] {73394acd-4256-4861-9b1c-17e1062d7dd9} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4228 | 2025.04.28 18:12:41.753453 [ 263 ] {73394acd-4256-4861-9b1c-17e1062d7dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4229 | 2025.04.28 18:12:41.753806 [ 263 ] {73394acd-4256-4861-9b1c-17e1062d7dd9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4230 | 2025.04.28 18:12:41.754068 [ 263 ] {73394acd-4256-4861-9b1c-17e1062d7dd9} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4231 | 2025.04.28 18:12:41.754212 [ 100 ] {} <Debug> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4232 | 2025.04.28 18:12:41.754256 [ 263 ] {73394acd-4256-4861-9b1c-17e1062d7dd9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002034 sec., 491.6420845624386 rows/sec., 33.13 KiB/sec. | ||
| 4233 | 2025.04.28 18:12:41.754261 [ 100 ] {} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4234 | 2025.04.28 18:12:41.754325 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4235 | 2025.04.28 18:12:41.754332 [ 263 ] {73394acd-4256-4861-9b1c-17e1062d7dd9} <Debug> TCPHandler: Processed in 0.002348266 sec. | ||
| 4236 | 2025.04.28 18:12:41.754463 [ 200 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::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 | ||
| 4237 | 2025.04.28 18:12:41.754483 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4238 | 2025.04.28 18:12:41.754584 [ 200 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4239 | 2025.04.28 18:12:41.754616 [ 263 ] {03dba28c-f0ee-46e1-bdad-c4e0288796f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4240 | 2025.04.28 18:12:41.754626 [ 200 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part | ||
| 4241 | 2025.04.28 18:12:41.754809 [ 263 ] {03dba28c-f0ee-46e1-bdad-c4e0288796f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4242 | 2025.04.28 18:12:41.754864 [ 200 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 4243 | 2025.04.28 18:12:41.755209 [ 200 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4244 | 2025.04.28 18:12:41.755446 [ 200 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 4245 | 2025.04.28 18:12:41.755669 [ 200 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4246 | 2025.04.28 18:12:41.755867 [ 200 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4247 | 2025.04.28 18:12:41.757643 [ 203 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.0032415 sec., 3701.989819527996 rows/sec., 248.25 KiB/sec. | ||
| 4248 | 2025.04.28 18:12:41.757834 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4249 | 2025.04.28 18:12:41.758436 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_11_2} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4250 | 2025.04.28 18:12:41.758743 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_11_2} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4251 | 2025.04.28 18:12:41.758973 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4252 | 2025.04.28 18:12:41.759277 [ 263 ] {03dba28c-f0ee-46e1-bdad-c4e0288796f8} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4253 | 2025.04.28 18:12:41.759334 [ 263 ] {03dba28c-f0ee-46e1-bdad-c4e0288796f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4254 | 2025.04.28 18:12:41.760108 [ 263 ] {03dba28c-f0ee-46e1-bdad-c4e0288796f8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4255 | 2025.04.28 18:12:41.760376 [ 263 ] {03dba28c-f0ee-46e1-bdad-c4e0288796f8} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4256 | 2025.04.28 18:12:41.760568 [ 263 ] {03dba28c-f0ee-46e1-bdad-c4e0288796f8} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.005982 sec., 5850.885991307255 rows/sec., 10.48 MiB/sec. | ||
| 4257 | 2025.04.28 18:12:41.760688 [ 263 ] {03dba28c-f0ee-46e1-bdad-c4e0288796f8} <Debug> TCPHandler: Processed in 0.006262975 sec. | ||
| 4258 | 2025.04.28 18:12:41.760819 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4259 | 2025.04.28 18:12:41.760926 [ 263 ] {c1f5bb78-aa5e-4dc6-b7bc-19e24899bdd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4260 | 2025.04.28 18:12:41.760973 [ 263 ] {c1f5bb78-aa5e-4dc6-b7bc-19e24899bdd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4261 | 2025.04.28 18:12:41.761402 [ 263 ] {c1f5bb78-aa5e-4dc6-b7bc-19e24899bdd8} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4262 | 2025.04.28 18:12:41.761440 [ 263 ] {c1f5bb78-aa5e-4dc6-b7bc-19e24899bdd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4263 | 2025.04.28 18:12:41.761786 [ 263 ] {c1f5bb78-aa5e-4dc6-b7bc-19e24899bdd8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4264 | 2025.04.28 18:12:41.762023 [ 263 ] {c1f5bb78-aa5e-4dc6-b7bc-19e24899bdd8} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4265 | 2025.04.28 18:12:41.762197 [ 263 ] {c1f5bb78-aa5e-4dc6-b7bc-19e24899bdd8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001294 sec., 63369.397217928905 rows/sec., 4.02 MiB/sec. | ||
| 4266 | 2025.04.28 18:12:41.762249 [ 263 ] {c1f5bb78-aa5e-4dc6-b7bc-19e24899bdd8} <Debug> TCPHandler: Processed in 0.001484673 sec. | ||
| 4267 | 2025.04.28 18:12:45.360214 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4268 | 2025.04.28 18:12:45.360277 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4269 | 2025.04.28 18:12:45.456993 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4270 | 2025.04.28 18:12:45.457588 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4271 | 2025.04.28 18:12:45.457627 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4272 | 2025.04.28 18:12:45.458123 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4273 | 2025.04.28 18:12:45.458388 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4274 | 2025.04.28 18:12:45.458590 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4275 | 2025.04.28 18:12:45.492464 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 604 | ||
| 4276 | 2025.04.28 18:12:45.495835 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4277 | 2025.04.28 18:12:45.495885 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4278 | 2025.04.28 18:12:45.497304 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4279 | 2025.04.28 18:12:45.497605 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4280 | 2025.04.28 18:12:45.498135 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 604 | ||
| 4281 | 2025.04.28 18:12:46.051920 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4282 | 2025.04.28 18:12:46.074598 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4283 | 2025.04.28 18:12:46.074668 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4284 | 2025.04.28 18:12:46.082705 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4285 | 2025.04.28 18:12:46.083501 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4286 | 2025.04.28 18:12:46.086591 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4287 | 2025.04.28 18:12:46.720862 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4288 | 2025.04.28 18:12:46.721051 [ 263 ] {15ed9601-38b1-4e0d-ad5c-d1ddba66da06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4289 | 2025.04.28 18:12:46.721122 [ 263 ] {15ed9601-38b1-4e0d-ad5c-d1ddba66da06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4290 | 2025.04.28 18:12:46.721862 [ 263 ] {15ed9601-38b1-4e0d-ad5c-d1ddba66da06} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4291 | 2025.04.28 18:12:46.721915 [ 263 ] {15ed9601-38b1-4e0d-ad5c-d1ddba66da06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4292 | 2025.04.28 18:12:46.722375 [ 263 ] {15ed9601-38b1-4e0d-ad5c-d1ddba66da06} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4293 | 2025.04.28 18:12:46.722625 [ 263 ] {15ed9601-38b1-4e0d-ad5c-d1ddba66da06} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4294 | 2025.04.28 18:12:46.722879 [ 263 ] {15ed9601-38b1-4e0d-ad5c-d1ddba66da06} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001866 sec., 34297.96355841372 rows/sec., 2.72 MiB/sec. | ||
| 4295 | 2025.04.28 18:12:46.722968 [ 263 ] {15ed9601-38b1-4e0d-ad5c-d1ddba66da06} <Debug> TCPHandler: Processed in 0.002234463 sec. | ||
| 4296 | 2025.04.28 18:12:46.723206 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4297 | 2025.04.28 18:12:46.723321 [ 263 ] {233fb610-4e83-453a-933c-19fb2f2d8517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4298 | 2025.04.28 18:12:46.723369 [ 263 ] {233fb610-4e83-453a-933c-19fb2f2d8517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4299 | 2025.04.28 18:12:46.723889 [ 263 ] {233fb610-4e83-453a-933c-19fb2f2d8517} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4300 | 2025.04.28 18:12:46.723929 [ 263 ] {233fb610-4e83-453a-933c-19fb2f2d8517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4301 | 2025.04.28 18:12:46.724270 [ 263 ] {233fb610-4e83-453a-933c-19fb2f2d8517} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4302 | 2025.04.28 18:12:46.724511 [ 263 ] {233fb610-4e83-453a-933c-19fb2f2d8517} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4303 | 2025.04.28 18:12:46.724712 [ 263 ] {233fb610-4e83-453a-933c-19fb2f2d8517} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001414 sec., 2828.854314002829 rows/sec., 212.72 KiB/sec. | ||
| 4304 | 2025.04.28 18:12:46.724763 [ 263 ] {233fb610-4e83-453a-933c-19fb2f2d8517} <Debug> TCPHandler: Processed in 0.001646225 sec. | ||
| 4305 | 2025.04.28 18:12:46.724881 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4306 | 2025.04.28 18:12:46.724984 [ 263 ] {761897d6-e25f-4e31-aeaa-8b79442377c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4307 | 2025.04.28 18:12:46.725028 [ 263 ] {761897d6-e25f-4e31-aeaa-8b79442377c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4308 | 2025.04.28 18:12:46.725554 [ 263 ] {761897d6-e25f-4e31-aeaa-8b79442377c4} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4309 | 2025.04.28 18:12:46.725593 [ 263 ] {761897d6-e25f-4e31-aeaa-8b79442377c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4310 | 2025.04.28 18:12:46.725953 [ 263 ] {761897d6-e25f-4e31-aeaa-8b79442377c4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4311 | 2025.04.28 18:12:46.726187 [ 263 ] {761897d6-e25f-4e31-aeaa-8b79442377c4} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4312 | 2025.04.28 18:12:46.726392 [ 263 ] {761897d6-e25f-4e31-aeaa-8b79442377c4} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001429 sec., 47585.724282715186 rows/sec., 3.71 MiB/sec. | ||
| 4313 | 2025.04.28 18:12:46.726441 [ 263 ] {761897d6-e25f-4e31-aeaa-8b79442377c4} <Debug> TCPHandler: Processed in 0.001610084 sec. | ||
| 4314 | 2025.04.28 18:12:46.726560 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4315 | 2025.04.28 18:12:46.726663 [ 263 ] {cbfb8387-be8a-4ff7-8c65-5c7bf7a655d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4316 | 2025.04.28 18:12:46.726712 [ 263 ] {cbfb8387-be8a-4ff7-8c65-5c7bf7a655d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4317 | 2025.04.28 18:12:46.727211 [ 263 ] {cbfb8387-be8a-4ff7-8c65-5c7bf7a655d4} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4318 | 2025.04.28 18:12:46.727250 [ 263 ] {cbfb8387-be8a-4ff7-8c65-5c7bf7a655d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4319 | 2025.04.28 18:12:46.727637 [ 263 ] {cbfb8387-be8a-4ff7-8c65-5c7bf7a655d4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4320 | 2025.04.28 18:12:46.727871 [ 263 ] {cbfb8387-be8a-4ff7-8c65-5c7bf7a655d4} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4321 | 2025.04.28 18:12:46.728115 [ 263 ] {cbfb8387-be8a-4ff7-8c65-5c7bf7a655d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001462 sec., 109439.12448700411 rows/sec., 7.62 MiB/sec. | ||
| 4322 | 2025.04.28 18:12:46.728205 [ 263 ] {cbfb8387-be8a-4ff7-8c65-5c7bf7a655d4} <Debug> TCPHandler: Processed in 0.001691276 sec. | ||
| 4323 | 2025.04.28 18:12:46.728441 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4324 | 2025.04.28 18:12:46.728546 [ 263 ] {b36bc75d-e257-455d-bcbb-d4de7827ff6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4325 | 2025.04.28 18:12:46.728620 [ 263 ] {b36bc75d-e257-455d-bcbb-d4de7827ff6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4326 | 2025.04.28 18:12:46.729651 [ 263 ] {b36bc75d-e257-455d-bcbb-d4de7827ff6c} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4327 | 2025.04.28 18:12:46.729690 [ 263 ] {b36bc75d-e257-455d-bcbb-d4de7827ff6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4328 | 2025.04.28 18:12:46.730289 [ 263 ] {b36bc75d-e257-455d-bcbb-d4de7827ff6c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4329 | 2025.04.28 18:12:46.730540 [ 263 ] {b36bc75d-e257-455d-bcbb-d4de7827ff6c} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4330 | 2025.04.28 18:12:46.730848 [ 263 ] {b36bc75d-e257-455d-bcbb-d4de7827ff6c} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002311 sec., 1730.8524448290782 rows/sec., 3.10 MiB/sec. | ||
| 4331 | 2025.04.28 18:12:46.731179 [ 263 ] {b36bc75d-e257-455d-bcbb-d4de7827ff6c} <Debug> TCPHandler: Processed in 0.002823043 sec. | ||
| 4332 | 2025.04.28 18:12:46.731302 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4333 | 2025.04.28 18:12:46.731423 [ 263 ] {90d2aaf3-3009-4b2b-a470-03d3d1d4da29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4334 | 2025.04.28 18:12:46.731469 [ 263 ] {90d2aaf3-3009-4b2b-a470-03d3d1d4da29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4335 | 2025.04.28 18:12:46.731887 [ 263 ] {90d2aaf3-3009-4b2b-a470-03d3d1d4da29} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4336 | 2025.04.28 18:12:46.731926 [ 263 ] {90d2aaf3-3009-4b2b-a470-03d3d1d4da29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4337 | 2025.04.28 18:12:46.732285 [ 263 ] {90d2aaf3-3009-4b2b-a470-03d3d1d4da29} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4338 | 2025.04.28 18:12:46.732528 [ 263 ] {90d2aaf3-3009-4b2b-a470-03d3d1d4da29} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4339 | 2025.04.28 18:12:46.732753 [ 263 ] {90d2aaf3-3009-4b2b-a470-03d3d1d4da29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. | ||
| 4340 | 2025.04.28 18:12:46.732861 [ 263 ] {90d2aaf3-3009-4b2b-a470-03d3d1d4da29} <Debug> TCPHandler: Processed in 0.001608095 sec. | ||
| 4341 | 2025.04.28 18:12:47.141977 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4342 | 2025.04.28 18:12:47.142160 [ 263 ] {648e7284-363a-41a6-9506-24d5e2522262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4343 | 2025.04.28 18:12:47.142231 [ 263 ] {648e7284-363a-41a6-9506-24d5e2522262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4344 | 2025.04.28 18:12:47.143052 [ 263 ] {648e7284-363a-41a6-9506-24d5e2522262} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4345 | 2025.04.28 18:12:47.143101 [ 263 ] {648e7284-363a-41a6-9506-24d5e2522262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4346 | 2025.04.28 18:12:47.143535 [ 263 ] {648e7284-363a-41a6-9506-24d5e2522262} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4347 | 2025.04.28 18:12:47.143779 [ 263 ] {648e7284-363a-41a6-9506-24d5e2522262} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4348 | 2025.04.28 18:12:47.144005 [ 263 ] {648e7284-363a-41a6-9506-24d5e2522262} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001895 sec., 111873.35092348285 rows/sec., 7.12 MiB/sec. | ||
| 4349 | 2025.04.28 18:12:47.144068 [ 263 ] {648e7284-363a-41a6-9506-24d5e2522262} <Debug> TCPHandler: Processed in 0.002217213 sec. | ||
| 4350 | 2025.04.28 18:12:47.144192 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4351 | 2025.04.28 18:12:47.144301 [ 263 ] {7cfbe65b-1628-4b63-ae7e-9d4ce3947847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4352 | 2025.04.28 18:12:47.144359 [ 263 ] {7cfbe65b-1628-4b63-ae7e-9d4ce3947847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4353 | 2025.04.28 18:12:47.144872 [ 263 ] {7cfbe65b-1628-4b63-ae7e-9d4ce3947847} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4354 | 2025.04.28 18:12:47.144912 [ 263 ] {7cfbe65b-1628-4b63-ae7e-9d4ce3947847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4355 | 2025.04.28 18:12:47.145244 [ 263 ] {7cfbe65b-1628-4b63-ae7e-9d4ce3947847} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4356 | 2025.04.28 18:12:47.145493 [ 263 ] {7cfbe65b-1628-4b63-ae7e-9d4ce3947847} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4357 | 2025.04.28 18:12:47.145714 [ 263 ] {7cfbe65b-1628-4b63-ae7e-9d4ce3947847} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001429 sec., 6997.900629811057 rows/sec., 570.63 KiB/sec. | ||
| 4358 | 2025.04.28 18:12:47.145882 [ 263 ] {7cfbe65b-1628-4b63-ae7e-9d4ce3947847} <Debug> TCPHandler: Processed in 0.001734436 sec. | ||
| 4359 | 2025.04.28 18:12:47.146011 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4360 | 2025.04.28 18:12:47.146115 [ 263 ] {0827e12f-4d32-45ae-b143-18ad1286dbea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4361 | 2025.04.28 18:12:47.146160 [ 263 ] {0827e12f-4d32-45ae-b143-18ad1286dbea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4362 | 2025.04.28 18:12:47.147558 [ 263 ] {0827e12f-4d32-45ae-b143-18ad1286dbea} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4363 | 2025.04.28 18:12:47.147598 [ 263 ] {0827e12f-4d32-45ae-b143-18ad1286dbea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4364 | 2025.04.28 18:12:47.148059 [ 263 ] {0827e12f-4d32-45ae-b143-18ad1286dbea} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4365 | 2025.04.28 18:12:47.148291 [ 263 ] {0827e12f-4d32-45ae-b143-18ad1286dbea} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4366 | 2025.04.28 18:12:47.148487 [ 93 ] {} <Debug> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4367 | 2025.04.28 18:12:47.148526 [ 263 ] {0827e12f-4d32-45ae-b143-18ad1286dbea} <Debug> executeQuery: Read 1832 rows, 152.97 KiB in 0.002434 sec., 752670.5012325391 rows/sec., 61.37 MiB/sec. | ||
| 4368 | 2025.04.28 18:12:47.148578 [ 93 ] {} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4369 | 2025.04.28 18:12:47.148646 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4370 | 2025.04.28 18:12:47.148654 [ 263 ] {0827e12f-4d32-45ae-b143-18ad1286dbea} <Debug> TCPHandler: Processed in 0.002691791 sec. | ||
| 4371 | 2025.04.28 18:12:47.148846 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4372 | 2025.04.28 18:12:47.148867 [ 187 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::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 | ||
| 4373 | 2025.04.28 18:12:47.149014 [ 263 ] {6d029f77-3b29-44ee-995b-08a92b5a67a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4374 | 2025.04.28 18:12:47.149151 [ 263 ] {6d029f77-3b29-44ee-995b-08a92b5a67a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4375 | 2025.04.28 18:12:47.149170 [ 187 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4376 | 2025.04.28 18:12:47.149269 [ 187 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1843 rows starting from the beginning of the part | ||
| 4377 | 2025.04.28 18:12:47.149526 [ 187 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 687 rows starting from the beginning of the part | ||
| 4378 | 2025.04.28 18:12:47.149976 [ 187 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 68 rows starting from the beginning of the part | ||
| 4379 | 2025.04.28 18:12:47.150397 [ 187 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 687 rows starting from the beginning of the part | ||
| 4380 | 2025.04.28 18:12:47.150770 [ 187 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
| 4381 | 2025.04.28 18:12:47.151091 [ 187 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1832 rows starting from the beginning of the part | ||
| 4382 | 2025.04.28 18:12:47.151987 [ 263 ] {6d029f77-3b29-44ee-995b-08a92b5a67a1} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4383 | 2025.04.28 18:12:47.152072 [ 263 ] {6d029f77-3b29-44ee-995b-08a92b5a67a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4384 | 2025.04.28 18:12:47.152902 [ 263 ] {6d029f77-3b29-44ee-995b-08a92b5a67a1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4385 | 2025.04.28 18:12:47.153414 [ 263 ] {6d029f77-3b29-44ee-995b-08a92b5a67a1} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4386 | 2025.04.28 18:12:47.153992 [ 263 ] {6d029f77-3b29-44ee-995b-08a92b5a67a1} <Debug> executeQuery: Read 151 rows, 9.72 KiB in 0.004997 sec., 30218.130878527118 rows/sec., 1.90 MiB/sec. | ||
| 4387 | 2025.04.28 18:12:47.154262 [ 263 ] {6d029f77-3b29-44ee-995b-08a92b5a67a1} <Debug> TCPHandler: Processed in 0.005488694 sec. | ||
| 4388 | 2025.04.28 18:12:47.154483 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4389 | 2025.04.28 18:12:47.154609 [ 263 ] {57d784a9-ca87-4e6f-9591-38eccd10e376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4390 | 2025.04.28 18:12:47.154669 [ 263 ] {57d784a9-ca87-4e6f-9591-38eccd10e376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4391 | 2025.04.28 18:12:47.155806 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5181 rows, containing 5 columns (5 merged, 0 gathered) in 0.007038897 sec., 736052.8219122968 rows/sec., 62.42 MiB/sec. | ||
| 4392 | 2025.04.28 18:12:47.155911 [ 263 ] {57d784a9-ca87-4e6f-9591-38eccd10e376} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4393 | 2025.04.28 18:12:47.155958 [ 263 ] {57d784a9-ca87-4e6f-9591-38eccd10e376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4394 | 2025.04.28 18:12:47.156154 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4395 | 2025.04.28 18:12:47.156606 [ 263 ] {57d784a9-ca87-4e6f-9591-38eccd10e376} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4396 | 2025.04.28 18:12:47.156717 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_31_6} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4397 | 2025.04.28 18:12:47.156869 [ 203 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_31_6} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4398 | 2025.04.28 18:12:47.157057 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 4399 | 2025.04.28 18:12:47.157067 [ 263 ] {57d784a9-ca87-4e6f-9591-38eccd10e376} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4400 | 2025.04.28 18:12:47.157300 [ 263 ] {57d784a9-ca87-4e6f-9591-38eccd10e376} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002717 sec., 125506.07287449394 rows/sec., 8.37 MiB/sec. | ||
| 4401 | 2025.04.28 18:12:47.157371 [ 263 ] {57d784a9-ca87-4e6f-9591-38eccd10e376} <Debug> TCPHandler: Processed in 0.002945505 sec. | ||
| 4402 | 2025.04.28 18:12:47.157487 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4403 | 2025.04.28 18:12:47.157588 [ 263 ] {833cd5f8-e6fd-4efc-ae95-953e6e8b2cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4404 | 2025.04.28 18:12:47.157631 [ 263 ] {833cd5f8-e6fd-4efc-ae95-953e6e8b2cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4405 | 2025.04.28 18:12:47.158168 [ 263 ] {833cd5f8-e6fd-4efc-ae95-953e6e8b2cc1} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4406 | 2025.04.28 18:12:47.158207 [ 263 ] {833cd5f8-e6fd-4efc-ae95-953e6e8b2cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4407 | 2025.04.28 18:12:47.158554 [ 263 ] {833cd5f8-e6fd-4efc-ae95-953e6e8b2cc1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4408 | 2025.04.28 18:12:47.158784 [ 263 ] {833cd5f8-e6fd-4efc-ae95-953e6e8b2cc1} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4409 | 2025.04.28 18:12:47.158980 [ 263 ] {833cd5f8-e6fd-4efc-ae95-953e6e8b2cc1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001413 sec., 79263.97735314933 rows/sec., 4.52 MiB/sec. | ||
| 4410 | 2025.04.28 18:12:47.159028 [ 263 ] {833cd5f8-e6fd-4efc-ae95-953e6e8b2cc1} <Debug> TCPHandler: Processed in 0.001591524 sec. | ||
| 4411 | 2025.04.28 18:12:47.159160 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4412 | 2025.04.28 18:12:47.159292 [ 263 ] {7b54ab9f-a418-4ccb-a990-2271b847cd7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4413 | 2025.04.28 18:12:47.159346 [ 263 ] {7b54ab9f-a418-4ccb-a990-2271b847cd7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4414 | 2025.04.28 18:12:47.160344 [ 263 ] {7b54ab9f-a418-4ccb-a990-2271b847cd7d} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4415 | 2025.04.28 18:12:47.160384 [ 263 ] {7b54ab9f-a418-4ccb-a990-2271b847cd7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4416 | 2025.04.28 18:12:47.160782 [ 263 ] {7b54ab9f-a418-4ccb-a990-2271b847cd7d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4417 | 2025.04.28 18:12:47.161019 [ 263 ] {7b54ab9f-a418-4ccb-a990-2271b847cd7d} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4418 | 2025.04.28 18:12:47.161186 [ 93 ] {} <Debug> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4419 | 2025.04.28 18:12:47.161247 [ 93 ] {} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4420 | 2025.04.28 18:12:47.161243 [ 263 ] {7b54ab9f-a418-4ccb-a990-2271b847cd7d} <Debug> executeQuery: Read 883 rows, 65.49 KiB in 0.00197 sec., 448223.3502538071 rows/sec., 32.47 MiB/sec. | ||
| 4421 | 2025.04.28 18:12:47.161277 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4422 | 2025.04.28 18:12:47.161405 [ 263 ] {7b54ab9f-a418-4ccb-a990-2271b847cd7d} <Debug> TCPHandler: Processed in 0.002304065 sec. | ||
| 4423 | 2025.04.28 18:12:47.161536 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::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 | ||
| 4424 | 2025.04.28 18:12:47.161605 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4425 | 2025.04.28 18:12:47.161808 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4426 | 2025.04.28 18:12:47.161835 [ 263 ] {cbb2d65a-8833-4cc0-b968-79bd7fcb8b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4427 | 2025.04.28 18:12:47.161864 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 4428 | 2025.04.28 18:12:47.161927 [ 263 ] {cbb2d65a-8833-4cc0-b968-79bd7fcb8b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4429 | 2025.04.28 18:12:47.162225 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 417 rows starting from the beginning of the part | ||
| 4430 | 2025.04.28 18:12:47.162579 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 76 rows starting from the beginning of the part | ||
| 4431 | 2025.04.28 18:12:47.162976 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 417 rows starting from the beginning of the part | ||
| 4432 | 2025.04.28 18:12:47.163363 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 68 rows starting from the beginning of the part | ||
| 4433 | 2025.04.28 18:12:47.163715 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 883 rows starting from the beginning of the part | ||
| 4434 | 2025.04.28 18:12:47.164416 [ 263 ] {cbb2d65a-8833-4cc0-b968-79bd7fcb8b18} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4435 | 2025.04.28 18:12:47.164486 [ 263 ] {cbb2d65a-8833-4cc0-b968-79bd7fcb8b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4436 | 2025.04.28 18:12:47.165360 [ 263 ] {cbb2d65a-8833-4cc0-b968-79bd7fcb8b18} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4437 | 2025.04.28 18:12:47.165880 [ 263 ] {cbb2d65a-8833-4cc0-b968-79bd7fcb8b18} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4438 | 2025.04.28 18:12:47.166235 [ 263 ] {cbb2d65a-8833-4cc0-b968-79bd7fcb8b18} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004461 sec., 1344.9899125756558 rows/sec., 70.27 KiB/sec. | ||
| 4439 | 2025.04.28 18:12:47.166310 [ 263 ] {cbb2d65a-8833-4cc0-b968-79bd7fcb8b18} <Debug> TCPHandler: Processed in 0.004779033 sec. | ||
| 4440 | 2025.04.28 18:12:47.166457 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4441 | 2025.04.28 18:12:47.166746 [ 263 ] {5f129995-65c4-4cd3-bbab-121e0f4e4c37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4442 | 2025.04.28 18:12:47.166790 [ 190 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2770 rows, containing 5 columns (5 merged, 0 gathered) in 0.005372832 sec., 515556.7864396281 rows/sec., 39.30 MiB/sec. | ||
| 4443 | 2025.04.28 18:12:47.166817 [ 263 ] {5f129995-65c4-4cd3-bbab-121e0f4e4c37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4444 | 2025.04.28 18:12:47.167040 [ 192 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4445 | 2025.04.28 18:12:47.167384 [ 192 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_31_6} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4446 | 2025.04.28 18:12:47.167518 [ 192 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_31_6} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4447 | 2025.04.28 18:12:47.167634 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 4448 | 2025.04.28 18:12:47.167790 [ 263 ] {5f129995-65c4-4cd3-bbab-121e0f4e4c37} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4449 | 2025.04.28 18:12:47.167827 [ 263 ] {5f129995-65c4-4cd3-bbab-121e0f4e4c37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4450 | 2025.04.28 18:12:47.168242 [ 263 ] {5f129995-65c4-4cd3-bbab-121e0f4e4c37} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4451 | 2025.04.28 18:12:47.168478 [ 263 ] {5f129995-65c4-4cd3-bbab-121e0f4e4c37} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4452 | 2025.04.28 18:12:47.168650 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4453 | 2025.04.28 18:12:47.168696 [ 263 ] {5f129995-65c4-4cd3-bbab-121e0f4e4c37} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.002019 sec., 475482.91233283805 rows/sec., 31.60 MiB/sec. | ||
| 4454 | 2025.04.28 18:12:47.168719 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4455 | 2025.04.28 18:12:47.168802 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4456 | 2025.04.28 18:12:47.168810 [ 263 ] {5f129995-65c4-4cd3-bbab-121e0f4e4c37} <Debug> TCPHandler: Processed in 0.002426097 sec. | ||
| 4457 | 2025.04.28 18:12:47.169032 [ 198 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 4458 | 2025.04.28 18:12:47.169047 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4459 | 2025.04.28 18:12:47.169266 [ 263 ] {fd8a760b-f281-40e7-976d-4deb763e1428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4460 | 2025.04.28 18:12:47.169317 [ 198 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4461 | 2025.04.28 18:12:47.169350 [ 263 ] {fd8a760b-f281-40e7-976d-4deb763e1428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4462 | 2025.04.28 18:12:47.169397 [ 198 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8734 rows starting from the beginning of the part | ||
| 4463 | 2025.04.28 18:12:47.169732 [ 198 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
| 4464 | 2025.04.28 18:12:47.170057 [ 198 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 164 rows starting from the beginning of the part | ||
| 4465 | 2025.04.28 18:12:47.170456 [ 198 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part | ||
| 4466 | 2025.04.28 18:12:47.170892 [ 198 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 4467 | 2025.04.28 18:12:47.171162 [ 198 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 960 rows starting from the beginning of the part | ||
| 4468 | 2025.04.28 18:12:47.172000 [ 263 ] {fd8a760b-f281-40e7-976d-4deb763e1428} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4469 | 2025.04.28 18:12:47.172061 [ 263 ] {fd8a760b-f281-40e7-976d-4deb763e1428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4470 | 2025.04.28 18:12:47.172760 [ 263 ] {fd8a760b-f281-40e7-976d-4deb763e1428} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4471 | 2025.04.28 18:12:47.173190 [ 263 ] {fd8a760b-f281-40e7-976d-4deb763e1428} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4472 | 2025.04.28 18:12:47.173658 [ 263 ] {fd8a760b-f281-40e7-976d-4deb763e1428} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004459 sec., 224.26553038797934 rows/sec., 15.11 KiB/sec. | ||
| 4473 | 2025.04.28 18:12:47.173807 [ 263 ] {fd8a760b-f281-40e7-976d-4deb763e1428} <Debug> TCPHandler: Processed in 0.004836514 sec. | ||
| 4474 | 2025.04.28 18:12:47.174008 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4475 | 2025.04.28 18:12:47.174240 [ 263 ] {0ba46220-696f-4477-a6a7-66cff3d5edd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4476 | 2025.04.28 18:12:47.174417 [ 263 ] {0ba46220-696f-4477-a6a7-66cff3d5edd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4477 | 2025.04.28 18:12:47.176033 [ 263 ] {0ba46220-696f-4477-a6a7-66cff3d5edd6} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4478 | 2025.04.28 18:12:47.176076 [ 263 ] {0ba46220-696f-4477-a6a7-66cff3d5edd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4479 | 2025.04.28 18:12:47.177247 [ 192 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10492 rows, containing 5 columns (5 merged, 0 gathered) in 0.008333347 sec., 1259037.9351777863 rows/sec., 84.90 MiB/sec. | ||
| 4480 | 2025.04.28 18:12:47.177380 [ 263 ] {0ba46220-696f-4477-a6a7-66cff3d5edd6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4481 | 2025.04.28 18:12:47.177514 [ 192 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4482 | 2025.04.28 18:12:47.177711 [ 263 ] {0ba46220-696f-4477-a6a7-66cff3d5edd6} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4483 | 2025.04.28 18:12:47.177908 [ 192 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4484 | 2025.04.28 18:12:47.178042 [ 263 ] {0ba46220-696f-4477-a6a7-66cff3d5edd6} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00389 sec., 8997.429305912598 rows/sec., 16.12 MiB/sec. | ||
| 4485 | 2025.04.28 18:12:47.178052 [ 192 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4486 | 2025.04.28 18:12:47.178229 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 4487 | 2025.04.28 18:12:47.178284 [ 263 ] {0ba46220-696f-4477-a6a7-66cff3d5edd6} <Debug> TCPHandler: Processed in 0.004350316 sec. | ||
| 4488 | 2025.04.28 18:12:47.178401 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4489 | 2025.04.28 18:12:47.178502 [ 263 ] {a5aed44a-3a70-447f-8110-a082c8cf88f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4490 | 2025.04.28 18:12:47.178547 [ 263 ] {a5aed44a-3a70-447f-8110-a082c8cf88f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4491 | 2025.04.28 18:12:47.178957 [ 263 ] {a5aed44a-3a70-447f-8110-a082c8cf88f7} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4492 | 2025.04.28 18:12:47.178995 [ 263 ] {a5aed44a-3a70-447f-8110-a082c8cf88f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4493 | 2025.04.28 18:12:47.179360 [ 263 ] {a5aed44a-3a70-447f-8110-a082c8cf88f7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4494 | 2025.04.28 18:12:47.179605 [ 263 ] {a5aed44a-3a70-447f-8110-a082c8cf88f7} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4495 | 2025.04.28 18:12:47.179780 [ 93 ] {} <Debug> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4496 | 2025.04.28 18:12:47.179835 [ 263 ] {a5aed44a-3a70-447f-8110-a082c8cf88f7} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001347 sec., 25241.27691165553 rows/sec., 1.46 MiB/sec. | ||
| 4497 | 2025.04.28 18:12:47.179842 [ 93 ] {} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4498 | 2025.04.28 18:12:47.179918 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4499 | 2025.04.28 18:12:47.179949 [ 263 ] {a5aed44a-3a70-447f-8110-a082c8cf88f7} <Debug> TCPHandler: Processed in 0.001595434 sec. | ||
| 4500 | 2025.04.28 18:12:47.180163 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 4501 | 2025.04.28 18:12:47.180294 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4502 | 2025.04.28 18:12:47.180345 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1476 rows starting from the beginning of the part | ||
| 4503 | 2025.04.28 18:12:47.180470 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
| 4504 | 2025.04.28 18:12:47.180622 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 4505 | 2025.04.28 18:12:47.180782 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part | ||
| 4506 | 2025.04.28 18:12:47.180944 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 4507 | 2025.04.28 18:12:47.181094 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part | ||
| 4508 | 2025.04.28 18:12:47.182587 [ 195 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1794 rows, containing 4 columns (4 merged, 0 gathered) in 0.002569889 sec., 698084.6254449122 rows/sec., 45.60 MiB/sec. | ||
| 4509 | 2025.04.28 18:12:47.182831 [ 195 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4510 | 2025.04.28 18:12:47.183284 [ 195 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_31_6} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4511 | 2025.04.28 18:12:47.183385 [ 195 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_31_6} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4512 | 2025.04.28 18:12:47.183476 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4513 | 2025.04.28 18:12:51.718975 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4514 | 2025.04.28 18:12:51.719181 [ 263 ] {46fc2479-14a1-4a9e-8306-2f43e5d392b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4515 | 2025.04.28 18:12:51.719258 [ 263 ] {46fc2479-14a1-4a9e-8306-2f43e5d392b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4516 | 2025.04.28 18:12:51.720055 [ 263 ] {46fc2479-14a1-4a9e-8306-2f43e5d392b2} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4517 | 2025.04.28 18:12:51.720108 [ 263 ] {46fc2479-14a1-4a9e-8306-2f43e5d392b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4518 | 2025.04.28 18:12:51.720540 [ 263 ] {46fc2479-14a1-4a9e-8306-2f43e5d392b2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4519 | 2025.04.28 18:12:51.720796 [ 263 ] {46fc2479-14a1-4a9e-8306-2f43e5d392b2} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4520 | 2025.04.28 18:12:51.721038 [ 263 ] {46fc2479-14a1-4a9e-8306-2f43e5d392b2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001907 sec., 29365.495542737284 rows/sec., 2.26 MiB/sec. | ||
| 4521 | 2025.04.28 18:12:51.721105 [ 263 ] {46fc2479-14a1-4a9e-8306-2f43e5d392b2} <Debug> TCPHandler: Processed in 0.002261504 sec. | ||
| 4522 | 2025.04.28 18:12:51.721242 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4523 | 2025.04.28 18:12:51.721355 [ 263 ] {eafc5970-638e-474e-b682-41744225d3b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4524 | 2025.04.28 18:12:51.721405 [ 263 ] {eafc5970-638e-474e-b682-41744225d3b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4525 | 2025.04.28 18:12:51.721960 [ 263 ] {eafc5970-638e-474e-b682-41744225d3b7} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4526 | 2025.04.28 18:12:51.722001 [ 263 ] {eafc5970-638e-474e-b682-41744225d3b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4527 | 2025.04.28 18:12:51.722361 [ 263 ] {eafc5970-638e-474e-b682-41744225d3b7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4528 | 2025.04.28 18:12:51.722602 [ 263 ] {eafc5970-638e-474e-b682-41744225d3b7} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4529 | 2025.04.28 18:12:51.722802 [ 263 ] {eafc5970-638e-474e-b682-41744225d3b7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001475 sec., 43389.83050847458 rows/sec., 3.39 MiB/sec. | ||
| 4530 | 2025.04.28 18:12:51.722854 [ 263 ] {eafc5970-638e-474e-b682-41744225d3b7} <Debug> TCPHandler: Processed in 0.001667226 sec. | ||
| 4531 | 2025.04.28 18:12:51.722975 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4532 | 2025.04.28 18:12:51.723081 [ 263 ] {a47e2e7a-53b2-43d6-b583-50472a683a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4533 | 2025.04.28 18:12:51.723132 [ 263 ] {a47e2e7a-53b2-43d6-b583-50472a683a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4534 | 2025.04.28 18:12:51.723622 [ 263 ] {a47e2e7a-53b2-43d6-b583-50472a683a03} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4535 | 2025.04.28 18:12:51.723661 [ 263 ] {a47e2e7a-53b2-43d6-b583-50472a683a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4536 | 2025.04.28 18:12:51.724036 [ 263 ] {a47e2e7a-53b2-43d6-b583-50472a683a03} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4537 | 2025.04.28 18:12:51.724276 [ 263 ] {a47e2e7a-53b2-43d6-b583-50472a683a03} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4538 | 2025.04.28 18:12:51.724479 [ 263 ] {a47e2e7a-53b2-43d6-b583-50472a683a03} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001421 sec., 90077.41027445461 rows/sec., 6.27 MiB/sec. | ||
| 4539 | 2025.04.28 18:12:51.724530 [ 263 ] {a47e2e7a-53b2-43d6-b583-50472a683a03} <Debug> TCPHandler: Processed in 0.001605864 sec. | ||
| 4540 | 2025.04.28 18:12:51.724655 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4541 | 2025.04.28 18:12:51.724761 [ 263 ] {dd4c7a95-4176-44dd-b399-d7a734a12857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4542 | 2025.04.28 18:12:51.724807 [ 263 ] {dd4c7a95-4176-44dd-b399-d7a734a12857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4543 | 2025.04.28 18:12:51.725220 [ 263 ] {dd4c7a95-4176-44dd-b399-d7a734a12857} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4544 | 2025.04.28 18:12:51.725259 [ 263 ] {dd4c7a95-4176-44dd-b399-d7a734a12857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4545 | 2025.04.28 18:12:51.725602 [ 263 ] {dd4c7a95-4176-44dd-b399-d7a734a12857} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4546 | 2025.04.28 18:12:51.725831 [ 263 ] {dd4c7a95-4176-44dd-b399-d7a734a12857} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4547 | 2025.04.28 18:12:51.726025 [ 263 ] {dd4c7a95-4176-44dd-b399-d7a734a12857} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001286 sec., 37325.03888024883 rows/sec., 2.52 MiB/sec. | ||
| 4548 | 2025.04.28 18:12:51.726073 [ 263 ] {dd4c7a95-4176-44dd-b399-d7a734a12857} <Debug> TCPHandler: Processed in 0.001468093 sec. | ||
| 4549 | 2025.04.28 18:12:52.958807 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4550 | 2025.04.28 18:12:52.959504 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4551 | 2025.04.28 18:12:52.959550 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4552 | 2025.04.28 18:12:52.960059 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4553 | 2025.04.28 18:12:52.960316 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4554 | 2025.04.28 18:12:52.960522 [ 81 ] {} <Debug> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4555 | 2025.04.28 18:12:52.960591 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4556 | 2025.04.28 18:12:52.960620 [ 81 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4557 | 2025.04.28 18:12:52.960654 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4558 | 2025.04.28 18:12:52.960776 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 4559 | 2025.04.28 18:12:52.960918 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4560 | 2025.04.28 18:12:52.960961 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 4561 | 2025.04.28 18:12:52.961044 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 4562 | 2025.04.28 18:12:52.961259 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 4563 | 2025.04.28 18:12:52.961438 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 4564 | 2025.04.28 18:12:52.961643 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 4565 | 2025.04.28 18:12:52.961716 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 4566 | 2025.04.28 18:12:52.964021 [ 192 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.00329933 sec., 2921199.1525552156 rows/sec., 41.79 MiB/sec. | ||
| 4567 | 2025.04.28 18:12:52.964326 [ 194 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4568 | 2025.04.28 18:12:52.964686 [ 194 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_21_4} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4569 | 2025.04.28 18:12:52.964777 [ 194 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_21_4} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4570 | 2025.04.28 18:12:52.964895 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 4571 | 2025.04.28 18:12:53.586753 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4572 | 2025.04.28 18:12:53.607826 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4573 | 2025.04.28 18:12:53.607882 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4574 | 2025.04.28 18:12:53.615812 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4575 | 2025.04.28 18:12:53.616615 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4576 | 2025.04.28 18:12:53.617005 [ 81 ] {} <Debug> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4577 | 2025.04.28 18:12:53.617173 [ 81 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4578 | 2025.04.28 18:12:53.617276 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4579 | 2025.04.28 18:12:53.617741 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4580 | 2025.04.28 18:12:53.631312 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4581 | 2025.04.28 18:12:53.633609 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4582 | 2025.04.28 18:12:53.635082 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 4583 | 2025.04.28 18:12:53.640479 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 4584 | 2025.04.28 18:12:53.645791 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 4585 | 2025.04.28 18:12:53.651100 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 4586 | 2025.04.28 18:12:53.656496 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 4587 | 2025.04.28 18:12:53.660927 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 4588 | 2025.04.28 18:12:53.717993 [ 194 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.10054577 sec., 1581.3693604415182 rows/sec., 8.18 MiB/sec. | ||
| 4589 | 2025.04.28 18:12:53.719642 [ 196 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4590 | 2025.04.28 18:12:53.721884 [ 196 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_21_4} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4591 | 2025.04.28 18:12:53.721985 [ 196 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_21_4} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4592 | 2025.04.28 18:12:53.723241 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4593 | 2025.04.28 18:12:54.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.28 MiB, peak 195.85 MiB, free memory in arenas 0.00 B, will set to 187.41 MiB (RSS), difference: 2.13 MiB | ||
| 4594 | 2025.04.28 18:12:55.498527 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 648 | ||
| 4595 | 2025.04.28 18:12:55.502464 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4596 | 2025.04.28 18:12:55.502515 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4597 | 2025.04.28 18:12:55.503973 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4598 | 2025.04.28 18:12:55.504294 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4599 | 2025.04.28 18:12:55.505485 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 648 | ||
| 4600 | 2025.04.28 18:12:56.721056 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4601 | 2025.04.28 18:12:56.721239 [ 263 ] {1f2ded11-14f5-4e34-97b9-e93b03bd7aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4602 | 2025.04.28 18:12:56.721311 [ 263 ] {1f2ded11-14f5-4e34-97b9-e93b03bd7aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4603 | 2025.04.28 18:12:56.722097 [ 263 ] {1f2ded11-14f5-4e34-97b9-e93b03bd7aaa} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4604 | 2025.04.28 18:12:56.722144 [ 263 ] {1f2ded11-14f5-4e34-97b9-e93b03bd7aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4605 | 2025.04.28 18:12:56.722566 [ 263 ] {1f2ded11-14f5-4e34-97b9-e93b03bd7aaa} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4606 | 2025.04.28 18:12:56.722820 [ 263 ] {1f2ded11-14f5-4e34-97b9-e93b03bd7aaa} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4607 | 2025.04.28 18:12:56.723003 [ 263 ] {1f2ded11-14f5-4e34-97b9-e93b03bd7aaa} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001816 sec., 35242.29074889868 rows/sec., 2.79 MiB/sec. | ||
| 4608 | 2025.04.28 18:12:56.723065 [ 263 ] {1f2ded11-14f5-4e34-97b9-e93b03bd7aaa} <Debug> TCPHandler: Processed in 0.002136393 sec. | ||
| 4609 | 2025.04.28 18:12:56.723196 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4610 | 2025.04.28 18:12:56.723306 [ 263 ] {1851e0c8-e4e6-4f38-8902-4578e16b89f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4611 | 2025.04.28 18:12:56.723355 [ 263 ] {1851e0c8-e4e6-4f38-8902-4578e16b89f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4612 | 2025.04.28 18:12:56.723866 [ 263 ] {1851e0c8-e4e6-4f38-8902-4578e16b89f9} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4613 | 2025.04.28 18:12:56.723902 [ 263 ] {1851e0c8-e4e6-4f38-8902-4578e16b89f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4614 | 2025.04.28 18:12:56.724239 [ 263 ] {1851e0c8-e4e6-4f38-8902-4578e16b89f9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4615 | 2025.04.28 18:12:56.724472 [ 263 ] {1851e0c8-e4e6-4f38-8902-4578e16b89f9} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4616 | 2025.04.28 18:12:56.724591 [ 76 ] {} <Debug> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4617 | 2025.04.28 18:12:56.724637 [ 76 ] {} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4618 | 2025.04.28 18:12:56.724647 [ 263 ] {1851e0c8-e4e6-4f38-8902-4578e16b89f9} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001363 sec., 2934.7028613352895 rows/sec., 220.68 KiB/sec. | ||
| 4619 | 2025.04.28 18:12:56.724668 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4620 | 2025.04.28 18:12:56.724716 [ 263 ] {1851e0c8-e4e6-4f38-8902-4578e16b89f9} <Debug> TCPHandler: Processed in 0.001574394 sec. | ||
| 4621 | 2025.04.28 18:12:56.725015 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::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 | ||
| 4622 | 2025.04.28 18:12:56.725035 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4623 | 2025.04.28 18:12:56.725373 [ 263 ] {23a342a3-477d-424d-ac44-944ad686c96b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4624 | 2025.04.28 18:12:56.725522 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4625 | 2025.04.28 18:12:56.725530 [ 263 ] {23a342a3-477d-424d-ac44-944ad686c96b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4626 | 2025.04.28 18:12:56.725639 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::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 | ||
| 4627 | 2025.04.28 18:12:56.725944 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part | ||
| 4628 | 2025.04.28 18:12:56.726336 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 141 rows starting from the beginning of the part | ||
| 4629 | 2025.04.28 18:12:56.726693 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
| 4630 | 2025.04.28 18:12:56.726972 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 151 rows starting from the beginning of the part | ||
| 4631 | 2025.04.28 18:12:56.727368 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
| 4632 | 2025.04.28 18:12:56.728337 [ 263 ] {23a342a3-477d-424d-ac44-944ad686c96b} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4633 | 2025.04.28 18:12:56.728402 [ 263 ] {23a342a3-477d-424d-ac44-944ad686c96b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4634 | 2025.04.28 18:12:56.729388 [ 263 ] {23a342a3-477d-424d-ac44-944ad686c96b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4635 | 2025.04.28 18:12:56.729906 [ 263 ] {23a342a3-477d-424d-ac44-944ad686c96b} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4636 | 2025.04.28 18:12:56.730297 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 471 rows, containing 5 columns (5 merged, 0 gathered) in 0.005519235 sec., 85337.91367825432 rows/sec., 5.72 MiB/sec. | ||
| 4637 | 2025.04.28 18:12:56.730350 [ 263 ] {23a342a3-477d-424d-ac44-944ad686c96b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.005116 sec., 13291.634089132134 rows/sec., 1.04 MiB/sec. | ||
| 4638 | 2025.04.28 18:12:56.730473 [ 263 ] {23a342a3-477d-424d-ac44-944ad686c96b} <Debug> TCPHandler: Processed in 0.005551214 sec. | ||
| 4639 | 2025.04.28 18:12:56.730523 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4640 | 2025.04.28 18:12:56.730628 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4641 | 2025.04.28 18:12:56.730802 [ 263 ] {99c0df71-cb13-4634-8c38-9e84612df1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4642 | 2025.04.28 18:12:56.730876 [ 263 ] {99c0df71-cb13-4634-8c38-9e84612df1f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4643 | 2025.04.28 18:12:56.731002 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_21_4} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4644 | 2025.04.28 18:12:56.731221 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_21_4} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4645 | 2025.04.28 18:12:56.731379 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4646 | 2025.04.28 18:12:56.731781 [ 263 ] {99c0df71-cb13-4634-8c38-9e84612df1f0} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4647 | 2025.04.28 18:12:56.731823 [ 263 ] {99c0df71-cb13-4634-8c38-9e84612df1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4648 | 2025.04.28 18:12:56.732208 [ 263 ] {99c0df71-cb13-4634-8c38-9e84612df1f0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4649 | 2025.04.28 18:12:56.732449 [ 263 ] {99c0df71-cb13-4634-8c38-9e84612df1f0} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4650 | 2025.04.28 18:12:56.732623 [ 263 ] {99c0df71-cb13-4634-8c38-9e84612df1f0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00187 sec., 85561.49732620321 rows/sec., 5.96 MiB/sec. | ||
| 4651 | 2025.04.28 18:12:56.732677 [ 263 ] {99c0df71-cb13-4634-8c38-9e84612df1f0} <Debug> TCPHandler: Processed in 0.002118002 sec. | ||
| 4652 | 2025.04.28 18:12:56.732790 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4653 | 2025.04.28 18:12:56.732893 [ 263 ] {9bb46d19-45b2-4f1c-a782-06c37a407f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4654 | 2025.04.28 18:12:56.732960 [ 263 ] {9bb46d19-45b2-4f1c-a782-06c37a407f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4655 | 2025.04.28 18:12:56.733946 [ 263 ] {9bb46d19-45b2-4f1c-a782-06c37a407f2d} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4656 | 2025.04.28 18:12:56.733983 [ 263 ] {9bb46d19-45b2-4f1c-a782-06c37a407f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4657 | 2025.04.28 18:12:56.734555 [ 263 ] {9bb46d19-45b2-4f1c-a782-06c37a407f2d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4658 | 2025.04.28 18:12:56.734811 [ 263 ] {9bb46d19-45b2-4f1c-a782-06c37a407f2d} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4659 | 2025.04.28 18:12:56.735043 [ 263 ] {9bb46d19-45b2-4f1c-a782-06c37a407f2d} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00217 sec., 1843.3179723502303 rows/sec., 3.30 MiB/sec. | ||
| 4660 | 2025.04.28 18:12:56.735139 [ 263 ] {9bb46d19-45b2-4f1c-a782-06c37a407f2d} <Debug> TCPHandler: Processed in 0.002399846 sec. | ||
| 4661 | 2025.04.28 18:12:56.735275 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4662 | 2025.04.28 18:12:56.735378 [ 263 ] {48eb0de9-0c18-40ab-addb-ec518d2ce6ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4663 | 2025.04.28 18:12:56.735424 [ 263 ] {48eb0de9-0c18-40ab-addb-ec518d2ce6ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4664 | 2025.04.28 18:12:56.735856 [ 263 ] {48eb0de9-0c18-40ab-addb-ec518d2ce6ab} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4665 | 2025.04.28 18:12:56.735895 [ 263 ] {48eb0de9-0c18-40ab-addb-ec518d2ce6ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4666 | 2025.04.28 18:12:56.736236 [ 263 ] {48eb0de9-0c18-40ab-addb-ec518d2ce6ab} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4667 | 2025.04.28 18:12:56.736478 [ 263 ] {48eb0de9-0c18-40ab-addb-ec518d2ce6ab} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4668 | 2025.04.28 18:12:56.736723 [ 263 ] {48eb0de9-0c18-40ab-addb-ec518d2ce6ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
| 4669 | 2025.04.28 18:12:56.736794 [ 263 ] {48eb0de9-0c18-40ab-addb-ec518d2ce6ab} <Debug> TCPHandler: Processed in 0.001564694 sec. | ||
| 4670 | 2025.04.28 18:13:00.360336 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4671 | 2025.04.28 18:13:00.360405 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4672 | 2025.04.28 18:13:00.460828 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4673 | 2025.04.28 18:13:00.461567 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4674 | 2025.04.28 18:13:00.461613 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4675 | 2025.04.28 18:13:00.462141 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4676 | 2025.04.28 18:13:00.462401 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4677 | 2025.04.28 18:13:00.462640 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4678 | 2025.04.28 18:13:01.131494 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4679 | 2025.04.28 18:13:01.150713 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4680 | 2025.04.28 18:13:01.150777 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4681 | 2025.04.28 18:13:01.157695 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4682 | 2025.04.28 18:13:01.158459 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4683 | 2025.04.28 18:13:01.161794 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4684 | 2025.04.28 18:13:01.728615 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4685 | 2025.04.28 18:13:01.728803 [ 263 ] {20c68784-e0e4-4b68-a843-0bbc83a0d5cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4686 | 2025.04.28 18:13:01.728891 [ 263 ] {20c68784-e0e4-4b68-a843-0bbc83a0d5cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4687 | 2025.04.28 18:13:01.729787 [ 263 ] {20c68784-e0e4-4b68-a843-0bbc83a0d5cc} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4688 | 2025.04.28 18:13:01.729840 [ 263 ] {20c68784-e0e4-4b68-a843-0bbc83a0d5cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4689 | 2025.04.28 18:13:01.730305 [ 263 ] {20c68784-e0e4-4b68-a843-0bbc83a0d5cc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4690 | 2025.04.28 18:13:01.730590 [ 263 ] {20c68784-e0e4-4b68-a843-0bbc83a0d5cc} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4691 | 2025.04.28 18:13:01.730789 [ 69 ] {} <Debug> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4692 | 2025.04.28 18:13:01.730829 [ 263 ] {20c68784-e0e4-4b68-a843-0bbc83a0d5cc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002072 sec., 102316.60231660231 rows/sec., 6.51 MiB/sec. | ||
| 4693 | 2025.04.28 18:13:01.730877 [ 69 ] {} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4694 | 2025.04.28 18:13:01.730957 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4695 | 2025.04.28 18:13:01.730991 [ 263 ] {20c68784-e0e4-4b68-a843-0bbc83a0d5cc} <Debug> TCPHandler: Processed in 0.002500508 sec. | ||
| 4696 | 2025.04.28 18:13:01.731247 [ 188 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 4697 | 2025.04.28 18:13:01.731258 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4698 | 2025.04.28 18:13:01.731643 [ 263 ] {e1ffbcfc-3c6f-48a2-9fbd-3bb1a4c701f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4699 | 2025.04.28 18:13:01.731695 [ 188 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4700 | 2025.04.28 18:13:01.731740 [ 188 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 4701 | 2025.04.28 18:13:01.731740 [ 263 ] {e1ffbcfc-3c6f-48a2-9fbd-3bb1a4c701f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4702 | 2025.04.28 18:13:01.731948 [ 188 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 4703 | 2025.04.28 18:13:01.732318 [ 188 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 4704 | 2025.04.28 18:13:01.732742 [ 188 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 4705 | 2025.04.28 18:13:01.733112 [ 188 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 4706 | 2025.04.28 18:13:01.734584 [ 263 ] {e1ffbcfc-3c6f-48a2-9fbd-3bb1a4c701f2} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4707 | 2025.04.28 18:13:01.734644 [ 263 ] {e1ffbcfc-3c6f-48a2-9fbd-3bb1a4c701f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4708 | 2025.04.28 18:13:01.735004 [ 191 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.00393754 sec., 269203.6144394724 rows/sec., 18.15 MiB/sec. | ||
| 4709 | 2025.04.28 18:13:01.735321 [ 191 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4710 | 2025.04.28 18:13:01.735331 [ 263 ] {e1ffbcfc-3c6f-48a2-9fbd-3bb1a4c701f2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4711 | 2025.04.28 18:13:01.735834 [ 263 ] {e1ffbcfc-3c6f-48a2-9fbd-3bb1a4c701f2} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4712 | 2025.04.28 18:13:01.735936 [ 191 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_13_3} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4713 | 2025.04.28 18:13:01.736210 [ 191 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_13_3} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4714 | 2025.04.28 18:13:01.736250 [ 263 ] {e1ffbcfc-3c6f-48a2-9fbd-3bb1a4c701f2} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.004719 sec., 145581.6910362365 rows/sec., 11.60 MiB/sec. | ||
| 4715 | 2025.04.28 18:13:01.736433 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4716 | 2025.04.28 18:13:01.736464 [ 263 ] {e1ffbcfc-3c6f-48a2-9fbd-3bb1a4c701f2} <Debug> TCPHandler: Processed in 0.005298241 sec. | ||
| 4717 | 2025.04.28 18:13:01.736610 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4718 | 2025.04.28 18:13:01.736723 [ 263 ] {754278bc-43ca-4782-9af6-356111c4e286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4719 | 2025.04.28 18:13:01.736772 [ 263 ] {754278bc-43ca-4782-9af6-356111c4e286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4720 | 2025.04.28 18:13:01.737372 [ 263 ] {754278bc-43ca-4782-9af6-356111c4e286} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4721 | 2025.04.28 18:13:01.737415 [ 263 ] {754278bc-43ca-4782-9af6-356111c4e286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4722 | 2025.04.28 18:13:01.737785 [ 263 ] {754278bc-43ca-4782-9af6-356111c4e286} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4723 | 2025.04.28 18:13:01.738031 [ 263 ] {754278bc-43ca-4782-9af6-356111c4e286} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4724 | 2025.04.28 18:13:01.738221 [ 263 ] {754278bc-43ca-4782-9af6-356111c4e286} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001526 sec., 92398.42726081258 rows/sec., 5.77 MiB/sec. | ||
| 4725 | 2025.04.28 18:13:01.738274 [ 263 ] {754278bc-43ca-4782-9af6-356111c4e286} <Debug> TCPHandler: Processed in 0.001716066 sec. | ||
| 4726 | 2025.04.28 18:13:01.738392 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4727 | 2025.04.28 18:13:01.738500 [ 263 ] {695a687d-acff-49ba-825b-74773f985a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4728 | 2025.04.28 18:13:01.738554 [ 263 ] {695a687d-acff-49ba-825b-74773f985a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4729 | 2025.04.28 18:13:01.739104 [ 263 ] {695a687d-acff-49ba-825b-74773f985a64} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4730 | 2025.04.28 18:13:01.739142 [ 263 ] {695a687d-acff-49ba-825b-74773f985a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4731 | 2025.04.28 18:13:01.739485 [ 263 ] {695a687d-acff-49ba-825b-74773f985a64} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4732 | 2025.04.28 18:13:01.739725 [ 263 ] {695a687d-acff-49ba-825b-74773f985a64} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4733 | 2025.04.28 18:13:01.739943 [ 263 ] {695a687d-acff-49ba-825b-74773f985a64} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001465 sec., 77133.10580204778 rows/sec., 4.99 MiB/sec. | ||
| 4734 | 2025.04.28 18:13:01.740145 [ 263 ] {695a687d-acff-49ba-825b-74773f985a64} <Debug> TCPHandler: Processed in 0.001797407 sec. | ||
| 4735 | 2025.04.28 18:13:01.740294 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4736 | 2025.04.28 18:13:01.740401 [ 263 ] {3e6a6372-f79c-4f34-970f-baf6b5b601e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4737 | 2025.04.28 18:13:01.740448 [ 263 ] {3e6a6372-f79c-4f34-970f-baf6b5b601e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4738 | 2025.04.28 18:13:01.741016 [ 263 ] {3e6a6372-f79c-4f34-970f-baf6b5b601e7} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4739 | 2025.04.28 18:13:01.741055 [ 263 ] {3e6a6372-f79c-4f34-970f-baf6b5b601e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4740 | 2025.04.28 18:13:01.741398 [ 263 ] {3e6a6372-f79c-4f34-970f-baf6b5b601e7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4741 | 2025.04.28 18:13:01.741633 [ 263 ] {3e6a6372-f79c-4f34-970f-baf6b5b601e7} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4742 | 2025.04.28 18:13:01.741796 [ 67 ] {} <Debug> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4743 | 2025.04.28 18:13:01.741858 [ 263 ] {3e6a6372-f79c-4f34-970f-baf6b5b601e7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001473 sec., 76035.30210454855 rows/sec., 4.33 MiB/sec. | ||
| 4744 | 2025.04.28 18:13:01.741863 [ 67 ] {} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4745 | 2025.04.28 18:13:01.741937 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4746 | 2025.04.28 18:13:01.741988 [ 263 ] {3e6a6372-f79c-4f34-970f-baf6b5b601e7} <Debug> TCPHandler: Processed in 0.001743057 sec. | ||
| 4747 | 2025.04.28 18:13:01.742162 [ 199 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 4748 | 2025.04.28 18:13:01.742213 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4749 | 2025.04.28 18:13:01.742382 [ 199 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4750 | 2025.04.28 18:13:01.742431 [ 263 ] {05e6c3bb-505e-414b-8929-4d30c59cc3e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4751 | 2025.04.28 18:13:01.742453 [ 199 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 4752 | 2025.04.28 18:13:01.742524 [ 263 ] {05e6c3bb-505e-414b-8929-4d30c59cc3e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4753 | 2025.04.28 18:13:01.742826 [ 199 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 4754 | 2025.04.28 18:13:01.743191 [ 199 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 4755 | 2025.04.28 18:13:01.743583 [ 199 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 4756 | 2025.04.28 18:13:01.743980 [ 199 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 4757 | 2025.04.28 18:13:01.745357 [ 263 ] {05e6c3bb-505e-414b-8929-4d30c59cc3e7} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4758 | 2025.04.28 18:13:01.745433 [ 263 ] {05e6c3bb-505e-414b-8929-4d30c59cc3e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4759 | 2025.04.28 18:13:01.746349 [ 263 ] {05e6c3bb-505e-414b-8929-4d30c59cc3e7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4760 | 2025.04.28 18:13:01.746571 [ 188 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004532879 sec., 123541.79319589162 rows/sec., 7.51 MiB/sec. | ||
| 4761 | 2025.04.28 18:13:01.746739 [ 188 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4762 | 2025.04.28 18:13:01.746745 [ 263 ] {05e6c3bb-505e-414b-8929-4d30c59cc3e7} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4763 | 2025.04.28 18:13:01.747060 [ 263 ] {05e6c3bb-505e-414b-8929-4d30c59cc3e7} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.004684 sec., 89026.47309991461 rows/sec., 6.34 MiB/sec. | ||
| 4764 | 2025.04.28 18:13:01.747150 [ 263 ] {05e6c3bb-505e-414b-8929-4d30c59cc3e7} <Debug> TCPHandler: Processed in 0.005001836 sec. | ||
| 4765 | 2025.04.28 18:13:01.747243 [ 188 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_13_3} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4766 | 2025.04.28 18:13:01.747275 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4767 | 2025.04.28 18:13:01.747346 [ 188 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_13_3} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4768 | 2025.04.28 18:13:01.747389 [ 263 ] {4e40691e-dd98-485b-bf6c-2fef96b67f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4769 | 2025.04.28 18:13:01.747460 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4770 | 2025.04.28 18:13:01.747464 [ 263 ] {4e40691e-dd98-485b-bf6c-2fef96b67f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4771 | 2025.04.28 18:13:01.747900 [ 263 ] {4e40691e-dd98-485b-bf6c-2fef96b67f86} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4772 | 2025.04.28 18:13:01.747937 [ 263 ] {4e40691e-dd98-485b-bf6c-2fef96b67f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4773 | 2025.04.28 18:13:01.748315 [ 263 ] {4e40691e-dd98-485b-bf6c-2fef96b67f86} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4774 | 2025.04.28 18:13:01.748563 [ 263 ] {4e40691e-dd98-485b-bf6c-2fef96b67f86} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4775 | 2025.04.28 18:13:01.748782 [ 263 ] {4e40691e-dd98-485b-bf6c-2fef96b67f86} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec. | ||
| 4776 | 2025.04.28 18:13:01.748893 [ 263 ] {4e40691e-dd98-485b-bf6c-2fef96b67f86} <Debug> TCPHandler: Processed in 0.001677856 sec. | ||
| 4777 | 2025.04.28 18:13:01.749006 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4778 | 2025.04.28 18:13:01.749105 [ 263 ] {a42e9a47-1d0c-4d7b-bd9a-45a61365df32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4779 | 2025.04.28 18:13:01.749152 [ 263 ] {a42e9a47-1d0c-4d7b-bd9a-45a61365df32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4780 | 2025.04.28 18:13:01.749665 [ 263 ] {a42e9a47-1d0c-4d7b-bd9a-45a61365df32} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4781 | 2025.04.28 18:13:01.749702 [ 263 ] {a42e9a47-1d0c-4d7b-bd9a-45a61365df32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4782 | 2025.04.28 18:13:01.750082 [ 263 ] {a42e9a47-1d0c-4d7b-bd9a-45a61365df32} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4783 | 2025.04.28 18:13:01.750327 [ 263 ] {a42e9a47-1d0c-4d7b-bd9a-45a61365df32} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4784 | 2025.04.28 18:13:01.750556 [ 263 ] {a42e9a47-1d0c-4d7b-bd9a-45a61365df32} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001465 sec., 161774.74402730376 rows/sec., 10.84 MiB/sec. | ||
| 4785 | 2025.04.28 18:13:01.750656 [ 263 ] {a42e9a47-1d0c-4d7b-bd9a-45a61365df32} <Debug> TCPHandler: Processed in 0.001696426 sec. | ||
| 4786 | 2025.04.28 18:13:01.750892 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4787 | 2025.04.28 18:13:01.750997 [ 263 ] {2d29df10-1c86-43ca-bfa3-a727d032a9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4788 | 2025.04.28 18:13:01.751046 [ 263 ] {2d29df10-1c86-43ca-bfa3-a727d032a9c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4789 | 2025.04.28 18:13:01.751448 [ 263 ] {2d29df10-1c86-43ca-bfa3-a727d032a9c9} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4790 | 2025.04.28 18:13:01.751486 [ 263 ] {2d29df10-1c86-43ca-bfa3-a727d032a9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4791 | 2025.04.28 18:13:01.751827 [ 263 ] {2d29df10-1c86-43ca-bfa3-a727d032a9c9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4792 | 2025.04.28 18:13:01.752070 [ 263 ] {2d29df10-1c86-43ca-bfa3-a727d032a9c9} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4793 | 2025.04.28 18:13:01.752293 [ 263 ] {2d29df10-1c86-43ca-bfa3-a727d032a9c9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001313 sec., 761.6146230007616 rows/sec., 51.32 KiB/sec. | ||
| 4794 | 2025.04.28 18:13:01.752374 [ 263 ] {2d29df10-1c86-43ca-bfa3-a727d032a9c9} <Debug> TCPHandler: Processed in 0.001559503 sec. | ||
| 4795 | 2025.04.28 18:13:01.752485 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4796 | 2025.04.28 18:13:01.752587 [ 263 ] {2da506c5-aef4-47f8-8700-bc77a17d20de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4797 | 2025.04.28 18:13:01.752652 [ 263 ] {2da506c5-aef4-47f8-8700-bc77a17d20de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4798 | 2025.04.28 18:13:01.753768 [ 263 ] {2da506c5-aef4-47f8-8700-bc77a17d20de} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4799 | 2025.04.28 18:13:01.753805 [ 263 ] {2da506c5-aef4-47f8-8700-bc77a17d20de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4800 | 2025.04.28 18:13:01.754430 [ 263 ] {2da506c5-aef4-47f8-8700-bc77a17d20de} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4801 | 2025.04.28 18:13:01.754685 [ 263 ] {2da506c5-aef4-47f8-8700-bc77a17d20de} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4802 | 2025.04.28 18:13:01.754856 [ 67 ] {} <Debug> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4803 | 2025.04.28 18:13:01.754925 [ 67 ] {} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4804 | 2025.04.28 18:13:01.754962 [ 263 ] {2da506c5-aef4-47f8-8700-bc77a17d20de} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002376 sec., 14730.63973063973 rows/sec., 26.40 MiB/sec. | ||
| 4805 | 2025.04.28 18:13:01.754970 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4806 | 2025.04.28 18:13:01.755385 [ 190 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::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 | ||
| 4807 | 2025.04.28 18:13:01.755439 [ 263 ] {2da506c5-aef4-47f8-8700-bc77a17d20de} <Debug> TCPHandler: Processed in 0.003000305 sec. | ||
| 4808 | 2025.04.28 18:13:01.755895 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4809 | 2025.04.28 18:13:01.756219 [ 263 ] {2290043d-cb5c-4438-badd-c00d5e69b6cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4810 | 2025.04.28 18:13:01.756340 [ 263 ] {2290043d-cb5c-4438-badd-c00d5e69b6cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4811 | 2025.04.28 18:13:01.756581 [ 190 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4812 | 2025.04.28 18:13:01.756852 [ 190 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 370 rows starting from the beginning of the part | ||
| 4813 | 2025.04.28 18:13:01.757625 [ 190 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 35 rows starting from the beginning of the part | ||
| 4814 | 2025.04.28 18:13:01.758375 [ 263 ] {2290043d-cb5c-4438-badd-c00d5e69b6cc} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4815 | 2025.04.28 18:13:01.758403 [ 190 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 4816 | 2025.04.28 18:13:01.758452 [ 263 ] {2290043d-cb5c-4438-badd-c00d5e69b6cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4817 | 2025.04.28 18:13:01.758977 [ 190 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::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 | ||
| 4818 | 2025.04.28 18:13:01.759626 [ 190 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 4819 | 2025.04.28 18:13:01.759941 [ 263 ] {2290043d-cb5c-4438-badd-c00d5e69b6cc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4820 | 2025.04.28 18:13:01.760221 [ 190 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 35 rows starting from the beginning of the part | ||
| 4821 | 2025.04.28 18:13:01.760730 [ 263 ] {2290043d-cb5c-4438-badd-c00d5e69b6cc} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4822 | 2025.04.28 18:13:01.761369 [ 263 ] {2290043d-cb5c-4438-badd-c00d5e69b6cc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005203 sec., 15760.138381702864 rows/sec., 1.00 MiB/sec. | ||
| 4823 | 2025.04.28 18:13:01.761517 [ 263 ] {2290043d-cb5c-4438-badd-c00d5e69b6cc} <Debug> TCPHandler: Processed in 0.005761808 sec. | ||
| 4824 | 2025.04.28 18:13:01.764730 [ 190 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 483 rows, containing 19 columns (19 merged, 0 gathered) in 0.009632277 sec., 50143.90678341165 rows/sec., 89.86 MiB/sec. | ||
| 4825 | 2025.04.28 18:13:01.765340 [ 203 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4826 | 2025.04.28 18:13:01.765839 [ 203 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4827 | 2025.04.28 18:13:01.765923 [ 203 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4828 | 2025.04.28 18:13:01.766081 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 4829 | 2025.04.28 18:13:05.505913 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 682 | ||
| 4830 | 2025.04.28 18:13:05.509129 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4831 | 2025.04.28 18:13:05.509174 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4832 | 2025.04.28 18:13:05.510656 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4833 | 2025.04.28 18:13:05.510978 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4834 | 2025.04.28 18:13:05.511203 [ 60 ] {} <Debug> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4835 | 2025.04.28 18:13:05.511330 [ 60 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4836 | 2025.04.28 18:13:05.511397 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4837 | 2025.04.28 18:13:05.511981 [ 193 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::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 | ||
| 4838 | 2025.04.28 18:13:05.512395 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 682 | ||
| 4839 | 2025.04.28 18:13:05.512969 [ 193 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4840 | 2025.04.28 18:13:05.513172 [ 193 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 492 rows starting from the beginning of the part | ||
| 4841 | 2025.04.28 18:13:05.513826 [ 193 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part | ||
| 4842 | 2025.04.28 18:13:05.514509 [ 193 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part | ||
| 4843 | 2025.04.28 18:13:05.515160 [ 193 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
| 4844 | 2025.04.28 18:13:05.515800 [ 193 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 44 rows starting from the beginning of the part | ||
| 4845 | 2025.04.28 18:13:05.516277 [ 193 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
| 4846 | 2025.04.28 18:13:05.524109 [ 203 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 682 rows, containing 72 columns (72 merged, 0 gathered) in 0.01250283 sec., 54547.650411946735 rows/sec., 47.05 MiB/sec. | ||
| 4847 | 2025.04.28 18:13:05.525489 [ 187 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4848 | 2025.04.28 18:13:05.526317 [ 187 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_16_3} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4849 | 2025.04.28 18:13:05.526420 [ 187 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_16_3} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4850 | 2025.04.28 18:13:05.526752 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB. | ||
| 4851 | 2025.04.28 18:13:06.721167 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4852 | 2025.04.28 18:13:06.721351 [ 263 ] {454a268c-b68c-430d-8809-97f0058b3981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4853 | 2025.04.28 18:13:06.721426 [ 263 ] {454a268c-b68c-430d-8809-97f0058b3981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4854 | 2025.04.28 18:13:06.722188 [ 263 ] {454a268c-b68c-430d-8809-97f0058b3981} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4855 | 2025.04.28 18:13:06.722242 [ 263 ] {454a268c-b68c-430d-8809-97f0058b3981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4856 | 2025.04.28 18:13:06.722667 [ 263 ] {454a268c-b68c-430d-8809-97f0058b3981} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4857 | 2025.04.28 18:13:06.722916 [ 263 ] {454a268c-b68c-430d-8809-97f0058b3981} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4858 | 2025.04.28 18:13:06.723138 [ 263 ] {454a268c-b68c-430d-8809-97f0058b3981} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001839 sec., 34801.52256661229 rows/sec., 2.76 MiB/sec. | ||
| 4859 | 2025.04.28 18:13:06.723206 [ 263 ] {454a268c-b68c-430d-8809-97f0058b3981} <Debug> TCPHandler: Processed in 0.002171473 sec. | ||
| 4860 | 2025.04.28 18:13:06.723366 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4861 | 2025.04.28 18:13:06.723513 [ 263 ] {511ff900-ce15-435b-a52a-1e4c77e256ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4862 | 2025.04.28 18:13:06.723578 [ 263 ] {511ff900-ce15-435b-a52a-1e4c77e256ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4863 | 2025.04.28 18:13:06.724209 [ 263 ] {511ff900-ce15-435b-a52a-1e4c77e256ed} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4864 | 2025.04.28 18:13:06.724252 [ 263 ] {511ff900-ce15-435b-a52a-1e4c77e256ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4865 | 2025.04.28 18:13:06.724625 [ 263 ] {511ff900-ce15-435b-a52a-1e4c77e256ed} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4866 | 2025.04.28 18:13:06.724871 [ 263 ] {511ff900-ce15-435b-a52a-1e4c77e256ed} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4867 | 2025.04.28 18:13:06.725086 [ 263 ] {511ff900-ce15-435b-a52a-1e4c77e256ed} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001607 sec., 2489.1101431238335 rows/sec., 187.17 KiB/sec. | ||
| 4868 | 2025.04.28 18:13:06.725194 [ 263 ] {511ff900-ce15-435b-a52a-1e4c77e256ed} <Debug> TCPHandler: Processed in 0.001895959 sec. | ||
| 4869 | 2025.04.28 18:13:06.725444 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4870 | 2025.04.28 18:13:06.725566 [ 263 ] {a56cd8d2-29cc-4433-a172-5b7d03f430e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4871 | 2025.04.28 18:13:06.725615 [ 263 ] {a56cd8d2-29cc-4433-a172-5b7d03f430e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4872 | 2025.04.28 18:13:06.726187 [ 263 ] {a56cd8d2-29cc-4433-a172-5b7d03f430e9} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4873 | 2025.04.28 18:13:06.726228 [ 263 ] {a56cd8d2-29cc-4433-a172-5b7d03f430e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4874 | 2025.04.28 18:13:06.726591 [ 263 ] {a56cd8d2-29cc-4433-a172-5b7d03f430e9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4875 | 2025.04.28 18:13:06.726839 [ 263 ] {a56cd8d2-29cc-4433-a172-5b7d03f430e9} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4876 | 2025.04.28 18:13:06.727061 [ 263 ] {a56cd8d2-29cc-4433-a172-5b7d03f430e9} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001521 sec., 44707.429322813936 rows/sec., 3.49 MiB/sec. | ||
| 4877 | 2025.04.28 18:13:06.727119 [ 263 ] {a56cd8d2-29cc-4433-a172-5b7d03f430e9} <Debug> TCPHandler: Processed in 0.001762687 sec. | ||
| 4878 | 2025.04.28 18:13:06.727254 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4879 | 2025.04.28 18:13:06.727364 [ 263 ] {bc111ced-3565-4f81-a075-fd6cfead4a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4880 | 2025.04.28 18:13:06.727415 [ 263 ] {bc111ced-3565-4f81-a075-fd6cfead4a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4881 | 2025.04.28 18:13:06.727949 [ 263 ] {bc111ced-3565-4f81-a075-fd6cfead4a17} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4882 | 2025.04.28 18:13:06.728014 [ 263 ] {bc111ced-3565-4f81-a075-fd6cfead4a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4883 | 2025.04.28 18:13:06.728398 [ 263 ] {bc111ced-3565-4f81-a075-fd6cfead4a17} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4884 | 2025.04.28 18:13:06.728649 [ 263 ] {bc111ced-3565-4f81-a075-fd6cfead4a17} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4885 | 2025.04.28 18:13:06.728865 [ 263 ] {bc111ced-3565-4f81-a075-fd6cfead4a17} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001526 sec., 104849.27916120576 rows/sec., 7.30 MiB/sec. | ||
| 4886 | 2025.04.28 18:13:06.728917 [ 263 ] {bc111ced-3565-4f81-a075-fd6cfead4a17} <Debug> TCPHandler: Processed in 0.001715026 sec. | ||
| 4887 | 2025.04.28 18:13:06.729033 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4888 | 2025.04.28 18:13:06.729137 [ 263 ] {0d5c0675-a187-4875-ba32-63fc25e86b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4889 | 2025.04.28 18:13:06.729206 [ 263 ] {0d5c0675-a187-4875-ba32-63fc25e86b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4890 | 2025.04.28 18:13:06.730268 [ 263 ] {0d5c0675-a187-4875-ba32-63fc25e86b27} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4891 | 2025.04.28 18:13:06.730309 [ 263 ] {0d5c0675-a187-4875-ba32-63fc25e86b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4892 | 2025.04.28 18:13:06.730895 [ 263 ] {0d5c0675-a187-4875-ba32-63fc25e86b27} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4893 | 2025.04.28 18:13:06.731157 [ 263 ] {0d5c0675-a187-4875-ba32-63fc25e86b27} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4894 | 2025.04.28 18:13:06.731386 [ 263 ] {0d5c0675-a187-4875-ba32-63fc25e86b27} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002271 sec., 1761.3386173491854 rows/sec., 3.16 MiB/sec. | ||
| 4895 | 2025.04.28 18:13:06.731500 [ 263 ] {0d5c0675-a187-4875-ba32-63fc25e86b27} <Debug> TCPHandler: Processed in 0.002518379 sec. | ||
| 4896 | 2025.04.28 18:13:06.731633 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4897 | 2025.04.28 18:13:06.731740 [ 263 ] {98cf6d1c-9d00-4f00-b05d-00c9d91e2f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4898 | 2025.04.28 18:13:06.731788 [ 263 ] {98cf6d1c-9d00-4f00-b05d-00c9d91e2f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4899 | 2025.04.28 18:13:06.732229 [ 263 ] {98cf6d1c-9d00-4f00-b05d-00c9d91e2f2b} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4900 | 2025.04.28 18:13:06.732267 [ 263 ] {98cf6d1c-9d00-4f00-b05d-00c9d91e2f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4901 | 2025.04.28 18:13:06.732620 [ 263 ] {98cf6d1c-9d00-4f00-b05d-00c9d91e2f2b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4902 | 2025.04.28 18:13:06.732860 [ 263 ] {98cf6d1c-9d00-4f00-b05d-00c9d91e2f2b} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4903 | 2025.04.28 18:13:06.733055 [ 263 ] {98cf6d1c-9d00-4f00-b05d-00c9d91e2f2b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec. | ||
| 4904 | 2025.04.28 18:13:06.733104 [ 263 ] {98cf6d1c-9d00-4f00-b05d-00c9d91e2f2b} <Debug> TCPHandler: Processed in 0.001521583 sec. | ||
| 4905 | 2025.04.28 18:13:07.962894 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4906 | 2025.04.28 18:13:07.963793 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4907 | 2025.04.28 18:13:07.963845 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4908 | 2025.04.28 18:13:07.964367 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4909 | 2025.04.28 18:13:07.964640 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4910 | 2025.04.28 18:13:07.964883 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4911 | 2025.04.28 18:13:08.661993 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4912 | 2025.04.28 18:13:08.682483 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4913 | 2025.04.28 18:13:08.682537 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 4914 | 2025.04.28 18:13:08.689939 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4915 | 2025.04.28 18:13:08.690692 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4916 | 2025.04.28 18:13:08.693957 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4917 | 2025.04.28 18:13:11.723344 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4918 | 2025.04.28 18:13:11.723565 [ 263 ] {67af6cb1-f133-46da-acaa-ff19421c1d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4919 | 2025.04.28 18:13:11.723644 [ 263 ] {67af6cb1-f133-46da-acaa-ff19421c1d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4920 | 2025.04.28 18:13:11.724493 [ 263 ] {67af6cb1-f133-46da-acaa-ff19421c1d27} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4921 | 2025.04.28 18:13:11.724542 [ 263 ] {67af6cb1-f133-46da-acaa-ff19421c1d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4922 | 2025.04.28 18:13:11.724964 [ 263 ] {67af6cb1-f133-46da-acaa-ff19421c1d27} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4923 | 2025.04.28 18:13:11.725205 [ 263 ] {67af6cb1-f133-46da-acaa-ff19421c1d27} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4924 | 2025.04.28 18:13:11.725404 [ 53 ] {} <Debug> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4925 | 2025.04.28 18:13:11.725434 [ 263 ] {67af6cb1-f133-46da-acaa-ff19421c1d27} <Debug> executeQuery: Read 126 rows, 11.05 KiB in 0.001923 sec., 65522.62090483619 rows/sec., 5.61 MiB/sec. | ||
| 4926 | 2025.04.28 18:13:11.725491 [ 53 ] {} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4927 | 2025.04.28 18:13:11.725567 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4928 | 2025.04.28 18:13:11.725575 [ 263 ] {67af6cb1-f133-46da-acaa-ff19421c1d27} <Debug> TCPHandler: Processed in 0.002376666 sec. | ||
| 4929 | 2025.04.28 18:13:11.725798 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4930 | 2025.04.28 18:13:11.725801 [ 198 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::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 | ||
| 4931 | 2025.04.28 18:13:11.725983 [ 263 ] {3ccd30cd-9cce-42f2-bd04-e711910cc50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4932 | 2025.04.28 18:13:11.726086 [ 263 ] {3ccd30cd-9cce-42f2-bd04-e711910cc50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4933 | 2025.04.28 18:13:11.726102 [ 198 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4934 | 2025.04.28 18:13:11.726199 [ 198 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1845 rows starting from the beginning of the part | ||
| 4935 | 2025.04.28 18:13:11.726441 [ 198 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 4936 | 2025.04.28 18:13:11.726794 [ 198 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part | ||
| 4937 | 2025.04.28 18:13:11.727159 [ 198 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 687 rows starting from the beginning of the part | ||
| 4938 | 2025.04.28 18:13:11.727406 [ 198 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
| 4939 | 2025.04.28 18:13:11.727914 [ 198 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 126 rows starting from the beginning of the part | ||
| 4940 | 2025.04.28 18:13:11.728864 [ 263 ] {3ccd30cd-9cce-42f2-bd04-e711910cc50f} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4941 | 2025.04.28 18:13:11.728919 [ 263 ] {3ccd30cd-9cce-42f2-bd04-e711910cc50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4942 | 2025.04.28 18:13:11.729886 [ 263 ] {3ccd30cd-9cce-42f2-bd04-e711910cc50f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4943 | 2025.04.28 18:13:11.730428 [ 263 ] {3ccd30cd-9cce-42f2-bd04-e711910cc50f} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4944 | 2025.04.28 18:13:11.730814 [ 263 ] {3ccd30cd-9cce-42f2-bd04-e711910cc50f} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.004885 sec., 7164.790174002048 rows/sec., 538.76 KiB/sec. | ||
| 4945 | 2025.04.28 18:13:11.730944 [ 263 ] {3ccd30cd-9cce-42f2-bd04-e711910cc50f} <Debug> TCPHandler: Processed in 0.005213399 sec. | ||
| 4946 | 2025.04.28 18:13:11.731093 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4947 | 2025.04.28 18:13:11.731367 [ 263 ] {9890b497-2a5c-441c-8a26-3e17c848cd45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4948 | 2025.04.28 18:13:11.731404 [ 198 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2842 rows, containing 5 columns (5 merged, 0 gathered) in 0.005716207 sec., 497182.8347014025 rows/sec., 42.21 MiB/sec. | ||
| 4949 | 2025.04.28 18:13:11.731438 [ 263 ] {9890b497-2a5c-441c-8a26-3e17c848cd45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4950 | 2025.04.28 18:13:11.731716 [ 198 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4951 | 2025.04.28 18:13:11.732325 [ 198 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_36_7} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4952 | 2025.04.28 18:13:11.732531 [ 198 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_36_7} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4953 | 2025.04.28 18:13:11.732688 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 4954 | 2025.04.28 18:13:11.732714 [ 263 ] {9890b497-2a5c-441c-8a26-3e17c848cd45} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4955 | 2025.04.28 18:13:11.732765 [ 263 ] {9890b497-2a5c-441c-8a26-3e17c848cd45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4956 | 2025.04.28 18:13:11.733137 [ 263 ] {9890b497-2a5c-441c-8a26-3e17c848cd45} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4957 | 2025.04.28 18:13:11.733386 [ 263 ] {9890b497-2a5c-441c-8a26-3e17c848cd45} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4958 | 2025.04.28 18:13:11.733544 [ 53 ] {} <Debug> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4959 | 2025.04.28 18:13:11.733615 [ 263 ] {9890b497-2a5c-441c-8a26-3e17c848cd45} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.002338 sec., 42343.88366124893 rows/sec., 3.31 MiB/sec. | ||
| 4960 | 2025.04.28 18:13:11.733621 [ 53 ] {} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4961 | 2025.04.28 18:13:11.733697 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4962 | 2025.04.28 18:13:11.733757 [ 263 ] {9890b497-2a5c-441c-8a26-3e17c848cd45} <Debug> TCPHandler: Processed in 0.002731821 sec. | ||
| 4963 | 2025.04.28 18:13:11.734047 [ 198 ] {a17caf10-576c-423e-b538-4d14fa340852::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 | ||
| 4964 | 2025.04.28 18:13:11.734112 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4965 | 2025.04.28 18:13:11.734526 [ 198 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4966 | 2025.04.28 18:13:11.734540 [ 263 ] {e72a7362-5490-463d-90f9-719701221f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4967 | 2025.04.28 18:13:11.734635 [ 198 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 4968 | 2025.04.28 18:13:11.734747 [ 263 ] {e72a7362-5490-463d-90f9-719701221f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4969 | 2025.04.28 18:13:11.735055 [ 198 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 4970 | 2025.04.28 18:13:11.735497 [ 198 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 68 rows starting from the beginning of the part | ||
| 4971 | 2025.04.28 18:13:11.735847 [ 198 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 417 rows starting from the beginning of the part | ||
| 4972 | 2025.04.28 18:13:11.736113 [ 198 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 68 rows starting from the beginning of the part | ||
| 4973 | 2025.04.28 18:13:11.736522 [ 198 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 99 rows starting from the beginning of the part | ||
| 4974 | 2025.04.28 18:13:11.737568 [ 263 ] {e72a7362-5490-463d-90f9-719701221f1b} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4975 | 2025.04.28 18:13:11.737632 [ 263 ] {e72a7362-5490-463d-90f9-719701221f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4976 | 2025.04.28 18:13:11.738697 [ 263 ] {e72a7362-5490-463d-90f9-719701221f1b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4977 | 2025.04.28 18:13:11.739131 [ 263 ] {e72a7362-5490-463d-90f9-719701221f1b} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4978 | 2025.04.28 18:13:11.739432 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1629 rows, containing 5 columns (5 merged, 0 gathered) in 0.005605745 sec., 290594.73807674093 rows/sec., 22.40 MiB/sec. | ||
| 4979 | 2025.04.28 18:13:11.739493 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4980 | 2025.04.28 18:13:11.739597 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4981 | 2025.04.28 18:13:11.739689 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4982 | 2025.04.28 18:13:11.739705 [ 263 ] {e72a7362-5490-463d-90f9-719701221f1b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00533 sec., 30018.761726078803 rows/sec., 2.09 MiB/sec. | ||
| 4983 | 2025.04.28 18:13:11.739824 [ 186 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4984 | 2025.04.28 18:13:11.740231 [ 263 ] {e72a7362-5490-463d-90f9-719701221f1b} <Debug> TCPHandler: Processed in 0.006241775 sec. | ||
| 4985 | 2025.04.28 18:13:11.740808 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 4986 | 2025.04.28 18:13:11.740872 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4987 | 2025.04.28 18:13:11.741155 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_36_7} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4988 | 2025.04.28 18:13:11.741246 [ 263 ] {363137aa-f2f5-4752-9d84-d3663f077406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4989 | 2025.04.28 18:13:11.741364 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4990 | 2025.04.28 18:13:11.741483 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10492 rows starting from the beginning of the part | ||
| 4991 | 2025.04.28 18:13:11.741531 [ 263 ] {363137aa-f2f5-4752-9d84-d3663f077406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4992 | 2025.04.28 18:13:11.741548 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_36_7} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4993 | 2025.04.28 18:13:11.742063 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 128 rows starting from the beginning of the part | ||
| 4994 | 2025.04.28 18:13:11.742078 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 4995 | 2025.04.28 18:13:11.742498 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 4996 | 2025.04.28 18:13:11.742922 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
| 4997 | 2025.04.28 18:13:11.743192 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 4998 | 2025.04.28 18:13:11.743545 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 4999 | 2025.04.28 18:13:11.745400 [ 263 ] {363137aa-f2f5-4752-9d84-d3663f077406} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5000 | 2025.04.28 18:13:11.745452 [ 263 ] {363137aa-f2f5-4752-9d84-d3663f077406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5001 | 2025.04.28 18:13:11.746450 [ 263 ] {363137aa-f2f5-4752-9d84-d3663f077406} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5002 | 2025.04.28 18:13:11.746999 [ 263 ] {363137aa-f2f5-4752-9d84-d3663f077406} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5003 | 2025.04.28 18:13:11.747213 [ 263 ] {363137aa-f2f5-4752-9d84-d3663f077406} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.006074 sec., 5762.2653934804075 rows/sec., 10.33 MiB/sec. | ||
| 5004 | 2025.04.28 18:13:11.747333 [ 263 ] {363137aa-f2f5-4752-9d84-d3663f077406} <Debug> TCPHandler: Processed in 0.006638841 sec. | ||
| 5005 | 2025.04.28 18:13:11.747478 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5006 | 2025.04.28 18:13:11.747580 [ 263 ] {b2b633f6-4fc7-403c-8421-c3cf89710bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5007 | 2025.04.28 18:13:11.747626 [ 263 ] {b2b633f6-4fc7-403c-8421-c3cf89710bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5008 | 2025.04.28 18:13:11.748031 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11337 rows, containing 5 columns (5 merged, 0 gathered) in 0.008231265 sec., 1377309.562989407 rows/sec., 93.03 MiB/sec. | ||
| 5009 | 2025.04.28 18:13:11.748170 [ 263 ] {b2b633f6-4fc7-403c-8421-c3cf89710bc1} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5010 | 2025.04.28 18:13:11.748211 [ 263 ] {b2b633f6-4fc7-403c-8421-c3cf89710bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5011 | 2025.04.28 18:13:11.748296 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5012 | 2025.04.28 18:13:11.748650 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5013 | 2025.04.28 18:13:11.748667 [ 263 ] {b2b633f6-4fc7-403c-8421-c3cf89710bc1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5014 | 2025.04.28 18:13:11.748738 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5015 | 2025.04.28 18:13:11.748831 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
| 5016 | 2025.04.28 18:13:11.748971 [ 263 ] {b2b633f6-4fc7-403c-8421-c3cf89710bc1} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5017 | 2025.04.28 18:13:11.749121 [ 52 ] {} <Debug> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5018 | 2025.04.28 18:13:11.749163 [ 52 ] {} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5019 | 2025.04.28 18:13:11.749163 [ 263 ] {b2b633f6-4fc7-403c-8421-c3cf89710bc1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001603 sec., 37429.81908920773 rows/sec., 2.52 MiB/sec. | ||
| 5020 | 2025.04.28 18:13:11.749191 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5021 | 2025.04.28 18:13:11.749246 [ 263 ] {b2b633f6-4fc7-403c-8421-c3cf89710bc1} <Debug> TCPHandler: Processed in 0.001813547 sec. | ||
| 5022 | 2025.04.28 18:13:11.749576 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 5023 | 2025.04.28 18:13:11.749850 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5024 | 2025.04.28 18:13:11.749888 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1794 rows starting from the beginning of the part | ||
| 5025 | 2025.04.28 18:13:11.750012 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part | ||
| 5026 | 2025.04.28 18:13:11.750171 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 5027 | 2025.04.28 18:13:11.750292 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 5028 | 2025.04.28 18:13:11.750480 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 5029 | 2025.04.28 18:13:11.750575 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 5030 | 2025.04.28 18:13:11.752137 [ 197 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2104 rows, containing 4 columns (4 merged, 0 gathered) in 0.002850163 sec., 738203.3939813266 rows/sec., 48.33 MiB/sec. | ||
| 5031 | 2025.04.28 18:13:11.752366 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5032 | 2025.04.28 18:13:11.752654 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_36_7} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5033 | 2025.04.28 18:13:11.752734 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_36_7} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5034 | 2025.04.28 18:13:11.752815 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5035 | 2025.04.28 18:13:15.360442 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5036 | 2025.04.28 18:13:15.360515 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5037 | 2025.04.28 18:13:15.465128 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 5038 | 2025.04.28 18:13:15.465813 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5039 | 2025.04.28 18:13:15.465859 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5040 | 2025.04.28 18:13:15.466362 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5041 | 2025.04.28 18:13:15.466605 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5042 | 2025.04.28 18:13:15.466872 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5043 | 2025.04.28 18:13:15.512799 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 706 | ||
| 5044 | 2025.04.28 18:13:15.515645 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5045 | 2025.04.28 18:13:15.515694 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5046 | 2025.04.28 18:13:15.517127 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5047 | 2025.04.28 18:13:15.517447 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5048 | 2025.04.28 18:13:15.517964 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 706 | ||
| 5049 | 2025.04.28 18:13:16.194136 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5050 | 2025.04.28 18:13:16.214987 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5051 | 2025.04.28 18:13:16.215043 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5052 | 2025.04.28 18:13:16.222685 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5053 | 2025.04.28 18:13:16.223513 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5054 | 2025.04.28 18:13:16.226476 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5055 | 2025.04.28 18:13:16.722126 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5056 | 2025.04.28 18:13:16.722307 [ 263 ] {2672d711-2b29-4f6a-8c26-56758a1ea010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5057 | 2025.04.28 18:13:16.722377 [ 263 ] {2672d711-2b29-4f6a-8c26-56758a1ea010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5058 | 2025.04.28 18:13:16.723125 [ 263 ] {2672d711-2b29-4f6a-8c26-56758a1ea010} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5059 | 2025.04.28 18:13:16.723168 [ 263 ] {2672d711-2b29-4f6a-8c26-56758a1ea010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5060 | 2025.04.28 18:13:16.723589 [ 263 ] {2672d711-2b29-4f6a-8c26-56758a1ea010} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5061 | 2025.04.28 18:13:16.723833 [ 263 ] {2672d711-2b29-4f6a-8c26-56758a1ea010} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5062 | 2025.04.28 18:13:16.724016 [ 263 ] {2672d711-2b29-4f6a-8c26-56758a1ea010} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001761 sec., 36342.98693923907 rows/sec., 2.88 MiB/sec. | ||
| 5063 | 2025.04.28 18:13:16.724069 [ 263 ] {2672d711-2b29-4f6a-8c26-56758a1ea010} <Debug> TCPHandler: Processed in 0.002067482 sec. | ||
| 5064 | 2025.04.28 18:13:16.724192 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5065 | 2025.04.28 18:13:16.724296 [ 263 ] {d08fc5aa-c54c-430f-9c14-225968c7b584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5066 | 2025.04.28 18:13:16.724342 [ 263 ] {d08fc5aa-c54c-430f-9c14-225968c7b584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5067 | 2025.04.28 18:13:16.724891 [ 263 ] {d08fc5aa-c54c-430f-9c14-225968c7b584} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5068 | 2025.04.28 18:13:16.724929 [ 263 ] {d08fc5aa-c54c-430f-9c14-225968c7b584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5069 | 2025.04.28 18:13:16.725269 [ 263 ] {d08fc5aa-c54c-430f-9c14-225968c7b584} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5070 | 2025.04.28 18:13:16.725507 [ 263 ] {d08fc5aa-c54c-430f-9c14-225968c7b584} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5071 | 2025.04.28 18:13:16.725678 [ 263 ] {d08fc5aa-c54c-430f-9c14-225968c7b584} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001404 sec., 2849.002849002849 rows/sec., 214.23 KiB/sec. | ||
| 5072 | 2025.04.28 18:13:16.725727 [ 263 ] {d08fc5aa-c54c-430f-9c14-225968c7b584} <Debug> TCPHandler: Processed in 0.001585054 sec. | ||
| 5073 | 2025.04.28 18:13:16.725845 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5074 | 2025.04.28 18:13:16.725945 [ 263 ] {10638894-32cc-4a8b-b9ed-3fb6cb248be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5075 | 2025.04.28 18:13:16.725989 [ 263 ] {10638894-32cc-4a8b-b9ed-3fb6cb248be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5076 | 2025.04.28 18:13:16.726514 [ 263 ] {10638894-32cc-4a8b-b9ed-3fb6cb248be7} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5077 | 2025.04.28 18:13:16.726550 [ 263 ] {10638894-32cc-4a8b-b9ed-3fb6cb248be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5078 | 2025.04.28 18:13:16.726896 [ 263 ] {10638894-32cc-4a8b-b9ed-3fb6cb248be7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5079 | 2025.04.28 18:13:16.727125 [ 263 ] {10638894-32cc-4a8b-b9ed-3fb6cb248be7} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5080 | 2025.04.28 18:13:16.727284 [ 263 ] {10638894-32cc-4a8b-b9ed-3fb6cb248be7} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001359 sec., 50036.79175864607 rows/sec., 3.91 MiB/sec. | ||
| 5081 | 2025.04.28 18:13:16.727333 [ 263 ] {10638894-32cc-4a8b-b9ed-3fb6cb248be7} <Debug> TCPHandler: Processed in 0.001538353 sec. | ||
| 5082 | 2025.04.28 18:13:16.727452 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5083 | 2025.04.28 18:13:16.727554 [ 263 ] {680d4d32-c8e6-4dad-8136-f2f62520b15a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5084 | 2025.04.28 18:13:16.727601 [ 263 ] {680d4d32-c8e6-4dad-8136-f2f62520b15a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5085 | 2025.04.28 18:13:16.728100 [ 263 ] {680d4d32-c8e6-4dad-8136-f2f62520b15a} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5086 | 2025.04.28 18:13:16.728136 [ 263 ] {680d4d32-c8e6-4dad-8136-f2f62520b15a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5087 | 2025.04.28 18:13:16.728503 [ 263 ] {680d4d32-c8e6-4dad-8136-f2f62520b15a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5088 | 2025.04.28 18:13:16.728730 [ 263 ] {680d4d32-c8e6-4dad-8136-f2f62520b15a} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5089 | 2025.04.28 18:13:16.728894 [ 263 ] {680d4d32-c8e6-4dad-8136-f2f62520b15a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001362 sec., 117474.30249632894 rows/sec., 8.18 MiB/sec. | ||
| 5090 | 2025.04.28 18:13:16.728941 [ 263 ] {680d4d32-c8e6-4dad-8136-f2f62520b15a} <Debug> TCPHandler: Processed in 0.001540134 sec. | ||
| 5091 | 2025.04.28 18:13:16.729053 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5092 | 2025.04.28 18:13:16.729153 [ 263 ] {d89a663e-9297-455b-a3eb-47447b1f0d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5093 | 2025.04.28 18:13:16.729220 [ 263 ] {d89a663e-9297-455b-a3eb-47447b1f0d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5094 | 2025.04.28 18:13:16.730203 [ 263 ] {d89a663e-9297-455b-a3eb-47447b1f0d45} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5095 | 2025.04.28 18:13:16.730239 [ 263 ] {d89a663e-9297-455b-a3eb-47447b1f0d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5096 | 2025.04.28 18:13:16.730810 [ 263 ] {d89a663e-9297-455b-a3eb-47447b1f0d45} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5097 | 2025.04.28 18:13:16.731061 [ 263 ] {d89a663e-9297-455b-a3eb-47447b1f0d45} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5098 | 2025.04.28 18:13:16.731259 [ 263 ] {d89a663e-9297-455b-a3eb-47447b1f0d45} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002126 sec., 1881.4675446848544 rows/sec., 3.37 MiB/sec. | ||
| 5099 | 2025.04.28 18:13:16.731509 [ 263 ] {d89a663e-9297-455b-a3eb-47447b1f0d45} <Debug> TCPHandler: Processed in 0.002504438 sec. | ||
| 5100 | 2025.04.28 18:13:16.731637 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5101 | 2025.04.28 18:13:16.731740 [ 263 ] {1f04088b-43ae-4911-8452-bad5e5139505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5102 | 2025.04.28 18:13:16.731786 [ 263 ] {1f04088b-43ae-4911-8452-bad5e5139505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5103 | 2025.04.28 18:13:16.732314 [ 263 ] {1f04088b-43ae-4911-8452-bad5e5139505} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5104 | 2025.04.28 18:13:16.732350 [ 263 ] {1f04088b-43ae-4911-8452-bad5e5139505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5105 | 2025.04.28 18:13:16.732695 [ 263 ] {1f04088b-43ae-4911-8452-bad5e5139505} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5106 | 2025.04.28 18:13:16.732919 [ 263 ] {1f04088b-43ae-4911-8452-bad5e5139505} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5107 | 2025.04.28 18:13:16.733080 [ 263 ] {1f04088b-43ae-4911-8452-bad5e5139505} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
| 5108 | 2025.04.28 18:13:16.733126 [ 263 ] {1f04088b-43ae-4911-8452-bad5e5139505} <Debug> TCPHandler: Processed in 0.001540294 sec. | ||
| 5109 | 2025.04.28 18:13:19.095597 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5110 | 2025.04.28 18:13:19.095801 [ 263 ] {e0f54e99-e756-4a4f-87ee-fe6d567ce392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5111 | 2025.04.28 18:13:19.095879 [ 263 ] {e0f54e99-e756-4a4f-87ee-fe6d567ce392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5112 | 2025.04.28 18:13:19.097326 [ 263 ] {e0f54e99-e756-4a4f-87ee-fe6d567ce392} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5113 | 2025.04.28 18:13:19.097375 [ 263 ] {e0f54e99-e756-4a4f-87ee-fe6d567ce392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5114 | 2025.04.28 18:13:19.097866 [ 263 ] {e0f54e99-e756-4a4f-87ee-fe6d567ce392} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5115 | 2025.04.28 18:13:19.098116 [ 263 ] {e0f54e99-e756-4a4f-87ee-fe6d567ce392} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5116 | 2025.04.28 18:13:19.098362 [ 263 ] {e0f54e99-e756-4a4f-87ee-fe6d567ce392} <Debug> executeQuery: Read 1266 rows, 107.61 KiB in 0.002613 sec., 484500.5740528129 rows/sec., 40.22 MiB/sec. | ||
| 5117 | 2025.04.28 18:13:19.098459 [ 263 ] {e0f54e99-e756-4a4f-87ee-fe6d567ce392} <Debug> TCPHandler: Processed in 0.002991576 sec. | ||
| 5118 | 2025.04.28 18:13:19.098613 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5119 | 2025.04.28 18:13:19.098721 [ 263 ] {0784e670-9280-4b8b-bd42-80e704c2b985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5120 | 2025.04.28 18:13:19.098770 [ 263 ] {0784e670-9280-4b8b-bd42-80e704c2b985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5121 | 2025.04.28 18:13:19.099307 [ 263 ] {0784e670-9280-4b8b-bd42-80e704c2b985} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5122 | 2025.04.28 18:13:19.099348 [ 263 ] {0784e670-9280-4b8b-bd42-80e704c2b985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5123 | 2025.04.28 18:13:19.099690 [ 263 ] {0784e670-9280-4b8b-bd42-80e704c2b985} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5124 | 2025.04.28 18:13:19.099987 [ 263 ] {0784e670-9280-4b8b-bd42-80e704c2b985} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5125 | 2025.04.28 18:13:19.100164 [ 42 ] {} <Debug> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5126 | 2025.04.28 18:13:19.100219 [ 263 ] {0784e670-9280-4b8b-bd42-80e704c2b985} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001516 sec., 23087.071240105543 rows/sec., 1.70 MiB/sec. | ||
| 5127 | 2025.04.28 18:13:19.100245 [ 42 ] {} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5128 | 2025.04.28 18:13:19.100313 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5129 | 2025.04.28 18:13:19.100335 [ 263 ] {0784e670-9280-4b8b-bd42-80e704c2b985} <Debug> TCPHandler: Processed in 0.001780837 sec. | ||
| 5130 | 2025.04.28 18:13:19.100637 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::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 | ||
| 5131 | 2025.04.28 18:13:19.100679 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5132 | 2025.04.28 18:13:19.101040 [ 263 ] {fce6770b-0244-4715-8d24-ef1804d9936f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5133 | 2025.04.28 18:13:19.101111 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5134 | 2025.04.28 18:13:19.101130 [ 263 ] {fce6770b-0244-4715-8d24-ef1804d9936f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5135 | 2025.04.28 18:13:19.101186 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 163 rows starting from the beginning of the part | ||
| 5136 | 2025.04.28 18:13:19.101473 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 141 rows starting from the beginning of the part | ||
| 5137 | 2025.04.28 18:13:19.101826 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
| 5138 | 2025.04.28 18:13:19.102236 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 35 rows starting from the beginning of the part | ||
| 5139 | 2025.04.28 18:13:19.102608 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
| 5140 | 2025.04.28 18:13:19.103027 [ 194 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 35 rows starting from the beginning of the part | ||
| 5141 | 2025.04.28 18:13:19.104014 [ 263 ] {fce6770b-0244-4715-8d24-ef1804d9936f} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5142 | 2025.04.28 18:13:19.104087 [ 263 ] {fce6770b-0244-4715-8d24-ef1804d9936f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5143 | 2025.04.28 18:13:19.104946 [ 263 ] {fce6770b-0244-4715-8d24-ef1804d9936f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5144 | 2025.04.28 18:13:19.105491 [ 263 ] {fce6770b-0244-4715-8d24-ef1804d9936f} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5145 | 2025.04.28 18:13:19.105841 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 382 rows, containing 5 columns (5 merged, 0 gathered) in 0.005420913 sec., 70467.83447732881 rows/sec., 4.86 MiB/sec. | ||
| 5146 | 2025.04.28 18:13:19.106194 [ 263 ] {fce6770b-0244-4715-8d24-ef1804d9936f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005245 sec., 43469.97140133461 rows/sec., 2.94 MiB/sec. | ||
| 5147 | 2025.04.28 18:13:19.106347 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5148 | 2025.04.28 18:13:19.106400 [ 263 ] {fce6770b-0244-4715-8d24-ef1804d9936f} <Debug> TCPHandler: Processed in 0.00586755 sec. | ||
| 5149 | 2025.04.28 18:13:19.106641 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5150 | 2025.04.28 18:13:19.106816 [ 263 ] {966df4a5-8d26-4d51-8167-21716d7c1a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5151 | 2025.04.28 18:13:19.106903 [ 263 ] {966df4a5-8d26-4d51-8167-21716d7c1a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5152 | 2025.04.28 18:13:19.107080 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_26_5} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5153 | 2025.04.28 18:13:19.107365 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_26_5} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5154 | 2025.04.28 18:13:19.107642 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5155 | 2025.04.28 18:13:19.108409 [ 263 ] {966df4a5-8d26-4d51-8167-21716d7c1a3d} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5156 | 2025.04.28 18:13:19.108455 [ 263 ] {966df4a5-8d26-4d51-8167-21716d7c1a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5157 | 2025.04.28 18:13:19.108846 [ 263 ] {966df4a5-8d26-4d51-8167-21716d7c1a3d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5158 | 2025.04.28 18:13:19.109099 [ 263 ] {966df4a5-8d26-4d51-8167-21716d7c1a3d} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5159 | 2025.04.28 18:13:19.109333 [ 263 ] {966df4a5-8d26-4d51-8167-21716d7c1a3d} <Debug> executeQuery: Read 555 rows, 42.21 KiB in 0.002571 sec., 215869.31155192532 rows/sec., 16.03 MiB/sec. | ||
| 5160 | 2025.04.28 18:13:19.109464 [ 263 ] {966df4a5-8d26-4d51-8167-21716d7c1a3d} <Debug> TCPHandler: Processed in 0.002897244 sec. | ||
| 5161 | 2025.04.28 18:13:19.109605 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5162 | 2025.04.28 18:13:19.109707 [ 263 ] {efb51ae9-6368-4cb0-86df-d073f33aa724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5163 | 2025.04.28 18:13:19.109755 [ 263 ] {efb51ae9-6368-4cb0-86df-d073f33aa724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5164 | 2025.04.28 18:13:19.110467 [ 263 ] {efb51ae9-6368-4cb0-86df-d073f33aa724} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5165 | 2025.04.28 18:13:19.110505 [ 263 ] {efb51ae9-6368-4cb0-86df-d073f33aa724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5166 | 2025.04.28 18:13:19.110935 [ 263 ] {efb51ae9-6368-4cb0-86df-d073f33aa724} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5167 | 2025.04.28 18:13:19.111168 [ 263 ] {efb51ae9-6368-4cb0-86df-d073f33aa724} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5168 | 2025.04.28 18:13:19.111377 [ 263 ] {efb51ae9-6368-4cb0-86df-d073f33aa724} <Debug> executeQuery: Read 942 rows, 64.68 KiB in 0.001692 sec., 556737.5886524823 rows/sec., 37.33 MiB/sec. | ||
| 5169 | 2025.04.28 18:13:19.111428 [ 263 ] {efb51ae9-6368-4cb0-86df-d073f33aa724} <Debug> TCPHandler: Processed in 0.001875858 sec. | ||
| 5170 | 2025.04.28 18:13:19.111549 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5171 | 2025.04.28 18:13:19.111652 [ 263 ] {85ba3863-4043-4cfe-b10d-6132ecdb7f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5172 | 2025.04.28 18:13:19.111717 [ 263 ] {85ba3863-4043-4cfe-b10d-6132ecdb7f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5173 | 2025.04.28 18:13:19.112803 [ 263 ] {85ba3863-4043-4cfe-b10d-6132ecdb7f10} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5174 | 2025.04.28 18:13:19.112842 [ 263 ] {85ba3863-4043-4cfe-b10d-6132ecdb7f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5175 | 2025.04.28 18:13:19.113457 [ 263 ] {85ba3863-4043-4cfe-b10d-6132ecdb7f10} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5176 | 2025.04.28 18:13:19.113709 [ 263 ] {85ba3863-4043-4cfe-b10d-6132ecdb7f10} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5177 | 2025.04.28 18:13:19.113979 [ 263 ] {85ba3863-4043-4cfe-b10d-6132ecdb7f10} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00234 sec., 14957.264957264957 rows/sec., 26.80 MiB/sec. | ||
| 5178 | 2025.04.28 18:13:19.114443 [ 263 ] {85ba3863-4043-4cfe-b10d-6132ecdb7f10} <Debug> TCPHandler: Processed in 0.002941105 sec. | ||
| 5179 | 2025.04.28 18:13:19.114585 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5180 | 2025.04.28 18:13:19.114689 [ 263 ] {c81b0b43-3874-481a-a2e6-76d027f30c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5181 | 2025.04.28 18:13:19.114735 [ 263 ] {c81b0b43-3874-481a-a2e6-76d027f30c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5182 | 2025.04.28 18:13:19.115176 [ 263 ] {c81b0b43-3874-481a-a2e6-76d027f30c82} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5183 | 2025.04.28 18:13:19.115214 [ 263 ] {c81b0b43-3874-481a-a2e6-76d027f30c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5184 | 2025.04.28 18:13:19.115560 [ 263 ] {c81b0b43-3874-481a-a2e6-76d027f30c82} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5185 | 2025.04.28 18:13:19.115797 [ 263 ] {c81b0b43-3874-481a-a2e6-76d027f30c82} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5186 | 2025.04.28 18:13:19.115997 [ 263 ] {c81b0b43-3874-481a-a2e6-76d027f30c82} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001329 sec., 27088.03611738149 rows/sec., 1.83 MiB/sec. | ||
| 5187 | 2025.04.28 18:13:19.116047 [ 263 ] {c81b0b43-3874-481a-a2e6-76d027f30c82} <Debug> TCPHandler: Processed in 0.001512153 sec. | ||
| 5188 | 2025.04.28 18:13:21.717108 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5189 | 2025.04.28 18:13:21.717305 [ 263 ] {88010834-b8e6-4a0b-a516-06848f3685db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5190 | 2025.04.28 18:13:21.717380 [ 263 ] {88010834-b8e6-4a0b-a516-06848f3685db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5191 | 2025.04.28 18:13:21.718173 [ 263 ] {88010834-b8e6-4a0b-a516-06848f3685db} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5192 | 2025.04.28 18:13:21.718217 [ 263 ] {88010834-b8e6-4a0b-a516-06848f3685db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5193 | 2025.04.28 18:13:21.718635 [ 263 ] {88010834-b8e6-4a0b-a516-06848f3685db} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5194 | 2025.04.28 18:13:21.718888 [ 263 ] {88010834-b8e6-4a0b-a516-06848f3685db} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5195 | 2025.04.28 18:13:21.719092 [ 263 ] {88010834-b8e6-4a0b-a516-06848f3685db} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001837 sec., 30484.48557430593 rows/sec., 2.34 MiB/sec. | ||
| 5196 | 2025.04.28 18:13:21.719157 [ 263 ] {88010834-b8e6-4a0b-a516-06848f3685db} <Debug> TCPHandler: Processed in 0.002176143 sec. | ||
| 5197 | 2025.04.28 18:13:21.719289 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5198 | 2025.04.28 18:13:21.719401 [ 263 ] {b4721ccc-3d13-4358-8c7a-356f2431532e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5199 | 2025.04.28 18:13:21.719450 [ 263 ] {b4721ccc-3d13-4358-8c7a-356f2431532e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5200 | 2025.04.28 18:13:21.720003 [ 263 ] {b4721ccc-3d13-4358-8c7a-356f2431532e} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5201 | 2025.04.28 18:13:21.720041 [ 263 ] {b4721ccc-3d13-4358-8c7a-356f2431532e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5202 | 2025.04.28 18:13:21.720385 [ 263 ] {b4721ccc-3d13-4358-8c7a-356f2431532e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5203 | 2025.04.28 18:13:21.720676 [ 263 ] {b4721ccc-3d13-4358-8c7a-356f2431532e} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5204 | 2025.04.28 18:13:21.720903 [ 263 ] {b4721ccc-3d13-4358-8c7a-356f2431532e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00153 sec., 41830.06535947713 rows/sec., 3.26 MiB/sec. | ||
| 5205 | 2025.04.28 18:13:21.720960 [ 263 ] {b4721ccc-3d13-4358-8c7a-356f2431532e} <Debug> TCPHandler: Processed in 0.001722896 sec. | ||
| 5206 | 2025.04.28 18:13:21.721083 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5207 | 2025.04.28 18:13:21.721189 [ 263 ] {ce8d8e61-826e-47a5-b7c6-5bd1b6b8d556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5208 | 2025.04.28 18:13:21.721238 [ 263 ] {ce8d8e61-826e-47a5-b7c6-5bd1b6b8d556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5209 | 2025.04.28 18:13:21.721714 [ 263 ] {ce8d8e61-826e-47a5-b7c6-5bd1b6b8d556} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5210 | 2025.04.28 18:13:21.721751 [ 263 ] {ce8d8e61-826e-47a5-b7c6-5bd1b6b8d556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5211 | 2025.04.28 18:13:21.722113 [ 263 ] {ce8d8e61-826e-47a5-b7c6-5bd1b6b8d556} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5212 | 2025.04.28 18:13:21.722362 [ 263 ] {ce8d8e61-826e-47a5-b7c6-5bd1b6b8d556} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5213 | 2025.04.28 18:13:21.722556 [ 263 ] {ce8d8e61-826e-47a5-b7c6-5bd1b6b8d556} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001385 sec., 46209.38628158845 rows/sec., 3.22 MiB/sec. | ||
| 5214 | 2025.04.28 18:13:21.722606 [ 263 ] {ce8d8e61-826e-47a5-b7c6-5bd1b6b8d556} <Debug> TCPHandler: Processed in 0.001572624 sec. | ||
| 5215 | 2025.04.28 18:13:21.722731 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5216 | 2025.04.28 18:13:21.722834 [ 263 ] {414f4c28-9ee9-4617-a526-84943d868cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5217 | 2025.04.28 18:13:21.722880 [ 263 ] {414f4c28-9ee9-4617-a526-84943d868cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5218 | 2025.04.28 18:13:21.723297 [ 263 ] {414f4c28-9ee9-4617-a526-84943d868cfb} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5219 | 2025.04.28 18:13:21.723335 [ 263 ] {414f4c28-9ee9-4617-a526-84943d868cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5220 | 2025.04.28 18:13:21.723677 [ 263 ] {414f4c28-9ee9-4617-a526-84943d868cfb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5221 | 2025.04.28 18:13:21.723904 [ 263 ] {414f4c28-9ee9-4617-a526-84943d868cfb} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5222 | 2025.04.28 18:13:21.724120 [ 263 ] {414f4c28-9ee9-4617-a526-84943d868cfb} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001302 sec., 18433.179723502304 rows/sec., 1.24 MiB/sec. | ||
| 5223 | 2025.04.28 18:13:21.724210 [ 263 ] {414f4c28-9ee9-4617-a526-84943d868cfb} <Debug> TCPHandler: Processed in 0.001528183 sec. | ||
| 5224 | 2025.04.28 18:13:22.967076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5225 | 2025.04.28 18:13:22.967766 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5226 | 2025.04.28 18:13:22.967814 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5227 | 2025.04.28 18:13:22.968312 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5228 | 2025.04.28 18:13:22.968565 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5229 | 2025.04.28 18:13:22.968827 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5230 | 2025.04.28 18:13:23.726613 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5231 | 2025.04.28 18:13:23.748066 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5232 | 2025.04.28 18:13:23.748128 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5233 | 2025.04.28 18:13:23.755920 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5234 | 2025.04.28 18:13:23.756708 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5235 | 2025.04.28 18:13:23.760464 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5236 | 2025.04.28 18:13:25.518231 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 740 | ||
| 5237 | 2025.04.28 18:13:25.521376 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5238 | 2025.04.28 18:13:25.521436 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5239 | 2025.04.28 18:13:25.522912 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5240 | 2025.04.28 18:13:25.523227 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5241 | 2025.04.28 18:13:25.524416 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 740 | ||
| 5242 | 2025.04.28 18:13:26.722103 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5243 | 2025.04.28 18:13:26.722284 [ 263 ] {b92a6513-c3ef-455b-bbbe-a85c0651c014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5244 | 2025.04.28 18:13:26.722356 [ 263 ] {b92a6513-c3ef-455b-bbbe-a85c0651c014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5245 | 2025.04.28 18:13:26.723090 [ 263 ] {b92a6513-c3ef-455b-bbbe-a85c0651c014} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5246 | 2025.04.28 18:13:26.723141 [ 263 ] {b92a6513-c3ef-455b-bbbe-a85c0651c014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5247 | 2025.04.28 18:13:26.723574 [ 263 ] {b92a6513-c3ef-455b-bbbe-a85c0651c014} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5248 | 2025.04.28 18:13:26.723845 [ 263 ] {b92a6513-c3ef-455b-bbbe-a85c0651c014} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5249 | 2025.04.28 18:13:26.724078 [ 263 ] {b92a6513-c3ef-455b-bbbe-a85c0651c014} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001843 sec., 34725.99023331525 rows/sec., 2.75 MiB/sec. | ||
| 5250 | 2025.04.28 18:13:26.724136 [ 263 ] {b92a6513-c3ef-455b-bbbe-a85c0651c014} <Debug> TCPHandler: Processed in 0.002161923 sec. | ||
| 5251 | 2025.04.28 18:13:26.724264 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5252 | 2025.04.28 18:13:26.724373 [ 263 ] {45855c49-4841-49d1-9a5b-fc1bf18ffb78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5253 | 2025.04.28 18:13:26.724420 [ 263 ] {45855c49-4841-49d1-9a5b-fc1bf18ffb78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5254 | 2025.04.28 18:13:26.724918 [ 263 ] {45855c49-4841-49d1-9a5b-fc1bf18ffb78} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5255 | 2025.04.28 18:13:26.724962 [ 263 ] {45855c49-4841-49d1-9a5b-fc1bf18ffb78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5256 | 2025.04.28 18:13:26.725303 [ 263 ] {45855c49-4841-49d1-9a5b-fc1bf18ffb78} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5257 | 2025.04.28 18:13:26.725543 [ 263 ] {45855c49-4841-49d1-9a5b-fc1bf18ffb78} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5258 | 2025.04.28 18:13:26.725745 [ 263 ] {45855c49-4841-49d1-9a5b-fc1bf18ffb78} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001392 sec., 2873.5632183908046 rows/sec., 216.08 KiB/sec. | ||
| 5259 | 2025.04.28 18:13:26.725796 [ 263 ] {45855c49-4841-49d1-9a5b-fc1bf18ffb78} <Debug> TCPHandler: Processed in 0.001583824 sec. | ||
| 5260 | 2025.04.28 18:13:26.725917 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5261 | 2025.04.28 18:13:26.726019 [ 263 ] {2880aac2-d388-432f-b7ee-b8fbe06c6ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5262 | 2025.04.28 18:13:26.726066 [ 263 ] {2880aac2-d388-432f-b7ee-b8fbe06c6ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5263 | 2025.04.28 18:13:26.726595 [ 263 ] {2880aac2-d388-432f-b7ee-b8fbe06c6ab2} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5264 | 2025.04.28 18:13:26.726634 [ 263 ] {2880aac2-d388-432f-b7ee-b8fbe06c6ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5265 | 2025.04.28 18:13:26.726985 [ 263 ] {2880aac2-d388-432f-b7ee-b8fbe06c6ab2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5266 | 2025.04.28 18:13:26.727227 [ 263 ] {2880aac2-d388-432f-b7ee-b8fbe06c6ab2} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5267 | 2025.04.28 18:13:26.727437 [ 263 ] {2880aac2-d388-432f-b7ee-b8fbe06c6ab2} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001438 sec., 47287.89986091794 rows/sec., 3.69 MiB/sec. | ||
| 5268 | 2025.04.28 18:13:26.727489 [ 263 ] {2880aac2-d388-432f-b7ee-b8fbe06c6ab2} <Debug> TCPHandler: Processed in 0.001622275 sec. | ||
| 5269 | 2025.04.28 18:13:26.727606 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5270 | 2025.04.28 18:13:26.727710 [ 263 ] {316ec46f-ae8e-4145-8525-3e72cb26cb64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5271 | 2025.04.28 18:13:26.727762 [ 263 ] {316ec46f-ae8e-4145-8525-3e72cb26cb64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5272 | 2025.04.28 18:13:26.728276 [ 263 ] {316ec46f-ae8e-4145-8525-3e72cb26cb64} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5273 | 2025.04.28 18:13:26.728314 [ 263 ] {316ec46f-ae8e-4145-8525-3e72cb26cb64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5274 | 2025.04.28 18:13:26.728696 [ 263 ] {316ec46f-ae8e-4145-8525-3e72cb26cb64} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5275 | 2025.04.28 18:13:26.728952 [ 263 ] {316ec46f-ae8e-4145-8525-3e72cb26cb64} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5276 | 2025.04.28 18:13:26.729183 [ 263 ] {316ec46f-ae8e-4145-8525-3e72cb26cb64} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001489 sec., 107454.66756212222 rows/sec., 7.48 MiB/sec. | ||
| 5277 | 2025.04.28 18:13:26.729278 [ 263 ] {316ec46f-ae8e-4145-8525-3e72cb26cb64} <Debug> TCPHandler: Processed in 0.001722067 sec. | ||
| 5278 | 2025.04.28 18:13:26.729474 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5279 | 2025.04.28 18:13:26.729605 [ 263 ] {8d1383d5-c687-46c9-9e1d-5f9175a76dc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5280 | 2025.04.28 18:13:26.729681 [ 263 ] {8d1383d5-c687-46c9-9e1d-5f9175a76dc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5281 | 2025.04.28 18:13:26.730700 [ 263 ] {8d1383d5-c687-46c9-9e1d-5f9175a76dc9} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5282 | 2025.04.28 18:13:26.730740 [ 263 ] {8d1383d5-c687-46c9-9e1d-5f9175a76dc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5283 | 2025.04.28 18:13:26.731329 [ 263 ] {8d1383d5-c687-46c9-9e1d-5f9175a76dc9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5284 | 2025.04.28 18:13:26.731601 [ 263 ] {8d1383d5-c687-46c9-9e1d-5f9175a76dc9} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5285 | 2025.04.28 18:13:26.731795 [ 33 ] {} <Debug> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5286 | 2025.04.28 18:13:26.731859 [ 263 ] {8d1383d5-c687-46c9-9e1d-5f9175a76dc9} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002272 sec., 1760.5633802816901 rows/sec., 3.15 MiB/sec. | ||
| 5287 | 2025.04.28 18:13:26.731887 [ 33 ] {} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5288 | 2025.04.28 18:13:26.731969 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5289 | 2025.04.28 18:13:26.732188 [ 263 ] {8d1383d5-c687-46c9-9e1d-5f9175a76dc9} <Debug> TCPHandler: Processed in 0.002793363 sec. | ||
| 5290 | 2025.04.28 18:13:26.732307 [ 197 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::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 | ||
| 5291 | 2025.04.28 18:13:26.732385 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5292 | 2025.04.28 18:13:26.732608 [ 263 ] {d4bee793-c1c6-4f15-a0c6-12b4f0224e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5293 | 2025.04.28 18:13:26.732729 [ 263 ] {d4bee793-c1c6-4f15-a0c6-12b4f0224e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5294 | 2025.04.28 18:13:26.733374 [ 197 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5295 | 2025.04.28 18:13:26.733603 [ 197 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 483 rows starting from the beginning of the part | ||
| 5296 | 2025.04.28 18:13:26.734415 [ 197 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 5297 | 2025.04.28 18:13:26.734788 [ 263 ] {d4bee793-c1c6-4f15-a0c6-12b4f0224e64} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5298 | 2025.04.28 18:13:26.734924 [ 263 ] {d4bee793-c1c6-4f15-a0c6-12b4f0224e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5299 | 2025.04.28 18:13:26.735139 [ 197 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 35 rows starting from the beginning of the part | ||
| 5300 | 2025.04.28 18:13:26.735704 [ 197 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 5301 | 2025.04.28 18:13:26.736383 [ 197 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 35 rows starting from the beginning of the part | ||
| 5302 | 2025.04.28 18:13:26.736535 [ 263 ] {d4bee793-c1c6-4f15-a0c6-12b4f0224e64} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5303 | 2025.04.28 18:13:26.736923 [ 197 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 5304 | 2025.04.28 18:13:26.737399 [ 263 ] {d4bee793-c1c6-4f15-a0c6-12b4f0224e64} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5305 | 2025.04.28 18:13:26.738149 [ 263 ] {d4bee793-c1c6-4f15-a0c6-12b4f0224e64} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005619 sec., 10678.056593699946 rows/sec., 736.90 KiB/sec. | ||
| 5306 | 2025.04.28 18:13:26.738257 [ 263 ] {d4bee793-c1c6-4f15-a0c6-12b4f0224e64} <Debug> TCPHandler: Processed in 0.005951331 sec. | ||
| 5307 | 2025.04.28 18:13:26.754881 [ 200 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 565 rows, containing 19 columns (19 merged, 0 gathered) in 0.022777157 sec., 24805.55409088149 rows/sec., 44.45 MiB/sec. | ||
| 5308 | 2025.04.28 18:13:26.755688 [ 191 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5309 | 2025.04.28 18:13:26.756197 [ 191 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5310 | 2025.04.28 18:13:26.756302 [ 191 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5311 | 2025.04.28 18:13:26.756485 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 5312 | 2025.04.28 18:13:27.000238 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.60 MiB, peak 198.93 MiB, free memory in arenas 0.00 B, will set to 192.80 MiB (RSS), difference: 1.19 MiB | ||
| 5313 | 2025.04.28 18:13:30.360556 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5314 | 2025.04.28 18:13:30.360632 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5315 | 2025.04.28 18:13:30.469037 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5316 | 2025.04.28 18:13:30.469766 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5317 | 2025.04.28 18:13:30.469818 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5318 | 2025.04.28 18:13:30.470398 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5319 | 2025.04.28 18:13:30.470644 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5320 | 2025.04.28 18:13:30.470863 [ 30 ] {} <Debug> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5321 | 2025.04.28 18:13:30.470866 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5322 | 2025.04.28 18:13:30.470942 [ 30 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5323 | 2025.04.28 18:13:30.470978 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5324 | 2025.04.28 18:13:30.471287 [ 195 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 5325 | 2025.04.28 18:13:30.471554 [ 195 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5326 | 2025.04.28 18:13:30.471625 [ 195 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 5327 | 2025.04.28 18:13:30.471768 [ 195 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 5328 | 2025.04.28 18:13:30.472022 [ 195 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 5329 | 2025.04.28 18:13:30.472225 [ 195 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 5330 | 2025.04.28 18:13:30.472434 [ 195 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 5331 | 2025.04.28 18:13:30.472586 [ 195 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 5332 | 2025.04.28 18:13:30.477572 [ 188 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.00654146 sec., 1827726.531997444 rows/sec., 26.15 MiB/sec. | ||
| 5333 | 2025.04.28 18:13:30.477868 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5334 | 2025.04.28 18:13:30.478236 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_26_5} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5335 | 2025.04.28 18:13:30.478320 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_26_5} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5336 | 2025.04.28 18:13:30.478407 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 5337 | 2025.04.28 18:13:31.260612 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5338 | 2025.04.28 18:13:31.281503 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5339 | 2025.04.28 18:13:31.281568 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5340 | 2025.04.28 18:13:31.288609 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5341 | 2025.04.28 18:13:31.289366 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5342 | 2025.04.28 18:13:31.289761 [ 28 ] {} <Debug> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5343 | 2025.04.28 18:13:31.289895 [ 28 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5344 | 2025.04.28 18:13:31.289972 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5345 | 2025.04.28 18:13:31.290271 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 5346 | 2025.04.28 18:13:31.298326 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5347 | 2025.04.28 18:13:31.299621 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5348 | 2025.04.28 18:13:31.300489 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 5349 | 2025.04.28 18:13:31.305233 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 5350 | 2025.04.28 18:13:31.309841 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 5351 | 2025.04.28 18:13:31.314675 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 5352 | 2025.04.28 18:13:31.319945 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 5353 | 2025.04.28 18:13:31.324282 [ 199 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 5354 | 2025.04.28 18:13:31.380341 [ 188 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.090222673 sec., 2172.402939114872 rows/sec., 11.23 MiB/sec. | ||
| 5355 | 2025.04.28 18:13:31.383469 [ 190 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5356 | 2025.04.28 18:13:31.386549 [ 190 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_26_5} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5357 | 2025.04.28 18:13:31.386682 [ 190 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_26_5} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5358 | 2025.04.28 18:13:31.389327 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5359 | 2025.04.28 18:13:31.729569 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5360 | 2025.04.28 18:13:31.729756 [ 263 ] {9f7e46ed-b84a-44fd-8427-55a008add93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5361 | 2025.04.28 18:13:31.729831 [ 263 ] {9f7e46ed-b84a-44fd-8427-55a008add93c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5362 | 2025.04.28 18:13:31.730712 [ 263 ] {9f7e46ed-b84a-44fd-8427-55a008add93c} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5363 | 2025.04.28 18:13:31.730766 [ 263 ] {9f7e46ed-b84a-44fd-8427-55a008add93c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5364 | 2025.04.28 18:13:31.731247 [ 263 ] {9f7e46ed-b84a-44fd-8427-55a008add93c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5365 | 2025.04.28 18:13:31.731524 [ 263 ] {9f7e46ed-b84a-44fd-8427-55a008add93c} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5366 | 2025.04.28 18:13:31.731753 [ 263 ] {9f7e46ed-b84a-44fd-8427-55a008add93c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002036 sec., 104125.73673870334 rows/sec., 6.62 MiB/sec. | ||
| 5367 | 2025.04.28 18:13:31.731918 [ 263 ] {9f7e46ed-b84a-44fd-8427-55a008add93c} <Debug> TCPHandler: Processed in 0.002478768 sec. | ||
| 5368 | 2025.04.28 18:13:31.732100 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5369 | 2025.04.28 18:13:31.732213 [ 263 ] {a5edcea4-9945-444b-aa91-20462335fb48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5370 | 2025.04.28 18:13:31.732266 [ 263 ] {a5edcea4-9945-444b-aa91-20462335fb48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5371 | 2025.04.28 18:13:31.733175 [ 263 ] {a5edcea4-9945-444b-aa91-20462335fb48} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5372 | 2025.04.28 18:13:31.733220 [ 263 ] {a5edcea4-9945-444b-aa91-20462335fb48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5373 | 2025.04.28 18:13:31.733660 [ 263 ] {a5edcea4-9945-444b-aa91-20462335fb48} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5374 | 2025.04.28 18:13:31.733911 [ 263 ] {a5edcea4-9945-444b-aa91-20462335fb48} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5375 | 2025.04.28 18:13:31.734057 [ 28 ] {} <Debug> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5376 | 2025.04.28 18:13:31.734098 [ 263 ] {a5edcea4-9945-444b-aa91-20462335fb48} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.001913 sec., 359121.79822268686 rows/sec., 28.61 MiB/sec. | ||
| 5377 | 2025.04.28 18:13:31.734104 [ 28 ] {} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5378 | 2025.04.28 18:13:31.734142 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5379 | 2025.04.28 18:13:31.734172 [ 263 ] {a5edcea4-9945-444b-aa91-20462335fb48} <Debug> TCPHandler: Processed in 0.002126333 sec. | ||
| 5380 | 2025.04.28 18:13:31.734352 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5381 | 2025.04.28 18:13:31.734358 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::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 | ||
| 5382 | 2025.04.28 18:13:31.734537 [ 263 ] {9af1d700-f8f9-4516-a8bc-c612f5d1a99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5383 | 2025.04.28 18:13:31.734640 [ 263 ] {9af1d700-f8f9-4516-a8bc-c612f5d1a99c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5384 | 2025.04.28 18:13:31.734651 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5385 | 2025.04.28 18:13:31.734756 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1845 rows starting from the beginning of the part | ||
| 5386 | 2025.04.28 18:13:31.734993 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part | ||
| 5387 | 2025.04.28 18:13:31.735349 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1266 rows starting from the beginning of the part | ||
| 5388 | 2025.04.28 18:13:31.735915 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 5389 | 2025.04.28 18:13:31.736194 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part | ||
| 5390 | 2025.04.28 18:13:31.736568 [ 190 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 687 rows starting from the beginning of the part | ||
| 5391 | 2025.04.28 18:13:31.737544 [ 263 ] {9af1d700-f8f9-4516-a8bc-c612f5d1a99c} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5392 | 2025.04.28 18:13:31.737616 [ 263 ] {9af1d700-f8f9-4516-a8bc-c612f5d1a99c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5393 | 2025.04.28 18:13:31.738596 [ 263 ] {9af1d700-f8f9-4516-a8bc-c612f5d1a99c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5394 | 2025.04.28 18:13:31.739114 [ 263 ] {9af1d700-f8f9-4516-a8bc-c612f5d1a99c} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5395 | 2025.04.28 18:13:31.739452 [ 263 ] {9af1d700-f8f9-4516-a8bc-c612f5d1a99c} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.004968 sec., 28381.642512077295 rows/sec., 1.77 MiB/sec. | ||
| 5396 | 2025.04.28 18:13:31.739545 [ 263 ] {9af1d700-f8f9-4516-a8bc-c612f5d1a99c} <Debug> TCPHandler: Processed in 0.005268191 sec. | ||
| 5397 | 2025.04.28 18:13:31.739690 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5398 | 2025.04.28 18:13:31.739814 [ 263 ] {20935884-cdf1-4038-8b71-3a0c514882cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5399 | 2025.04.28 18:13:31.739906 [ 263 ] {20935884-cdf1-4038-8b71-3a0c514882cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5400 | 2025.04.28 18:13:31.740370 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3982 rows, containing 5 columns (5 merged, 0 gathered) in 0.006110363 sec., 651679.7774534835 rows/sec., 55.64 MiB/sec. | ||
| 5401 | 2025.04.28 18:13:31.740823 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5402 | 2025.04.28 18:13:31.741046 [ 263 ] {20935884-cdf1-4038-8b71-3a0c514882cf} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5403 | 2025.04.28 18:13:31.741115 [ 263 ] {20935884-cdf1-4038-8b71-3a0c514882cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5404 | 2025.04.28 18:13:31.741445 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_41_8} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5405 | 2025.04.28 18:13:31.741649 [ 193 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_41_8} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5406 | 2025.04.28 18:13:31.741807 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
| 5407 | 2025.04.28 18:13:31.741814 [ 263 ] {20935884-cdf1-4038-8b71-3a0c514882cf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5408 | 2025.04.28 18:13:31.742111 [ 263 ] {20935884-cdf1-4038-8b71-3a0c514882cf} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5409 | 2025.04.28 18:13:31.742286 [ 263 ] {20935884-cdf1-4038-8b71-3a0c514882cf} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002497 sec., 45254.30516619944 rows/sec., 2.93 MiB/sec. | ||
| 5410 | 2025.04.28 18:13:31.742341 [ 263 ] {20935884-cdf1-4038-8b71-3a0c514882cf} <Debug> TCPHandler: Processed in 0.002714691 sec. | ||
| 5411 | 2025.04.28 18:13:31.742470 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5412 | 2025.04.28 18:13:31.742575 [ 263 ] {dc50e0a6-1964-4551-bd5c-e782b3825208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5413 | 2025.04.28 18:13:31.742619 [ 263 ] {dc50e0a6-1964-4551-bd5c-e782b3825208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5414 | 2025.04.28 18:13:31.743161 [ 263 ] {dc50e0a6-1964-4551-bd5c-e782b3825208} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2025.04.28 18:13:31.743198 [ 263 ] {dc50e0a6-1964-4551-bd5c-e782b3825208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5416 | 2025.04.28 18:13:31.743556 [ 263 ] {dc50e0a6-1964-4551-bd5c-e782b3825208} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5417 | 2025.04.28 18:13:31.743804 [ 263 ] {dc50e0a6-1964-4551-bd5c-e782b3825208} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2025.04.28 18:13:31.744001 [ 263 ] {dc50e0a6-1964-4551-bd5c-e782b3825208} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00144 sec., 77777.77777777777 rows/sec., 4.43 MiB/sec. | ||
| 5419 | 2025.04.28 18:13:31.744089 [ 263 ] {dc50e0a6-1964-4551-bd5c-e782b3825208} <Debug> TCPHandler: Processed in 0.001666296 sec. | ||
| 5420 | 2025.04.28 18:13:31.744302 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5421 | 2025.04.28 18:13:31.744406 [ 263 ] {14a45406-2482-4837-a4b3-2883025969f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5422 | 2025.04.28 18:13:31.744451 [ 263 ] {14a45406-2482-4837-a4b3-2883025969f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5423 | 2025.04.28 18:13:31.745143 [ 263 ] {14a45406-2482-4837-a4b3-2883025969f2} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5424 | 2025.04.28 18:13:31.745181 [ 263 ] {14a45406-2482-4837-a4b3-2883025969f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5425 | 2025.04.28 18:13:31.745549 [ 263 ] {14a45406-2482-4837-a4b3-2883025969f2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5426 | 2025.04.28 18:13:31.745792 [ 263 ] {14a45406-2482-4837-a4b3-2883025969f2} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5427 | 2025.04.28 18:13:31.745916 [ 28 ] {} <Debug> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5428 | 2025.04.28 18:13:31.745958 [ 28 ] {} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5429 | 2025.04.28 18:13:31.745967 [ 263 ] {14a45406-2482-4837-a4b3-2883025969f2} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001581 sec., 263757.1157495256 rows/sec., 18.77 MiB/sec. | ||
| 5430 | 2025.04.28 18:13:31.745984 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5431 | 2025.04.28 18:13:31.746072 [ 263 ] {14a45406-2482-4837-a4b3-2883025969f2} <Debug> TCPHandler: Processed in 0.001829648 sec. | ||
| 5432 | 2025.04.28 18:13:31.746246 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::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 | ||
| 5433 | 2025.04.28 18:13:31.746274 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5434 | 2025.04.28 18:13:31.746497 [ 263 ] {a67b4db2-b6f1-4139-9a4e-d5e975304e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5435 | 2025.04.28 18:13:31.746516 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5436 | 2025.04.28 18:13:31.746597 [ 263 ] {a67b4db2-b6f1-4139-9a4e-d5e975304e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5437 | 2025.04.28 18:13:31.746598 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 5438 | 2025.04.28 18:13:31.746955 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 68 rows starting from the beginning of the part | ||
| 5439 | 2025.04.28 18:13:31.747491 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 555 rows starting from the beginning of the part | ||
| 5440 | 2025.04.28 18:13:31.747836 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5441 | 2025.04.28 18:13:31.748010 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 68 rows starting from the beginning of the part | ||
| 5442 | 2025.04.28 18:13:31.748476 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 417 rows starting from the beginning of the part | ||
| 5443 | 2025.04.28 18:13:31.749136 [ 263 ] {a67b4db2-b6f1-4139-9a4e-d5e975304e37} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5444 | 2025.04.28 18:13:31.749187 [ 263 ] {a67b4db2-b6f1-4139-9a4e-d5e975304e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5445 | 2025.04.28 18:13:31.750075 [ 263 ] {a67b4db2-b6f1-4139-9a4e-d5e975304e37} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5446 | 2025.04.28 18:13:31.750668 [ 263 ] {a67b4db2-b6f1-4139-9a4e-d5e975304e37} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5447 | 2025.04.28 18:13:31.751035 [ 263 ] {a67b4db2-b6f1-4139-9a4e-d5e975304e37} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004623 sec., 1297.8585334198572 rows/sec., 67.81 KiB/sec. | ||
| 5448 | 2025.04.28 18:13:31.751272 [ 263 ] {a67b4db2-b6f1-4139-9a4e-d5e975304e37} <Debug> TCPHandler: Processed in 0.005042997 sec. | ||
| 5449 | 2025.04.28 18:13:31.751581 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5450 | 2025.04.28 18:13:31.751683 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2085 rows, containing 5 columns (5 merged, 0 gathered) in 0.005592595 sec., 372814.4090534001 rows/sec., 28.75 MiB/sec. | ||
| 5451 | 2025.04.28 18:13:31.751732 [ 263 ] {da3d3520-3e5d-4aa1-8da7-f75b0adcddf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5452 | 2025.04.28 18:13:31.751787 [ 263 ] {da3d3520-3e5d-4aa1-8da7-f75b0adcddf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5453 | 2025.04.28 18:13:31.751885 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5454 | 2025.04.28 18:13:31.752284 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_41_8} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5455 | 2025.04.28 18:13:31.752409 [ 188 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_41_8} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5456 | 2025.04.28 18:13:31.752526 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5457 | 2025.04.28 18:13:31.752590 [ 263 ] {da3d3520-3e5d-4aa1-8da7-f75b0adcddf2} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5458 | 2025.04.28 18:13:31.752628 [ 263 ] {da3d3520-3e5d-4aa1-8da7-f75b0adcddf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5459 | 2025.04.28 18:13:31.753014 [ 263 ] {da3d3520-3e5d-4aa1-8da7-f75b0adcddf2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5460 | 2025.04.28 18:13:31.753259 [ 263 ] {da3d3520-3e5d-4aa1-8da7-f75b0adcddf2} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5461 | 2025.04.28 18:13:31.753421 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5462 | 2025.04.28 18:13:31.753494 [ 263 ] {da3d3520-3e5d-4aa1-8da7-f75b0adcddf2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00178 sec., 133146.06741573036 rows/sec., 8.92 MiB/sec. | ||
| 5463 | 2025.04.28 18:13:31.753501 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5464 | 2025.04.28 18:13:31.753581 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5465 | 2025.04.28 18:13:31.753636 [ 263 ] {da3d3520-3e5d-4aa1-8da7-f75b0adcddf2} <Debug> TCPHandler: Processed in 0.002185963 sec. | ||
| 5466 | 2025.04.28 18:13:31.753847 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 5467 | 2025.04.28 18:13:31.753863 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5468 | 2025.04.28 18:13:31.754100 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5469 | 2025.04.28 18:13:31.754100 [ 263 ] {96068386-3393-4e81-8dd3-c4fe2fe24c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5470 | 2025.04.28 18:13:31.754158 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11337 rows starting from the beginning of the part | ||
| 5471 | 2025.04.28 18:13:31.754215 [ 263 ] {96068386-3393-4e81-8dd3-c4fe2fe24c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5472 | 2025.04.28 18:13:31.754481 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 5473 | 2025.04.28 18:13:31.754879 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 942 rows starting from the beginning of the part | ||
| 5474 | 2025.04.28 18:13:31.755256 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5475 | 2025.04.28 18:13:31.755595 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 5476 | 2025.04.28 18:13:31.755816 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part | ||
| 5477 | 2025.04.28 18:13:31.756639 [ 263 ] {96068386-3393-4e81-8dd3-c4fe2fe24c01} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5478 | 2025.04.28 18:13:31.756701 [ 263 ] {96068386-3393-4e81-8dd3-c4fe2fe24c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5479 | 2025.04.28 18:13:31.757419 [ 263 ] {96068386-3393-4e81-8dd3-c4fe2fe24c01} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5480 | 2025.04.28 18:13:31.757804 [ 263 ] {96068386-3393-4e81-8dd3-c4fe2fe24c01} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5481 | 2025.04.28 18:13:31.758355 [ 263 ] {96068386-3393-4e81-8dd3-c4fe2fe24c01} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004307 sec., 232.18017181332715 rows/sec., 15.64 KiB/sec. | ||
| 5482 | 2025.04.28 18:13:31.758676 [ 263 ] {96068386-3393-4e81-8dd3-c4fe2fe24c01} <Debug> TCPHandler: Processed in 0.004879825 sec. | ||
| 5483 | 2025.04.28 18:13:31.759032 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5484 | 2025.04.28 18:13:31.759296 [ 263 ] {236b1b87-2fa8-4394-b89f-f863bd3f8f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5485 | 2025.04.28 18:13:31.759403 [ 263 ] {236b1b87-2fa8-4394-b89f-f863bd3f8f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5486 | 2025.04.28 18:13:31.760785 [ 263 ] {236b1b87-2fa8-4394-b89f-f863bd3f8f21} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5487 | 2025.04.28 18:13:31.760826 [ 263 ] {236b1b87-2fa8-4394-b89f-f863bd3f8f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5488 | 2025.04.28 18:13:31.761935 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12900 rows, containing 5 columns (5 merged, 0 gathered) in 0.008241725 sec., 1565206.3129987956 rows/sec., 105.75 MiB/sec. | ||
| 5489 | 2025.04.28 18:13:31.761987 [ 263 ] {236b1b87-2fa8-4394-b89f-f863bd3f8f21} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5490 | 2025.04.28 18:13:31.762304 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5491 | 2025.04.28 18:13:31.762409 [ 263 ] {236b1b87-2fa8-4394-b89f-f863bd3f8f21} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5492 | 2025.04.28 18:13:31.762991 [ 263 ] {236b1b87-2fa8-4394-b89f-f863bd3f8f21} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00377 sec., 9283.819628647216 rows/sec., 16.64 MiB/sec. | ||
| 5493 | 2025.04.28 18:13:31.763142 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5494 | 2025.04.28 18:13:31.763443 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5495 | 2025.04.28 18:13:31.763687 [ 263 ] {236b1b87-2fa8-4394-b89f-f863bd3f8f21} <Debug> TCPHandler: Processed in 0.004761663 sec. | ||
| 5496 | 2025.04.28 18:13:31.763737 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. | ||
| 5497 | 2025.04.28 18:13:31.764011 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5498 | 2025.04.28 18:13:31.764124 [ 263 ] {62d420e2-5be7-4038-b5f0-57bcb4e827b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5499 | 2025.04.28 18:13:31.764173 [ 263 ] {62d420e2-5be7-4038-b5f0-57bcb4e827b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5500 | 2025.04.28 18:13:31.764645 [ 263 ] {62d420e2-5be7-4038-b5f0-57bcb4e827b1} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5501 | 2025.04.28 18:13:31.764685 [ 263 ] {62d420e2-5be7-4038-b5f0-57bcb4e827b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5502 | 2025.04.28 18:13:31.765074 [ 263 ] {62d420e2-5be7-4038-b5f0-57bcb4e827b1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5503 | 2025.04.28 18:13:31.765321 [ 263 ] {62d420e2-5be7-4038-b5f0-57bcb4e827b1} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5504 | 2025.04.28 18:13:31.765472 [ 27 ] {} <Debug> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5505 | 2025.04.28 18:13:31.765534 [ 27 ] {} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5506 | 2025.04.28 18:13:31.765539 [ 263 ] {62d420e2-5be7-4038-b5f0-57bcb4e827b1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00143 sec., 57342.65734265734 rows/sec., 3.64 MiB/sec. | ||
| 5507 | 2025.04.28 18:13:31.765565 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5508 | 2025.04.28 18:13:31.765694 [ 263 ] {62d420e2-5be7-4038-b5f0-57bcb4e827b1} <Debug> TCPHandler: Processed in 0.001740427 sec. | ||
| 5509 | 2025.04.28 18:13:31.765756 [ 192 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5510 | 2025.04.28 18:13:31.765851 [ 192 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5511 | 2025.04.28 18:13:31.765880 [ 192 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2104 rows starting from the beginning of the part | ||
| 5512 | 2025.04.28 18:13:31.765942 [ 192 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5513 | 2025.04.28 18:13:31.766178 [ 192 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 36 rows starting from the beginning of the part | ||
| 5514 | 2025.04.28 18:13:31.766344 [ 192 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 24 rows starting from the beginning of the part | ||
| 5515 | 2025.04.28 18:13:31.766480 [ 192 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 5516 | 2025.04.28 18:13:31.766661 [ 192 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
| 5517 | 2025.04.28 18:13:31.768119 [ 196 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2366 rows, containing 4 columns (4 merged, 0 gathered) in 0.002427746 sec., 974566.5320836693 rows/sec., 63.89 MiB/sec. | ||
| 5518 | 2025.04.28 18:13:31.768361 [ 196 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5519 | 2025.04.28 18:13:31.768672 [ 196 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_41_8} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5520 | 2025.04.28 18:13:31.768757 [ 196 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_41_8} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5521 | 2025.04.28 18:13:31.768833 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5522 | 2025.04.28 18:13:35.524723 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 774 | ||
| 5523 | 2025.04.28 18:13:35.527849 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5524 | 2025.04.28 18:13:35.527909 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5525 | 2025.04.28 18:13:35.529397 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5526 | 2025.04.28 18:13:35.529713 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5527 | 2025.04.28 18:13:35.530727 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 774 | ||
| 5528 | 2025.04.28 18:13:36.721788 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5529 | 2025.04.28 18:13:36.721978 [ 263 ] {aadae1c3-4b95-464b-9fd2-da6e586fe350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5530 | 2025.04.28 18:13:36.722055 [ 263 ] {aadae1c3-4b95-464b-9fd2-da6e586fe350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5531 | 2025.04.28 18:13:36.722841 [ 263 ] {aadae1c3-4b95-464b-9fd2-da6e586fe350} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5532 | 2025.04.28 18:13:36.722895 [ 263 ] {aadae1c3-4b95-464b-9fd2-da6e586fe350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5533 | 2025.04.28 18:13:36.723484 [ 263 ] {aadae1c3-4b95-464b-9fd2-da6e586fe350} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5534 | 2025.04.28 18:13:36.723766 [ 263 ] {aadae1c3-4b95-464b-9fd2-da6e586fe350} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5535 | 2025.04.28 18:13:36.724015 [ 263 ] {aadae1c3-4b95-464b-9fd2-da6e586fe350} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002088 sec., 3831.417624521073 rows/sec., 312.43 KiB/sec. | ||
| 5536 | 2025.04.28 18:13:36.724086 [ 263 ] {aadae1c3-4b95-464b-9fd2-da6e586fe350} <Debug> TCPHandler: Processed in 0.002431877 sec. | ||
| 5537 | 2025.04.28 18:13:36.724214 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5538 | 2025.04.28 18:13:36.724328 [ 263 ] {724bf696-3016-4e3b-85e7-37d7112f54dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5539 | 2025.04.28 18:13:36.724379 [ 263 ] {724bf696-3016-4e3b-85e7-37d7112f54dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5540 | 2025.04.28 18:13:36.724959 [ 263 ] {724bf696-3016-4e3b-85e7-37d7112f54dc} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5541 | 2025.04.28 18:13:36.725000 [ 263 ] {724bf696-3016-4e3b-85e7-37d7112f54dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5542 | 2025.04.28 18:13:36.725370 [ 263 ] {724bf696-3016-4e3b-85e7-37d7112f54dc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5543 | 2025.04.28 18:13:36.725628 [ 263 ] {724bf696-3016-4e3b-85e7-37d7112f54dc} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5544 | 2025.04.28 18:13:36.725841 [ 263 ] {724bf696-3016-4e3b-85e7-37d7112f54dc} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001541 sec., 44127.190136275145 rows/sec., 3.47 MiB/sec. | ||
| 5545 | 2025.04.28 18:13:36.725896 [ 263 ] {724bf696-3016-4e3b-85e7-37d7112f54dc} <Debug> TCPHandler: Processed in 0.001736196 sec. | ||
| 5546 | 2025.04.28 18:13:36.726021 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5547 | 2025.04.28 18:13:36.726130 [ 263 ] {fbc812c0-2a1b-489e-a681-d113ba40ad7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5548 | 2025.04.28 18:13:36.726187 [ 263 ] {fbc812c0-2a1b-489e-a681-d113ba40ad7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5549 | 2025.04.28 18:13:36.726704 [ 263 ] {fbc812c0-2a1b-489e-a681-d113ba40ad7e} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5550 | 2025.04.28 18:13:36.726744 [ 263 ] {fbc812c0-2a1b-489e-a681-d113ba40ad7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5551 | 2025.04.28 18:13:36.727094 [ 263 ] {fbc812c0-2a1b-489e-a681-d113ba40ad7e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5552 | 2025.04.28 18:13:36.727354 [ 263 ] {fbc812c0-2a1b-489e-a681-d113ba40ad7e} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5553 | 2025.04.28 18:13:36.727592 [ 263 ] {fbc812c0-2a1b-489e-a681-d113ba40ad7e} <Debug> executeQuery: Read 12 rows, 880.00 B in 0.001479 sec., 8113.5902636916835 rows/sec., 581.05 KiB/sec. | ||
| 5554 | 2025.04.28 18:13:36.727682 [ 263 ] {fbc812c0-2a1b-489e-a681-d113ba40ad7e} <Debug> TCPHandler: Processed in 0.001713775 sec. | ||
| 5555 | 2025.04.28 18:13:36.727893 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5556 | 2025.04.28 18:13:36.728004 [ 263 ] {99639b26-7730-45f4-88a1-eb39e1f62c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5557 | 2025.04.28 18:13:36.728052 [ 263 ] {99639b26-7730-45f4-88a1-eb39e1f62c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5558 | 2025.04.28 18:13:36.728614 [ 263 ] {99639b26-7730-45f4-88a1-eb39e1f62c9a} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5559 | 2025.04.28 18:13:36.728654 [ 263 ] {99639b26-7730-45f4-88a1-eb39e1f62c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5560 | 2025.04.28 18:13:36.729060 [ 263 ] {99639b26-7730-45f4-88a1-eb39e1f62c9a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5561 | 2025.04.28 18:13:36.729334 [ 263 ] {99639b26-7730-45f4-88a1-eb39e1f62c9a} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5562 | 2025.04.28 18:13:36.729550 [ 263 ] {99639b26-7730-45f4-88a1-eb39e1f62c9a} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.00157 sec., 48407.643312101914 rows/sec., 3.79 MiB/sec. | ||
| 5563 | 2025.04.28 18:13:36.729609 [ 263 ] {99639b26-7730-45f4-88a1-eb39e1f62c9a} <Debug> TCPHandler: Processed in 0.001798177 sec. | ||
| 5564 | 2025.04.28 18:13:36.729731 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5565 | 2025.04.28 18:13:36.729840 [ 263 ] {0abb4c80-823e-47b8-8a71-affbbf62a0e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5566 | 2025.04.28 18:13:36.729890 [ 263 ] {0abb4c80-823e-47b8-8a71-affbbf62a0e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5567 | 2025.04.28 18:13:36.730447 [ 263 ] {0abb4c80-823e-47b8-8a71-affbbf62a0e0} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5568 | 2025.04.28 18:13:36.730516 [ 263 ] {0abb4c80-823e-47b8-8a71-affbbf62a0e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5569 | 2025.04.28 18:13:36.730913 [ 263 ] {0abb4c80-823e-47b8-8a71-affbbf62a0e0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5570 | 2025.04.28 18:13:36.731189 [ 263 ] {0abb4c80-823e-47b8-8a71-affbbf62a0e0} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5571 | 2025.04.28 18:13:36.731440 [ 263 ] {0abb4c80-823e-47b8-8a71-affbbf62a0e0} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001616 sec., 101485.14851485148 rows/sec., 7.07 MiB/sec. | ||
| 5572 | 2025.04.28 18:13:36.731534 [ 263 ] {0abb4c80-823e-47b8-8a71-affbbf62a0e0} <Debug> TCPHandler: Processed in 0.001855368 sec. | ||
| 5573 | 2025.04.28 18:13:36.731804 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5574 | 2025.04.28 18:13:36.731932 [ 263 ] {22596756-4800-4b71-b353-6217be72905c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5575 | 2025.04.28 18:13:36.732010 [ 263 ] {22596756-4800-4b71-b353-6217be72905c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5576 | 2025.04.28 18:13:36.733030 [ 263 ] {22596756-4800-4b71-b353-6217be72905c} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5577 | 2025.04.28 18:13:36.733071 [ 263 ] {22596756-4800-4b71-b353-6217be72905c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5578 | 2025.04.28 18:13:36.733677 [ 263 ] {22596756-4800-4b71-b353-6217be72905c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5579 | 2025.04.28 18:13:36.733939 [ 263 ] {22596756-4800-4b71-b353-6217be72905c} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5580 | 2025.04.28 18:13:36.734226 [ 263 ] {22596756-4800-4b71-b353-6217be72905c} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002314 sec., 1728.608470181504 rows/sec., 3.10 MiB/sec. | ||
| 5581 | 2025.04.28 18:13:36.734715 [ 263 ] {22596756-4800-4b71-b353-6217be72905c} <Debug> TCPHandler: Processed in 0.003001206 sec. | ||
| 5582 | 2025.04.28 18:13:36.734843 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5583 | 2025.04.28 18:13:36.734945 [ 263 ] {67146df4-2d33-4084-90ca-eada1aee7d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5584 | 2025.04.28 18:13:36.734993 [ 263 ] {67146df4-2d33-4084-90ca-eada1aee7d7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5585 | 2025.04.28 18:13:36.735423 [ 263 ] {67146df4-2d33-4084-90ca-eada1aee7d7d} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5586 | 2025.04.28 18:13:36.735463 [ 263 ] {67146df4-2d33-4084-90ca-eada1aee7d7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5587 | 2025.04.28 18:13:36.735820 [ 263 ] {67146df4-2d33-4084-90ca-eada1aee7d7d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5588 | 2025.04.28 18:13:36.736063 [ 263 ] {67146df4-2d33-4084-90ca-eada1aee7d7d} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5589 | 2025.04.28 18:13:36.736302 [ 263 ] {67146df4-2d33-4084-90ca-eada1aee7d7d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
| 5590 | 2025.04.28 18:13:36.736397 [ 263 ] {67146df4-2d33-4084-90ca-eada1aee7d7d} <Debug> TCPHandler: Processed in 0.001600284 sec. | ||
| 5591 | 2025.04.28 18:13:37.971125 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5592 | 2025.04.28 18:13:37.971832 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5593 | 2025.04.28 18:13:37.971886 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5594 | 2025.04.28 18:13:37.972466 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5595 | 2025.04.28 18:13:37.972731 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5596 | 2025.04.28 18:13:37.972934 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5597 | 2025.04.28 18:13:38.798436 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5598 | 2025.04.28 18:13:38.817232 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5599 | 2025.04.28 18:13:38.817298 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5600 | 2025.04.28 18:13:38.824180 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5601 | 2025.04.28 18:13:38.824919 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5602 | 2025.04.28 18:13:38.827496 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5603 | 2025.04.28 18:13:41.729448 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5604 | 2025.04.28 18:13:41.729651 [ 263 ] {bd1b7b6f-bb42-476c-a814-183b7b102e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5605 | 2025.04.28 18:13:41.729726 [ 263 ] {bd1b7b6f-bb42-476c-a814-183b7b102e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5606 | 2025.04.28 18:13:41.730589 [ 263 ] {bd1b7b6f-bb42-476c-a814-183b7b102e92} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5607 | 2025.04.28 18:13:41.730640 [ 263 ] {bd1b7b6f-bb42-476c-a814-183b7b102e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5608 | 2025.04.28 18:13:41.731079 [ 263 ] {bd1b7b6f-bb42-476c-a814-183b7b102e92} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5609 | 2025.04.28 18:13:41.731368 [ 263 ] {bd1b7b6f-bb42-476c-a814-183b7b102e92} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5610 | 2025.04.28 18:13:41.731563 [ 263 ] {bd1b7b6f-bb42-476c-a814-183b7b102e92} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001963 sec., 107997.96230259807 rows/sec., 6.87 MiB/sec. | ||
| 5611 | 2025.04.28 18:13:41.731628 [ 263 ] {bd1b7b6f-bb42-476c-a814-183b7b102e92} <Debug> TCPHandler: Processed in 0.002313785 sec. | ||
| 5612 | 2025.04.28 18:13:41.731764 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5613 | 2025.04.28 18:13:41.731877 [ 263 ] {96350ec9-5f79-4999-bfde-6ad0237492bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5614 | 2025.04.28 18:13:41.731928 [ 263 ] {96350ec9-5f79-4999-bfde-6ad0237492bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5615 | 2025.04.28 18:13:41.732772 [ 263 ] {96350ec9-5f79-4999-bfde-6ad0237492bc} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5616 | 2025.04.28 18:13:41.732812 [ 263 ] {96350ec9-5f79-4999-bfde-6ad0237492bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5617 | 2025.04.28 18:13:41.733231 [ 263 ] {96350ec9-5f79-4999-bfde-6ad0237492bc} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5618 | 2025.04.28 18:13:41.733526 [ 263 ] {96350ec9-5f79-4999-bfde-6ad0237492bc} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5619 | 2025.04.28 18:13:41.734145 [ 263 ] {96350ec9-5f79-4999-bfde-6ad0237492bc} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.00227 sec., 302643.1718061674 rows/sec., 24.11 MiB/sec. | ||
| 5620 | 2025.04.28 18:13:41.734384 [ 263 ] {96350ec9-5f79-4999-bfde-6ad0237492bc} <Debug> TCPHandler: Processed in 0.00266906 sec. | ||
| 5621 | 2025.04.28 18:13:41.734628 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5622 | 2025.04.28 18:13:41.734733 [ 263 ] {82a204af-8fa2-4697-bbc7-dd97c4b284ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5623 | 2025.04.28 18:13:41.734781 [ 263 ] {82a204af-8fa2-4697-bbc7-dd97c4b284ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5624 | 2025.04.28 18:13:41.735395 [ 263 ] {82a204af-8fa2-4697-bbc7-dd97c4b284ee} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5625 | 2025.04.28 18:13:41.735434 [ 263 ] {82a204af-8fa2-4697-bbc7-dd97c4b284ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5626 | 2025.04.28 18:13:41.735791 [ 263 ] {82a204af-8fa2-4697-bbc7-dd97c4b284ee} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5627 | 2025.04.28 18:13:41.736035 [ 263 ] {82a204af-8fa2-4697-bbc7-dd97c4b284ee} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5628 | 2025.04.28 18:13:41.736201 [ 263 ] {82a204af-8fa2-4697-bbc7-dd97c4b284ee} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001491 sec., 94567.40442655935 rows/sec., 5.91 MiB/sec. | ||
| 5629 | 2025.04.28 18:13:41.736250 [ 263 ] {82a204af-8fa2-4697-bbc7-dd97c4b284ee} <Debug> TCPHandler: Processed in 0.001709506 sec. | ||
| 5630 | 2025.04.28 18:13:41.736373 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5631 | 2025.04.28 18:13:41.736476 [ 263 ] {f0d70bb9-0a56-4a88-8288-ccb39f3660a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5632 | 2025.04.28 18:13:41.736521 [ 263 ] {f0d70bb9-0a56-4a88-8288-ccb39f3660a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5633 | 2025.04.28 18:13:41.737057 [ 263 ] {f0d70bb9-0a56-4a88-8288-ccb39f3660a8} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5634 | 2025.04.28 18:13:41.737093 [ 263 ] {f0d70bb9-0a56-4a88-8288-ccb39f3660a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5635 | 2025.04.28 18:13:41.737439 [ 263 ] {f0d70bb9-0a56-4a88-8288-ccb39f3660a8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5636 | 2025.04.28 18:13:41.737679 [ 263 ] {f0d70bb9-0a56-4a88-8288-ccb39f3660a8} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5637 | 2025.04.28 18:13:41.737804 [ 144 ] {} <Debug> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5638 | 2025.04.28 18:13:41.737846 [ 144 ] {} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5639 | 2025.04.28 18:13:41.737862 [ 263 ] {f0d70bb9-0a56-4a88-8288-ccb39f3660a8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001405 sec., 80427.0462633452 rows/sec., 5.21 MiB/sec. | ||
| 5640 | 2025.04.28 18:13:41.737872 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5641 | 2025.04.28 18:13:41.737944 [ 263 ] {f0d70bb9-0a56-4a88-8288-ccb39f3660a8} <Debug> TCPHandler: Processed in 0.001622095 sec. | ||
| 5642 | 2025.04.28 18:13:41.738141 [ 192 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::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 | ||
| 5643 | 2025.04.28 18:13:41.738239 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5644 | 2025.04.28 18:13:41.738456 [ 192 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5645 | 2025.04.28 18:13:41.738479 [ 263 ] {d8602f59-0eeb-446e-a033-d5cb3fc46848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5646 | 2025.04.28 18:13:41.738500 [ 192 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 342 rows starting from the beginning of the part | ||
| 5647 | 2025.04.28 18:13:41.738539 [ 263 ] {d8602f59-0eeb-446e-a033-d5cb3fc46848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5648 | 2025.04.28 18:13:41.738718 [ 192 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 341 rows starting from the beginning of the part | ||
| 5649 | 2025.04.28 18:13:41.739093 [ 192 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
| 5650 | 2025.04.28 18:13:41.739522 [ 192 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part | ||
| 5651 | 2025.04.28 18:13:41.739860 [ 192 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 113 rows starting from the beginning of the part | ||
| 5652 | 2025.04.28 18:13:41.740281 [ 192 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part | ||
| 5653 | 2025.04.28 18:13:41.741247 [ 263 ] {d8602f59-0eeb-446e-a033-d5cb3fc46848} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5654 | 2025.04.28 18:13:41.741295 [ 263 ] {d8602f59-0eeb-446e-a033-d5cb3fc46848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5655 | 2025.04.28 18:13:41.741936 [ 263 ] {d8602f59-0eeb-446e-a033-d5cb3fc46848} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5656 | 2025.04.28 18:13:41.742301 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.004342426 sec., 287857.5248029558 rows/sec., 20.20 MiB/sec. | ||
| 5657 | 2025.04.28 18:13:41.742378 [ 263 ] {d8602f59-0eeb-446e-a033-d5cb3fc46848} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5658 | 2025.04.28 18:13:41.742628 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5659 | 2025.04.28 18:13:41.742784 [ 263 ] {d8602f59-0eeb-446e-a033-d5cb3fc46848} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004312 sec., 25974.025974025975 rows/sec., 1.48 MiB/sec. | ||
| 5660 | 2025.04.28 18:13:41.743115 [ 263 ] {d8602f59-0eeb-446e-a033-d5cb3fc46848} <Debug> TCPHandler: Processed in 0.004981625 sec. | ||
| 5661 | 2025.04.28 18:13:41.743388 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5662 | 2025.04.28 18:13:41.743462 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_16_3} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5663 | 2025.04.28 18:13:41.743576 [ 263 ] {85eeec60-e8f9-49fb-8f4b-5f7a265a2802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5664 | 2025.04.28 18:13:41.743641 [ 186 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_16_3} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5665 | 2025.04.28 18:13:41.743655 [ 263 ] {85eeec60-e8f9-49fb-8f4b-5f7a265a2802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5666 | 2025.04.28 18:13:41.743836 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 5667 | 2025.04.28 18:13:41.744554 [ 263 ] {85eeec60-e8f9-49fb-8f4b-5f7a265a2802} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5668 | 2025.04.28 18:13:41.744598 [ 263 ] {85eeec60-e8f9-49fb-8f4b-5f7a265a2802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5669 | 2025.04.28 18:13:41.744996 [ 263 ] {85eeec60-e8f9-49fb-8f4b-5f7a265a2802} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5670 | 2025.04.28 18:13:41.745245 [ 263 ] {85eeec60-e8f9-49fb-8f4b-5f7a265a2802} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5671 | 2025.04.28 18:13:41.745413 [ 263 ] {85eeec60-e8f9-49fb-8f4b-5f7a265a2802} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001904 sec., 219012.6050420168 rows/sec., 15.59 MiB/sec. | ||
| 5672 | 2025.04.28 18:13:41.745464 [ 263 ] {85eeec60-e8f9-49fb-8f4b-5f7a265a2802} <Debug> TCPHandler: Processed in 0.002157763 sec. | ||
| 5673 | 2025.04.28 18:13:41.745593 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5674 | 2025.04.28 18:13:41.745698 [ 263 ] {df9d57b3-9b1a-4199-952e-8d00cf180b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5675 | 2025.04.28 18:13:41.745746 [ 263 ] {df9d57b3-9b1a-4199-952e-8d00cf180b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5676 | 2025.04.28 18:13:41.746192 [ 263 ] {df9d57b3-9b1a-4199-952e-8d00cf180b91} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5677 | 2025.04.28 18:13:41.746229 [ 263 ] {df9d57b3-9b1a-4199-952e-8d00cf180b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5678 | 2025.04.28 18:13:41.746582 [ 263 ] {df9d57b3-9b1a-4199-952e-8d00cf180b91} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5679 | 2025.04.28 18:13:41.746831 [ 263 ] {df9d57b3-9b1a-4199-952e-8d00cf180b91} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5680 | 2025.04.28 18:13:41.747033 [ 263 ] {df9d57b3-9b1a-4199-952e-8d00cf180b91} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001348 sec., 4451.038575667656 rows/sec., 232.55 KiB/sec. | ||
| 5681 | 2025.04.28 18:13:41.747236 [ 263 ] {df9d57b3-9b1a-4199-952e-8d00cf180b91} <Debug> TCPHandler: Processed in 0.001682586 sec. | ||
| 5682 | 2025.04.28 18:13:41.747390 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5683 | 2025.04.28 18:13:41.747498 [ 263 ] {2a4804b3-7ab5-4a20-8afd-acffc218ad11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5684 | 2025.04.28 18:13:41.747547 [ 263 ] {2a4804b3-7ab5-4a20-8afd-acffc218ad11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5685 | 2025.04.28 18:13:41.748092 [ 263 ] {2a4804b3-7ab5-4a20-8afd-acffc218ad11} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5686 | 2025.04.28 18:13:41.748135 [ 263 ] {2a4804b3-7ab5-4a20-8afd-acffc218ad11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5687 | 2025.04.28 18:13:41.748516 [ 263 ] {2a4804b3-7ab5-4a20-8afd-acffc218ad11} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5688 | 2025.04.28 18:13:41.748769 [ 263 ] {2a4804b3-7ab5-4a20-8afd-acffc218ad11} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5689 | 2025.04.28 18:13:41.748936 [ 263 ] {2a4804b3-7ab5-4a20-8afd-acffc218ad11} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001461 sec., 162217.659137577 rows/sec., 10.87 MiB/sec. | ||
| 5690 | 2025.04.28 18:13:41.748985 [ 263 ] {2a4804b3-7ab5-4a20-8afd-acffc218ad11} <Debug> TCPHandler: Processed in 0.001644435 sec. | ||
| 5691 | 2025.04.28 18:13:41.749120 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5692 | 2025.04.28 18:13:41.749227 [ 263 ] {e129245f-fb74-4198-b6b8-0404e0512d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5693 | 2025.04.28 18:13:41.749274 [ 263 ] {e129245f-fb74-4198-b6b8-0404e0512d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5694 | 2025.04.28 18:13:41.749697 [ 263 ] {e129245f-fb74-4198-b6b8-0404e0512d11} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5695 | 2025.04.28 18:13:41.749734 [ 263 ] {e129245f-fb74-4198-b6b8-0404e0512d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5696 | 2025.04.28 18:13:41.750072 [ 263 ] {e129245f-fb74-4198-b6b8-0404e0512d11} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5697 | 2025.04.28 18:13:41.750319 [ 263 ] {e129245f-fb74-4198-b6b8-0404e0512d11} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5698 | 2025.04.28 18:13:41.750523 [ 263 ] {e129245f-fb74-4198-b6b8-0404e0512d11} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001317 sec., 759.301442672741 rows/sec., 51.16 KiB/sec. | ||
| 5699 | 2025.04.28 18:13:41.750572 [ 263 ] {e129245f-fb74-4198-b6b8-0404e0512d11} <Debug> TCPHandler: Processed in 0.001514363 sec. | ||
| 5700 | 2025.04.28 18:13:41.750681 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5701 | 2025.04.28 18:13:41.750791 [ 263 ] {8bd2dd81-9064-43ec-baf0-41573d685302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5702 | 2025.04.28 18:13:41.750860 [ 263 ] {8bd2dd81-9064-43ec-baf0-41573d685302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5703 | 2025.04.28 18:13:41.751922 [ 263 ] {8bd2dd81-9064-43ec-baf0-41573d685302} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5704 | 2025.04.28 18:13:41.751961 [ 263 ] {8bd2dd81-9064-43ec-baf0-41573d685302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5705 | 2025.04.28 18:13:41.752595 [ 263 ] {8bd2dd81-9064-43ec-baf0-41573d685302} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5706 | 2025.04.28 18:13:41.752854 [ 263 ] {8bd2dd81-9064-43ec-baf0-41573d685302} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5707 | 2025.04.28 18:13:41.753091 [ 263 ] {8bd2dd81-9064-43ec-baf0-41573d685302} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002325 sec., 15053.763440860217 rows/sec., 26.98 MiB/sec. | ||
| 5708 | 2025.04.28 18:13:41.753189 [ 263 ] {8bd2dd81-9064-43ec-baf0-41573d685302} <Debug> TCPHandler: Processed in 0.002558329 sec. | ||
| 5709 | 2025.04.28 18:13:41.753318 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5710 | 2025.04.28 18:13:41.753425 [ 263 ] {e654355c-3a90-4329-951a-ec5997cc49a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5711 | 2025.04.28 18:13:41.753473 [ 263 ] {e654355c-3a90-4329-951a-ec5997cc49a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5712 | 2025.04.28 18:13:41.753901 [ 263 ] {e654355c-3a90-4329-951a-ec5997cc49a2} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5713 | 2025.04.28 18:13:41.753940 [ 263 ] {e654355c-3a90-4329-951a-ec5997cc49a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5714 | 2025.04.28 18:13:41.754277 [ 263 ] {e654355c-3a90-4329-951a-ec5997cc49a2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5715 | 2025.04.28 18:13:41.754504 [ 263 ] {e654355c-3a90-4329-951a-ec5997cc49a2} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5716 | 2025.04.28 18:13:41.754698 [ 263 ] {e654355c-3a90-4329-951a-ec5997cc49a2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001336 sec., 61377.245508982036 rows/sec., 3.90 MiB/sec. | ||
| 5717 | 2025.04.28 18:13:41.754744 [ 263 ] {e654355c-3a90-4329-951a-ec5997cc49a2} <Debug> TCPHandler: Processed in 0.001521473 sec. | ||
| 5718 | 2025.04.28 18:13:45.360701 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5719 | 2025.04.28 18:13:45.360824 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5720 | 2025.04.28 18:13:45.473194 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5721 | 2025.04.28 18:13:45.474008 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5722 | 2025.04.28 18:13:45.474056 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5723 | 2025.04.28 18:13:45.474557 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5724 | 2025.04.28 18:13:45.474808 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5725 | 2025.04.28 18:13:45.475027 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5726 | 2025.04.28 18:13:45.531129 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 810 | ||
| 5727 | 2025.04.28 18:13:45.534347 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5728 | 2025.04.28 18:13:45.534395 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5729 | 2025.04.28 18:13:45.535820 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5730 | 2025.04.28 18:13:45.536113 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5731 | 2025.04.28 18:13:45.536648 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 810 | ||
| 5732 | 2025.04.28 18:13:46.327678 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5733 | 2025.04.28 18:13:46.348042 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5734 | 2025.04.28 18:13:46.348099 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5735 | 2025.04.28 18:13:46.355083 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5736 | 2025.04.28 18:13:46.355819 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5737 | 2025.04.28 18:13:46.358649 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5738 | 2025.04.28 18:13:46.722411 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5739 | 2025.04.28 18:13:46.722605 [ 263 ] {d3b213f3-cf7e-4563-9a81-7464d75463b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5740 | 2025.04.28 18:13:46.722675 [ 263 ] {d3b213f3-cf7e-4563-9a81-7464d75463b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5741 | 2025.04.28 18:13:46.723631 [ 263 ] {d3b213f3-cf7e-4563-9a81-7464d75463b4} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5742 | 2025.04.28 18:13:46.723715 [ 263 ] {d3b213f3-cf7e-4563-9a81-7464d75463b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5743 | 2025.04.28 18:13:46.724407 [ 263 ] {d3b213f3-cf7e-4563-9a81-7464d75463b4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5744 | 2025.04.28 18:13:46.724672 [ 263 ] {d3b213f3-cf7e-4563-9a81-7464d75463b4} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5745 | 2025.04.28 18:13:46.724904 [ 263 ] {d3b213f3-cf7e-4563-9a81-7464d75463b4} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002324 sec., 27538.726333907056 rows/sec., 2.18 MiB/sec. | ||
| 5746 | 2025.04.28 18:13:46.724969 [ 263 ] {d3b213f3-cf7e-4563-9a81-7464d75463b4} <Debug> TCPHandler: Processed in 0.002679511 sec. | ||
| 5747 | 2025.04.28 18:13:46.725098 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5748 | 2025.04.28 18:13:46.725217 [ 263 ] {81f91892-13a4-4a6c-90d9-fb71810dc120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5749 | 2025.04.28 18:13:46.725265 [ 263 ] {81f91892-13a4-4a6c-90d9-fb71810dc120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5750 | 2025.04.28 18:13:46.725776 [ 263 ] {81f91892-13a4-4a6c-90d9-fb71810dc120} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5751 | 2025.04.28 18:13:46.725817 [ 263 ] {81f91892-13a4-4a6c-90d9-fb71810dc120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5752 | 2025.04.28 18:13:46.726172 [ 263 ] {81f91892-13a4-4a6c-90d9-fb71810dc120} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5753 | 2025.04.28 18:13:46.726424 [ 263 ] {81f91892-13a4-4a6c-90d9-fb71810dc120} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5754 | 2025.04.28 18:13:46.726586 [ 122 ] {} <Debug> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5755 | 2025.04.28 18:13:46.726651 [ 263 ] {81f91892-13a4-4a6c-90d9-fb71810dc120} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001451 sec., 2756.7195037904894 rows/sec., 207.29 KiB/sec. | ||
| 5756 | 2025.04.28 18:13:46.726678 [ 122 ] {} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5757 | 2025.04.28 18:13:46.726751 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5758 | 2025.04.28 18:13:46.726761 [ 263 ] {81f91892-13a4-4a6c-90d9-fb71810dc120} <Debug> TCPHandler: Processed in 0.001714556 sec. | ||
| 5759 | 2025.04.28 18:13:46.726967 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::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 | ||
| 5760 | 2025.04.28 18:13:46.726973 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5761 | 2025.04.28 18:13:46.727242 [ 263 ] {a60c9569-f916-4881-b7be-118c27677f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5762 | 2025.04.28 18:13:46.727263 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5763 | 2025.04.28 18:13:46.727335 [ 263 ] {a60c9569-f916-4881-b7be-118c27677f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5764 | 2025.04.28 18:13:46.727347 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 163 rows starting from the beginning of the part | ||
| 5765 | 2025.04.28 18:13:46.727704 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
| 5766 | 2025.04.28 18:13:46.727966 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 141 rows starting from the beginning of the part | ||
| 5767 | 2025.04.28 18:13:46.728433 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 12 rows starting from the beginning of the part | ||
| 5768 | 2025.04.28 18:13:46.728868 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 141 rows starting from the beginning of the part | ||
| 5769 | 2025.04.28 18:13:46.729243 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part | ||
| 5770 | 2025.04.28 18:13:46.730142 [ 263 ] {a60c9569-f916-4881-b7be-118c27677f0f} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5771 | 2025.04.28 18:13:46.730209 [ 263 ] {a60c9569-f916-4881-b7be-118c27677f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5772 | 2025.04.28 18:13:46.731195 [ 263 ] {a60c9569-f916-4881-b7be-118c27677f0f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5773 | 2025.04.28 18:13:46.731721 [ 263 ] {a60c9569-f916-4881-b7be-118c27677f0f} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5774 | 2025.04.28 18:13:46.732112 [ 192 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 465 rows, containing 5 columns (5 merged, 0 gathered) in 0.00525045 sec., 88563.83738536696 rows/sec., 5.93 MiB/sec. | ||
| 5775 | 2025.04.28 18:13:46.732155 [ 263 ] {a60c9569-f916-4881-b7be-118c27677f0f} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004999 sec., 13602.720544108823 rows/sec., 1.06 MiB/sec. | ||
| 5776 | 2025.04.28 18:13:46.732295 [ 263 ] {a60c9569-f916-4881-b7be-118c27677f0f} <Debug> TCPHandler: Processed in 0.005411242 sec. | ||
| 5777 | 2025.04.28 18:13:46.732473 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5778 | 2025.04.28 18:13:46.732511 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5779 | 2025.04.28 18:13:46.732669 [ 263 ] {3c06f9a4-ada5-4e7f-854d-5697087c3f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5780 | 2025.04.28 18:13:46.732756 [ 263 ] {3c06f9a4-ada5-4e7f-854d-5697087c3f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5781 | 2025.04.28 18:13:46.733246 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_31_6} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5782 | 2025.04.28 18:13:46.733374 [ 189 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_31_6} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5783 | 2025.04.28 18:13:46.733554 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 5784 | 2025.04.28 18:13:46.733737 [ 263 ] {3c06f9a4-ada5-4e7f-854d-5697087c3f22} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5785 | 2025.04.28 18:13:46.733781 [ 263 ] {3c06f9a4-ada5-4e7f-854d-5697087c3f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5786 | 2025.04.28 18:13:46.734168 [ 263 ] {3c06f9a4-ada5-4e7f-854d-5697087c3f22} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5787 | 2025.04.28 18:13:46.734414 [ 263 ] {3c06f9a4-ada5-4e7f-854d-5697087c3f22} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5788 | 2025.04.28 18:13:46.734638 [ 263 ] {3c06f9a4-ada5-4e7f-854d-5697087c3f22} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002047 sec., 78163.16560820713 rows/sec., 5.44 MiB/sec. | ||
| 5789 | 2025.04.28 18:13:46.734728 [ 263 ] {3c06f9a4-ada5-4e7f-854d-5697087c3f22} <Debug> TCPHandler: Processed in 0.002331385 sec. | ||
| 5790 | 2025.04.28 18:13:46.734968 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5791 | 2025.04.28 18:13:46.735088 [ 263 ] {ff9f7bef-7eed-4b4e-af3d-3bc61b713c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5792 | 2025.04.28 18:13:46.735162 [ 263 ] {ff9f7bef-7eed-4b4e-af3d-3bc61b713c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5793 | 2025.04.28 18:13:46.736182 [ 263 ] {ff9f7bef-7eed-4b4e-af3d-3bc61b713c35} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5794 | 2025.04.28 18:13:46.736222 [ 263 ] {ff9f7bef-7eed-4b4e-af3d-3bc61b713c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5795 | 2025.04.28 18:13:46.736819 [ 263 ] {ff9f7bef-7eed-4b4e-af3d-3bc61b713c35} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5796 | 2025.04.28 18:13:46.737089 [ 263 ] {ff9f7bef-7eed-4b4e-af3d-3bc61b713c35} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5797 | 2025.04.28 18:13:46.737385 [ 263 ] {ff9f7bef-7eed-4b4e-af3d-3bc61b713c35} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002314 sec., 1728.608470181504 rows/sec., 3.10 MiB/sec. | ||
| 5798 | 2025.04.28 18:13:46.737908 [ 263 ] {ff9f7bef-7eed-4b4e-af3d-3bc61b713c35} <Debug> TCPHandler: Processed in 0.003028256 sec. | ||
| 5799 | 2025.04.28 18:13:46.738028 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5800 | 2025.04.28 18:13:46.738138 [ 263 ] {3a252252-24da-4a68-9ba9-777ea15398de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5801 | 2025.04.28 18:13:46.738189 [ 263 ] {3a252252-24da-4a68-9ba9-777ea15398de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5802 | 2025.04.28 18:13:46.738643 [ 263 ] {3a252252-24da-4a68-9ba9-777ea15398de} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5803 | 2025.04.28 18:13:46.738681 [ 263 ] {3a252252-24da-4a68-9ba9-777ea15398de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5804 | 2025.04.28 18:13:46.739045 [ 263 ] {3a252252-24da-4a68-9ba9-777ea15398de} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5805 | 2025.04.28 18:13:46.739290 [ 263 ] {3a252252-24da-4a68-9ba9-777ea15398de} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5806 | 2025.04.28 18:13:46.739497 [ 263 ] {3a252252-24da-4a68-9ba9-777ea15398de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
| 5807 | 2025.04.28 18:13:46.739545 [ 263 ] {3a252252-24da-4a68-9ba9-777ea15398de} <Debug> TCPHandler: Processed in 0.001565684 sec. | ||
| 5808 | 2025.04.28 18:13:47.143693 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5809 | 2025.04.28 18:13:47.143916 [ 263 ] {3050b92e-1259-4f65-a343-d246cccc9568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5810 | 2025.04.28 18:13:47.144002 [ 263 ] {3050b92e-1259-4f65-a343-d246cccc9568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5811 | 2025.04.28 18:13:47.144906 [ 263 ] {3050b92e-1259-4f65-a343-d246cccc9568} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5812 | 2025.04.28 18:13:47.144962 [ 263 ] {3050b92e-1259-4f65-a343-d246cccc9568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5813 | 2025.04.28 18:13:47.145411 [ 263 ] {3050b92e-1259-4f65-a343-d246cccc9568} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5814 | 2025.04.28 18:13:47.145677 [ 263 ] {3050b92e-1259-4f65-a343-d246cccc9568} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5815 | 2025.04.28 18:13:47.145938 [ 263 ] {3050b92e-1259-4f65-a343-d246cccc9568} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002067 sec., 102564.10256410258 rows/sec., 6.52 MiB/sec. | ||
| 5816 | 2025.04.28 18:13:47.146137 [ 263 ] {3050b92e-1259-4f65-a343-d246cccc9568} <Debug> TCPHandler: Processed in 0.002572649 sec. | ||
| 5817 | 2025.04.28 18:13:47.146300 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5818 | 2025.04.28 18:13:47.146410 [ 263 ] {3340bddf-475e-4b87-9019-f9acabc579df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5819 | 2025.04.28 18:13:47.146462 [ 263 ] {3340bddf-475e-4b87-9019-f9acabc579df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5820 | 2025.04.28 18:13:47.146999 [ 263 ] {3340bddf-475e-4b87-9019-f9acabc579df} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5821 | 2025.04.28 18:13:47.147041 [ 263 ] {3340bddf-475e-4b87-9019-f9acabc579df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5822 | 2025.04.28 18:13:47.147387 [ 263 ] {3340bddf-475e-4b87-9019-f9acabc579df} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5823 | 2025.04.28 18:13:47.147644 [ 263 ] {3340bddf-475e-4b87-9019-f9acabc579df} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5824 | 2025.04.28 18:13:47.147807 [ 122 ] {} <Debug> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 5825 | 2025.04.28 18:13:47.147875 [ 263 ] {3340bddf-475e-4b87-9019-f9acabc579df} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001492 sec., 6702.412868632708 rows/sec., 546.53 KiB/sec. | ||
| 5826 | 2025.04.28 18:13:47.147900 [ 122 ] {} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5827 | 2025.04.28 18:13:47.147967 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5828 | 2025.04.28 18:13:47.147984 [ 263 ] {3340bddf-475e-4b87-9019-f9acabc579df} <Debug> TCPHandler: Processed in 0.001733616 sec. | ||
| 5829 | 2025.04.28 18:13:47.148200 [ 194 ] {f595f490-561f-4158-b00f-e3b9b70db387::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 | ||
| 5830 | 2025.04.28 18:13:47.148211 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5831 | 2025.04.28 18:13:47.148454 [ 263 ] {e918572d-44e1-45de-8315-4fb70a371b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5832 | 2025.04.28 18:13:47.148462 [ 194 ] {f595f490-561f-4158-b00f-e3b9b70db387::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5833 | 2025.04.28 18:13:47.148546 [ 263 ] {e918572d-44e1-45de-8315-4fb70a371b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5834 | 2025.04.28 18:13:47.148555 [ 194 ] {f595f490-561f-4158-b00f-e3b9b70db387::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 5835 | 2025.04.28 18:13:47.148928 [ 194 ] {f595f490-561f-4158-b00f-e3b9b70db387::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 5836 | 2025.04.28 18:13:47.149268 [ 194 ] {f595f490-561f-4158-b00f-e3b9b70db387::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 5837 | 2025.04.28 18:13:47.149605 [ 194 ] {f595f490-561f-4158-b00f-e3b9b70db387::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
| 5838 | 2025.04.28 18:13:47.150019 [ 194 ] {f595f490-561f-4158-b00f-e3b9b70db387::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 5839 | 2025.04.28 18:13:47.150488 [ 194 ] {f595f490-561f-4158-b00f-e3b9b70db387::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part | ||
| 5840 | 2025.04.28 18:13:47.152400 [ 263 ] {e918572d-44e1-45de-8315-4fb70a371b63} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5841 | 2025.04.28 18:13:47.152468 [ 263 ] {e918572d-44e1-45de-8315-4fb70a371b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5842 | 2025.04.28 18:13:47.152486 [ 189 ] {f595f490-561f-4158-b00f-e3b9b70db387::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.004405127 sec., 11350.41055570021 rows/sec., 969.88 KiB/sec. | ||
| 5843 | 2025.04.28 18:13:47.152761 [ 189 ] {f595f490-561f-4158-b00f-e3b9b70db387::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 5844 | 2025.04.28 18:13:47.153290 [ 189 ] {f595f490-561f-4158-b00f-e3b9b70db387::all_1_6_1} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5845 | 2025.04.28 18:13:47.153355 [ 263 ] {e918572d-44e1-45de-8315-4fb70a371b63} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5846 | 2025.04.28 18:13:47.153453 [ 189 ] {f595f490-561f-4158-b00f-e3b9b70db387::all_1_6_1} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 5847 | 2025.04.28 18:13:47.153620 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5848 | 2025.04.28 18:13:47.153780 [ 263 ] {e918572d-44e1-45de-8315-4fb70a371b63} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5849 | 2025.04.28 18:13:47.154057 [ 263 ] {e918572d-44e1-45de-8315-4fb70a371b63} <Debug> executeQuery: Read 1832 rows, 152.97 KiB in 0.005672 sec., 322990.1269393512 rows/sec., 26.34 MiB/sec. | ||
| 5850 | 2025.04.28 18:13:47.154177 [ 263 ] {e918572d-44e1-45de-8315-4fb70a371b63} <Debug> TCPHandler: Processed in 0.006047072 sec. | ||
| 5851 | 2025.04.28 18:13:47.154414 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5852 | 2025.04.28 18:13:47.154534 [ 263 ] {4619b7a1-c39c-4c36-8b11-a41b5a7bfc54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5853 | 2025.04.28 18:13:47.154581 [ 263 ] {4619b7a1-c39c-4c36-8b11-a41b5a7bfc54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5854 | 2025.04.28 18:13:47.155185 [ 263 ] {4619b7a1-c39c-4c36-8b11-a41b5a7bfc54} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5855 | 2025.04.28 18:13:47.155225 [ 263 ] {4619b7a1-c39c-4c36-8b11-a41b5a7bfc54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5856 | 2025.04.28 18:13:47.155582 [ 263 ] {4619b7a1-c39c-4c36-8b11-a41b5a7bfc54} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5857 | 2025.04.28 18:13:47.155830 [ 263 ] {4619b7a1-c39c-4c36-8b11-a41b5a7bfc54} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5858 | 2025.04.28 18:13:47.156038 [ 263 ] {4619b7a1-c39c-4c36-8b11-a41b5a7bfc54} <Debug> executeQuery: Read 151 rows, 9.72 KiB in 0.001526 sec., 98951.50720838793 rows/sec., 6.22 MiB/sec. | ||
| 5859 | 2025.04.28 18:13:47.156107 [ 263 ] {4619b7a1-c39c-4c36-8b11-a41b5a7bfc54} <Debug> TCPHandler: Processed in 0.001781457 sec. | ||
| 5860 | 2025.04.28 18:13:47.156247 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5861 | 2025.04.28 18:13:47.156348 [ 263 ] {2eb82943-f0a9-4992-b0d7-a81b5660443a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5862 | 2025.04.28 18:13:47.156394 [ 263 ] {2eb82943-f0a9-4992-b0d7-a81b5660443a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5863 | 2025.04.28 18:13:47.157019 [ 263 ] {2eb82943-f0a9-4992-b0d7-a81b5660443a} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5864 | 2025.04.28 18:13:47.157057 [ 263 ] {2eb82943-f0a9-4992-b0d7-a81b5660443a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5865 | 2025.04.28 18:13:47.157424 [ 263 ] {2eb82943-f0a9-4992-b0d7-a81b5660443a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5866 | 2025.04.28 18:13:47.157673 [ 263 ] {2eb82943-f0a9-4992-b0d7-a81b5660443a} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5867 | 2025.04.28 18:13:47.157886 [ 263 ] {2eb82943-f0a9-4992-b0d7-a81b5660443a} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001559 sec., 218729.9550994227 rows/sec., 14.59 MiB/sec. | ||
| 5868 | 2025.04.28 18:13:47.157936 [ 263 ] {2eb82943-f0a9-4992-b0d7-a81b5660443a} <Debug> TCPHandler: Processed in 0.001749926 sec. | ||
| 5869 | 2025.04.28 18:13:47.158048 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5870 | 2025.04.28 18:13:47.158151 [ 263 ] {ba2540db-9355-40b4-b04e-dfad67dba733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5871 | 2025.04.28 18:13:47.158196 [ 263 ] {ba2540db-9355-40b4-b04e-dfad67dba733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5872 | 2025.04.28 18:13:47.158730 [ 263 ] {ba2540db-9355-40b4-b04e-dfad67dba733} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5873 | 2025.04.28 18:13:47.158768 [ 263 ] {ba2540db-9355-40b4-b04e-dfad67dba733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5874 | 2025.04.28 18:13:47.159122 [ 263 ] {ba2540db-9355-40b4-b04e-dfad67dba733} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5875 | 2025.04.28 18:13:47.159365 [ 263 ] {ba2540db-9355-40b4-b04e-dfad67dba733} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5876 | 2025.04.28 18:13:47.159566 [ 263 ] {ba2540db-9355-40b4-b04e-dfad67dba733} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001437 sec., 77940.15309672931 rows/sec., 4.44 MiB/sec. | ||
| 5877 | 2025.04.28 18:13:47.159614 [ 263 ] {ba2540db-9355-40b4-b04e-dfad67dba733} <Debug> TCPHandler: Processed in 0.001616704 sec. | ||
| 5878 | 2025.04.28 18:13:47.159727 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5879 | 2025.04.28 18:13:47.159830 [ 263 ] {4cba6665-3064-4aba-a116-3d09f5841d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5880 | 2025.04.28 18:13:47.159874 [ 263 ] {4cba6665-3064-4aba-a116-3d09f5841d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5881 | 2025.04.28 18:13:47.160722 [ 263 ] {4cba6665-3064-4aba-a116-3d09f5841d5b} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5882 | 2025.04.28 18:13:47.160761 [ 263 ] {4cba6665-3064-4aba-a116-3d09f5841d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5883 | 2025.04.28 18:13:47.161153 [ 263 ] {4cba6665-3064-4aba-a116-3d09f5841d5b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5884 | 2025.04.28 18:13:47.161394 [ 263 ] {4cba6665-3064-4aba-a116-3d09f5841d5b} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5885 | 2025.04.28 18:13:47.161603 [ 263 ] {4cba6665-3064-4aba-a116-3d09f5841d5b} <Debug> executeQuery: Read 883 rows, 65.49 KiB in 0.001795 sec., 491922.00557103066 rows/sec., 35.63 MiB/sec. | ||
| 5886 | 2025.04.28 18:13:47.161654 [ 263 ] {4cba6665-3064-4aba-a116-3d09f5841d5b} <Debug> TCPHandler: Processed in 0.00197615 sec. | ||
| 5887 | 2025.04.28 18:13:47.161769 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5888 | 2025.04.28 18:13:47.161873 [ 263 ] {91afe107-0d09-42ca-87be-d95b0139ac31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5889 | 2025.04.28 18:13:47.161919 [ 263 ] {91afe107-0d09-42ca-87be-d95b0139ac31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5890 | 2025.04.28 18:13:47.162333 [ 263 ] {91afe107-0d09-42ca-87be-d95b0139ac31} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5891 | 2025.04.28 18:13:47.162372 [ 263 ] {91afe107-0d09-42ca-87be-d95b0139ac31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5892 | 2025.04.28 18:13:47.162728 [ 263 ] {91afe107-0d09-42ca-87be-d95b0139ac31} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5893 | 2025.04.28 18:13:47.162965 [ 263 ] {91afe107-0d09-42ca-87be-d95b0139ac31} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5894 | 2025.04.28 18:13:47.163126 [ 171 ] {} <Debug> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5895 | 2025.04.28 18:13:47.163186 [ 263 ] {91afe107-0d09-42ca-87be-d95b0139ac31} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 235.34 KiB/sec. | ||
| 5896 | 2025.04.28 18:13:47.163205 [ 171 ] {} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5897 | 2025.04.28 18:13:47.163266 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5898 | 2025.04.28 18:13:47.163312 [ 263 ] {91afe107-0d09-42ca-87be-d95b0139ac31} <Debug> TCPHandler: Processed in 0.001589804 sec. | ||
| 5899 | 2025.04.28 18:13:47.163458 [ 192 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 5900 | 2025.04.28 18:13:47.163464 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5901 | 2025.04.28 18:13:47.163619 [ 192 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5902 | 2025.04.28 18:13:47.163623 [ 263 ] {17eb1bb2-d36b-4a30-95db-f5d3ce756158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5903 | 2025.04.28 18:13:47.163660 [ 192 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 5904 | 2025.04.28 18:13:47.163696 [ 263 ] {17eb1bb2-d36b-4a30-95db-f5d3ce756158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5905 | 2025.04.28 18:13:47.163905 [ 192 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5906 | 2025.04.28 18:13:47.164173 [ 192 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5907 | 2025.04.28 18:13:47.164524 [ 192 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 5908 | 2025.04.28 18:13:47.164894 [ 192 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 5909 | 2025.04.28 18:13:47.164989 [ 192 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 5910 | 2025.04.28 18:13:47.165803 [ 263 ] {17eb1bb2-d36b-4a30-95db-f5d3ce756158} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5911 | 2025.04.28 18:13:47.165843 [ 263 ] {17eb1bb2-d36b-4a30-95db-f5d3ce756158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5912 | 2025.04.28 18:13:47.166450 [ 189 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.003066697 sec., 31304.038188317918 rows/sec., 1.60 MiB/sec. | ||
| 5913 | 2025.04.28 18:13:47.166508 [ 263 ] {17eb1bb2-d36b-4a30-95db-f5d3ce756158} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5914 | 2025.04.28 18:13:47.166628 [ 189 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5915 | 2025.04.28 18:13:47.166966 [ 263 ] {17eb1bb2-d36b-4a30-95db-f5d3ce756158} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5916 | 2025.04.28 18:13:47.167147 [ 189 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_16_3} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5917 | 2025.04.28 18:13:47.167467 [ 189 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_16_3} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5918 | 2025.04.28 18:13:47.167477 [ 263 ] {17eb1bb2-d36b-4a30-95db-f5d3ce756158} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.003877 sec., 247614.13464018572 rows/sec., 16.45 MiB/sec. | ||
| 5919 | 2025.04.28 18:13:47.167716 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5920 | 2025.04.28 18:13:47.167723 [ 263 ] {17eb1bb2-d36b-4a30-95db-f5d3ce756158} <Debug> TCPHandler: Processed in 0.004314795 sec. | ||
| 5921 | 2025.04.28 18:13:47.167874 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5922 | 2025.04.28 18:13:47.167979 [ 263 ] {a32dbe2d-6183-4583-97a2-28cd891663f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5923 | 2025.04.28 18:13:47.168026 [ 263 ] {a32dbe2d-6183-4583-97a2-28cd891663f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5924 | 2025.04.28 18:13:47.168431 [ 263 ] {a32dbe2d-6183-4583-97a2-28cd891663f7} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5925 | 2025.04.28 18:13:47.168466 [ 263 ] {a32dbe2d-6183-4583-97a2-28cd891663f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5926 | 2025.04.28 18:13:47.168797 [ 263 ] {a32dbe2d-6183-4583-97a2-28cd891663f7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5927 | 2025.04.28 18:13:47.169030 [ 263 ] {a32dbe2d-6183-4583-97a2-28cd891663f7} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5928 | 2025.04.28 18:13:47.169247 [ 171 ] {} <Debug> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5929 | 2025.04.28 18:13:47.169312 [ 171 ] {} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5930 | 2025.04.28 18:13:47.169338 [ 263 ] {a32dbe2d-6183-4583-97a2-28cd891663f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001363 sec., 733.6757153338224 rows/sec., 49.44 KiB/sec. | ||
| 5931 | 2025.04.28 18:13:47.169350 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5932 | 2025.04.28 18:13:47.169479 [ 263 ] {a32dbe2d-6183-4583-97a2-28cd891663f7} <Debug> TCPHandler: Processed in 0.001650975 sec. | ||
| 5933 | 2025.04.28 18:13:47.169786 [ 197 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::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 | ||
| 5934 | 2025.04.28 18:13:47.169857 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5935 | 2025.04.28 18:13:47.170154 [ 263 ] {d9e972b4-e388-4b94-9615-04edc3086529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5936 | 2025.04.28 18:13:47.170176 [ 197 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5937 | 2025.04.28 18:13:47.170260 [ 197 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 12 rows starting from the beginning of the part | ||
| 5938 | 2025.04.28 18:13:47.170339 [ 263 ] {d9e972b4-e388-4b94-9615-04edc3086529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5939 | 2025.04.28 18:13:47.170541 [ 197 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5940 | 2025.04.28 18:13:47.170936 [ 197 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5941 | 2025.04.28 18:13:47.171246 [ 197 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 5942 | 2025.04.28 18:13:47.171607 [ 197 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5943 | 2025.04.28 18:13:47.171931 [ 197 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5944 | 2025.04.28 18:13:47.175354 [ 197 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.00585783 sec., 2902.0985586812867 rows/sec., 194.88 KiB/sec. | ||
| 5945 | 2025.04.28 18:13:47.175568 [ 197 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5946 | 2025.04.28 18:13:47.176066 [ 263 ] {d9e972b4-e388-4b94-9615-04edc3086529} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5947 | 2025.04.28 18:13:47.176125 [ 263 ] {d9e972b4-e388-4b94-9615-04edc3086529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5948 | 2025.04.28 18:13:47.176246 [ 197 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_16_3} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5949 | 2025.04.28 18:13:47.176483 [ 197 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_16_3} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5950 | 2025.04.28 18:13:47.176640 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5951 | 2025.04.28 18:13:47.177152 [ 263 ] {d9e972b4-e388-4b94-9615-04edc3086529} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5952 | 2025.04.28 18:13:47.177425 [ 263 ] {d9e972b4-e388-4b94-9615-04edc3086529} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5953 | 2025.04.28 18:13:47.177598 [ 171 ] {} <Debug> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5954 | 2025.04.28 18:13:47.177683 [ 171 ] {} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5955 | 2025.04.28 18:13:47.177717 [ 263 ] {d9e972b4-e388-4b94-9615-04edc3086529} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007661 sec., 4568.594178305704 rows/sec., 8.19 MiB/sec. | ||
| 5956 | 2025.04.28 18:13:47.177736 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5957 | 2025.04.28 18:13:47.178076 [ 200 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::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 | ||
| 5958 | 2025.04.28 18:13:47.178088 [ 263 ] {d9e972b4-e388-4b94-9615-04edc3086529} <Debug> TCPHandler: Processed in 0.008339017 sec. | ||
| 5959 | 2025.04.28 18:13:47.178261 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5960 | 2025.04.28 18:13:47.178383 [ 200 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5961 | 2025.04.28 18:13:47.178398 [ 263 ] {7a754053-7879-4e01-b06b-2c88d160d8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5962 | 2025.04.28 18:13:47.178451 [ 200 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 565 rows starting from the beginning of the part | ||
| 5963 | 2025.04.28 18:13:47.178463 [ 263 ] {7a754053-7879-4e01-b06b-2c88d160d8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5964 | 2025.04.28 18:13:47.179110 [ 200 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 35 rows starting from the beginning of the part | ||
| 5965 | 2025.04.28 18:13:47.179704 [ 200 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 5966 | 2025.04.28 18:13:47.180285 [ 263 ] {7a754053-7879-4e01-b06b-2c88d160d8a4} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5967 | 2025.04.28 18:13:47.180299 [ 200 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 35 rows starting from the beginning of the part | ||
| 5968 | 2025.04.28 18:13:47.180330 [ 263 ] {7a754053-7879-4e01-b06b-2c88d160d8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5969 | 2025.04.28 18:13:47.180683 [ 200 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 5970 | 2025.04.28 18:13:47.181106 [ 200 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 35 rows starting from the beginning of the part | ||
| 5971 | 2025.04.28 18:13:47.181220 [ 263 ] {7a754053-7879-4e01-b06b-2c88d160d8a4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5972 | 2025.04.28 18:13:47.181678 [ 263 ] {7a754053-7879-4e01-b06b-2c88d160d8a4} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5973 | 2025.04.28 18:13:47.182025 [ 263 ] {7a754053-7879-4e01-b06b-2c88d160d8a4} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.003656 sec., 9299.781181619255 rows/sec., 552.66 KiB/sec. | ||
| 5974 | 2025.04.28 18:13:47.182134 [ 263 ] {7a754053-7879-4e01-b06b-2c88d160d8a4} <Debug> TCPHandler: Processed in 0.00392996 sec. | ||
| 5975 | 2025.04.28 18:13:47.188098 [ 203 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 678 rows, containing 19 columns (19 merged, 0 gathered) in 0.010215906 sec., 66367.09460717434 rows/sec., 118.93 MiB/sec. | ||
| 5976 | 2025.04.28 18:13:47.189125 [ 203 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5977 | 2025.04.28 18:13:47.189583 [ 203 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5978 | 2025.04.28 18:13:47.189677 [ 203 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5979 | 2025.04.28 18:13:47.189846 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB. | ||
| 5980 | 2025.04.28 18:13:51.720150 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5981 | 2025.04.28 18:13:51.720361 [ 263 ] {4a2290f4-4d18-438b-918e-1d0cb27f9331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5982 | 2025.04.28 18:13:51.720436 [ 263 ] {4a2290f4-4d18-438b-918e-1d0cb27f9331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5983 | 2025.04.28 18:13:51.721211 [ 263 ] {4a2290f4-4d18-438b-918e-1d0cb27f9331} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5984 | 2025.04.28 18:13:51.721262 [ 263 ] {4a2290f4-4d18-438b-918e-1d0cb27f9331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5985 | 2025.04.28 18:13:51.721708 [ 263 ] {4a2290f4-4d18-438b-918e-1d0cb27f9331} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5986 | 2025.04.28 18:13:51.721983 [ 263 ] {4a2290f4-4d18-438b-918e-1d0cb27f9331} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5987 | 2025.04.28 18:13:51.722187 [ 155 ] {} <Debug> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5988 | 2025.04.28 18:13:51.722244 [ 263 ] {4a2290f4-4d18-438b-918e-1d0cb27f9331} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001928 sec., 29045.64315352697 rows/sec., 2.23 MiB/sec. | ||
| 5989 | 2025.04.28 18:13:51.722273 [ 155 ] {} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5990 | 2025.04.28 18:13:51.722344 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5991 | 2025.04.28 18:13:51.722381 [ 263 ] {4a2290f4-4d18-438b-918e-1d0cb27f9331} <Debug> TCPHandler: Processed in 0.002352466 sec. | ||
| 5992 | 2025.04.28 18:13:51.722578 [ 195 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::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 | ||
| 5993 | 2025.04.28 18:13:51.722595 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5994 | 2025.04.28 18:13:51.722834 [ 195 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5995 | 2025.04.28 18:13:51.722847 [ 263 ] {236427aa-17b1-4176-86d7-c58136c27db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5996 | 2025.04.28 18:13:51.722891 [ 195 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1845 rows starting from the beginning of the part | ||
| 5997 | 2025.04.28 18:13:51.722941 [ 263 ] {236427aa-17b1-4176-86d7-c58136c27db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5998 | 2025.04.28 18:13:51.723224 [ 195 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 68 rows starting from the beginning of the part | ||
| 5999 | 2025.04.28 18:13:51.723571 [ 195 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 687 rows starting from the beginning of the part | ||
| 6000 | 2025.04.28 18:13:51.723914 [ 195 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
| 6001 | 2025.04.28 18:13:51.724287 [ 195 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1832 rows starting from the beginning of the part | ||
| 6002 | 2025.04.28 18:13:51.724624 [ 195 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 6003 | 2025.04.28 18:13:51.725989 [ 263 ] {236427aa-17b1-4176-86d7-c58136c27db9} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6004 | 2025.04.28 18:13:51.726043 [ 263 ] {236427aa-17b1-4176-86d7-c58136c27db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6005 | 2025.04.28 18:13:51.727091 [ 263 ] {236427aa-17b1-4176-86d7-c58136c27db9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6006 | 2025.04.28 18:13:51.727531 [ 263 ] {236427aa-17b1-4176-86d7-c58136c27db9} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6007 | 2025.04.28 18:13:51.727713 [ 152 ] {} <Debug> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6008 | 2025.04.28 18:13:51.727781 [ 152 ] {} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6009 | 2025.04.28 18:13:51.727822 [ 263 ] {236427aa-17b1-4176-86d7-c58136c27db9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005028 sec., 12728.719172633253 rows/sec., 1017.35 KiB/sec. | ||
| 6010 | 2025.04.28 18:13:51.727855 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6011 | 2025.04.28 18:13:51.727928 [ 263 ] {236427aa-17b1-4176-86d7-c58136c27db9} <Debug> TCPHandler: Processed in 0.005413612 sec. | ||
| 6012 | 2025.04.28 18:13:51.728251 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6013 | 2025.04.28 18:13:51.728271 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::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 | ||
| 6014 | 2025.04.28 18:13:51.728637 [ 263 ] {dc84f19a-c65c-433d-8baf-80ca9d83b27f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6015 | 2025.04.28 18:13:51.728857 [ 263 ] {dc84f19a-c65c-433d-8baf-80ca9d83b27f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6016 | 2025.04.28 18:13:51.728892 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6017 | 2025.04.28 18:13:51.729039 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 6018 | 2025.04.28 18:13:51.729006 [ 195 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4552 rows, containing 5 columns (5 merged, 0 gathered) in 0.00654162 sec., 695852.0977984047 rows/sec., 59.11 MiB/sec. | ||
| 6019 | 2025.04.28 18:13:51.729514 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 76 rows starting from the beginning of the part | ||
| 6020 | 2025.04.28 18:13:51.730022 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 417 rows starting from the beginning of the part | ||
| 6021 | 2025.04.28 18:13:51.730279 [ 195 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6022 | 2025.04.28 18:13:51.730502 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 68 rows starting from the beginning of the part | ||
| 6023 | 2025.04.28 18:13:51.730727 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 883 rows starting from the beginning of the part | ||
| 6024 | 2025.04.28 18:13:51.731280 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 6025 | 2025.04.28 18:13:51.732051 [ 188 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_46_9} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6026 | 2025.04.28 18:13:51.732399 [ 188 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_46_9} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6027 | 2025.04.28 18:13:51.732412 [ 263 ] {dc84f19a-c65c-433d-8baf-80ca9d83b27f} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6028 | 2025.04.28 18:13:51.732484 [ 263 ] {dc84f19a-c65c-433d-8baf-80ca9d83b27f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6029 | 2025.04.28 18:13:51.732647 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 6030 | 2025.04.28 18:13:51.733562 [ 263 ] {dc84f19a-c65c-433d-8baf-80ca9d83b27f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6031 | 2025.04.28 18:13:51.734183 [ 263 ] {dc84f19a-c65c-433d-8baf-80ca9d83b27f} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6032 | 2025.04.28 18:13:51.734376 [ 152 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6033 | 2025.04.28 18:13:51.734435 [ 152 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6034 | 2025.04.28 18:13:51.734469 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6035 | 2025.04.28 18:13:51.734475 [ 263 ] {dc84f19a-c65c-433d-8baf-80ca9d83b27f} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006002 sec., 21326.22459180273 rows/sec., 1.49 MiB/sec. | ||
| 6036 | 2025.04.28 18:13:51.734901 [ 263 ] {dc84f19a-c65c-433d-8baf-80ca9d83b27f} <Debug> TCPHandler: Processed in 0.006750072 sec. | ||
| 6037 | 2025.04.28 18:13:51.735072 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 6038 | 2025.04.28 18:13:51.735721 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6039 | 2025.04.28 18:13:51.736042 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2421 rows, containing 5 columns (5 merged, 0 gathered) in 0.008057152 sec., 300478.3824358781 rows/sec., 23.02 MiB/sec. | ||
| 6040 | 2025.04.28 18:13:51.736241 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6041 | 2025.04.28 18:13:51.736303 [ 263 ] {445c48b1-6713-4745-881d-97b912609875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6042 | 2025.04.28 18:13:51.736425 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12900 rows starting from the beginning of the part | ||
| 6043 | 2025.04.28 18:13:51.736444 [ 263 ] {445c48b1-6713-4745-881d-97b912609875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6044 | 2025.04.28 18:13:51.736510 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6045 | 2025.04.28 18:13:51.736890 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 164 rows starting from the beginning of the part | ||
| 6046 | 2025.04.28 18:13:51.737482 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
| 6047 | 2025.04.28 18:13:51.737939 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 6048 | 2025.04.28 18:13:51.738002 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_46_9} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6049 | 2025.04.28 18:13:51.738451 [ 193 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_46_9} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6050 | 2025.04.28 18:13:51.738558 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 960 rows starting from the beginning of the part | ||
| 6051 | 2025.04.28 18:13:51.738805 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6052 | 2025.04.28 18:13:51.738977 [ 196 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 128 rows starting from the beginning of the part | ||
| 6053 | 2025.04.28 18:13:51.739670 [ 263 ] {445c48b1-6713-4745-881d-97b912609875} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6054 | 2025.04.28 18:13:51.739715 [ 263 ] {445c48b1-6713-4745-881d-97b912609875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6055 | 2025.04.28 18:13:51.740190 [ 263 ] {445c48b1-6713-4745-881d-97b912609875} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6056 | 2025.04.28 18:13:51.740466 [ 263 ] {445c48b1-6713-4745-881d-97b912609875} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6057 | 2025.04.28 18:13:51.740643 [ 152 ] {} <Debug> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6058 | 2025.04.28 18:13:51.740719 [ 152 ] {} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6059 | 2025.04.28 18:13:51.740767 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6060 | 2025.04.28 18:13:51.740814 [ 263 ] {445c48b1-6713-4745-881d-97b912609875} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004662 sec., 10296.010296010296 rows/sec., 710.53 KiB/sec. | ||
| 6061 | 2025.04.28 18:13:51.741219 [ 263 ] {445c48b1-6713-4745-881d-97b912609875} <Debug> TCPHandler: Processed in 0.005730968 sec. | ||
| 6062 | 2025.04.28 18:13:51.741393 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 6063 | 2025.04.28 18:13:51.741633 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6064 | 2025.04.28 18:13:51.741713 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2366 rows starting from the beginning of the part | ||
| 6065 | 2025.04.28 18:13:51.742023 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 6066 | 2025.04.28 18:13:51.742216 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 6067 | 2025.04.28 18:13:51.742436 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 6068 | 2025.04.28 18:13:51.742726 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part | ||
| 6069 | 2025.04.28 18:13:51.742904 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 48 rows starting from the beginning of the part | ||
| 6070 | 2025.04.28 18:13:51.745211 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2650 rows, containing 4 columns (4 merged, 0 gathered) in 0.004310825 sec., 614731.5189087936 rows/sec., 40.27 MiB/sec. | ||
| 6071 | 2025.04.28 18:13:51.745393 [ 199 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14549 rows, containing 5 columns (5 merged, 0 gathered) in 0.010809904 sec., 1345895.393705624 rows/sec., 90.91 MiB/sec. | ||
| 6072 | 2025.04.28 18:13:51.745551 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6073 | 2025.04.28 18:13:51.745853 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_46_9} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6074 | 2025.04.28 18:13:51.745948 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6075 | 2025.04.28 18:13:51.745966 [ 187 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_46_9} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6076 | 2025.04.28 18:13:51.746153 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6077 | 2025.04.28 18:13:51.746467 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6078 | 2025.04.28 18:13:51.746565 [ 186 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6079 | 2025.04.28 18:13:51.746676 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. | ||
| 6080 | 2025.04.28 18:13:52.975336 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 6081 | 2025.04.28 18:13:52.976019 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6082 | 2025.04.28 18:13:52.976066 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6083 | 2025.04.28 18:13:52.976578 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6084 | 2025.04.28 18:13:52.976833 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6085 | 2025.04.28 18:13:52.977049 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 6086 | 2025.04.28 18:13:53.858878 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 6087 | 2025.04.28 18:13:53.878644 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6088 | 2025.04.28 18:13:53.878697 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6089 | 2025.04.28 18:13:53.885765 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6090 | 2025.04.28 18:13:53.886506 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6091 | 2025.04.28 18:13:53.889127 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6092 | 2025.04.28 18:13:55.537053 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 854 | ||
| 6093 | 2025.04.28 18:13:55.540510 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6094 | 2025.04.28 18:13:55.540572 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6095 | 2025.04.28 18:13:55.542056 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6096 | 2025.04.28 18:13:55.542390 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6097 | 2025.04.28 18:13:55.542607 [ 65 ] {} <Debug> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6098 | 2025.04.28 18:13:55.542740 [ 65 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6099 | 2025.04.28 18:13:55.542807 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6100 | 2025.04.28 18:13:55.543102 [ 198 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::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 | ||
| 6101 | 2025.04.28 18:13:55.543549 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 854 | ||
| 6102 | 2025.04.28 18:13:55.543990 [ 198 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6103 | 2025.04.28 18:13:55.544119 [ 198 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 682 rows starting from the beginning of the part | ||
| 6104 | 2025.04.28 18:13:55.544652 [ 198 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
| 6105 | 2025.04.28 18:13:55.545224 [ 198 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part | ||
| 6106 | 2025.04.28 18:13:55.545778 [ 198 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
| 6107 | 2025.04.28 18:13:55.546285 [ 198 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
| 6108 | 2025.04.28 18:13:55.546854 [ 198 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 44 rows starting from the beginning of the part | ||
| 6109 | 2025.04.28 18:13:55.555098 [ 199 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 854 rows, containing 72 columns (72 merged, 0 gathered) in 0.012157155 sec., 70246.6983434858 rows/sec., 58.40 MiB/sec. | ||
| 6110 | 2025.04.28 18:13:55.556483 [ 199 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6111 | 2025.04.28 18:13:55.557358 [ 199 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_21_4} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6112 | 2025.04.28 18:13:55.557462 [ 199 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_21_4} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6113 | 2025.04.28 18:13:55.557826 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 6114 | 2025.04.28 18:13:56.721983 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6115 | 2025.04.28 18:13:56.722194 [ 263 ] {7db5aaa6-decc-4638-9075-bfa09a0fbbb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6116 | 2025.04.28 18:13:56.722275 [ 263 ] {7db5aaa6-decc-4638-9075-bfa09a0fbbb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6117 | 2025.04.28 18:13:56.723159 [ 263 ] {7db5aaa6-decc-4638-9075-bfa09a0fbbb2} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6118 | 2025.04.28 18:13:56.723206 [ 263 ] {7db5aaa6-decc-4638-9075-bfa09a0fbbb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6119 | 2025.04.28 18:13:56.723660 [ 263 ] {7db5aaa6-decc-4638-9075-bfa09a0fbbb2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6120 | 2025.04.28 18:13:56.723911 [ 263 ] {7db5aaa6-decc-4638-9075-bfa09a0fbbb2} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6121 | 2025.04.28 18:13:56.724142 [ 263 ] {7db5aaa6-decc-4638-9075-bfa09a0fbbb2} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002004 sec., 31936.127744510977 rows/sec., 2.53 MiB/sec. | ||
| 6122 | 2025.04.28 18:13:56.724196 [ 263 ] {7db5aaa6-decc-4638-9075-bfa09a0fbbb2} <Debug> TCPHandler: Processed in 0.002347376 sec. | ||
| 6123 | 2025.04.28 18:13:56.724328 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6124 | 2025.04.28 18:13:56.724437 [ 263 ] {3b0752b9-81bd-4a6e-b2b7-3ca810b6742b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6125 | 2025.04.28 18:13:56.724484 [ 263 ] {3b0752b9-81bd-4a6e-b2b7-3ca810b6742b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6126 | 2025.04.28 18:13:56.724983 [ 263 ] {3b0752b9-81bd-4a6e-b2b7-3ca810b6742b} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6127 | 2025.04.28 18:13:56.725021 [ 263 ] {3b0752b9-81bd-4a6e-b2b7-3ca810b6742b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6128 | 2025.04.28 18:13:56.725357 [ 263 ] {3b0752b9-81bd-4a6e-b2b7-3ca810b6742b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6129 | 2025.04.28 18:13:56.725596 [ 263 ] {3b0752b9-81bd-4a6e-b2b7-3ca810b6742b} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6130 | 2025.04.28 18:13:56.725799 [ 263 ] {3b0752b9-81bd-4a6e-b2b7-3ca810b6742b} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.00138 sec., 2898.5507246376815 rows/sec., 217.96 KiB/sec. | ||
| 6131 | 2025.04.28 18:13:56.725859 [ 263 ] {3b0752b9-81bd-4a6e-b2b7-3ca810b6742b} <Debug> TCPHandler: Processed in 0.001583504 sec. | ||
| 6132 | 2025.04.28 18:13:56.726010 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6133 | 2025.04.28 18:13:56.726113 [ 263 ] {33d7bbb4-885e-4551-a070-6a90fd045db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6134 | 2025.04.28 18:13:56.726158 [ 263 ] {33d7bbb4-885e-4551-a070-6a90fd045db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6135 | 2025.04.28 18:13:56.726658 [ 263 ] {33d7bbb4-885e-4551-a070-6a90fd045db0} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6136 | 2025.04.28 18:13:56.726693 [ 263 ] {33d7bbb4-885e-4551-a070-6a90fd045db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6137 | 2025.04.28 18:13:56.727017 [ 263 ] {33d7bbb4-885e-4551-a070-6a90fd045db0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6138 | 2025.04.28 18:13:56.727234 [ 263 ] {33d7bbb4-885e-4551-a070-6a90fd045db0} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6139 | 2025.04.28 18:13:56.727487 [ 263 ] {33d7bbb4-885e-4551-a070-6a90fd045db0} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001394 sec., 48780.487804878045 rows/sec., 3.81 MiB/sec. | ||
| 6140 | 2025.04.28 18:13:56.727538 [ 263 ] {33d7bbb4-885e-4551-a070-6a90fd045db0} <Debug> TCPHandler: Processed in 0.001588024 sec. | ||
| 6141 | 2025.04.28 18:13:56.727655 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6142 | 2025.04.28 18:13:56.727758 [ 263 ] {f2cbd0eb-326b-4a63-b9c5-1df83f40db18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6143 | 2025.04.28 18:13:56.727809 [ 263 ] {f2cbd0eb-326b-4a63-b9c5-1df83f40db18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6144 | 2025.04.28 18:13:56.728314 [ 263 ] {f2cbd0eb-326b-4a63-b9c5-1df83f40db18} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6145 | 2025.04.28 18:13:56.728352 [ 263 ] {f2cbd0eb-326b-4a63-b9c5-1df83f40db18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6146 | 2025.04.28 18:13:56.728730 [ 263 ] {f2cbd0eb-326b-4a63-b9c5-1df83f40db18} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6147 | 2025.04.28 18:13:56.728986 [ 263 ] {f2cbd0eb-326b-4a63-b9c5-1df83f40db18} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6148 | 2025.04.28 18:13:56.729172 [ 263 ] {f2cbd0eb-326b-4a63-b9c5-1df83f40db18} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001434 sec., 111576.01115760113 rows/sec., 7.77 MiB/sec. | ||
| 6149 | 2025.04.28 18:13:56.729221 [ 263 ] {f2cbd0eb-326b-4a63-b9c5-1df83f40db18} <Debug> TCPHandler: Processed in 0.001616414 sec. | ||
| 6150 | 2025.04.28 18:13:56.729336 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6151 | 2025.04.28 18:13:56.729439 [ 263 ] {b653e1a5-edad-4dba-b6fb-19c67a53a7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6152 | 2025.04.28 18:13:56.729505 [ 263 ] {b653e1a5-edad-4dba-b6fb-19c67a53a7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6153 | 2025.04.28 18:13:56.730497 [ 263 ] {b653e1a5-edad-4dba-b6fb-19c67a53a7f0} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6154 | 2025.04.28 18:13:56.730536 [ 263 ] {b653e1a5-edad-4dba-b6fb-19c67a53a7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6155 | 2025.04.28 18:13:56.731118 [ 263 ] {b653e1a5-edad-4dba-b6fb-19c67a53a7f0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6156 | 2025.04.28 18:13:56.731377 [ 263 ] {b653e1a5-edad-4dba-b6fb-19c67a53a7f0} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6157 | 2025.04.28 18:13:56.731609 [ 263 ] {b653e1a5-edad-4dba-b6fb-19c67a53a7f0} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002191 sec., 1825.6503879507077 rows/sec., 3.27 MiB/sec. | ||
| 6158 | 2025.04.28 18:13:56.731708 [ 263 ] {b653e1a5-edad-4dba-b6fb-19c67a53a7f0} <Debug> TCPHandler: Processed in 0.002421877 sec. | ||
| 6159 | 2025.04.28 18:13:56.731835 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6160 | 2025.04.28 18:13:56.731946 [ 263 ] {ffff5d5b-653d-408f-a035-f3e5c3c006e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6161 | 2025.04.28 18:13:56.731993 [ 263 ] {ffff5d5b-653d-408f-a035-f3e5c3c006e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6162 | 2025.04.28 18:13:56.732426 [ 263 ] {ffff5d5b-653d-408f-a035-f3e5c3c006e9} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6163 | 2025.04.28 18:13:56.732465 [ 263 ] {ffff5d5b-653d-408f-a035-f3e5c3c006e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6164 | 2025.04.28 18:13:56.732832 [ 263 ] {ffff5d5b-653d-408f-a035-f3e5c3c006e9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6165 | 2025.04.28 18:13:56.733063 [ 263 ] {ffff5d5b-653d-408f-a035-f3e5c3c006e9} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6166 | 2025.04.28 18:13:56.733260 [ 263 ] {ffff5d5b-653d-408f-a035-f3e5c3c006e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec. | ||
| 6167 | 2025.04.28 18:13:56.733309 [ 263 ] {ffff5d5b-653d-408f-a035-f3e5c3c006e9} <Debug> TCPHandler: Processed in 0.001527803 sec. | ||
| 6168 | 2025.04.28 18:14:00.360898 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6169 | 2025.04.28 18:14:00.360968 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6170 | 2025.04.28 18:14:00.477339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6171 | 2025.04.28 18:14:00.478041 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6172 | 2025.04.28 18:14:00.478083 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6173 | 2025.04.28 18:14:00.478618 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6174 | 2025.04.28 18:14:00.478871 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6175 | 2025.04.28 18:14:00.479054 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6176 | 2025.04.28 18:14:01.389357 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 | ||
| 6177 | 2025.04.28 18:14:01.409694 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6178 | 2025.04.28 18:14:01.409738 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6179 | 2025.04.28 18:14:01.416720 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6180 | 2025.04.28 18:14:01.417494 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6181 | 2025.04.28 18:14:01.419982 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 226 | ||
| 6182 | 2025.04.28 18:14:01.729444 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6183 | 2025.04.28 18:14:01.729635 [ 263 ] {7ccbf9c5-2927-4114-a1e3-bf811cda8637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6184 | 2025.04.28 18:14:01.729708 [ 263 ] {7ccbf9c5-2927-4114-a1e3-bf811cda8637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6185 | 2025.04.28 18:14:01.730844 [ 263 ] {7ccbf9c5-2927-4114-a1e3-bf811cda8637} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6186 | 2025.04.28 18:14:01.730898 [ 263 ] {7ccbf9c5-2927-4114-a1e3-bf811cda8637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6187 | 2025.04.28 18:14:01.731328 [ 263 ] {7ccbf9c5-2927-4114-a1e3-bf811cda8637} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6188 | 2025.04.28 18:14:01.731581 [ 263 ] {7ccbf9c5-2927-4114-a1e3-bf811cda8637} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6189 | 2025.04.28 18:14:01.731758 [ 151 ] {} <Debug> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6190 | 2025.04.28 18:14:01.731830 [ 263 ] {7ccbf9c5-2927-4114-a1e3-bf811cda8637} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002241 sec., 94600.62472110665 rows/sec., 6.02 MiB/sec. | ||
| 6191 | 2025.04.28 18:14:01.731847 [ 151 ] {} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6192 | 2025.04.28 18:14:01.731914 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6193 | 2025.04.28 18:14:01.731968 [ 263 ] {7ccbf9c5-2927-4114-a1e3-bf811cda8637} <Debug> TCPHandler: Processed in 0.002648731 sec. | ||
| 6194 | 2025.04.28 18:14:01.732163 [ 199 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 6195 | 2025.04.28 18:14:01.732188 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6196 | 2025.04.28 18:14:01.732417 [ 263 ] {99c03d8a-2e01-49ff-8601-6e67a8cc76be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6197 | 2025.04.28 18:14:01.732435 [ 199 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6198 | 2025.04.28 18:14:01.732503 [ 199 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 6199 | 2025.04.28 18:14:01.732518 [ 263 ] {99c03d8a-2e01-49ff-8601-6e67a8cc76be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6200 | 2025.04.28 18:14:01.732763 [ 199 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 6201 | 2025.04.28 18:14:01.733183 [ 199 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 6202 | 2025.04.28 18:14:01.733715 [ 199 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 6203 | 2025.04.28 18:14:01.734081 [ 199 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 6204 | 2025.04.28 18:14:01.735644 [ 263 ] {99c03d8a-2e01-49ff-8601-6e67a8cc76be} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6205 | 2025.04.28 18:14:01.735727 [ 263 ] {99c03d8a-2e01-49ff-8601-6e67a8cc76be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6206 | 2025.04.28 18:14:01.736516 [ 199 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004503189 sec., 235388.74339939983 rows/sec., 15.87 MiB/sec. | ||
| 6207 | 2025.04.28 18:14:01.736700 [ 199 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6208 | 2025.04.28 18:14:01.736709 [ 263 ] {99c03d8a-2e01-49ff-8601-6e67a8cc76be} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6209 | 2025.04.28 18:14:01.737195 [ 263 ] {99c03d8a-2e01-49ff-8601-6e67a8cc76be} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6210 | 2025.04.28 18:14:01.737254 [ 199 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_17_4} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6211 | 2025.04.28 18:14:01.737454 [ 199 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_17_4} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6212 | 2025.04.28 18:14:01.737728 [ 263 ] {99c03d8a-2e01-49ff-8601-6e67a8cc76be} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.005372 sec., 127885.33134772896 rows/sec., 10.19 MiB/sec. | ||
| 6213 | 2025.04.28 18:14:01.737748 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 6214 | 2025.04.28 18:14:01.737991 [ 263 ] {99c03d8a-2e01-49ff-8601-6e67a8cc76be} <Debug> TCPHandler: Processed in 0.005859969 sec. | ||
| 6215 | 2025.04.28 18:14:01.738249 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6216 | 2025.04.28 18:14:01.738362 [ 263 ] {7895c84d-3704-4060-9d1b-05b36d6b4d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6217 | 2025.04.28 18:14:01.738410 [ 263 ] {7895c84d-3704-4060-9d1b-05b36d6b4d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6218 | 2025.04.28 18:14:01.739033 [ 263 ] {7895c84d-3704-4060-9d1b-05b36d6b4d48} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6219 | 2025.04.28 18:14:01.739073 [ 263 ] {7895c84d-3704-4060-9d1b-05b36d6b4d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6220 | 2025.04.28 18:14:01.739426 [ 263 ] {7895c84d-3704-4060-9d1b-05b36d6b4d48} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6221 | 2025.04.28 18:14:01.739663 [ 263 ] {7895c84d-3704-4060-9d1b-05b36d6b4d48} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6222 | 2025.04.28 18:14:01.739867 [ 263 ] {7895c84d-3704-4060-9d1b-05b36d6b4d48} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.00153 sec., 92156.86274509804 rows/sec., 5.76 MiB/sec. | ||
| 6223 | 2025.04.28 18:14:01.739919 [ 263 ] {7895c84d-3704-4060-9d1b-05b36d6b4d48} <Debug> TCPHandler: Processed in 0.001761416 sec. | ||
| 6224 | 2025.04.28 18:14:01.740035 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6225 | 2025.04.28 18:14:01.740134 [ 263 ] {15143cea-e681-4003-b85d-9f7580a6544a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6226 | 2025.04.28 18:14:01.740177 [ 263 ] {15143cea-e681-4003-b85d-9f7580a6544a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6227 | 2025.04.28 18:14:01.740732 [ 263 ] {15143cea-e681-4003-b85d-9f7580a6544a} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6228 | 2025.04.28 18:14:01.740769 [ 263 ] {15143cea-e681-4003-b85d-9f7580a6544a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6229 | 2025.04.28 18:14:01.741100 [ 263 ] {15143cea-e681-4003-b85d-9f7580a6544a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6230 | 2025.04.28 18:14:01.741327 [ 263 ] {15143cea-e681-4003-b85d-9f7580a6544a} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6231 | 2025.04.28 18:14:01.741595 [ 263 ] {15143cea-e681-4003-b85d-9f7580a6544a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001478 sec., 76454.66847090663 rows/sec., 4.95 MiB/sec. | ||
| 6232 | 2025.04.28 18:14:01.741812 [ 263 ] {15143cea-e681-4003-b85d-9f7580a6544a} <Debug> TCPHandler: Processed in 0.001820188 sec. | ||
| 6233 | 2025.04.28 18:14:01.741965 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6234 | 2025.04.28 18:14:01.742067 [ 263 ] {4a2e46c6-a2cb-4599-8ded-0428160ab673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6235 | 2025.04.28 18:14:01.742111 [ 263 ] {4a2e46c6-a2cb-4599-8ded-0428160ab673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6236 | 2025.04.28 18:14:01.742704 [ 263 ] {4a2e46c6-a2cb-4599-8ded-0428160ab673} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6237 | 2025.04.28 18:14:01.742742 [ 263 ] {4a2e46c6-a2cb-4599-8ded-0428160ab673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6238 | 2025.04.28 18:14:01.743074 [ 263 ] {4a2e46c6-a2cb-4599-8ded-0428160ab673} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6239 | 2025.04.28 18:14:01.743311 [ 263 ] {4a2e46c6-a2cb-4599-8ded-0428160ab673} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6240 | 2025.04.28 18:14:01.743474 [ 116 ] {} <Debug> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6241 | 2025.04.28 18:14:01.743516 [ 263 ] {4a2e46c6-a2cb-4599-8ded-0428160ab673} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001469 sec., 76242.3417290674 rows/sec., 4.34 MiB/sec. | ||
| 6242 | 2025.04.28 18:14:01.743518 [ 116 ] {} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6243 | 2025.04.28 18:14:01.743573 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6244 | 2025.04.28 18:14:01.743588 [ 263 ] {4a2e46c6-a2cb-4599-8ded-0428160ab673} <Debug> TCPHandler: Processed in 0.001670115 sec. | ||
| 6245 | 2025.04.28 18:14:01.743848 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6246 | 2025.04.28 18:14:01.743915 [ 199 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 6247 | 2025.04.28 18:14:01.744167 [ 263 ] {4882e0c1-c37e-420c-8e04-efb61c0799b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6248 | 2025.04.28 18:14:01.744299 [ 263 ] {4882e0c1-c37e-420c-8e04-efb61c0799b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6249 | 2025.04.28 18:14:01.744315 [ 199 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6250 | 2025.04.28 18:14:01.744410 [ 199 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 6251 | 2025.04.28 18:14:01.744683 [ 199 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 6252 | 2025.04.28 18:14:01.745039 [ 199 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 6253 | 2025.04.28 18:14:01.745416 [ 199 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 6254 | 2025.04.28 18:14:01.745844 [ 199 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 6255 | 2025.04.28 18:14:01.747376 [ 263 ] {4882e0c1-c37e-420c-8e04-efb61c0799b1} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6256 | 2025.04.28 18:14:01.747448 [ 263 ] {4882e0c1-c37e-420c-8e04-efb61c0799b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6257 | 2025.04.28 18:14:01.748300 [ 191 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00462061 sec., 121196.11912712824 rows/sec., 7.37 MiB/sec. | ||
| 6258 | 2025.04.28 18:14:01.748425 [ 263 ] {4882e0c1-c37e-420c-8e04-efb61c0799b1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6259 | 2025.04.28 18:14:01.748491 [ 200 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6260 | 2025.04.28 18:14:01.748745 [ 263 ] {4882e0c1-c37e-420c-8e04-efb61c0799b1} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6261 | 2025.04.28 18:14:01.748946 [ 200 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_17_4} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6262 | 2025.04.28 18:14:01.749069 [ 263 ] {4882e0c1-c37e-420c-8e04-efb61c0799b1} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.005012 sec., 83200.31923383879 rows/sec., 5.92 MiB/sec. | ||
| 6263 | 2025.04.28 18:14:01.749291 [ 200 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_17_4} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6264 | 2025.04.28 18:14:01.749301 [ 263 ] {4882e0c1-c37e-420c-8e04-efb61c0799b1} <Debug> TCPHandler: Processed in 0.005553844 sec. | ||
| 6265 | 2025.04.28 18:14:01.749596 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6266 | 2025.04.28 18:14:01.749682 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6267 | 2025.04.28 18:14:01.749831 [ 263 ] {bc00cfe1-0ffb-432d-ad27-1e5eedb16835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6268 | 2025.04.28 18:14:01.749875 [ 263 ] {bc00cfe1-0ffb-432d-ad27-1e5eedb16835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6269 | 2025.04.28 18:14:01.750298 [ 263 ] {bc00cfe1-0ffb-432d-ad27-1e5eedb16835} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6270 | 2025.04.28 18:14:01.750332 [ 263 ] {bc00cfe1-0ffb-432d-ad27-1e5eedb16835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6271 | 2025.04.28 18:14:01.750744 [ 263 ] {bc00cfe1-0ffb-432d-ad27-1e5eedb16835} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6272 | 2025.04.28 18:14:01.750982 [ 263 ] {bc00cfe1-0ffb-432d-ad27-1e5eedb16835} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6273 | 2025.04.28 18:14:01.751151 [ 263 ] {bc00cfe1-0ffb-432d-ad27-1e5eedb16835} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 237.66 KiB/sec. | ||
| 6274 | 2025.04.28 18:14:01.751196 [ 263 ] {bc00cfe1-0ffb-432d-ad27-1e5eedb16835} <Debug> TCPHandler: Processed in 0.001639925 sec. | ||
| 6275 | 2025.04.28 18:14:01.751323 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6276 | 2025.04.28 18:14:01.751454 [ 263 ] {299bb584-ba7c-4350-9b23-110a526260f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6277 | 2025.04.28 18:14:01.751512 [ 263 ] {299bb584-ba7c-4350-9b23-110a526260f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6278 | 2025.04.28 18:14:01.752133 [ 263 ] {299bb584-ba7c-4350-9b23-110a526260f3} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6279 | 2025.04.28 18:14:01.752177 [ 263 ] {299bb584-ba7c-4350-9b23-110a526260f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6280 | 2025.04.28 18:14:01.752579 [ 263 ] {299bb584-ba7c-4350-9b23-110a526260f3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6281 | 2025.04.28 18:14:01.752821 [ 263 ] {299bb584-ba7c-4350-9b23-110a526260f3} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6282 | 2025.04.28 18:14:01.752985 [ 263 ] {299bb584-ba7c-4350-9b23-110a526260f3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00156 sec., 151923.07692307694 rows/sec., 10.18 MiB/sec. | ||
| 6283 | 2025.04.28 18:14:01.753033 [ 263 ] {299bb584-ba7c-4350-9b23-110a526260f3} <Debug> TCPHandler: Processed in 0.001770307 sec. | ||
| 6284 | 2025.04.28 18:14:01.753147 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6285 | 2025.04.28 18:14:01.753248 [ 263 ] {5dad9078-1798-49b0-8cb9-223c7cb640cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6286 | 2025.04.28 18:14:01.753294 [ 263 ] {5dad9078-1798-49b0-8cb9-223c7cb640cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6287 | 2025.04.28 18:14:01.753700 [ 263 ] {5dad9078-1798-49b0-8cb9-223c7cb640cc} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6288 | 2025.04.28 18:14:01.753735 [ 263 ] {5dad9078-1798-49b0-8cb9-223c7cb640cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6289 | 2025.04.28 18:14:01.754068 [ 263 ] {5dad9078-1798-49b0-8cb9-223c7cb640cc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6290 | 2025.04.28 18:14:01.754308 [ 263 ] {5dad9078-1798-49b0-8cb9-223c7cb640cc} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6291 | 2025.04.28 18:14:01.754521 [ 263 ] {5dad9078-1798-49b0-8cb9-223c7cb640cc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001294 sec., 772.7975270479135 rows/sec., 52.07 KiB/sec. | ||
| 6292 | 2025.04.28 18:14:01.754723 [ 263 ] {5dad9078-1798-49b0-8cb9-223c7cb640cc} <Debug> TCPHandler: Processed in 0.001620575 sec. | ||
| 6293 | 2025.04.28 18:14:01.754879 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6294 | 2025.04.28 18:14:01.754978 [ 263 ] {12f3ad6d-cc2b-4d94-8cf7-7165fada43f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6295 | 2025.04.28 18:14:01.755049 [ 263 ] {12f3ad6d-cc2b-4d94-8cf7-7165fada43f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6296 | 2025.04.28 18:14:01.756165 [ 263 ] {12f3ad6d-cc2b-4d94-8cf7-7165fada43f0} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6297 | 2025.04.28 18:14:01.756201 [ 263 ] {12f3ad6d-cc2b-4d94-8cf7-7165fada43f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6298 | 2025.04.28 18:14:01.756820 [ 263 ] {12f3ad6d-cc2b-4d94-8cf7-7165fada43f0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6299 | 2025.04.28 18:14:01.757074 [ 263 ] {12f3ad6d-cc2b-4d94-8cf7-7165fada43f0} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6300 | 2025.04.28 18:14:01.757317 [ 263 ] {12f3ad6d-cc2b-4d94-8cf7-7165fada43f0} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00236 sec., 14830.50847457627 rows/sec., 26.58 MiB/sec. | ||
| 6301 | 2025.04.28 18:14:01.757895 [ 263 ] {12f3ad6d-cc2b-4d94-8cf7-7165fada43f0} <Debug> TCPHandler: Processed in 0.003058897 sec. | ||
| 6302 | 2025.04.28 18:14:01.758085 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6303 | 2025.04.28 18:14:01.758186 [ 263 ] {cc74431d-255f-47ed-9041-1a1e3be93e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6304 | 2025.04.28 18:14:01.758231 [ 263 ] {cc74431d-255f-47ed-9041-1a1e3be93e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6305 | 2025.04.28 18:14:01.758691 [ 263 ] {cc74431d-255f-47ed-9041-1a1e3be93e33} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6306 | 2025.04.28 18:14:01.758727 [ 263 ] {cc74431d-255f-47ed-9041-1a1e3be93e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6307 | 2025.04.28 18:14:01.759073 [ 263 ] {cc74431d-255f-47ed-9041-1a1e3be93e33} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6308 | 2025.04.28 18:14:01.759309 [ 263 ] {cc74431d-255f-47ed-9041-1a1e3be93e33} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6309 | 2025.04.28 18:14:01.759471 [ 263 ] {cc74431d-255f-47ed-9041-1a1e3be93e33} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001309 sec., 62643.239113827345 rows/sec., 3.98 MiB/sec. | ||
| 6310 | 2025.04.28 18:14:01.759517 [ 263 ] {cc74431d-255f-47ed-9041-1a1e3be93e33} <Debug> TCPHandler: Processed in 0.001480243 sec. | ||
| 6311 | 2025.04.28 18:14:02.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.85 MiB, peak 207.41 MiB, free memory in arenas 0.00 B, will set to 198.59 MiB (RSS), difference: -1.26 MiB | ||
| 6312 | 2025.04.28 18:14:05.543980 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 888 | ||
| 6313 | 2025.04.28 18:14:05.547013 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6314 | 2025.04.28 18:14:05.547061 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6315 | 2025.04.28 18:14:05.548506 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6316 | 2025.04.28 18:14:05.548832 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6317 | 2025.04.28 18:14:05.549982 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 888 | ||
| 6318 | 2025.04.28 18:14:06.722849 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6319 | 2025.04.28 18:14:06.723033 [ 263 ] {27e66292-ff29-4b98-969d-1188e37afcca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6320 | 2025.04.28 18:14:06.723103 [ 263 ] {27e66292-ff29-4b98-969d-1188e37afcca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6321 | 2025.04.28 18:14:06.723852 [ 263 ] {27e66292-ff29-4b98-969d-1188e37afcca} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6322 | 2025.04.28 18:14:06.723905 [ 263 ] {27e66292-ff29-4b98-969d-1188e37afcca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6323 | 2025.04.28 18:14:06.724332 [ 263 ] {27e66292-ff29-4b98-969d-1188e37afcca} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6324 | 2025.04.28 18:14:06.724583 [ 263 ] {27e66292-ff29-4b98-969d-1188e37afcca} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6325 | 2025.04.28 18:14:06.724810 [ 263 ] {27e66292-ff29-4b98-969d-1188e37afcca} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001826 sec., 35049.28806133626 rows/sec., 2.77 MiB/sec. | ||
| 6326 | 2025.04.28 18:14:06.724864 [ 263 ] {27e66292-ff29-4b98-969d-1188e37afcca} <Debug> TCPHandler: Processed in 0.002141472 sec. | ||
| 6327 | 2025.04.28 18:14:06.724998 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6328 | 2025.04.28 18:14:06.725132 [ 263 ] {5ff32d1d-06aa-4c92-b368-535fb3d9024b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6329 | 2025.04.28 18:14:06.725191 [ 263 ] {5ff32d1d-06aa-4c92-b368-535fb3d9024b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6330 | 2025.04.28 18:14:06.725739 [ 263 ] {5ff32d1d-06aa-4c92-b368-535fb3d9024b} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6331 | 2025.04.28 18:14:06.725780 [ 263 ] {5ff32d1d-06aa-4c92-b368-535fb3d9024b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6332 | 2025.04.28 18:14:06.726137 [ 263 ] {5ff32d1d-06aa-4c92-b368-535fb3d9024b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6333 | 2025.04.28 18:14:06.726377 [ 263 ] {5ff32d1d-06aa-4c92-b368-535fb3d9024b} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6334 | 2025.04.28 18:14:06.726635 [ 263 ] {5ff32d1d-06aa-4c92-b368-535fb3d9024b} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001514 sec., 2642.007926023778 rows/sec., 198.67 KiB/sec. | ||
| 6335 | 2025.04.28 18:14:06.726735 [ 263 ] {5ff32d1d-06aa-4c92-b368-535fb3d9024b} <Debug> TCPHandler: Processed in 0.001787027 sec. | ||
| 6336 | 2025.04.28 18:14:06.726975 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6337 | 2025.04.28 18:14:06.727081 [ 263 ] {d3474e55-d273-49c0-9af2-f7ea52e1594e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6338 | 2025.04.28 18:14:06.727128 [ 263 ] {d3474e55-d273-49c0-9af2-f7ea52e1594e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6339 | 2025.04.28 18:14:06.727678 [ 263 ] {d3474e55-d273-49c0-9af2-f7ea52e1594e} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6340 | 2025.04.28 18:14:06.727717 [ 263 ] {d3474e55-d273-49c0-9af2-f7ea52e1594e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6341 | 2025.04.28 18:14:06.728067 [ 263 ] {d3474e55-d273-49c0-9af2-f7ea52e1594e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6342 | 2025.04.28 18:14:06.728303 [ 263 ] {d3474e55-d273-49c0-9af2-f7ea52e1594e} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6343 | 2025.04.28 18:14:06.728493 [ 263 ] {d3474e55-d273-49c0-9af2-f7ea52e1594e} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001436 sec., 47353.76044568245 rows/sec., 3.70 MiB/sec. | ||
| 6344 | 2025.04.28 18:14:06.728545 [ 263 ] {d3474e55-d273-49c0-9af2-f7ea52e1594e} <Debug> TCPHandler: Processed in 0.001654465 sec. | ||
| 6345 | 2025.04.28 18:14:06.728669 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6346 | 2025.04.28 18:14:06.728773 [ 263 ] {1d0aa7b3-c404-42cf-b224-027d387b1347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6347 | 2025.04.28 18:14:06.728822 [ 263 ] {1d0aa7b3-c404-42cf-b224-027d387b1347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6348 | 2025.04.28 18:14:06.729313 [ 263 ] {1d0aa7b3-c404-42cf-b224-027d387b1347} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6349 | 2025.04.28 18:14:06.729352 [ 263 ] {1d0aa7b3-c404-42cf-b224-027d387b1347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6350 | 2025.04.28 18:14:06.729726 [ 263 ] {1d0aa7b3-c404-42cf-b224-027d387b1347} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6351 | 2025.04.28 18:14:06.729971 [ 263 ] {1d0aa7b3-c404-42cf-b224-027d387b1347} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6352 | 2025.04.28 18:14:06.730184 [ 263 ] {1d0aa7b3-c404-42cf-b224-027d387b1347} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001423 sec., 112438.51018973999 rows/sec., 7.83 MiB/sec. | ||
| 6353 | 2025.04.28 18:14:06.730284 [ 263 ] {1d0aa7b3-c404-42cf-b224-027d387b1347} <Debug> TCPHandler: Processed in 0.001664726 sec. | ||
| 6354 | 2025.04.28 18:14:06.730523 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6355 | 2025.04.28 18:14:06.730680 [ 263 ] {a43050b3-b152-44fe-a06a-3b73e4ff38c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6356 | 2025.04.28 18:14:06.730770 [ 263 ] {a43050b3-b152-44fe-a06a-3b73e4ff38c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6357 | 2025.04.28 18:14:06.731764 [ 263 ] {a43050b3-b152-44fe-a06a-3b73e4ff38c1} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6358 | 2025.04.28 18:14:06.731802 [ 263 ] {a43050b3-b152-44fe-a06a-3b73e4ff38c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6359 | 2025.04.28 18:14:06.732360 [ 263 ] {a43050b3-b152-44fe-a06a-3b73e4ff38c1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6360 | 2025.04.28 18:14:06.732685 [ 263 ] {a43050b3-b152-44fe-a06a-3b73e4ff38c1} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6361 | 2025.04.28 18:14:06.732982 [ 263 ] {a43050b3-b152-44fe-a06a-3b73e4ff38c1} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002321 sec., 1723.3950883239982 rows/sec., 3.09 MiB/sec. | ||
| 6362 | 2025.04.28 18:14:06.733531 [ 263 ] {a43050b3-b152-44fe-a06a-3b73e4ff38c1} <Debug> TCPHandler: Processed in 0.003104437 sec. | ||
| 6363 | 2025.04.28 18:14:06.733688 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6364 | 2025.04.28 18:14:06.733790 [ 263 ] {4079bf18-ae17-471e-8e8c-b7dd92bfec53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6365 | 2025.04.28 18:14:06.733838 [ 263 ] {4079bf18-ae17-471e-8e8c-b7dd92bfec53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6366 | 2025.04.28 18:14:06.734273 [ 263 ] {4079bf18-ae17-471e-8e8c-b7dd92bfec53} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6367 | 2025.04.28 18:14:06.734312 [ 263 ] {4079bf18-ae17-471e-8e8c-b7dd92bfec53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6368 | 2025.04.28 18:14:06.734664 [ 263 ] {4079bf18-ae17-471e-8e8c-b7dd92bfec53} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6369 | 2025.04.28 18:14:06.734903 [ 263 ] {4079bf18-ae17-471e-8e8c-b7dd92bfec53} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6370 | 2025.04.28 18:14:06.735101 [ 263 ] {4079bf18-ae17-471e-8e8c-b7dd92bfec53} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec. | ||
| 6371 | 2025.04.28 18:14:06.735149 [ 263 ] {4079bf18-ae17-471e-8e8c-b7dd92bfec53} <Debug> TCPHandler: Processed in 0.001510663 sec. | ||
| 6372 | 2025.04.28 18:14:07.979300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6373 | 2025.04.28 18:14:07.979942 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6374 | 2025.04.28 18:14:07.979989 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6375 | 2025.04.28 18:14:07.980497 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6376 | 2025.04.28 18:14:07.980774 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6377 | 2025.04.28 18:14:07.980971 [ 147 ] {} <Debug> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6378 | 2025.04.28 18:14:07.981037 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6379 | 2025.04.28 18:14:07.981063 [ 147 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6380 | 2025.04.28 18:14:07.981094 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6381 | 2025.04.28 18:14:07.981380 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 6382 | 2025.04.28 18:14:07.981589 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6383 | 2025.04.28 18:14:07.981632 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 6384 | 2025.04.28 18:14:07.981717 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 6385 | 2025.04.28 18:14:07.981921 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 6386 | 2025.04.28 18:14:07.982049 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 6387 | 2025.04.28 18:14:07.982180 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 6388 | 2025.04.28 18:14:07.982294 [ 197 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 6389 | 2025.04.28 18:14:07.984684 [ 191 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003504213 sec., 4055974.9079179834 rows/sec., 58.02 MiB/sec. | ||
| 6390 | 2025.04.28 18:14:07.985191 [ 194 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6391 | 2025.04.28 18:14:07.985612 [ 194 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_31_6} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6392 | 2025.04.28 18:14:07.985714 [ 194 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_31_6} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6393 | 2025.04.28 18:14:07.985837 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6394 | 2025.04.28 18:14:08.920146 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 | ||
| 6395 | 2025.04.28 18:14:08.941709 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6396 | 2025.04.28 18:14:08.941764 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6397 | 2025.04.28 18:14:08.949438 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6398 | 2025.04.28 18:14:08.950227 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6399 | 2025.04.28 18:14:08.950619 [ 146 ] {} <Debug> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6400 | 2025.04.28 18:14:08.950806 [ 146 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6401 | 2025.04.28 18:14:08.950914 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6402 | 2025.04.28 18:14:08.951876 [ 189 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 6403 | 2025.04.28 18:14:08.966842 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6404 | 2025.04.28 18:14:08.968747 [ 189 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6405 | 2025.04.28 18:14:08.970414 [ 189 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 6406 | 2025.04.28 18:14:08.975935 [ 189 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 6407 | 2025.04.28 18:14:08.981346 [ 189 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 6408 | 2025.04.28 18:14:08.986728 [ 189 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 6409 | 2025.04.28 18:14:08.992622 [ 189 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part | ||
| 6410 | 2025.04.28 18:14:08.996976 [ 189 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part | ||
| 6411 | 2025.04.28 18:14:09.000206 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.64 MiB, peak 207.41 MiB, free memory in arenas 0.00 B, will set to 199.57 MiB (RSS), difference: -4.07 MiB | ||
| 6412 | 2025.04.28 18:14:09.055938 [ 189 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.104786125 sec., 2233.12008149934 rows/sec., 11.55 MiB/sec. | ||
| 6413 | 2025.04.28 18:14:09.057694 [ 189 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6414 | 2025.04.28 18:14:09.060017 [ 189 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_31_6} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6415 | 2025.04.28 18:14:09.060126 [ 189 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_31_6} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6416 | 2025.04.28 18:14:09.061523 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 6417 | 2025.04.28 18:14:10.000189 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.11 MiB, peak 207.41 MiB, free memory in arenas 0.00 B, will set to 202.07 MiB (RSS), difference: 5.96 MiB | ||
| 6418 | 2025.04.28 18:14:11.729174 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6419 | 2025.04.28 18:14:11.729405 [ 263 ] {b89b3556-c5c6-47dc-8d35-8de690e74393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6420 | 2025.04.28 18:14:11.729489 [ 263 ] {b89b3556-c5c6-47dc-8d35-8de690e74393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6421 | 2025.04.28 18:14:11.730359 [ 263 ] {b89b3556-c5c6-47dc-8d35-8de690e74393} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6422 | 2025.04.28 18:14:11.730416 [ 263 ] {b89b3556-c5c6-47dc-8d35-8de690e74393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6423 | 2025.04.28 18:14:11.730871 [ 263 ] {b89b3556-c5c6-47dc-8d35-8de690e74393} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6424 | 2025.04.28 18:14:11.731131 [ 263 ] {b89b3556-c5c6-47dc-8d35-8de690e74393} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6425 | 2025.04.28 18:14:11.731379 [ 263 ] {b89b3556-c5c6-47dc-8d35-8de690e74393} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00203 sec., 104433.49753694581 rows/sec., 6.64 MiB/sec. | ||
| 6426 | 2025.04.28 18:14:11.731447 [ 263 ] {b89b3556-c5c6-47dc-8d35-8de690e74393} <Debug> TCPHandler: Processed in 0.002414757 sec. | ||
| 6427 | 2025.04.28 18:14:11.731584 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6428 | 2025.04.28 18:14:11.731711 [ 263 ] {d159597e-aacc-46c7-89eb-a2e51dca7ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6429 | 2025.04.28 18:14:11.731761 [ 263 ] {d159597e-aacc-46c7-89eb-a2e51dca7ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6430 | 2025.04.28 18:14:11.732628 [ 263 ] {d159597e-aacc-46c7-89eb-a2e51dca7ba5} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6431 | 2025.04.28 18:14:11.732672 [ 263 ] {d159597e-aacc-46c7-89eb-a2e51dca7ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6432 | 2025.04.28 18:14:11.733070 [ 263 ] {d159597e-aacc-46c7-89eb-a2e51dca7ba5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6433 | 2025.04.28 18:14:11.733313 [ 263 ] {d159597e-aacc-46c7-89eb-a2e51dca7ba5} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6434 | 2025.04.28 18:14:11.733522 [ 263 ] {d159597e-aacc-46c7-89eb-a2e51dca7ba5} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.001829 sec., 375615.0902132313 rows/sec., 29.92 MiB/sec. | ||
| 6435 | 2025.04.28 18:14:11.733644 [ 263 ] {d159597e-aacc-46c7-89eb-a2e51dca7ba5} <Debug> TCPHandler: Processed in 0.002112772 sec. | ||
| 6436 | 2025.04.28 18:14:11.733832 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6437 | 2025.04.28 18:14:11.734053 [ 263 ] {3f25c51d-b495-4f2e-9e37-795de7ac577d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6438 | 2025.04.28 18:14:11.734104 [ 263 ] {3f25c51d-b495-4f2e-9e37-795de7ac577d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6439 | 2025.04.28 18:14:11.734723 [ 263 ] {3f25c51d-b495-4f2e-9e37-795de7ac577d} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6440 | 2025.04.28 18:14:11.734765 [ 263 ] {3f25c51d-b495-4f2e-9e37-795de7ac577d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6441 | 2025.04.28 18:14:11.735113 [ 263 ] {3f25c51d-b495-4f2e-9e37-795de7ac577d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6442 | 2025.04.28 18:14:11.735353 [ 263 ] {3f25c51d-b495-4f2e-9e37-795de7ac577d} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6443 | 2025.04.28 18:14:11.735524 [ 141 ] {} <Debug> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6444 | 2025.04.28 18:14:11.735576 [ 263 ] {3f25c51d-b495-4f2e-9e37-795de7ac577d} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001573 sec., 89637.63509218054 rows/sec., 5.60 MiB/sec. | ||
| 6445 | 2025.04.28 18:14:11.735622 [ 141 ] {} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6446 | 2025.04.28 18:14:11.735692 [ 263 ] {3f25c51d-b495-4f2e-9e37-795de7ac577d} <Debug> TCPHandler: Processed in 0.00196931 sec. | ||
| 6447 | 2025.04.28 18:14:11.735699 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6448 | 2025.04.28 18:14:11.735892 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6449 | 2025.04.28 18:14:11.735917 [ 203 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::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 | ||
| 6450 | 2025.04.28 18:14:11.736077 [ 263 ] {1072d915-0037-4f29-989a-b7cfd0b8bc35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6451 | 2025.04.28 18:14:11.736195 [ 263 ] {1072d915-0037-4f29-989a-b7cfd0b8bc35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6452 | 2025.04.28 18:14:11.736238 [ 203 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6453 | 2025.04.28 18:14:11.736349 [ 203 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 163 rows starting from the beginning of the part | ||
| 6454 | 2025.04.28 18:14:11.736693 [ 203 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 151 rows starting from the beginning of the part | ||
| 6455 | 2025.04.28 18:14:11.737181 [ 203 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
| 6456 | 2025.04.28 18:14:11.737554 [ 203 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 141 rows starting from the beginning of the part | ||
| 6457 | 2025.04.28 18:14:11.737902 [ 203 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
| 6458 | 2025.04.28 18:14:11.738300 [ 203 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 141 rows starting from the beginning of the part | ||
| 6459 | 2025.04.28 18:14:11.739063 [ 263 ] {1072d915-0037-4f29-989a-b7cfd0b8bc35} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6460 | 2025.04.28 18:14:11.739128 [ 263 ] {1072d915-0037-4f29-989a-b7cfd0b8bc35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6461 | 2025.04.28 18:14:11.740137 [ 263 ] {1072d915-0037-4f29-989a-b7cfd0b8bc35} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6462 | 2025.04.28 18:14:11.740694 [ 263 ] {1072d915-0037-4f29-989a-b7cfd0b8bc35} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6463 | 2025.04.28 18:14:11.741223 [ 263 ] {1072d915-0037-4f29-989a-b7cfd0b8bc35} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005218 sec., 21655.806822537368 rows/sec., 1.40 MiB/sec. | ||
| 6464 | 2025.04.28 18:14:11.741314 [ 203 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 5 columns (5 merged, 0 gathered) in 0.005514134 sec., 109536.69243438769 rows/sec., 7.31 MiB/sec. | ||
| 6465 | 2025.04.28 18:14:11.741343 [ 263 ] {1072d915-0037-4f29-989a-b7cfd0b8bc35} <Debug> TCPHandler: Processed in 0.005588655 sec. | ||
| 6466 | 2025.04.28 18:14:11.741503 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6467 | 2025.04.28 18:14:11.741515 [ 203 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6468 | 2025.04.28 18:14:11.741718 [ 263 ] {e8cfb7e9-ba37-4b71-92f1-76277fd71a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6469 | 2025.04.28 18:14:11.741798 [ 263 ] {e8cfb7e9-ba37-4b71-92f1-76277fd71a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6470 | 2025.04.28 18:14:11.742052 [ 203 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_36_7} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6471 | 2025.04.28 18:14:11.742300 [ 203 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_36_7} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6472 | 2025.04.28 18:14:11.742498 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6473 | 2025.04.28 18:14:11.742857 [ 263 ] {e8cfb7e9-ba37-4b71-92f1-76277fd71a62} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6474 | 2025.04.28 18:14:11.742902 [ 263 ] {e8cfb7e9-ba37-4b71-92f1-76277fd71a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6475 | 2025.04.28 18:14:11.743251 [ 263 ] {e8cfb7e9-ba37-4b71-92f1-76277fd71a62} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6476 | 2025.04.28 18:14:11.743500 [ 263 ] {e8cfb7e9-ba37-4b71-92f1-76277fd71a62} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6477 | 2025.04.28 18:14:11.743757 [ 263 ] {e8cfb7e9-ba37-4b71-92f1-76277fd71a62} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002067 sec., 54184.80890179004 rows/sec., 3.09 MiB/sec. | ||
| 6478 | 2025.04.28 18:14:11.743990 [ 263 ] {e8cfb7e9-ba37-4b71-92f1-76277fd71a62} <Debug> TCPHandler: Processed in 0.002500008 sec. | ||
| 6479 | 2025.04.28 18:14:11.744158 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6480 | 2025.04.28 18:14:11.744261 [ 263 ] {a734fbac-1539-49c4-91dc-1a6a9536bed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6481 | 2025.04.28 18:14:11.744306 [ 263 ] {a734fbac-1539-49c4-91dc-1a6a9536bed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6482 | 2025.04.28 18:14:11.745016 [ 263 ] {a734fbac-1539-49c4-91dc-1a6a9536bed8} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6483 | 2025.04.28 18:14:11.745055 [ 263 ] {a734fbac-1539-49c4-91dc-1a6a9536bed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6484 | 2025.04.28 18:14:11.745423 [ 263 ] {a734fbac-1539-49c4-91dc-1a6a9536bed8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6485 | 2025.04.28 18:14:11.745675 [ 263 ] {a734fbac-1539-49c4-91dc-1a6a9536bed8} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6486 | 2025.04.28 18:14:11.745904 [ 263 ] {a734fbac-1539-49c4-91dc-1a6a9536bed8} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.00166 sec., 251204.81927710844 rows/sec., 17.88 MiB/sec. | ||
| 6487 | 2025.04.28 18:14:11.746015 [ 263 ] {a734fbac-1539-49c4-91dc-1a6a9536bed8} <Debug> TCPHandler: Processed in 0.001919669 sec. | ||
| 6488 | 2025.04.28 18:14:11.746284 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6489 | 2025.04.28 18:14:11.746520 [ 263 ] {24854be2-6950-49bd-a526-7a311ddd0750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6490 | 2025.04.28 18:14:11.746569 [ 263 ] {24854be2-6950-49bd-a526-7a311ddd0750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6491 | 2025.04.28 18:14:11.747023 [ 263 ] {24854be2-6950-49bd-a526-7a311ddd0750} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6492 | 2025.04.28 18:14:11.747063 [ 263 ] {24854be2-6950-49bd-a526-7a311ddd0750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6493 | 2025.04.28 18:14:11.747421 [ 263 ] {24854be2-6950-49bd-a526-7a311ddd0750} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6494 | 2025.04.28 18:14:11.747666 [ 263 ] {24854be2-6950-49bd-a526-7a311ddd0750} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6495 | 2025.04.28 18:14:11.747877 [ 263 ] {24854be2-6950-49bd-a526-7a311ddd0750} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001412 sec., 4249.291784702549 rows/sec., 222.01 KiB/sec. | ||
| 6496 | 2025.04.28 18:14:11.747926 [ 263 ] {24854be2-6950-49bd-a526-7a311ddd0750} <Debug> TCPHandler: Processed in 0.001755306 sec. | ||
| 6497 | 2025.04.28 18:14:11.748040 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6498 | 2025.04.28 18:14:11.748154 [ 263 ] {a2b3c404-4caa-4ffd-8f4a-619281d8f137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6499 | 2025.04.28 18:14:11.748203 [ 263 ] {a2b3c404-4caa-4ffd-8f4a-619281d8f137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6500 | 2025.04.28 18:14:11.748730 [ 263 ] {a2b3c404-4caa-4ffd-8f4a-619281d8f137} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6501 | 2025.04.28 18:14:11.748769 [ 263 ] {a2b3c404-4caa-4ffd-8f4a-619281d8f137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6502 | 2025.04.28 18:14:11.749147 [ 263 ] {a2b3c404-4caa-4ffd-8f4a-619281d8f137} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6503 | 2025.04.28 18:14:11.749391 [ 263 ] {a2b3c404-4caa-4ffd-8f4a-619281d8f137} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6504 | 2025.04.28 18:14:11.749640 [ 263 ] {a2b3c404-4caa-4ffd-8f4a-619281d8f137} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001497 sec., 158316.63326653306 rows/sec., 10.61 MiB/sec. | ||
| 6505 | 2025.04.28 18:14:11.749715 [ 263 ] {a2b3c404-4caa-4ffd-8f4a-619281d8f137} <Debug> TCPHandler: Processed in 0.001721497 sec. | ||
| 6506 | 2025.04.28 18:14:11.749976 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6507 | 2025.04.28 18:14:11.750100 [ 263 ] {015e579a-6dd9-4782-8395-eaa7e933900a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6508 | 2025.04.28 18:14:11.750150 [ 263 ] {015e579a-6dd9-4782-8395-eaa7e933900a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6509 | 2025.04.28 18:14:11.750555 [ 263 ] {015e579a-6dd9-4782-8395-eaa7e933900a} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6510 | 2025.04.28 18:14:11.750594 [ 263 ] {015e579a-6dd9-4782-8395-eaa7e933900a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6511 | 2025.04.28 18:14:11.750939 [ 263 ] {015e579a-6dd9-4782-8395-eaa7e933900a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6512 | 2025.04.28 18:14:11.751179 [ 263 ] {015e579a-6dd9-4782-8395-eaa7e933900a} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6513 | 2025.04.28 18:14:11.751433 [ 263 ] {015e579a-6dd9-4782-8395-eaa7e933900a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001353 sec., 739.0983000739099 rows/sec., 49.80 KiB/sec. | ||
| 6514 | 2025.04.28 18:14:11.751636 [ 263 ] {015e579a-6dd9-4782-8395-eaa7e933900a} <Debug> TCPHandler: Processed in 0.001758007 sec. | ||
| 6515 | 2025.04.28 18:14:11.751768 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6516 | 2025.04.28 18:14:11.751883 [ 263 ] {f05290dc-aa96-4355-9efe-ba2239d818a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6517 | 2025.04.28 18:14:11.751953 [ 263 ] {f05290dc-aa96-4355-9efe-ba2239d818a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6518 | 2025.04.28 18:14:11.753072 [ 263 ] {f05290dc-aa96-4355-9efe-ba2239d818a8} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6519 | 2025.04.28 18:14:11.753111 [ 263 ] {f05290dc-aa96-4355-9efe-ba2239d818a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6520 | 2025.04.28 18:14:11.753736 [ 263 ] {f05290dc-aa96-4355-9efe-ba2239d818a8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6521 | 2025.04.28 18:14:11.754006 [ 263 ] {f05290dc-aa96-4355-9efe-ba2239d818a8} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6522 | 2025.04.28 18:14:11.754246 [ 263 ] {f05290dc-aa96-4355-9efe-ba2239d818a8} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002384 sec., 14681.208053691276 rows/sec., 26.31 MiB/sec. | ||
| 6523 | 2025.04.28 18:14:11.754338 [ 263 ] {f05290dc-aa96-4355-9efe-ba2239d818a8} <Debug> TCPHandler: Processed in 0.00262204 sec. | ||
| 6524 | 2025.04.28 18:14:11.754446 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6525 | 2025.04.28 18:14:11.754558 [ 263 ] {f2348163-2b1a-4e73-9e68-01ad64b55db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6526 | 2025.04.28 18:14:11.754603 [ 263 ] {f2348163-2b1a-4e73-9e68-01ad64b55db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6527 | 2025.04.28 18:14:11.755037 [ 263 ] {f2348163-2b1a-4e73-9e68-01ad64b55db1} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6528 | 2025.04.28 18:14:11.755076 [ 263 ] {f2348163-2b1a-4e73-9e68-01ad64b55db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6529 | 2025.04.28 18:14:11.755428 [ 263 ] {f2348163-2b1a-4e73-9e68-01ad64b55db1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6530 | 2025.04.28 18:14:11.755673 [ 263 ] {f2348163-2b1a-4e73-9e68-01ad64b55db1} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6531 | 2025.04.28 18:14:11.755884 [ 263 ] {f2348163-2b1a-4e73-9e68-01ad64b55db1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001347 sec., 60876.02078693392 rows/sec., 3.87 MiB/sec. | ||
| 6532 | 2025.04.28 18:14:11.755932 [ 263 ] {f2348163-2b1a-4e73-9e68-01ad64b55db1} <Debug> TCPHandler: Processed in 0.001536093 sec. | ||
| 6533 | 2025.04.28 18:14:15.361010 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6534 | 2025.04.28 18:14:15.361083 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6535 | 2025.04.28 18:14:15.481279 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6536 | 2025.04.28 18:14:15.482302 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6537 | 2025.04.28 18:14:15.482350 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6538 | 2025.04.28 18:14:15.482859 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6539 | 2025.04.28 18:14:15.483106 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6540 | 2025.04.28 18:14:15.483368 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6541 | 2025.04.28 18:14:15.550363 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 922 | ||
| 6542 | 2025.04.28 18:14:15.553635 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6543 | 2025.04.28 18:14:15.553697 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6544 | 2025.04.28 18:14:15.555163 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6545 | 2025.04.28 18:14:15.555498 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6546 | 2025.04.28 18:14:15.556208 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 922 | ||
| 6547 | 2025.04.28 18:14:16.001571 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001081056 sec. | ||
| 6548 | 2025.04.28 18:14:16.467024 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6549 | 2025.04.28 18:14:16.485456 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6550 | 2025.04.28 18:14:16.485515 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6551 | 2025.04.28 18:14:16.492386 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6552 | 2025.04.28 18:14:16.493130 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6553 | 2025.04.28 18:14:16.495717 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6554 | 2025.04.28 18:14:16.722650 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6555 | 2025.04.28 18:14:16.722833 [ 263 ] {12b4fbdd-8ea6-4b67-b50a-5257e7dbbf85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6556 | 2025.04.28 18:14:16.722905 [ 263 ] {12b4fbdd-8ea6-4b67-b50a-5257e7dbbf85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6557 | 2025.04.28 18:14:16.723681 [ 263 ] {12b4fbdd-8ea6-4b67-b50a-5257e7dbbf85} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6558 | 2025.04.28 18:14:16.723727 [ 263 ] {12b4fbdd-8ea6-4b67-b50a-5257e7dbbf85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6559 | 2025.04.28 18:14:16.724196 [ 263 ] {12b4fbdd-8ea6-4b67-b50a-5257e7dbbf85} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6560 | 2025.04.28 18:14:16.724464 [ 263 ] {12b4fbdd-8ea6-4b67-b50a-5257e7dbbf85} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6561 | 2025.04.28 18:14:16.724618 [ 136 ] {} <Debug> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6562 | 2025.04.28 18:14:16.724661 [ 136 ] {} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6563 | 2025.04.28 18:14:16.724670 [ 263 ] {12b4fbdd-8ea6-4b67-b50a-5257e7dbbf85} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001883 sec., 33988.316516197556 rows/sec., 2.69 MiB/sec. | ||
| 6564 | 2025.04.28 18:14:16.724686 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6565 | 2025.04.28 18:14:16.724791 [ 263 ] {12b4fbdd-8ea6-4b67-b50a-5257e7dbbf85} <Debug> TCPHandler: Processed in 0.002265004 sec. | ||
| 6566 | 2025.04.28 18:14:16.724844 [ 188 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::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 | ||
| 6567 | 2025.04.28 18:14:16.724949 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6568 | 2025.04.28 18:14:16.724976 [ 188 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6569 | 2025.04.28 18:14:16.725011 [ 188 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1845 rows starting from the beginning of the part | ||
| 6570 | 2025.04.28 18:14:16.725101 [ 263 ] {31726d57-7c5f-4b4e-98e2-d9aeab3f9a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6571 | 2025.04.28 18:14:16.725113 [ 188 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part | ||
| 6572 | 2025.04.28 18:14:16.725226 [ 263 ] {31726d57-7c5f-4b4e-98e2-d9aeab3f9a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6573 | 2025.04.28 18:14:16.725645 [ 188 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 687 rows starting from the beginning of the part | ||
| 6574 | 2025.04.28 18:14:16.725847 [ 188 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part | ||
| 6575 | 2025.04.28 18:14:16.726059 [ 188 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 687 rows starting from the beginning of the part | ||
| 6576 | 2025.04.28 18:14:16.726280 [ 188 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
| 6577 | 2025.04.28 18:14:16.727396 [ 263 ] {31726d57-7c5f-4b4e-98e2-d9aeab3f9a92} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6578 | 2025.04.28 18:14:16.727436 [ 263 ] {31726d57-7c5f-4b4e-98e2-d9aeab3f9a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6579 | 2025.04.28 18:14:16.728014 [ 263 ] {31726d57-7c5f-4b4e-98e2-d9aeab3f9a92} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6580 | 2025.04.28 18:14:16.728310 [ 263 ] {31726d57-7c5f-4b4e-98e2-d9aeab3f9a92} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6581 | 2025.04.28 18:14:16.728596 [ 263 ] {31726d57-7c5f-4b4e-98e2-d9aeab3f9a92} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.003527 sec., 1134.1083073433513 rows/sec., 85.28 KiB/sec. | ||
| 6582 | 2025.04.28 18:14:16.729016 [ 263 ] {31726d57-7c5f-4b4e-98e2-d9aeab3f9a92} <Debug> TCPHandler: Processed in 0.004122712 sec. | ||
| 6583 | 2025.04.28 18:14:16.729469 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6584 | 2025.04.28 18:14:16.729481 [ 188 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3411 rows, containing 5 columns (5 merged, 0 gathered) in 0.004718421 sec., 722911.3298707342 rows/sec., 61.07 MiB/sec. | ||
| 6585 | 2025.04.28 18:14:16.729656 [ 263 ] {93a40b06-afad-4ce1-b0ef-5e1b684f0652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6586 | 2025.04.28 18:14:16.729706 [ 263 ] {93a40b06-afad-4ce1-b0ef-5e1b684f0652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6587 | 2025.04.28 18:14:16.729917 [ 188 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6588 | 2025.04.28 18:14:16.730267 [ 188 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_51_10} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6589 | 2025.04.28 18:14:16.730371 [ 188 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_51_10} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6590 | 2025.04.28 18:14:16.730471 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 6591 | 2025.04.28 18:14:16.730535 [ 263 ] {93a40b06-afad-4ce1-b0ef-5e1b684f0652} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6592 | 2025.04.28 18:14:16.730575 [ 263 ] {93a40b06-afad-4ce1-b0ef-5e1b684f0652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6593 | 2025.04.28 18:14:16.730936 [ 263 ] {93a40b06-afad-4ce1-b0ef-5e1b684f0652} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6594 | 2025.04.28 18:14:16.731196 [ 263 ] {93a40b06-afad-4ce1-b0ef-5e1b684f0652} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6595 | 2025.04.28 18:14:16.731338 [ 136 ] {} <Debug> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6596 | 2025.04.28 18:14:16.731375 [ 136 ] {} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6597 | 2025.04.28 18:14:16.731378 [ 263 ] {93a40b06-afad-4ce1-b0ef-5e1b684f0652} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001752 sec., 38812.78538812785 rows/sec., 3.03 MiB/sec. | ||
| 6598 | 2025.04.28 18:14:16.731399 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6599 | 2025.04.28 18:14:16.731479 [ 263 ] {93a40b06-afad-4ce1-b0ef-5e1b684f0652} <Debug> TCPHandler: Processed in 0.002149353 sec. | ||
| 6600 | 2025.04.28 18:14:16.731804 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::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 | ||
| 6601 | 2025.04.28 18:14:16.731832 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6602 | 2025.04.28 18:14:16.732193 [ 263 ] {35657bbe-dad7-46b2-9dc4-fb434dd3c88d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6603 | 2025.04.28 18:14:16.732215 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6604 | 2025.04.28 18:14:16.732308 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 6605 | 2025.04.28 18:14:16.732319 [ 263 ] {35657bbe-dad7-46b2-9dc4-fb434dd3c88d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6606 | 2025.04.28 18:14:16.732640 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 68 rows starting from the beginning of the part | ||
| 6607 | 2025.04.28 18:14:16.733076 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 417 rows starting from the beginning of the part | ||
| 6608 | 2025.04.28 18:14:16.733486 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 68 rows starting from the beginning of the part | ||
| 6609 | 2025.04.28 18:14:16.733842 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 417 rows starting from the beginning of the part | ||
| 6610 | 2025.04.28 18:14:16.734163 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 68 rows starting from the beginning of the part | ||
| 6611 | 2025.04.28 18:14:16.735016 [ 263 ] {35657bbe-dad7-46b2-9dc4-fb434dd3c88d} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6612 | 2025.04.28 18:14:16.735084 [ 263 ] {35657bbe-dad7-46b2-9dc4-fb434dd3c88d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6613 | 2025.04.28 18:14:16.736187 [ 263 ] {35657bbe-dad7-46b2-9dc4-fb434dd3c88d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6614 | 2025.04.28 18:14:16.736607 [ 263 ] {35657bbe-dad7-46b2-9dc4-fb434dd3c88d} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6615 | 2025.04.28 18:14:16.736814 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6616 | 2025.04.28 18:14:16.736908 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6617 | 2025.04.28 18:14:16.736970 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6618 | 2025.04.28 18:14:16.737197 [ 263 ] {35657bbe-dad7-46b2-9dc4-fb434dd3c88d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00506 sec., 31620.553359683792 rows/sec., 2.20 MiB/sec. | ||
| 6619 | 2025.04.28 18:14:16.737487 [ 263 ] {35657bbe-dad7-46b2-9dc4-fb434dd3c88d} <Debug> TCPHandler: Processed in 0.005769838 sec. | ||
| 6620 | 2025.04.28 18:14:16.737518 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 6621 | 2025.04.28 18:14:16.737794 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1951 rows, containing 5 columns (5 merged, 0 gathered) in 0.006291586 sec., 310096.69104101893 rows/sec., 23.69 MiB/sec. | ||
| 6622 | 2025.04.28 18:14:16.737854 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6623 | 2025.04.28 18:14:16.738051 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6624 | 2025.04.28 18:14:16.738141 [ 263 ] {39f5c961-2f97-4ffc-b652-ae48a11c91f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6625 | 2025.04.28 18:14:16.738169 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14549 rows starting from the beginning of the part | ||
| 6626 | 2025.04.28 18:14:16.738199 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6627 | 2025.04.28 18:14:16.738580 [ 263 ] {39f5c961-2f97-4ffc-b652-ae48a11c91f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6628 | 2025.04.28 18:14:16.738611 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 6629 | 2025.04.28 18:14:16.739096 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
| 6630 | 2025.04.28 18:14:16.739557 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
| 6631 | 2025.04.28 18:14:16.739959 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 237 rows starting from the beginning of the part | ||
| 6632 | 2025.04.28 18:14:16.740428 [ 193 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 6633 | 2025.04.28 18:14:16.741822 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_51_10} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6634 | 2025.04.28 18:14:16.742510 [ 187 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_51_10} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6635 | 2025.04.28 18:14:16.742775 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 6636 | 2025.04.28 18:14:16.743615 [ 263 ] {39f5c961-2f97-4ffc-b652-ae48a11c91f7} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6637 | 2025.04.28 18:14:16.743678 [ 263 ] {39f5c961-2f97-4ffc-b652-ae48a11c91f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6638 | 2025.04.28 18:14:16.745501 [ 263 ] {39f5c961-2f97-4ffc-b652-ae48a11c91f7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6639 | 2025.04.28 18:14:16.746214 [ 263 ] {39f5c961-2f97-4ffc-b652-ae48a11c91f7} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6640 | 2025.04.28 18:14:16.746548 [ 135 ] {} <Debug> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6641 | 2025.04.28 18:14:16.746626 [ 135 ] {} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6642 | 2025.04.28 18:14:16.746663 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6643 | 2025.04.28 18:14:16.746699 [ 263 ] {39f5c961-2f97-4ffc-b652-ae48a11c91f7} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.008638 sec., 463.070155128502 rows/sec., 849.72 KiB/sec. | ||
| 6644 | 2025.04.28 18:14:16.746969 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::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 | ||
| 6645 | 2025.04.28 18:14:16.747098 [ 263 ] {39f5c961-2f97-4ffc-b652-ae48a11c91f7} <Debug> TCPHandler: Processed in 0.009351353 sec. | ||
| 6646 | 2025.04.28 18:14:16.747384 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6647 | 2025.04.28 18:14:16.747425 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6648 | 2025.04.28 18:14:16.747548 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 678 rows starting from the beginning of the part | ||
| 6649 | 2025.04.28 18:14:16.747566 [ 263 ] {6a5b82da-8df0-40ea-a661-fc1f22a0719f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6650 | 2025.04.28 18:14:16.747660 [ 263 ] {6a5b82da-8df0-40ea-a661-fc1f22a0719f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6651 | 2025.04.28 18:14:16.748324 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 6652 | 2025.04.28 18:14:16.749601 [ 195 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15503 rows, containing 5 columns (5 merged, 0 gathered) in 0.01244599 sec., 1245622.0839001155 rows/sec., 84.20 MiB/sec. | ||
| 6653 | 2025.04.28 18:14:16.749749 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 35 rows starting from the beginning of the part | ||
| 6654 | 2025.04.28 18:14:16.750457 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
| 6655 | 2025.04.28 18:14:16.750472 [ 195 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6656 | 2025.04.28 18:14:16.750569 [ 263 ] {6a5b82da-8df0-40ea-a661-fc1f22a0719f} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6657 | 2025.04.28 18:14:16.750681 [ 263 ] {6a5b82da-8df0-40ea-a661-fc1f22a0719f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6658 | 2025.04.28 18:14:16.751677 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 35 rows starting from the beginning of the part | ||
| 6659 | 2025.04.28 18:14:16.751819 [ 195 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6660 | 2025.04.28 18:14:16.752269 [ 195 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6661 | 2025.04.28 18:14:16.752715 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. | ||
| 6662 | 2025.04.28 18:14:16.752794 [ 263 ] {6a5b82da-8df0-40ea-a661-fc1f22a0719f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6663 | 2025.04.28 18:14:16.752821 [ 196 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 6664 | 2025.04.28 18:14:16.753267 [ 263 ] {6a5b82da-8df0-40ea-a661-fc1f22a0719f} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6665 | 2025.04.28 18:14:16.753501 [ 135 ] {} <Debug> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6666 | 2025.04.28 18:14:16.753623 [ 135 ] {} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6667 | 2025.04.28 18:14:16.753658 [ 263 ] {6a5b82da-8df0-40ea-a661-fc1f22a0719f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006135 sec., 9779.9511002445 rows/sec., 674.92 KiB/sec. | ||
| 6668 | 2025.04.28 18:14:16.753692 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6669 | 2025.04.28 18:14:16.753971 [ 263 ] {6a5b82da-8df0-40ea-a661-fc1f22a0719f} <Debug> TCPHandler: Processed in 0.006646811 sec. | ||
| 6670 | 2025.04.28 18:14:16.754309 [ 186 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 6671 | 2025.04.28 18:14:16.754635 [ 186 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6672 | 2025.04.28 18:14:16.754671 [ 186 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2650 rows starting from the beginning of the part | ||
| 6673 | 2025.04.28 18:14:16.754798 [ 186 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 6674 | 2025.04.28 18:14:16.755025 [ 186 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
| 6675 | 2025.04.28 18:14:16.755230 [ 186 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 6676 | 2025.04.28 18:14:16.755483 [ 186 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
| 6677 | 2025.04.28 18:14:16.755720 [ 186 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 6678 | 2025.04.28 18:14:16.759628 [ 199 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2994 rows, containing 4 columns (4 merged, 0 gathered) in 0.005735707 sec., 521993.1910747882 rows/sec., 34.20 MiB/sec. | ||
| 6679 | 2025.04.28 18:14:16.760203 [ 198 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6680 | 2025.04.28 18:14:16.760577 [ 198 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_51_10} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6681 | 2025.04.28 18:14:16.760698 [ 198 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_51_10} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6682 | 2025.04.28 18:14:16.760921 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 6683 | 2025.04.28 18:14:16.762302 [ 200 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 760 rows, containing 19 columns (19 merged, 0 gathered) in 0.015553897 sec., 48862.35263098373 rows/sec., 87.56 MiB/sec. | ||
| 6684 | 2025.04.28 18:14:16.763143 [ 199 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6685 | 2025.04.28 18:14:16.763571 [ 199 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6686 | 2025.04.28 18:14:16.763652 [ 199 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6687 | 2025.04.28 18:14:16.763793 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.53 MiB. | ||
| 6688 | 2025.04.28 18:14:17.000228 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.21 MiB, peak 210.72 MiB, free memory in arenas 0.00 B, will set to 205.43 MiB (RSS), difference: 2.22 MiB | ||
| 6689 | 2025.04.28 18:14:17.142263 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6690 | 2025.04.28 18:14:17.142446 [ 263 ] {4a4cb0d7-a890-465f-afd2-769768ea22ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6691 | 2025.04.28 18:14:17.142519 [ 263 ] {4a4cb0d7-a890-465f-afd2-769768ea22ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6692 | 2025.04.28 18:14:17.143374 [ 263 ] {4a4cb0d7-a890-465f-afd2-769768ea22ea} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6693 | 2025.04.28 18:14:17.143426 [ 263 ] {4a4cb0d7-a890-465f-afd2-769768ea22ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6694 | 2025.04.28 18:14:17.143905 [ 263 ] {4a4cb0d7-a890-465f-afd2-769768ea22ea} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6695 | 2025.04.28 18:14:17.144176 [ 263 ] {4a4cb0d7-a890-465f-afd2-769768ea22ea} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6696 | 2025.04.28 18:14:17.144418 [ 263 ] {4a4cb0d7-a890-465f-afd2-769768ea22ea} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002022 sec., 104846.68644906033 rows/sec., 6.67 MiB/sec. | ||
| 6697 | 2025.04.28 18:14:17.144547 [ 263 ] {4a4cb0d7-a890-465f-afd2-769768ea22ea} <Debug> TCPHandler: Processed in 0.002411457 sec. | ||
| 6698 | 2025.04.28 18:14:17.144675 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6699 | 2025.04.28 18:14:17.144787 [ 263 ] {020cc01e-1bc3-431c-9eef-ced03a2809e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6700 | 2025.04.28 18:14:17.144839 [ 263 ] {020cc01e-1bc3-431c-9eef-ced03a2809e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6701 | 2025.04.28 18:14:17.146279 [ 263 ] {020cc01e-1bc3-431c-9eef-ced03a2809e9} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6702 | 2025.04.28 18:14:17.146322 [ 263 ] {020cc01e-1bc3-431c-9eef-ced03a2809e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6703 | 2025.04.28 18:14:17.147525 [ 263 ] {020cc01e-1bc3-431c-9eef-ced03a2809e9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6704 | 2025.04.28 18:14:17.147810 [ 263 ] {020cc01e-1bc3-431c-9eef-ced03a2809e9} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6705 | 2025.04.28 18:14:17.148043 [ 263 ] {020cc01e-1bc3-431c-9eef-ced03a2809e9} <Debug> executeQuery: Read 1827 rows, 152.60 KiB in 0.003283 sec., 556503.1982942431 rows/sec., 45.39 MiB/sec. | ||
| 6706 | 2025.04.28 18:14:17.148135 [ 263 ] {020cc01e-1bc3-431c-9eef-ced03a2809e9} <Debug> TCPHandler: Processed in 0.003513153 sec. | ||
| 6707 | 2025.04.28 18:14:17.148312 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6708 | 2025.04.28 18:14:17.148643 [ 263 ] {1a0f4082-d54b-4829-a2b8-55a7f71ac232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6709 | 2025.04.28 18:14:17.148800 [ 263 ] {1a0f4082-d54b-4829-a2b8-55a7f71ac232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6710 | 2025.04.28 18:14:17.149468 [ 263 ] {1a0f4082-d54b-4829-a2b8-55a7f71ac232} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6711 | 2025.04.28 18:14:17.149508 [ 263 ] {1a0f4082-d54b-4829-a2b8-55a7f71ac232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6712 | 2025.04.28 18:14:17.149875 [ 263 ] {1a0f4082-d54b-4829-a2b8-55a7f71ac232} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6713 | 2025.04.28 18:14:17.150122 [ 263 ] {1a0f4082-d54b-4829-a2b8-55a7f71ac232} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6714 | 2025.04.28 18:14:17.150314 [ 263 ] {1a0f4082-d54b-4829-a2b8-55a7f71ac232} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001801 sec., 78289.83897834536 rows/sec., 4.89 MiB/sec. | ||
| 6715 | 2025.04.28 18:14:17.150368 [ 263 ] {1a0f4082-d54b-4829-a2b8-55a7f71ac232} <Debug> TCPHandler: Processed in 0.002136322 sec. | ||
| 6716 | 2025.04.28 18:14:17.150484 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6717 | 2025.04.28 18:14:17.150590 [ 263 ] {46b581c8-fbc0-465b-86b3-a623963df5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6718 | 2025.04.28 18:14:17.150636 [ 263 ] {46b581c8-fbc0-465b-86b3-a623963df5a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6719 | 2025.04.28 18:14:17.151294 [ 263 ] {46b581c8-fbc0-465b-86b3-a623963df5a3} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6720 | 2025.04.28 18:14:17.151333 [ 263 ] {46b581c8-fbc0-465b-86b3-a623963df5a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6721 | 2025.04.28 18:14:17.151695 [ 263 ] {46b581c8-fbc0-465b-86b3-a623963df5a3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6722 | 2025.04.28 18:14:17.151952 [ 263 ] {46b581c8-fbc0-465b-86b3-a623963df5a3} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6723 | 2025.04.28 18:14:17.152138 [ 263 ] {46b581c8-fbc0-465b-86b3-a623963df5a3} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.00157 sec., 217197.45222929935 rows/sec., 14.49 MiB/sec. | ||
| 6724 | 2025.04.28 18:14:17.152188 [ 263 ] {46b581c8-fbc0-465b-86b3-a623963df5a3} <Debug> TCPHandler: Processed in 0.001754457 sec. | ||
| 6725 | 2025.04.28 18:14:17.152311 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6726 | 2025.04.28 18:14:17.152423 [ 263 ] {db04be6b-2f3f-436d-a90c-ac8d41d97b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6727 | 2025.04.28 18:14:17.152478 [ 263 ] {db04be6b-2f3f-436d-a90c-ac8d41d97b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6728 | 2025.04.28 18:14:17.153034 [ 263 ] {db04be6b-2f3f-436d-a90c-ac8d41d97b57} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6729 | 2025.04.28 18:14:17.153074 [ 263 ] {db04be6b-2f3f-436d-a90c-ac8d41d97b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6730 | 2025.04.28 18:14:17.153426 [ 263 ] {db04be6b-2f3f-436d-a90c-ac8d41d97b57} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6731 | 2025.04.28 18:14:17.153660 [ 263 ] {db04be6b-2f3f-436d-a90c-ac8d41d97b57} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6732 | 2025.04.28 18:14:17.153846 [ 263 ] {db04be6b-2f3f-436d-a90c-ac8d41d97b57} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001446 sec., 77455.04840940525 rows/sec., 4.41 MiB/sec. | ||
| 6733 | 2025.04.28 18:14:17.153896 [ 263 ] {db04be6b-2f3f-436d-a90c-ac8d41d97b57} <Debug> TCPHandler: Processed in 0.001634195 sec. | ||
| 6734 | 2025.04.28 18:14:17.154007 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6735 | 2025.04.28 18:14:17.154109 [ 263 ] {eb1d7a97-a21f-4944-82d6-603bdca9942a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6736 | 2025.04.28 18:14:17.154152 [ 263 ] {eb1d7a97-a21f-4944-82d6-603bdca9942a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6737 | 2025.04.28 18:14:17.154974 [ 263 ] {eb1d7a97-a21f-4944-82d6-603bdca9942a} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6738 | 2025.04.28 18:14:17.155013 [ 263 ] {eb1d7a97-a21f-4944-82d6-603bdca9942a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6739 | 2025.04.28 18:14:17.155387 [ 263 ] {eb1d7a97-a21f-4944-82d6-603bdca9942a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6740 | 2025.04.28 18:14:17.155627 [ 263 ] {eb1d7a97-a21f-4944-82d6-603bdca9942a} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6741 | 2025.04.28 18:14:17.155804 [ 263 ] {eb1d7a97-a21f-4944-82d6-603bdca9942a} <Debug> executeQuery: Read 873 rows, 64.68 KiB in 0.001716 sec., 508741.2587412587 rows/sec., 36.81 MiB/sec. | ||
| 6742 | 2025.04.28 18:14:17.155854 [ 263 ] {eb1d7a97-a21f-4944-82d6-603bdca9942a} <Debug> TCPHandler: Processed in 0.001895839 sec. | ||
| 6743 | 2025.04.28 18:14:17.155965 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6744 | 2025.04.28 18:14:17.156066 [ 263 ] {48a31683-8f1d-447b-a6ae-db0ac036b44d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6745 | 2025.04.28 18:14:17.156112 [ 263 ] {48a31683-8f1d-447b-a6ae-db0ac036b44d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6746 | 2025.04.28 18:14:17.156512 [ 263 ] {48a31683-8f1d-447b-a6ae-db0ac036b44d} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6747 | 2025.04.28 18:14:17.156550 [ 263 ] {48a31683-8f1d-447b-a6ae-db0ac036b44d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6748 | 2025.04.28 18:14:17.156887 [ 263 ] {48a31683-8f1d-447b-a6ae-db0ac036b44d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6749 | 2025.04.28 18:14:17.157115 [ 263 ] {48a31683-8f1d-447b-a6ae-db0ac036b44d} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6750 | 2025.04.28 18:14:17.157308 [ 263 ] {48a31683-8f1d-447b-a6ae-db0ac036b44d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001262 sec., 4754.358161648177 rows/sec., 248.40 KiB/sec. | ||
| 6751 | 2025.04.28 18:14:17.157354 [ 263 ] {48a31683-8f1d-447b-a6ae-db0ac036b44d} <Debug> TCPHandler: Processed in 0.001437972 sec. | ||
| 6752 | 2025.04.28 18:14:17.157460 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6753 | 2025.04.28 18:14:17.157561 [ 263 ] {53051eab-5433-4007-bf90-4986205e705b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6754 | 2025.04.28 18:14:17.157608 [ 263 ] {53051eab-5433-4007-bf90-4986205e705b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6755 | 2025.04.28 18:14:17.158303 [ 263 ] {53051eab-5433-4007-bf90-4986205e705b} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6756 | 2025.04.28 18:14:17.158341 [ 263 ] {53051eab-5433-4007-bf90-4986205e705b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6757 | 2025.04.28 18:14:17.158745 [ 263 ] {53051eab-5433-4007-bf90-4986205e705b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6758 | 2025.04.28 18:14:17.158977 [ 263 ] {53051eab-5433-4007-bf90-4986205e705b} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6759 | 2025.04.28 18:14:17.159165 [ 263 ] {53051eab-5433-4007-bf90-4986205e705b} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001619 sec., 589870.290302656 rows/sec., 39.19 MiB/sec. | ||
| 6760 | 2025.04.28 18:14:17.159216 [ 263 ] {53051eab-5433-4007-bf90-4986205e705b} <Debug> TCPHandler: Processed in 0.001804247 sec. | ||
| 6761 | 2025.04.28 18:14:17.159334 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6762 | 2025.04.28 18:14:17.159435 [ 263 ] {421d4d22-f67a-4ebe-aecb-83ea79d5607b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6763 | 2025.04.28 18:14:17.159480 [ 263 ] {421d4d22-f67a-4ebe-aecb-83ea79d5607b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6764 | 2025.04.28 18:14:17.159866 [ 263 ] {421d4d22-f67a-4ebe-aecb-83ea79d5607b} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6765 | 2025.04.28 18:14:17.159904 [ 263 ] {421d4d22-f67a-4ebe-aecb-83ea79d5607b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6766 | 2025.04.28 18:14:17.160229 [ 263 ] {421d4d22-f67a-4ebe-aecb-83ea79d5607b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6767 | 2025.04.28 18:14:17.160450 [ 263 ] {421d4d22-f67a-4ebe-aecb-83ea79d5607b} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6768 | 2025.04.28 18:14:17.160642 [ 263 ] {421d4d22-f67a-4ebe-aecb-83ea79d5607b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001228 sec., 814.3322475570033 rows/sec., 54.87 KiB/sec. | ||
| 6769 | 2025.04.28 18:14:17.160688 [ 263 ] {421d4d22-f67a-4ebe-aecb-83ea79d5607b} <Debug> TCPHandler: Processed in 0.001402551 sec. | ||
| 6770 | 2025.04.28 18:14:17.160795 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6771 | 2025.04.28 18:14:17.160895 [ 263 ] {14e8afd6-3f7a-4ced-ad2d-72ecbab81677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6772 | 2025.04.28 18:14:17.160960 [ 263 ] {14e8afd6-3f7a-4ced-ad2d-72ecbab81677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6773 | 2025.04.28 18:14:17.162064 [ 263 ] {14e8afd6-3f7a-4ced-ad2d-72ecbab81677} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6774 | 2025.04.28 18:14:17.162100 [ 263 ] {14e8afd6-3f7a-4ced-ad2d-72ecbab81677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6775 | 2025.04.28 18:14:17.162753 [ 263 ] {14e8afd6-3f7a-4ced-ad2d-72ecbab81677} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6776 | 2025.04.28 18:14:17.163011 [ 263 ] {14e8afd6-3f7a-4ced-ad2d-72ecbab81677} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6777 | 2025.04.28 18:14:17.163230 [ 263 ] {14e8afd6-3f7a-4ced-ad2d-72ecbab81677} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002353 sec., 14874.628134296643 rows/sec., 26.65 MiB/sec. | ||
| 6778 | 2025.04.28 18:14:17.163343 [ 263 ] {14e8afd6-3f7a-4ced-ad2d-72ecbab81677} <Debug> TCPHandler: Processed in 0.00259563 sec. | ||
| 6779 | 2025.04.28 18:14:17.163485 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6780 | 2025.04.28 18:14:17.163587 [ 263 ] {65b75c64-b152-48bd-bde2-2c6dc2cb1a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6781 | 2025.04.28 18:14:17.163633 [ 263 ] {65b75c64-b152-48bd-bde2-2c6dc2cb1a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6782 | 2025.04.28 18:14:17.164063 [ 263 ] {65b75c64-b152-48bd-bde2-2c6dc2cb1a12} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6783 | 2025.04.28 18:14:17.164101 [ 263 ] {65b75c64-b152-48bd-bde2-2c6dc2cb1a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6784 | 2025.04.28 18:14:17.164438 [ 263 ] {65b75c64-b152-48bd-bde2-2c6dc2cb1a12} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6785 | 2025.04.28 18:14:17.164678 [ 263 ] {65b75c64-b152-48bd-bde2-2c6dc2cb1a12} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6786 | 2025.04.28 18:14:17.164878 [ 263 ] {65b75c64-b152-48bd-bde2-2c6dc2cb1a12} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001312 sec., 25914.634146341465 rows/sec., 1.50 MiB/sec. | ||
| 6787 | 2025.04.28 18:14:17.164927 [ 263 ] {65b75c64-b152-48bd-bde2-2c6dc2cb1a12} <Debug> TCPHandler: Processed in 0.001500063 sec. | ||
| 6788 | 2025.04.28 18:14:21.720574 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6789 | 2025.04.28 18:14:21.720773 [ 263 ] {7450370d-2dac-4e2a-b239-c7b54e2e27d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6790 | 2025.04.28 18:14:21.720845 [ 263 ] {7450370d-2dac-4e2a-b239-c7b54e2e27d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6791 | 2025.04.28 18:14:21.721612 [ 263 ] {7450370d-2dac-4e2a-b239-c7b54e2e27d9} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6792 | 2025.04.28 18:14:21.721663 [ 263 ] {7450370d-2dac-4e2a-b239-c7b54e2e27d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6793 | 2025.04.28 18:14:21.722107 [ 263 ] {7450370d-2dac-4e2a-b239-c7b54e2e27d9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6794 | 2025.04.28 18:14:21.722361 [ 263 ] {7450370d-2dac-4e2a-b239-c7b54e2e27d9} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6795 | 2025.04.28 18:14:21.722592 [ 263 ] {7450370d-2dac-4e2a-b239-c7b54e2e27d9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001867 sec., 29994.643813604715 rows/sec., 2.30 MiB/sec. | ||
| 6796 | 2025.04.28 18:14:21.722669 [ 263 ] {7450370d-2dac-4e2a-b239-c7b54e2e27d9} <Debug> TCPHandler: Processed in 0.002222934 sec. | ||
| 6797 | 2025.04.28 18:14:21.722821 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6798 | 2025.04.28 18:14:21.722928 [ 263 ] {aeb2d6aa-b009-4a8b-a1bc-c1295911db4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6799 | 2025.04.28 18:14:21.722974 [ 263 ] {aeb2d6aa-b009-4a8b-a1bc-c1295911db4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6800 | 2025.04.28 18:14:21.723519 [ 263 ] {aeb2d6aa-b009-4a8b-a1bc-c1295911db4c} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6801 | 2025.04.28 18:14:21.723558 [ 263 ] {aeb2d6aa-b009-4a8b-a1bc-c1295911db4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6802 | 2025.04.28 18:14:21.723912 [ 263 ] {aeb2d6aa-b009-4a8b-a1bc-c1295911db4c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6803 | 2025.04.28 18:14:21.724149 [ 263 ] {aeb2d6aa-b009-4a8b-a1bc-c1295911db4c} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6804 | 2025.04.28 18:14:21.724354 [ 263 ] {aeb2d6aa-b009-4a8b-a1bc-c1295911db4c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001449 sec., 44168.39199447895 rows/sec., 3.45 MiB/sec. | ||
| 6805 | 2025.04.28 18:14:21.724404 [ 263 ] {aeb2d6aa-b009-4a8b-a1bc-c1295911db4c} <Debug> TCPHandler: Processed in 0.001648245 sec. | ||
| 6806 | 2025.04.28 18:14:21.724519 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6807 | 2025.04.28 18:14:21.724620 [ 263 ] {2abc285b-bca8-4047-adf8-2dfb3026ea29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6808 | 2025.04.28 18:14:21.724668 [ 263 ] {2abc285b-bca8-4047-adf8-2dfb3026ea29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6809 | 2025.04.28 18:14:21.725177 [ 263 ] {2abc285b-bca8-4047-adf8-2dfb3026ea29} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6810 | 2025.04.28 18:14:21.725216 [ 263 ] {2abc285b-bca8-4047-adf8-2dfb3026ea29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6811 | 2025.04.28 18:14:21.725586 [ 263 ] {2abc285b-bca8-4047-adf8-2dfb3026ea29} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6812 | 2025.04.28 18:14:21.725827 [ 263 ] {2abc285b-bca8-4047-adf8-2dfb3026ea29} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6813 | 2025.04.28 18:14:21.726057 [ 263 ] {2abc285b-bca8-4047-adf8-2dfb3026ea29} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001453 sec., 88093.59944941499 rows/sec., 6.14 MiB/sec. | ||
| 6814 | 2025.04.28 18:14:21.726149 [ 263 ] {2abc285b-bca8-4047-adf8-2dfb3026ea29} <Debug> TCPHandler: Processed in 0.001679596 sec. | ||
| 6815 | 2025.04.28 18:14:21.726332 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6816 | 2025.04.28 18:14:21.726467 [ 263 ] {14a58de3-394a-4d8d-99a1-a1a99d07cc37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6817 | 2025.04.28 18:14:21.726515 [ 263 ] {14a58de3-394a-4d8d-99a1-a1a99d07cc37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6818 | 2025.04.28 18:14:21.726969 [ 263 ] {14a58de3-394a-4d8d-99a1-a1a99d07cc37} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6819 | 2025.04.28 18:14:21.727009 [ 263 ] {14a58de3-394a-4d8d-99a1-a1a99d07cc37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6820 | 2025.04.28 18:14:21.727431 [ 263 ] {14a58de3-394a-4d8d-99a1-a1a99d07cc37} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6821 | 2025.04.28 18:14:21.727719 [ 263 ] {14a58de3-394a-4d8d-99a1-a1a99d07cc37} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6822 | 2025.04.28 18:14:21.727956 [ 263 ] {14a58de3-394a-4d8d-99a1-a1a99d07cc37} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001509 sec., 31809.145129224653 rows/sec., 2.14 MiB/sec. | ||
| 6823 | 2025.04.28 18:14:21.728017 [ 263 ] {14a58de3-394a-4d8d-99a1-a1a99d07cc37} <Debug> TCPHandler: Processed in 0.001777397 sec. | ||
| 6824 | 2025.04.28 18:14:22.983587 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6825 | 2025.04.28 18:14:22.984259 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6826 | 2025.04.28 18:14:22.984302 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6827 | 2025.04.28 18:14:22.984821 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6828 | 2025.04.28 18:14:22.985098 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6829 | 2025.04.28 18:14:22.985344 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6830 | 2025.04.28 18:14:23.995890 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6831 | 2025.04.28 18:14:24.016605 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6832 | 2025.04.28 18:14:24.016662 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6833 | 2025.04.28 18:14:24.024089 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6834 | 2025.04.28 18:14:24.024844 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6835 | 2025.04.28 18:14:24.028249 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6836 | 2025.04.28 18:14:25.556544 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 964 | ||
| 6837 | 2025.04.28 18:14:25.559846 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6838 | 2025.04.28 18:14:25.559902 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6839 | 2025.04.28 18:14:25.561490 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6840 | 2025.04.28 18:14:25.561816 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6841 | 2025.04.28 18:14:25.562925 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 964 | ||
| 6842 | 2025.04.28 18:14:26.722923 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6843 | 2025.04.28 18:14:26.723126 [ 263 ] {6b5fef56-cb31-42bc-bdc3-251b078ad1e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6844 | 2025.04.28 18:14:26.723205 [ 263 ] {6b5fef56-cb31-42bc-bdc3-251b078ad1e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6845 | 2025.04.28 18:14:26.723959 [ 263 ] {6b5fef56-cb31-42bc-bdc3-251b078ad1e3} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6846 | 2025.04.28 18:14:26.724008 [ 263 ] {6b5fef56-cb31-42bc-bdc3-251b078ad1e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6847 | 2025.04.28 18:14:26.724426 [ 263 ] {6b5fef56-cb31-42bc-bdc3-251b078ad1e3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6848 | 2025.04.28 18:14:26.724677 [ 263 ] {6b5fef56-cb31-42bc-bdc3-251b078ad1e3} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6849 | 2025.04.28 18:14:26.724903 [ 263 ] {6b5fef56-cb31-42bc-bdc3-251b078ad1e3} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001832 sec., 34934.49781659389 rows/sec., 2.77 MiB/sec. | ||
| 6850 | 2025.04.28 18:14:26.724966 [ 263 ] {6b5fef56-cb31-42bc-bdc3-251b078ad1e3} <Debug> TCPHandler: Processed in 0.002173982 sec. | ||
| 6851 | 2025.04.28 18:14:26.725115 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6852 | 2025.04.28 18:14:26.725224 [ 263 ] {96f66031-5ee1-4af2-b0df-a543564cb739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6853 | 2025.04.28 18:14:26.725272 [ 263 ] {96f66031-5ee1-4af2-b0df-a543564cb739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6854 | 2025.04.28 18:14:26.725793 [ 263 ] {96f66031-5ee1-4af2-b0df-a543564cb739} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6855 | 2025.04.28 18:14:26.725832 [ 263 ] {96f66031-5ee1-4af2-b0df-a543564cb739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6856 | 2025.04.28 18:14:26.726178 [ 263 ] {96f66031-5ee1-4af2-b0df-a543564cb739} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6857 | 2025.04.28 18:14:26.726416 [ 263 ] {96f66031-5ee1-4af2-b0df-a543564cb739} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6858 | 2025.04.28 18:14:26.726656 [ 263 ] {96f66031-5ee1-4af2-b0df-a543564cb739} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001453 sec., 2752.9249827942185 rows/sec., 207.01 KiB/sec. | ||
| 6859 | 2025.04.28 18:14:26.726724 [ 263 ] {96f66031-5ee1-4af2-b0df-a543564cb739} <Debug> TCPHandler: Processed in 0.001660035 sec. | ||
| 6860 | 2025.04.28 18:14:26.726866 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6861 | 2025.04.28 18:14:26.726969 [ 263 ] {631fc64d-ff13-46cf-a772-9d8c85cfd0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6862 | 2025.04.28 18:14:26.727013 [ 263 ] {631fc64d-ff13-46cf-a772-9d8c85cfd0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6863 | 2025.04.28 18:14:26.727590 [ 263 ] {631fc64d-ff13-46cf-a772-9d8c85cfd0e4} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6864 | 2025.04.28 18:14:26.727627 [ 263 ] {631fc64d-ff13-46cf-a772-9d8c85cfd0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6865 | 2025.04.28 18:14:26.727977 [ 263 ] {631fc64d-ff13-46cf-a772-9d8c85cfd0e4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6866 | 2025.04.28 18:14:26.728212 [ 263 ] {631fc64d-ff13-46cf-a772-9d8c85cfd0e4} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6867 | 2025.04.28 18:14:26.728410 [ 263 ] {631fc64d-ff13-46cf-a772-9d8c85cfd0e4} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001463 sec., 46479.83595352016 rows/sec., 3.63 MiB/sec. | ||
| 6868 | 2025.04.28 18:14:26.728459 [ 263 ] {631fc64d-ff13-46cf-a772-9d8c85cfd0e4} <Debug> TCPHandler: Processed in 0.001646245 sec. | ||
| 6869 | 2025.04.28 18:14:26.728579 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6870 | 2025.04.28 18:14:26.728680 [ 263 ] {d1d6756a-5482-4342-91ed-1ba2ef7a1320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6871 | 2025.04.28 18:14:26.728729 [ 263 ] {d1d6756a-5482-4342-91ed-1ba2ef7a1320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6872 | 2025.04.28 18:14:26.729223 [ 263 ] {d1d6756a-5482-4342-91ed-1ba2ef7a1320} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6873 | 2025.04.28 18:14:26.729260 [ 263 ] {d1d6756a-5482-4342-91ed-1ba2ef7a1320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6874 | 2025.04.28 18:14:26.729631 [ 263 ] {d1d6756a-5482-4342-91ed-1ba2ef7a1320} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6875 | 2025.04.28 18:14:26.729863 [ 263 ] {d1d6756a-5482-4342-91ed-1ba2ef7a1320} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6876 | 2025.04.28 18:14:26.730061 [ 263 ] {d1d6756a-5482-4342-91ed-1ba2ef7a1320} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001401 sec., 114204.13990007139 rows/sec., 7.95 MiB/sec. | ||
| 6877 | 2025.04.28 18:14:26.730109 [ 263 ] {d1d6756a-5482-4342-91ed-1ba2ef7a1320} <Debug> TCPHandler: Processed in 0.001579314 sec. | ||
| 6878 | 2025.04.28 18:14:26.730219 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6879 | 2025.04.28 18:14:26.730322 [ 263 ] {7bb44bd1-c819-4a4d-9356-4583e8ea586b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6880 | 2025.04.28 18:14:26.730386 [ 263 ] {7bb44bd1-c819-4a4d-9356-4583e8ea586b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6881 | 2025.04.28 18:14:26.731384 [ 263 ] {7bb44bd1-c819-4a4d-9356-4583e8ea586b} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6882 | 2025.04.28 18:14:26.731422 [ 263 ] {7bb44bd1-c819-4a4d-9356-4583e8ea586b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6883 | 2025.04.28 18:14:26.731999 [ 263 ] {7bb44bd1-c819-4a4d-9356-4583e8ea586b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6884 | 2025.04.28 18:14:26.732248 [ 263 ] {7bb44bd1-c819-4a4d-9356-4583e8ea586b} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6885 | 2025.04.28 18:14:26.732484 [ 263 ] {7bb44bd1-c819-4a4d-9356-4583e8ea586b} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002183 sec., 1832.3408153916628 rows/sec., 3.28 MiB/sec. | ||
| 6886 | 2025.04.28 18:14:26.732584 [ 263 ] {7bb44bd1-c819-4a4d-9356-4583e8ea586b} <Debug> TCPHandler: Processed in 0.002412957 sec. | ||
| 6887 | 2025.04.28 18:14:26.732709 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6888 | 2025.04.28 18:14:26.732824 [ 263 ] {52eaeaa8-643d-45e7-b774-5ae9280a540a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6889 | 2025.04.28 18:14:26.732872 [ 263 ] {52eaeaa8-643d-45e7-b774-5ae9280a540a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6890 | 2025.04.28 18:14:26.733306 [ 263 ] {52eaeaa8-643d-45e7-b774-5ae9280a540a} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6891 | 2025.04.28 18:14:26.733345 [ 263 ] {52eaeaa8-643d-45e7-b774-5ae9280a540a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6892 | 2025.04.28 18:14:26.733717 [ 263 ] {52eaeaa8-643d-45e7-b774-5ae9280a540a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6893 | 2025.04.28 18:14:26.733973 [ 263 ] {52eaeaa8-643d-45e7-b774-5ae9280a540a} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6894 | 2025.04.28 18:14:26.734173 [ 263 ] {52eaeaa8-643d-45e7-b774-5ae9280a540a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
| 6895 | 2025.04.28 18:14:26.734224 [ 263 ] {52eaeaa8-643d-45e7-b774-5ae9280a540a} <Debug> TCPHandler: Processed in 0.001568915 sec. | ||
| 6896 | 2025.04.28 18:14:28.569237 [ 120 ] {} <Debug> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9) (MergerMutator): Selected 5 parts from all_1_16_3 to all_20_20_0 | ||
| 6897 | 2025.04.28 18:14:28.569297 [ 120 ] {} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6898 | 2025.04.28 18:14:28.569319 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6899 | 2025.04.28 18:14:28.569480 [ 197 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_16_3 to all_20_20_0 into Compact with storage Full | ||
| 6900 | 2025.04.28 18:14:28.569644 [ 197 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6901 | 2025.04.28 18:14:28.569682 [ 197 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 342 rows starting from the beginning of the part | ||
| 6902 | 2025.04.28 18:14:28.569768 [ 197 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 341 rows starting from the beginning of the part | ||
| 6903 | 2025.04.28 18:14:28.569863 [ 197 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part | ||
| 6904 | 2025.04.28 18:14:28.569992 [ 197 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part | ||
| 6905 | 2025.04.28 18:14:28.570082 [ 197 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 341 rows starting from the beginning of the part | ||
| 6906 | 2025.04.28 18:14:28.571223 [ 199 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.001824448 sec., 685138.7378538605 rows/sec., 48.08 MiB/sec. | ||
| 6907 | 2025.04.28 18:14:28.571454 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6908 | 2025.04.28 18:14:28.571830 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_20_4} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6909 | 2025.04.28 18:14:28.571932 [ 194 ] {69bc2f0b-ec1f-4574-8456-68ba86656dc9::all_1_20_4} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9) (MergerMutator): Merged 5 parts: [all_1_16_3, all_20_20_0] -> all_1_20_4 | ||
| 6910 | 2025.04.28 18:14:28.572085 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 6911 | 2025.04.28 18:14:30.361326 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6912 | 2025.04.28 18:14:30.361391 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6913 | 2025.04.28 18:14:30.485742 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 6914 | 2025.04.28 18:14:30.486549 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6915 | 2025.04.28 18:14:30.486606 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6916 | 2025.04.28 18:14:30.487131 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6917 | 2025.04.28 18:14:30.487484 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6918 | 2025.04.28 18:14:30.487710 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6919 | 2025.04.28 18:14:31.528401 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6920 | 2025.04.28 18:14:31.548473 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6921 | 2025.04.28 18:14:31.548533 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6922 | 2025.04.28 18:14:31.555974 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6923 | 2025.04.28 18:14:31.556721 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6924 | 2025.04.28 18:14:31.559439 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6925 | 2025.04.28 18:14:31.729704 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6926 | 2025.04.28 18:14:31.729892 [ 263 ] {34bfc5b7-ea9d-42fb-bf4e-c64bb28b2b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6927 | 2025.04.28 18:14:31.729994 [ 263 ] {34bfc5b7-ea9d-42fb-bf4e-c64bb28b2b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6928 | 2025.04.28 18:14:31.730861 [ 263 ] {34bfc5b7-ea9d-42fb-bf4e-c64bb28b2b2c} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6929 | 2025.04.28 18:14:31.730910 [ 263 ] {34bfc5b7-ea9d-42fb-bf4e-c64bb28b2b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6930 | 2025.04.28 18:14:31.731370 [ 263 ] {34bfc5b7-ea9d-42fb-bf4e-c64bb28b2b2c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6931 | 2025.04.28 18:14:31.731634 [ 263 ] {34bfc5b7-ea9d-42fb-bf4e-c64bb28b2b2c} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6932 | 2025.04.28 18:14:31.731915 [ 263 ] {34bfc5b7-ea9d-42fb-bf4e-c64bb28b2b2c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002061 sec., 102862.68801552645 rows/sec., 6.54 MiB/sec. | ||
| 6933 | 2025.04.28 18:14:31.732146 [ 263 ] {34bfc5b7-ea9d-42fb-bf4e-c64bb28b2b2c} <Debug> TCPHandler: Processed in 0.002561829 sec. | ||
| 6934 | 2025.04.28 18:14:31.732330 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6935 | 2025.04.28 18:14:31.732434 [ 263 ] {e106b22f-36fe-4f84-ad3c-ee9ef4f70b12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6936 | 2025.04.28 18:14:31.732483 [ 263 ] {e106b22f-36fe-4f84-ad3c-ee9ef4f70b12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6937 | 2025.04.28 18:14:31.733390 [ 263 ] {e106b22f-36fe-4f84-ad3c-ee9ef4f70b12} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6938 | 2025.04.28 18:14:31.733430 [ 263 ] {e106b22f-36fe-4f84-ad3c-ee9ef4f70b12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6939 | 2025.04.28 18:14:31.733837 [ 263 ] {e106b22f-36fe-4f84-ad3c-ee9ef4f70b12} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6940 | 2025.04.28 18:14:31.734092 [ 263 ] {e106b22f-36fe-4f84-ad3c-ee9ef4f70b12} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6941 | 2025.04.28 18:14:31.734303 [ 263 ] {e106b22f-36fe-4f84-ad3c-ee9ef4f70b12} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.001891 sec., 363299.84135378106 rows/sec., 28.94 MiB/sec. | ||
| 6942 | 2025.04.28 18:14:31.734356 [ 263 ] {e106b22f-36fe-4f84-ad3c-ee9ef4f70b12} <Debug> TCPHandler: Processed in 0.002090772 sec. | ||
| 6943 | 2025.04.28 18:14:31.734478 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6944 | 2025.04.28 18:14:31.734592 [ 263 ] {dda779e4-d0a3-4eb7-ab1d-06f478a795ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6945 | 2025.04.28 18:14:31.734637 [ 263 ] {dda779e4-d0a3-4eb7-ab1d-06f478a795ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6946 | 2025.04.28 18:14:31.735215 [ 263 ] {dda779e4-d0a3-4eb7-ab1d-06f478a795ec} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6947 | 2025.04.28 18:14:31.735254 [ 263 ] {dda779e4-d0a3-4eb7-ab1d-06f478a795ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6948 | 2025.04.28 18:14:31.735609 [ 263 ] {dda779e4-d0a3-4eb7-ab1d-06f478a795ec} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6949 | 2025.04.28 18:14:31.735850 [ 263 ] {dda779e4-d0a3-4eb7-ab1d-06f478a795ec} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6950 | 2025.04.28 18:14:31.736084 [ 263 ] {dda779e4-d0a3-4eb7-ab1d-06f478a795ec} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001502 sec., 93874.83355525965 rows/sec., 5.86 MiB/sec. | ||
| 6951 | 2025.04.28 18:14:31.736185 [ 263 ] {dda779e4-d0a3-4eb7-ab1d-06f478a795ec} <Debug> TCPHandler: Processed in 0.001756597 sec. | ||
| 6952 | 2025.04.28 18:14:31.736413 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6953 | 2025.04.28 18:14:31.736517 [ 263 ] {80a98d3c-55a4-4dd0-8b36-47995e7236b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6954 | 2025.04.28 18:14:31.736564 [ 263 ] {80a98d3c-55a4-4dd0-8b36-47995e7236b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6955 | 2025.04.28 18:14:31.737122 [ 263 ] {80a98d3c-55a4-4dd0-8b36-47995e7236b3} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6956 | 2025.04.28 18:14:31.737161 [ 263 ] {80a98d3c-55a4-4dd0-8b36-47995e7236b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6957 | 2025.04.28 18:14:31.737506 [ 263 ] {80a98d3c-55a4-4dd0-8b36-47995e7236b3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6958 | 2025.04.28 18:14:31.737773 [ 263 ] {80a98d3c-55a4-4dd0-8b36-47995e7236b3} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6959 | 2025.04.28 18:14:31.737966 [ 263 ] {80a98d3c-55a4-4dd0-8b36-47995e7236b3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001471 sec., 76818.49082256967 rows/sec., 4.97 MiB/sec. | ||
| 6960 | 2025.04.28 18:14:31.738017 [ 263 ] {80a98d3c-55a4-4dd0-8b36-47995e7236b3} <Debug> TCPHandler: Processed in 0.001681895 sec. | ||
| 6961 | 2025.04.28 18:14:31.738135 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6962 | 2025.04.28 18:14:31.738246 [ 263 ] {a320c9ff-5a79-4609-bd98-277c409b26a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6963 | 2025.04.28 18:14:31.738290 [ 263 ] {a320c9ff-5a79-4609-bd98-277c409b26a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6964 | 2025.04.28 18:14:31.738827 [ 263 ] {a320c9ff-5a79-4609-bd98-277c409b26a1} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6965 | 2025.04.28 18:14:31.738866 [ 263 ] {a320c9ff-5a79-4609-bd98-277c409b26a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6966 | 2025.04.28 18:14:31.739226 [ 263 ] {a320c9ff-5a79-4609-bd98-277c409b26a1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6967 | 2025.04.28 18:14:31.739466 [ 263 ] {a320c9ff-5a79-4609-bd98-277c409b26a1} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6968 | 2025.04.28 18:14:31.739662 [ 263 ] {a320c9ff-5a79-4609-bd98-277c409b26a1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001436 sec., 77994.42896935933 rows/sec., 4.44 MiB/sec. | ||
| 6969 | 2025.04.28 18:14:31.739713 [ 263 ] {a320c9ff-5a79-4609-bd98-277c409b26a1} <Debug> TCPHandler: Processed in 0.001630385 sec. | ||
| 6970 | 2025.04.28 18:14:31.739833 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6971 | 2025.04.28 18:14:31.739948 [ 263 ] {2c96874f-d7ab-465d-b28a-8320fa049cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6972 | 2025.04.28 18:14:31.739993 [ 263 ] {2c96874f-d7ab-465d-b28a-8320fa049cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6973 | 2025.04.28 18:14:31.740644 [ 263 ] {2c96874f-d7ab-465d-b28a-8320fa049cf1} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6974 | 2025.04.28 18:14:31.740683 [ 263 ] {2c96874f-d7ab-465d-b28a-8320fa049cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6975 | 2025.04.28 18:14:31.741059 [ 263 ] {2c96874f-d7ab-465d-b28a-8320fa049cf1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6976 | 2025.04.28 18:14:31.741299 [ 263 ] {2c96874f-d7ab-465d-b28a-8320fa049cf1} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6977 | 2025.04.28 18:14:31.741488 [ 263 ] {2c96874f-d7ab-465d-b28a-8320fa049cf1} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001554 sec., 268339.76833976834 rows/sec., 19.10 MiB/sec. | ||
| 6978 | 2025.04.28 18:14:31.741538 [ 263 ] {2c96874f-d7ab-465d-b28a-8320fa049cf1} <Debug> TCPHandler: Processed in 0.001757517 sec. | ||
| 6979 | 2025.04.28 18:14:31.741661 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6980 | 2025.04.28 18:14:31.741775 [ 263 ] {c519b354-d83e-45fe-b947-6ae604ccc1ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6981 | 2025.04.28 18:14:31.741821 [ 263 ] {c519b354-d83e-45fe-b947-6ae604ccc1ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6982 | 2025.04.28 18:14:31.742243 [ 263 ] {c519b354-d83e-45fe-b947-6ae604ccc1ce} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6983 | 2025.04.28 18:14:31.742281 [ 263 ] {c519b354-d83e-45fe-b947-6ae604ccc1ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6984 | 2025.04.28 18:14:31.742629 [ 263 ] {c519b354-d83e-45fe-b947-6ae604ccc1ce} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6985 | 2025.04.28 18:14:31.742884 [ 263 ] {c519b354-d83e-45fe-b947-6ae604ccc1ce} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6986 | 2025.04.28 18:14:31.743116 [ 263 ] {c519b354-d83e-45fe-b947-6ae604ccc1ce} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 233.24 KiB/sec. | ||
| 6987 | 2025.04.28 18:14:31.743266 [ 263 ] {c519b354-d83e-45fe-b947-6ae604ccc1ce} <Debug> TCPHandler: Processed in 0.001650355 sec. | ||
| 6988 | 2025.04.28 18:14:31.743468 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6989 | 2025.04.28 18:14:31.743573 [ 263 ] {958b8ee0-dffe-4451-86f2-a434f6f6fef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6990 | 2025.04.28 18:14:31.743623 [ 263 ] {958b8ee0-dffe-4451-86f2-a434f6f6fef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6991 | 2025.04.28 18:14:31.744153 [ 263 ] {958b8ee0-dffe-4451-86f2-a434f6f6fef2} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6992 | 2025.04.28 18:14:31.744192 [ 263 ] {958b8ee0-dffe-4451-86f2-a434f6f6fef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 6993 | 2025.04.28 18:14:31.744566 [ 263 ] {958b8ee0-dffe-4451-86f2-a434f6f6fef2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6994 | 2025.04.28 18:14:31.744805 [ 263 ] {958b8ee0-dffe-4451-86f2-a434f6f6fef2} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6995 | 2025.04.28 18:14:31.745007 [ 263 ] {958b8ee0-dffe-4451-86f2-a434f6f6fef2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001456 sec., 162774.72527472526 rows/sec., 10.91 MiB/sec. | ||
| 6996 | 2025.04.28 18:14:31.745059 [ 263 ] {958b8ee0-dffe-4451-86f2-a434f6f6fef2} <Debug> TCPHandler: Processed in 0.001660556 sec. | ||
| 6997 | 2025.04.28 18:14:31.745180 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6998 | 2025.04.28 18:14:31.745293 [ 263 ] {b6a8603c-3cc0-4b3a-9e08-3928acb75334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6999 | 2025.04.28 18:14:31.745339 [ 263 ] {b6a8603c-3cc0-4b3a-9e08-3928acb75334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7000 | 2025.04.28 18:14:31.745728 [ 263 ] {b6a8603c-3cc0-4b3a-9e08-3928acb75334} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7001 | 2025.04.28 18:14:31.745766 [ 263 ] {b6a8603c-3cc0-4b3a-9e08-3928acb75334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7002 | 2025.04.28 18:14:31.746108 [ 263 ] {b6a8603c-3cc0-4b3a-9e08-3928acb75334} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7003 | 2025.04.28 18:14:31.746350 [ 263 ] {b6a8603c-3cc0-4b3a-9e08-3928acb75334} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7004 | 2025.04.28 18:14:31.746563 [ 263 ] {b6a8603c-3cc0-4b3a-9e08-3928acb75334} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001291 sec., 774.5933384972889 rows/sec., 52.19 KiB/sec. | ||
| 7005 | 2025.04.28 18:14:31.746611 [ 263 ] {b6a8603c-3cc0-4b3a-9e08-3928acb75334} <Debug> TCPHandler: Processed in 0.001481172 sec. | ||
| 7006 | 2025.04.28 18:14:31.746730 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7007 | 2025.04.28 18:14:31.746843 [ 263 ] {2c797e73-6703-405b-bd81-69636892902f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7008 | 2025.04.28 18:14:31.746909 [ 263 ] {2c797e73-6703-405b-bd81-69636892902f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7009 | 2025.04.28 18:14:31.748032 [ 263 ] {2c797e73-6703-405b-bd81-69636892902f} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7010 | 2025.04.28 18:14:31.748070 [ 263 ] {2c797e73-6703-405b-bd81-69636892902f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7011 | 2025.04.28 18:14:31.748741 [ 263 ] {2c797e73-6703-405b-bd81-69636892902f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7012 | 2025.04.28 18:14:31.749034 [ 263 ] {2c797e73-6703-405b-bd81-69636892902f} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7013 | 2025.04.28 18:14:31.749255 [ 263 ] {2c797e73-6703-405b-bd81-69636892902f} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002433 sec., 14385.532264693795 rows/sec., 25.78 MiB/sec. | ||
| 7014 | 2025.04.28 18:14:31.749344 [ 263 ] {2c797e73-6703-405b-bd81-69636892902f} <Debug> TCPHandler: Processed in 0.002666141 sec. | ||
| 7015 | 2025.04.28 18:14:31.749465 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7016 | 2025.04.28 18:14:31.749580 [ 263 ] {3c93c80e-ad2b-43b0-bb53-8a2b1e969ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7017 | 2025.04.28 18:14:31.749626 [ 263 ] {3c93c80e-ad2b-43b0-bb53-8a2b1e969ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7018 | 2025.04.28 18:14:31.750051 [ 263 ] {3c93c80e-ad2b-43b0-bb53-8a2b1e969ceb} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7019 | 2025.04.28 18:14:31.750090 [ 263 ] {3c93c80e-ad2b-43b0-bb53-8a2b1e969ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7020 | 2025.04.28 18:14:31.750451 [ 263 ] {3c93c80e-ad2b-43b0-bb53-8a2b1e969ceb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7021 | 2025.04.28 18:14:31.750696 [ 263 ] {3c93c80e-ad2b-43b0-bb53-8a2b1e969ceb} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7022 | 2025.04.28 18:14:31.750913 [ 263 ] {3c93c80e-ad2b-43b0-bb53-8a2b1e969ceb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001349 sec., 60785.76723498888 rows/sec., 3.86 MiB/sec. | ||
| 7023 | 2025.04.28 18:14:31.750994 [ 263 ] {3c93c80e-ad2b-43b0-bb53-8a2b1e969ceb} <Debug> TCPHandler: Processed in 0.001580674 sec. | ||
| 7024 | 2025.04.28 18:14:35.563289 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 998 | ||
| 7025 | 2025.04.28 18:14:35.566308 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7026 | 2025.04.28 18:14:35.566355 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7027 | 2025.04.28 18:14:35.567772 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7028 | 2025.04.28 18:14:35.568075 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7029 | 2025.04.28 18:14:35.568610 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 998 | ||
| 7030 | 2025.04.28 18:14:36.723499 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7031 | 2025.04.28 18:14:36.723706 [ 263 ] {081be0b5-46c1-4625-bae1-e1e70e3c8402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7032 | 2025.04.28 18:14:36.723798 [ 263 ] {081be0b5-46c1-4625-bae1-e1e70e3c8402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7033 | 2025.04.28 18:14:36.724751 [ 263 ] {081be0b5-46c1-4625-bae1-e1e70e3c8402} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7034 | 2025.04.28 18:14:36.724794 [ 263 ] {081be0b5-46c1-4625-bae1-e1e70e3c8402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7035 | 2025.04.28 18:14:36.725225 [ 263 ] {081be0b5-46c1-4625-bae1-e1e70e3c8402} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 7036 | 2025.04.28 18:14:36.725493 [ 263 ] {081be0b5-46c1-4625-bae1-e1e70e3c8402} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7037 | 2025.04.28 18:14:36.725708 [ 263 ] {081be0b5-46c1-4625-bae1-e1e70e3c8402} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002053 sec., 3896.7364831953237 rows/sec., 317.75 KiB/sec. | ||
| 7038 | 2025.04.28 18:14:36.725877 [ 263 ] {081be0b5-46c1-4625-bae1-e1e70e3c8402} <Debug> TCPHandler: Processed in 0.002507148 sec. | ||
| 7039 | 2025.04.28 18:14:36.726019 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7040 | 2025.04.28 18:14:36.726128 [ 263 ] {c48c36d3-10d2-4a7b-8226-3fedfcdbe1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7041 | 2025.04.28 18:14:36.726175 [ 263 ] {c48c36d3-10d2-4a7b-8226-3fedfcdbe1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7042 | 2025.04.28 18:14:36.726741 [ 263 ] {c48c36d3-10d2-4a7b-8226-3fedfcdbe1a1} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7043 | 2025.04.28 18:14:36.726780 [ 263 ] {c48c36d3-10d2-4a7b-8226-3fedfcdbe1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7044 | 2025.04.28 18:14:36.727152 [ 263 ] {c48c36d3-10d2-4a7b-8226-3fedfcdbe1a1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7045 | 2025.04.28 18:14:36.727405 [ 263 ] {c48c36d3-10d2-4a7b-8226-3fedfcdbe1a1} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7046 | 2025.04.28 18:14:36.727530 [ 112 ] {} <Debug> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7047 | 2025.04.28 18:14:36.727574 [ 112 ] {} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7048 | 2025.04.28 18:14:36.727584 [ 263 ] {c48c36d3-10d2-4a7b-8226-3fedfcdbe1a1} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.00148 sec., 45945.94594594595 rows/sec., 3.62 MiB/sec. | ||
| 7049 | 2025.04.28 18:14:36.727598 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7050 | 2025.04.28 18:14:36.727678 [ 263 ] {c48c36d3-10d2-4a7b-8226-3fedfcdbe1a1} <Debug> TCPHandler: Processed in 0.001715706 sec. | ||
| 7051 | 2025.04.28 18:14:36.727868 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::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 | ||
| 7052 | 2025.04.28 18:14:36.727883 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7053 | 2025.04.28 18:14:36.728145 [ 263 ] {a9e8aa34-bb99-4f99-bd0b-2ee421948df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7054 | 2025.04.28 18:14:36.728155 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7055 | 2025.04.28 18:14:36.728239 [ 263 ] {a9e8aa34-bb99-4f99-bd0b-2ee421948df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7056 | 2025.04.28 18:14:36.728244 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1845 rows starting from the beginning of the part | ||
| 7057 | 2025.04.28 18:14:36.728546 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1827 rows starting from the beginning of the part | ||
| 7058 | 2025.04.28 18:14:36.728899 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
| 7059 | 2025.04.28 18:14:36.729215 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part | ||
| 7060 | 2025.04.28 18:14:36.729563 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 687 rows starting from the beginning of the part | ||
| 7061 | 2025.04.28 18:14:36.730070 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 68 rows starting from the beginning of the part | ||
| 7062 | 2025.04.28 18:14:36.731300 [ 263 ] {a9e8aa34-bb99-4f99-bd0b-2ee421948df4} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7063 | 2025.04.28 18:14:36.731363 [ 263 ] {a9e8aa34-bb99-4f99-bd0b-2ee421948df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7064 | 2025.04.28 18:14:36.732355 [ 263 ] {a9e8aa34-bb99-4f99-bd0b-2ee421948df4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7065 | 2025.04.28 18:14:36.732781 [ 263 ] {a9e8aa34-bb99-4f99-bd0b-2ee421948df4} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7066 | 2025.04.28 18:14:36.732936 [ 112 ] {} <Debug> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7067 | 2025.04.28 18:14:36.732980 [ 112 ] {} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7068 | 2025.04.28 18:14:36.732983 [ 263 ] {a9e8aa34-bb99-4f99-bd0b-2ee421948df4} <Debug> executeQuery: Read 12 rows, 880.00 B in 0.00492 sec., 2439.0243902439024 rows/sec., 174.67 KiB/sec. | ||
| 7069 | 2025.04.28 18:14:36.733015 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7070 | 2025.04.28 18:14:36.733179 [ 263 ] {a9e8aa34-bb99-4f99-bd0b-2ee421948df4} <Debug> TCPHandler: Processed in 0.005361381 sec. | ||
| 7071 | 2025.04.28 18:14:36.733519 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7072 | 2025.04.28 18:14:36.733933 [ 263 ] {4691d424-f536-4db0-a020-137944afe5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7073 | 2025.04.28 18:14:36.734097 [ 263 ] {4691d424-f536-4db0-a020-137944afe5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7074 | 2025.04.28 18:14:36.734611 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4547 rows, containing 5 columns (5 merged, 0 gathered) in 0.006915905 sec., 657469.9912737379 rows/sec., 55.86 MiB/sec. | ||
| 7075 | 2025.04.28 18:14:36.734654 [ 199 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::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 | ||
| 7076 | 2025.04.28 18:14:36.734979 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7077 | 2025.04.28 18:14:36.735415 [ 199 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7078 | 2025.04.28 18:14:36.735570 [ 199 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 163 rows starting from the beginning of the part | ||
| 7079 | 2025.04.28 18:14:36.735886 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_56_11} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7080 | 2025.04.28 18:14:36.736182 [ 194 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_56_11} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7081 | 2025.04.28 18:14:36.736270 [ 199 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 4 rows starting from the beginning of the part | ||
| 7082 | 2025.04.28 18:14:36.736434 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 7083 | 2025.04.28 18:14:36.736765 [ 199 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 141 rows starting from the beginning of the part | ||
| 7084 | 2025.04.28 18:14:36.737223 [ 199 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 4 rows starting from the beginning of the part | ||
| 7085 | 2025.04.28 18:14:36.737426 [ 263 ] {4691d424-f536-4db0-a020-137944afe5c0} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7086 | 2025.04.28 18:14:36.737488 [ 199 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 141 rows starting from the beginning of the part | ||
| 7087 | 2025.04.28 18:14:36.737522 [ 263 ] {4691d424-f536-4db0-a020-137944afe5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7088 | 2025.04.28 18:14:36.737827 [ 199 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 12 rows starting from the beginning of the part | ||
| 7089 | 2025.04.28 18:14:36.738806 [ 263 ] {4691d424-f536-4db0-a020-137944afe5c0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7090 | 2025.04.28 18:14:36.739319 [ 263 ] {4691d424-f536-4db0-a020-137944afe5c0} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7091 | 2025.04.28 18:14:36.739621 [ 112 ] {} <Debug> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7092 | 2025.04.28 18:14:36.739710 [ 112 ] {} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7093 | 2025.04.28 18:14:36.739793 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7094 | 2025.04.28 18:14:36.739986 [ 263 ] {4691d424-f536-4db0-a020-137944afe5c0} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.006173 sec., 12311.679896322696 rows/sec., 986.21 KiB/sec. | ||
| 7095 | 2025.04.28 18:14:36.740281 [ 263 ] {4691d424-f536-4db0-a020-137944afe5c0} <Debug> TCPHandler: Processed in 0.006883834 sec. | ||
| 7096 | 2025.04.28 18:14:36.740348 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::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 | ||
| 7097 | 2025.04.28 18:14:36.740586 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7098 | 2025.04.28 18:14:36.740927 [ 263 ] {4647df35-2f7b-4d7c-b5f0-320ab8f5dd81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7099 | 2025.04.28 18:14:36.740960 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7100 | 2025.04.28 18:14:36.741092 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 7101 | 2025.04.28 18:14:36.741109 [ 263 ] {4647df35-2f7b-4d7c-b5f0-320ab8f5dd81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7102 | 2025.04.28 18:14:36.741585 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 873 rows starting from the beginning of the part | ||
| 7103 | 2025.04.28 18:14:36.742063 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
| 7104 | 2025.04.28 18:14:36.742697 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 68 rows starting from the beginning of the part | ||
| 7105 | 2025.04.28 18:14:36.743312 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 417 rows starting from the beginning of the part | ||
| 7106 | 2025.04.28 18:14:36.743364 [ 191 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 465 rows, containing 5 columns (5 merged, 0 gathered) in 0.010083613 sec., 46114.42347103166 rows/sec., 3.09 MiB/sec. | ||
| 7107 | 2025.04.28 18:14:36.743651 [ 189 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 76 rows starting from the beginning of the part | ||
| 7108 | 2025.04.28 18:14:36.744291 [ 191 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7109 | 2025.04.28 18:14:36.744974 [ 263 ] {4647df35-2f7b-4d7c-b5f0-320ab8f5dd81} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7110 | 2025.04.28 18:14:36.745071 [ 263 ] {4647df35-2f7b-4d7c-b5f0-320ab8f5dd81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7111 | 2025.04.28 18:14:36.745372 [ 191 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_41_8} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7112 | 2025.04.28 18:14:36.745642 [ 191 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_41_8} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7113 | 2025.04.28 18:14:36.745862 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7114 | 2025.04.28 18:14:36.746500 [ 263 ] {4647df35-2f7b-4d7c-b5f0-320ab8f5dd81} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7115 | 2025.04.28 18:14:36.746991 [ 263 ] {4647df35-2f7b-4d7c-b5f0-320ab8f5dd81} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7116 | 2025.04.28 18:14:36.747211 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7117 | 2025.04.28 18:14:36.747307 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7118 | 2025.04.28 18:14:36.747329 [ 263 ] {4647df35-2f7b-4d7c-b5f0-320ab8f5dd81} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.006538 sec., 25084.123585194247 rows/sec., 1.75 MiB/sec. | ||
| 7119 | 2025.04.28 18:14:36.747347 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7120 | 2025.04.28 18:14:36.747587 [ 263 ] {4647df35-2f7b-4d7c-b5f0-320ab8f5dd81} <Debug> TCPHandler: Processed in 0.007113639 sec. | ||
| 7121 | 2025.04.28 18:14:36.747975 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7122 | 2025.04.28 18:14:36.748273 [ 189 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 7123 | 2025.04.28 18:14:36.748354 [ 263 ] {e645dcaa-f04c-4a40-a210-72884085b8e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7124 | 2025.04.28 18:14:36.748424 [ 192 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.008442578 sec., 285576.2777672887 rows/sec., 21.87 MiB/sec. | ||
| 7125 | 2025.04.28 18:14:36.748623 [ 263 ] {e645dcaa-f04c-4a40-a210-72884085b8e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7126 | 2025.04.28 18:14:36.748801 [ 192 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7127 | 2025.04.28 18:14:36.749114 [ 189 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7128 | 2025.04.28 18:14:36.749278 [ 189 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15503 rows starting from the beginning of the part | ||
| 7129 | 2025.04.28 18:14:36.749770 [ 189 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 955 rows starting from the beginning of the part | ||
| 7130 | 2025.04.28 18:14:36.750297 [ 192 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_56_11} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7131 | 2025.04.28 18:14:36.750407 [ 189 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 128 rows starting from the beginning of the part | ||
| 7132 | 2025.04.28 18:14:36.750874 [ 192 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_56_11} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7133 | 2025.04.28 18:14:36.750989 [ 189 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 7134 | 2025.04.28 18:14:36.751179 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 7135 | 2025.04.28 18:14:36.751503 [ 189 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 7136 | 2025.04.28 18:14:36.751938 [ 189 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 164 rows starting from the beginning of the part | ||
| 7137 | 2025.04.28 18:14:36.754335 [ 263 ] {e645dcaa-f04c-4a40-a210-72884085b8e2} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7138 | 2025.04.28 18:14:36.754403 [ 263 ] {e645dcaa-f04c-4a40-a210-72884085b8e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7139 | 2025.04.28 18:14:36.756012 [ 263 ] {e645dcaa-f04c-4a40-a210-72884085b8e2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7140 | 2025.04.28 18:14:36.756489 [ 263 ] {e645dcaa-f04c-4a40-a210-72884085b8e2} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7141 | 2025.04.28 18:14:36.756921 [ 263 ] {e645dcaa-f04c-4a40-a210-72884085b8e2} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.008696 sec., 459.9816007359705 rows/sec., 844.05 KiB/sec. | ||
| 7142 | 2025.04.28 18:14:36.757246 [ 263 ] {e645dcaa-f04c-4a40-a210-72884085b8e2} <Debug> TCPHandler: Processed in 0.009420264 sec. | ||
| 7143 | 2025.04.28 18:14:36.757374 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7144 | 2025.04.28 18:14:36.757490 [ 263 ] {dfb540d6-35d9-45c7-a055-17c13a3594f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7145 | 2025.04.28 18:14:36.757540 [ 263 ] {dfb540d6-35d9-45c7-a055-17c13a3594f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7146 | 2025.04.28 18:14:36.758022 [ 263 ] {dfb540d6-35d9-45c7-a055-17c13a3594f7} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7147 | 2025.04.28 18:14:36.758111 [ 263 ] {dfb540d6-35d9-45c7-a055-17c13a3594f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7148 | 2025.04.28 18:14:36.758778 [ 263 ] {dfb540d6-35d9-45c7-a055-17c13a3594f7} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7149 | 2025.04.28 18:14:36.759142 [ 263 ] {dfb540d6-35d9-45c7-a055-17c13a3594f7} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7150 | 2025.04.28 18:14:36.759337 [ 111 ] {} <Debug> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7151 | 2025.04.28 18:14:36.759452 [ 263 ] {dfb540d6-35d9-45c7-a055-17c13a3594f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001959 sec., 30627.871362940277 rows/sec., 2.06 MiB/sec. | ||
| 7152 | 2025.04.28 18:14:36.759527 [ 111 ] {} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7153 | 2025.04.28 18:14:36.759788 [ 263 ] {dfb540d6-35d9-45c7-a055-17c13a3594f7} <Debug> TCPHandler: Processed in 0.002460227 sec. | ||
| 7154 | 2025.04.28 18:14:36.760068 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7155 | 2025.04.28 18:14:36.760132 [ 190 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17147 rows, containing 5 columns (5 merged, 0 gathered) in 0.012547911 sec., 1366522.284067842 rows/sec., 92.34 MiB/sec. | ||
| 7156 | 2025.04.28 18:14:36.760236 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 7157 | 2025.04.28 18:14:36.760391 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7158 | 2025.04.28 18:14:36.760441 [ 190 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7159 | 2025.04.28 18:14:36.760456 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2994 rows starting from the beginning of the part | ||
| 7160 | 2025.04.28 18:14:36.760765 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 34 rows starting from the beginning of the part | ||
| 7161 | 2025.04.28 18:14:36.760995 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 48 rows starting from the beginning of the part | ||
| 7162 | 2025.04.28 18:14:36.761282 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 7163 | 2025.04.28 18:14:36.761500 [ 190 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7164 | 2025.04.28 18:14:36.761560 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 7165 | 2025.04.28 18:14:36.761825 [ 189 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 7166 | 2025.04.28 18:14:36.761864 [ 190 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7167 | 2025.04.28 18:14:36.762185 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 7168 | 2025.04.28 18:14:36.763325 [ 200 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3278 rows, containing 4 columns (4 merged, 0 gathered) in 0.003168478 sec., 1034566.1229145349 rows/sec., 67.75 MiB/sec. | ||
| 7169 | 2025.04.28 18:14:36.763658 [ 200 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7170 | 2025.04.28 18:14:36.763945 [ 200 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_56_11} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7171 | 2025.04.28 18:14:36.764028 [ 200 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_56_11} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7172 | 2025.04.28 18:14:36.764110 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7173 | 2025.04.28 18:14:37.987915 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 7174 | 2025.04.28 18:14:37.988995 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7175 | 2025.04.28 18:14:37.989092 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7176 | 2025.04.28 18:14:37.989667 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7177 | 2025.04.28 18:14:37.989945 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7178 | 2025.04.28 18:14:37.990223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 7179 | 2025.04.28 18:14:39.059601 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7180 | 2025.04.28 18:14:39.080606 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7181 | 2025.04.28 18:14:39.080667 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7182 | 2025.04.28 18:14:39.088028 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7183 | 2025.04.28 18:14:39.088827 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7184 | 2025.04.28 18:14:39.091624 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7185 | 2025.04.28 18:14:41.729867 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7186 | 2025.04.28 18:14:41.730117 [ 263 ] {9cd4ec6c-b0db-4367-b366-6be1551a5865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7187 | 2025.04.28 18:14:41.730196 [ 263 ] {9cd4ec6c-b0db-4367-b366-6be1551a5865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7188 | 2025.04.28 18:14:41.731228 [ 263 ] {9cd4ec6c-b0db-4367-b366-6be1551a5865} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7189 | 2025.04.28 18:14:41.731278 [ 263 ] {9cd4ec6c-b0db-4367-b366-6be1551a5865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7190 | 2025.04.28 18:14:41.731716 [ 263 ] {9cd4ec6c-b0db-4367-b366-6be1551a5865} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7191 | 2025.04.28 18:14:41.731970 [ 263 ] {9cd4ec6c-b0db-4367-b366-6be1551a5865} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7192 | 2025.04.28 18:14:41.732171 [ 105 ] {} <Debug> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7193 | 2025.04.28 18:14:41.732200 [ 263 ] {9cd4ec6c-b0db-4367-b366-6be1551a5865} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002139 sec., 99111.73445535297 rows/sec., 6.30 MiB/sec. | ||
| 7194 | 2025.04.28 18:14:41.732265 [ 105 ] {} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7195 | 2025.04.28 18:14:41.732332 [ 263 ] {9cd4ec6c-b0db-4367-b366-6be1551a5865} <Debug> TCPHandler: Processed in 0.00262301 sec. | ||
| 7196 | 2025.04.28 18:14:41.732339 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7197 | 2025.04.28 18:14:41.732498 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7198 | 2025.04.28 18:14:41.732504 [ 196 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 7199 | 2025.04.28 18:14:41.732654 [ 263 ] {266e4b11-fbb2-4726-bbe2-09f64213fd76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7200 | 2025.04.28 18:14:41.732662 [ 196 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7201 | 2025.04.28 18:14:41.732707 [ 196 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 7202 | 2025.04.28 18:14:41.732713 [ 263 ] {266e4b11-fbb2-4726-bbe2-09f64213fd76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7203 | 2025.04.28 18:14:41.732884 [ 196 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 7204 | 2025.04.28 18:14:41.733347 [ 196 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 7205 | 2025.04.28 18:14:41.733676 [ 196 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 7206 | 2025.04.28 18:14:41.734028 [ 196 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::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 | ||
| 7207 | 2025.04.28 18:14:41.735405 [ 263 ] {266e4b11-fbb2-4726-bbe2-09f64213fd76} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7208 | 2025.04.28 18:14:41.735450 [ 263 ] {266e4b11-fbb2-4726-bbe2-09f64213fd76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7209 | 2025.04.28 18:14:41.735776 [ 196 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003320581 sec., 319221.24471590965 rows/sec., 21.52 MiB/sec. | ||
| 7210 | 2025.04.28 18:14:41.735901 [ 196 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7211 | 2025.04.28 18:14:41.736002 [ 263 ] {266e4b11-fbb2-4726-bbe2-09f64213fd76} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7212 | 2025.04.28 18:14:41.736194 [ 196 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_21_5} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7213 | 2025.04.28 18:14:41.736283 [ 196 ] {5ff9ee08-3a22-4ee4-8c31-2659148631a5::all_1_21_5} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7214 | 2025.04.28 18:14:41.736340 [ 263 ] {266e4b11-fbb2-4726-bbe2-09f64213fd76} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7215 | 2025.04.28 18:14:41.736369 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 7216 | 2025.04.28 18:14:41.736544 [ 263 ] {266e4b11-fbb2-4726-bbe2-09f64213fd76} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.003933 sec., 174675.81998474448 rows/sec., 13.91 MiB/sec. | ||
| 7217 | 2025.04.28 18:14:41.736604 [ 263 ] {266e4b11-fbb2-4726-bbe2-09f64213fd76} <Debug> TCPHandler: Processed in 0.004166034 sec. | ||
| 7218 | 2025.04.28 18:14:41.736772 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7219 | 2025.04.28 18:14:41.736879 [ 263 ] {7cc181ca-1a9c-47f3-bf12-2b26c2f65f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7220 | 2025.04.28 18:14:41.736924 [ 263 ] {7cc181ca-1a9c-47f3-bf12-2b26c2f65f08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7221 | 2025.04.28 18:14:41.737487 [ 263 ] {7cc181ca-1a9c-47f3-bf12-2b26c2f65f08} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7222 | 2025.04.28 18:14:41.737527 [ 263 ] {7cc181ca-1a9c-47f3-bf12-2b26c2f65f08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7223 | 2025.04.28 18:14:41.737881 [ 263 ] {7cc181ca-1a9c-47f3-bf12-2b26c2f65f08} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7224 | 2025.04.28 18:14:41.738135 [ 263 ] {7cc181ca-1a9c-47f3-bf12-2b26c2f65f08} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7225 | 2025.04.28 18:14:41.738302 [ 263 ] {7cc181ca-1a9c-47f3-bf12-2b26c2f65f08} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001446 sec., 97510.37344398341 rows/sec., 6.09 MiB/sec. | ||
| 7226 | 2025.04.28 18:14:41.738418 [ 263 ] {7cc181ca-1a9c-47f3-bf12-2b26c2f65f08} <Debug> TCPHandler: Processed in 0.001707256 sec. | ||
| 7227 | 2025.04.28 18:14:41.738596 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7228 | 2025.04.28 18:14:41.738937 [ 263 ] {d4179a72-253c-4383-b212-63aa49cb9268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7229 | 2025.04.28 18:14:41.739028 [ 263 ] {d4179a72-253c-4383-b212-63aa49cb9268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7230 | 2025.04.28 18:14:41.739588 [ 263 ] {d4179a72-253c-4383-b212-63aa49cb9268} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7231 | 2025.04.28 18:14:41.739626 [ 263 ] {d4179a72-253c-4383-b212-63aa49cb9268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7232 | 2025.04.28 18:14:41.739980 [ 263 ] {d4179a72-253c-4383-b212-63aa49cb9268} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7233 | 2025.04.28 18:14:41.740237 [ 263 ] {d4179a72-253c-4383-b212-63aa49cb9268} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7234 | 2025.04.28 18:14:41.740420 [ 263 ] {d4179a72-253c-4383-b212-63aa49cb9268} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001603 sec., 70492.82595134123 rows/sec., 4.56 MiB/sec. | ||
| 7235 | 2025.04.28 18:14:41.740531 [ 263 ] {d4179a72-253c-4383-b212-63aa49cb9268} <Debug> TCPHandler: Processed in 0.002019751 sec. | ||
| 7236 | 2025.04.28 18:14:41.740733 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7237 | 2025.04.28 18:14:41.740837 [ 263 ] {617da356-3763-4581-a33c-1a4922a59322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7238 | 2025.04.28 18:14:41.740884 [ 263 ] {617da356-3763-4581-a33c-1a4922a59322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7239 | 2025.04.28 18:14:41.741447 [ 263 ] {617da356-3763-4581-a33c-1a4922a59322} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7240 | 2025.04.28 18:14:41.741486 [ 263 ] {617da356-3763-4581-a33c-1a4922a59322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7241 | 2025.04.28 18:14:41.741827 [ 263 ] {617da356-3763-4581-a33c-1a4922a59322} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7242 | 2025.04.28 18:14:41.742069 [ 263 ] {617da356-3763-4581-a33c-1a4922a59322} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7243 | 2025.04.28 18:14:41.742207 [ 104 ] {} <Debug> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7244 | 2025.04.28 18:14:41.742240 [ 263 ] {617da356-3763-4581-a33c-1a4922a59322} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001422 sec., 78762.30661040788 rows/sec., 4.49 MiB/sec. | ||
| 7245 | 2025.04.28 18:14:41.742251 [ 104 ] {} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7246 | 2025.04.28 18:14:41.742285 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7247 | 2025.04.28 18:14:41.742312 [ 263 ] {617da356-3763-4581-a33c-1a4922a59322} <Debug> TCPHandler: Processed in 0.001645655 sec. | ||
| 7248 | 2025.04.28 18:14:41.742508 [ 198 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 7249 | 2025.04.28 18:14:41.742520 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7250 | 2025.04.28 18:14:41.742798 [ 263 ] {972e986e-c51b-49ba-a15a-ca36787df4d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7251 | 2025.04.28 18:14:41.742814 [ 198 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7252 | 2025.04.28 18:14:41.742874 [ 263 ] {972e986e-c51b-49ba-a15a-ca36787df4d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7253 | 2025.04.28 18:14:41.742894 [ 198 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 7254 | 2025.04.28 18:14:41.743187 [ 198 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 7255 | 2025.04.28 18:14:41.743526 [ 198 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 7256 | 2025.04.28 18:14:41.743893 [ 198 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 7257 | 2025.04.28 18:14:41.744266 [ 198 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::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 | ||
| 7258 | 2025.04.28 18:14:41.745868 [ 263 ] {972e986e-c51b-49ba-a15a-ca36787df4d4} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2025.04.28 18:14:41.745941 [ 263 ] {972e986e-c51b-49ba-a15a-ca36787df4d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7260 | 2025.04.28 18:14:41.746856 [ 198 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004469788 sec., 125285.5840142754 rows/sec., 7.61 MiB/sec. | ||
| 7261 | 2025.04.28 18:14:41.746910 [ 263 ] {972e986e-c51b-49ba-a15a-ca36787df4d4} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7262 | 2025.04.28 18:14:41.747029 [ 198 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7263 | 2025.04.28 18:14:41.747345 [ 263 ] {972e986e-c51b-49ba-a15a-ca36787df4d4} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7264 | 2025.04.28 18:14:41.747713 [ 198 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_21_5} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7265 | 2025.04.28 18:14:41.747725 [ 263 ] {972e986e-c51b-49ba-a15a-ca36787df4d4} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.00503 sec., 82902.58449304175 rows/sec., 5.90 MiB/sec. | ||
| 7266 | 2025.04.28 18:14:41.747899 [ 263 ] {972e986e-c51b-49ba-a15a-ca36787df4d4} <Debug> TCPHandler: Processed in 0.005513404 sec. | ||
| 7267 | 2025.04.28 18:14:41.747934 [ 198 ] {a9284dd3-09d6-4384-8346-146cec0f91ef::all_1_21_5} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7268 | 2025.04.28 18:14:41.748125 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7269 | 2025.04.28 18:14:41.748132 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7270 | 2025.04.28 18:14:41.748251 [ 263 ] {cfe9a16b-6049-4f18-8f5b-0c1ee809b6f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7271 | 2025.04.28 18:14:41.748298 [ 263 ] {cfe9a16b-6049-4f18-8f5b-0c1ee809b6f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7272 | 2025.04.28 18:14:41.748788 [ 263 ] {cfe9a16b-6049-4f18-8f5b-0c1ee809b6f0} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7273 | 2025.04.28 18:14:41.748828 [ 263 ] {cfe9a16b-6049-4f18-8f5b-0c1ee809b6f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7274 | 2025.04.28 18:14:41.749190 [ 263 ] {cfe9a16b-6049-4f18-8f5b-0c1ee809b6f0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7275 | 2025.04.28 18:14:41.749439 [ 263 ] {cfe9a16b-6049-4f18-8f5b-0c1ee809b6f0} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7276 | 2025.04.28 18:14:41.749614 [ 103 ] {} <Debug> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7277 | 2025.04.28 18:14:41.749647 [ 263 ] {cfe9a16b-6049-4f18-8f5b-0c1ee809b6f0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec. | ||
| 7278 | 2025.04.28 18:14:41.749692 [ 103 ] {} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7279 | 2025.04.28 18:14:41.749750 [ 263 ] {cfe9a16b-6049-4f18-8f5b-0c1ee809b6f0} <Debug> TCPHandler: Processed in 0.001707315 sec. | ||
| 7280 | 2025.04.28 18:14:41.749755 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7281 | 2025.04.28 18:14:41.749995 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7282 | 2025.04.28 18:14:41.750098 [ 186 ] {737a1b51-2ecb-4119-a191-a769de3ae772::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 | ||
| 7283 | 2025.04.28 18:14:41.750392 [ 263 ] {9619de3a-2c78-4bb9-8e02-ee78fd6fef36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7284 | 2025.04.28 18:14:41.750604 [ 263 ] {9619de3a-2c78-4bb9-8e02-ee78fd6fef36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7285 | 2025.04.28 18:14:41.750654 [ 186 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7286 | 2025.04.28 18:14:41.750788 [ 186 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 7287 | 2025.04.28 18:14:41.751112 [ 186 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 7288 | 2025.04.28 18:14:41.751422 [ 186 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 7289 | 2025.04.28 18:14:41.751795 [ 186 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 7290 | 2025.04.28 18:14:41.752157 [ 186 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 7291 | 2025.04.28 18:14:41.752448 [ 186 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7292 | 2025.04.28 18:14:41.753573 [ 263 ] {9619de3a-2c78-4bb9-8e02-ee78fd6fef36} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7293 | 2025.04.28 18:14:41.753651 [ 263 ] {9619de3a-2c78-4bb9-8e02-ee78fd6fef36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7294 | 2025.04.28 18:14:41.754757 [ 263 ] {9619de3a-2c78-4bb9-8e02-ee78fd6fef36} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7295 | 2025.04.28 18:14:41.755178 [ 193 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005291511 sec., 23811.724099222323 rows/sec., 1.21 MiB/sec. | ||
| 7296 | 2025.04.28 18:14:41.755276 [ 263 ] {9619de3a-2c78-4bb9-8e02-ee78fd6fef36} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7297 | 2025.04.28 18:14:41.755581 [ 193 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7298 | 2025.04.28 18:14:41.755704 [ 263 ] {9619de3a-2c78-4bb9-8e02-ee78fd6fef36} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005464 sec., 43374.81698389458 rows/sec., 2.91 MiB/sec. | ||
| 7299 | 2025.04.28 18:14:41.756029 [ 263 ] {9619de3a-2c78-4bb9-8e02-ee78fd6fef36} <Debug> TCPHandler: Processed in 0.006154064 sec. | ||
| 7300 | 2025.04.28 18:14:41.756379 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7301 | 2025.04.28 18:14:41.756711 [ 263 ] {beccc900-5ff6-4840-b9fc-8ac3ffca03aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7302 | 2025.04.28 18:14:41.756797 [ 193 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_21_4} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7303 | 2025.04.28 18:14:41.756812 [ 263 ] {beccc900-5ff6-4840-b9fc-8ac3ffca03aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7304 | 2025.04.28 18:14:41.757000 [ 193 ] {737a1b51-2ecb-4119-a191-a769de3ae772::all_1_21_4} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7305 | 2025.04.28 18:14:41.757228 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7306 | 2025.04.28 18:14:41.757575 [ 263 ] {beccc900-5ff6-4840-b9fc-8ac3ffca03aa} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7307 | 2025.04.28 18:14:41.757619 [ 263 ] {beccc900-5ff6-4840-b9fc-8ac3ffca03aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7308 | 2025.04.28 18:14:41.757988 [ 263 ] {beccc900-5ff6-4840-b9fc-8ac3ffca03aa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7309 | 2025.04.28 18:14:41.758250 [ 263 ] {beccc900-5ff6-4840-b9fc-8ac3ffca03aa} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7310 | 2025.04.28 18:14:41.758422 [ 103 ] {} <Debug> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7311 | 2025.04.28 18:14:41.758471 [ 263 ] {beccc900-5ff6-4840-b9fc-8ac3ffca03aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001871 sec., 534.4735435595937 rows/sec., 36.01 KiB/sec. | ||
| 7312 | 2025.04.28 18:14:41.758485 [ 103 ] {} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7313 | 2025.04.28 18:14:41.758555 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7314 | 2025.04.28 18:14:41.758606 [ 263 ] {beccc900-5ff6-4840-b9fc-8ac3ffca03aa} <Debug> TCPHandler: Processed in 0.002363366 sec. | ||
| 7315 | 2025.04.28 18:14:41.758812 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::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 | ||
| 7316 | 2025.04.28 18:14:41.758823 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7317 | 2025.04.28 18:14:41.759088 [ 263 ] {fb6bef5f-747c-485f-b2c9-4b3d55be35b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7318 | 2025.04.28 18:14:41.759104 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7319 | 2025.04.28 18:14:41.759185 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 17 rows starting from the beginning of the part | ||
| 7320 | 2025.04.28 18:14:41.759266 [ 263 ] {fb6bef5f-747c-485f-b2c9-4b3d55be35b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7321 | 2025.04.28 18:14:41.759475 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 7322 | 2025.04.28 18:14:41.760013 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 7323 | 2025.04.28 18:14:41.760382 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 7324 | 2025.04.28 18:14:41.760757 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7325 | 2025.04.28 18:14:41.761193 [ 187 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7326 | 2025.04.28 18:14:41.764722 [ 188 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.006051042 sec., 3635.7374481948727 rows/sec., 244.34 KiB/sec. | ||
| 7327 | 2025.04.28 18:14:41.764806 [ 263 ] {fb6bef5f-747c-485f-b2c9-4b3d55be35b1} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7328 | 2025.04.28 18:14:41.764848 [ 263 ] {fb6bef5f-747c-485f-b2c9-4b3d55be35b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7329 | 2025.04.28 18:14:41.764897 [ 188 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7330 | 2025.04.28 18:14:41.765308 [ 188 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_21_4} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7331 | 2025.04.28 18:14:41.765411 [ 188 ] {f1a9d9bf-a684-4cc6-b25e-ca68c58f612b::all_1_21_4} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7332 | 2025.04.28 18:14:41.765522 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 7333 | 2025.04.28 18:14:41.765770 [ 263 ] {fb6bef5f-747c-485f-b2c9-4b3d55be35b1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7334 | 2025.04.28 18:14:41.766044 [ 263 ] {fb6bef5f-747c-485f-b2c9-4b3d55be35b1} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7335 | 2025.04.28 18:14:41.766238 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7336 | 2025.04.28 18:14:41.766300 [ 263 ] {fb6bef5f-747c-485f-b2c9-4b3d55be35b1} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007288 sec., 4802.414928649835 rows/sec., 8.61 MiB/sec. | ||
| 7337 | 2025.04.28 18:14:41.766311 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7338 | 2025.04.28 18:14:41.766391 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7339 | 2025.04.28 18:14:41.766729 [ 263 ] {fb6bef5f-747c-485f-b2c9-4b3d55be35b1} <Debug> TCPHandler: Processed in 0.007998202 sec. | ||
| 7340 | 2025.04.28 18:14:41.766760 [ 193 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::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 | ||
| 7341 | 2025.04.28 18:14:41.766921 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7342 | 2025.04.28 18:14:41.767193 [ 263 ] {7ebf0d44-5f2f-4a5b-9130-f196d70e732b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7343 | 2025.04.28 18:14:41.767328 [ 263 ] {7ebf0d44-5f2f-4a5b-9130-f196d70e732b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7344 | 2025.04.28 18:14:41.767488 [ 193 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7345 | 2025.04.28 18:14:41.767744 [ 193 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 760 rows starting from the beginning of the part | ||
| 7346 | 2025.04.28 18:14:41.768429 [ 193 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 35 rows starting from the beginning of the part | ||
| 7347 | 2025.04.28 18:14:41.769216 [ 193 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
| 7348 | 2025.04.28 18:14:41.769581 [ 263 ] {7ebf0d44-5f2f-4a5b-9130-f196d70e732b} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7349 | 2025.04.28 18:14:41.769724 [ 263 ] {7ebf0d44-5f2f-4a5b-9130-f196d70e732b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 7350 | 2025.04.28 18:14:41.769950 [ 193 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 35 rows starting from the beginning of the part | ||
| 7351 | 2025.04.28 18:14:41.770628 [ 193 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
| 7352 | 2025.04.28 18:14:41.771307 [ 193 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 35 rows starting from the beginning of the part | ||
| 7353 | 2025.04.28 18:14:41.771384 [ 263 ] {7ebf0d44-5f2f-4a5b-9130-f196d70e732b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7354 | 2025.04.28 18:14:41.772233 [ 263 ] {7ebf0d44-5f2f-4a5b-9130-f196d70e732b} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7355 | 2025.04.28 18:14:41.772677 [ 263 ] {7ebf0d44-5f2f-4a5b-9130-f196d70e732b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005563 sec., 14740.24806758943 rows/sec., 958.66 KiB/sec. | ||
| 7356 | 2025.04.28 18:14:41.772821 [ 263 ] {7ebf0d44-5f2f-4a5b-9130-f196d70e732b} <Debug> TCPHandler: Processed in 0.00597592 sec. | ||
| 7357 | 2025.04.28 18:14:41.786839 [ 188 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 873 rows, containing 19 columns (19 merged, 0 gathered) in 0.020277889 sec., 43051.81865824396 rows/sec., 77.15 MiB/sec. | ||
| 7358 | 2025.04.28 18:14:41.787959 [ 187 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7359 | 2025.04.28 18:14:41.788408 [ 187 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7360 | 2025.04.28 18:14:41.788495 [ 187 ] {db325baa-4a0a-4f2d-87ec-bc188d33e298::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7361 | 2025.04.28 18:14:41.788643 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. | ||
| 7362 | 2025.04.28 18:14:45.361639 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7363 | 2025.04.28 18:14:45.361707 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7364 | 2025.04.28 18:14:45.490435 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7365 | 2025.04.28 18:14:45.491163 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7366 | 2025.04.28 18:14:45.491205 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7367 | 2025.04.28 18:14:45.491801 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7368 | 2025.04.28 18:14:45.492069 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7369 | 2025.04.28 18:14:45.492217 [ 100 ] {} <Debug> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7370 | 2025.04.28 18:14:45.492275 [ 100 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7371 | 2025.04.28 18:14:45.492279 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7372 | 2025.04.28 18:14:45.492300 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7373 | 2025.04.28 18:14:45.492554 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 7374 | 2025.04.28 18:14:45.492840 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7375 | 2025.04.28 18:14:45.492913 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 7376 | 2025.04.28 18:14:45.493084 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 7377 | 2025.04.28 18:14:45.493243 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 7378 | 2025.04.28 18:14:45.493439 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 7379 | 2025.04.28 18:14:45.493718 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 7380 | 2025.04.28 18:14:45.494003 [ 203 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::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 | ||
| 7381 | 2025.04.28 18:14:45.496625 [ 192 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.004235235 sec., 3903207.260045782 rows/sec., 55.84 MiB/sec. | ||
| 7382 | 2025.04.28 18:14:45.496763 [ 200 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7383 | 2025.04.28 18:14:45.497105 [ 200 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_36_7} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7384 | 2025.04.28 18:14:45.497186 [ 200 ] {9347a106-a05c-4fc6-a316-7cd474edc00a::all_1_36_7} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7385 | 2025.04.28 18:14:45.497292 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7386 | 2025.04.28 18:14:45.568986 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1034 | ||
| 7387 | 2025.04.28 18:14:45.572637 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7388 | 2025.04.28 18:14:45.572697 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7389 | 2025.04.28 18:14:45.574179 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7390 | 2025.04.28 18:14:45.574523 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7391 | 2025.04.28 18:14:45.574746 [ 100 ] {} <Debug> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7392 | 2025.04.28 18:14:45.574852 [ 100 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7393 | 2025.04.28 18:14:45.574920 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7394 | 2025.04.28 18:14:45.575233 [ 190 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::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 | ||
| 7395 | 2025.04.28 18:14:45.575714 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1034 | ||
| 7396 | 2025.04.28 18:14:45.576129 [ 190 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7397 | 2025.04.28 18:14:45.576259 [ 190 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 854 rows starting from the beginning of the part | ||
| 7398 | 2025.04.28 18:14:45.576801 [ 190 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part | ||
| 7399 | 2025.04.28 18:14:45.577306 [ 190 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part | ||
| 7400 | 2025.04.28 18:14:45.577924 [ 190 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part | ||
| 7401 | 2025.04.28 18:14:45.578447 [ 190 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::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 | ||
| 7402 | 2025.04.28 18:14:45.578996 [ 190 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part | ||
| 7403 | 2025.04.28 18:14:45.587215 [ 192 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1034 rows, containing 72 columns (72 merged, 0 gathered) in 0.012177905 sec., 84907.87208473051 rows/sec., 68.75 MiB/sec. | ||
| 7404 | 2025.04.28 18:14:45.588498 [ 194 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7405 | 2025.04.28 18:14:45.589169 [ 194 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_26_5} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7406 | 2025.04.28 18:14:45.589256 [ 194 ] {1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296::all_1_26_5} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7407 | 2025.04.28 18:14:45.589453 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB. | ||
| 7408 | 2025.04.28 18:14:46.591813 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7409 | 2025.04.28 18:14:46.612589 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7410 | 2025.04.28 18:14:46.612641 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7411 | 2025.04.28 18:14:46.619798 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7412 | 2025.04.28 18:14:46.620547 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7413 | 2025.04.28 18:14:46.620969 [ 98 ] {} <Debug> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7414 | 2025.04.28 18:14:46.621142 [ 98 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7415 | 2025.04.28 18:14:46.621259 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7416 | 2025.04.28 18:14:46.621833 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 7417 | 2025.04.28 18:14:46.636230 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7418 | 2025.04.28 18:14:46.637966 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7419 | 2025.04.28 18:14:46.639279 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 7420 | 2025.04.28 18:14:46.644677 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 7421 | 2025.04.28 18:14:46.650397 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 7422 | 2025.04.28 18:14:46.656138 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 7423 | 2025.04.28 18:14:46.662017 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 7424 | 2025.04.28 18:14:46.666750 [ 192 ] {5f609b69-a6e5-4e54-abde-240d39899935::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 | ||
| 7425 | 2025.04.28 18:14:46.723527 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7426 | 2025.04.28 18:14:46.723768 [ 263 ] {348c51fd-7bec-4331-aba1-25d3497c4498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7427 | 2025.04.28 18:14:46.723860 [ 263 ] {348c51fd-7bec-4331-aba1-25d3497c4498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7428 | 2025.04.28 18:14:46.725570 [ 263 ] {348c51fd-7bec-4331-aba1-25d3497c4498} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7429 | 2025.04.28 18:14:46.725633 [ 263 ] {348c51fd-7bec-4331-aba1-25d3497c4498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7430 | 2025.04.28 18:14:46.726554 [ 263 ] {348c51fd-7bec-4331-aba1-25d3497c4498} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7431 | 2025.04.28 18:14:46.726990 [ 263 ] {348c51fd-7bec-4331-aba1-25d3497c4498} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7432 | 2025.04.28 18:14:46.727502 [ 263 ] {348c51fd-7bec-4331-aba1-25d3497c4498} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.0038 sec., 16842.105263157893 rows/sec., 1.33 MiB/sec. | ||
| 7433 | 2025.04.28 18:14:46.727800 [ 263 ] {348c51fd-7bec-4331-aba1-25d3497c4498} <Debug> TCPHandler: Processed in 0.004414028 sec. | ||
| 7434 | 2025.04.28 18:14:46.728098 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7435 | 2025.04.28 18:14:46.728366 [ 263 ] {5fb4cd08-2756-4453-9720-1694f51589f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7436 | 2025.04.28 18:14:46.728476 [ 263 ] {5fb4cd08-2756-4453-9720-1694f51589f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7437 | 2025.04.28 18:14:46.730107 [ 263 ] {5fb4cd08-2756-4453-9720-1694f51589f6} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7438 | 2025.04.28 18:14:46.730165 [ 263 ] {5fb4cd08-2756-4453-9720-1694f51589f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7439 | 2025.04.28 18:14:46.730909 [ 263 ] {5fb4cd08-2756-4453-9720-1694f51589f6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7440 | 2025.04.28 18:14:46.731364 [ 263 ] {5fb4cd08-2756-4453-9720-1694f51589f6} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7441 | 2025.04.28 18:14:46.731837 [ 263 ] {5fb4cd08-2756-4453-9720-1694f51589f6} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.003553 sec., 1125.809175344779 rows/sec., 84.66 KiB/sec. | ||
| 7442 | 2025.04.28 18:14:46.731998 [ 263 ] {5fb4cd08-2756-4453-9720-1694f51589f6} <Debug> TCPHandler: Processed in 0.00399877 sec. | ||
| 7443 | 2025.04.28 18:14:46.732184 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7444 | 2025.04.28 18:14:46.732359 [ 263 ] {820d4c81-f7f5-4b95-9ff9-5514ab8817e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7445 | 2025.04.28 18:14:46.732435 [ 263 ] {820d4c81-f7f5-4b95-9ff9-5514ab8817e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7446 | 2025.04.28 18:14:46.734000 [ 263 ] {820d4c81-f7f5-4b95-9ff9-5514ab8817e2} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7447 | 2025.04.28 18:14:46.734048 [ 263 ] {820d4c81-f7f5-4b95-9ff9-5514ab8817e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7448 | 2025.04.28 18:14:46.734100 [ 194 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.112657494 sec., 2414.3977496960833 rows/sec., 12.48 MiB/sec. | ||
| 7449 | 2025.04.28 18:14:46.734972 [ 263 ] {820d4c81-f7f5-4b95-9ff9-5514ab8817e2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7450 | 2025.04.28 18:14:46.735486 [ 263 ] {820d4c81-f7f5-4b95-9ff9-5514ab8817e2} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7451 | 2025.04.28 18:14:46.735893 [ 263 ] {820d4c81-f7f5-4b95-9ff9-5514ab8817e2} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.003584 sec., 18973.214285714286 rows/sec., 1.48 MiB/sec. | ||
| 7452 | 2025.04.28 18:14:46.736030 [ 263 ] {820d4c81-f7f5-4b95-9ff9-5514ab8817e2} <Debug> TCPHandler: Processed in 0.003916 sec. | ||
| 7453 | 2025.04.28 18:14:46.736212 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7454 | 2025.04.28 18:14:46.736385 [ 263 ] {cc4e0b8d-a71f-400b-8872-c74006d55838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7455 | 2025.04.28 18:14:46.736476 [ 263 ] {cc4e0b8d-a71f-400b-8872-c74006d55838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7456 | 2025.04.28 18:14:46.738454 [ 263 ] {cc4e0b8d-a71f-400b-8872-c74006d55838} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7457 | 2025.04.28 18:14:46.738523 [ 263 ] {cc4e0b8d-a71f-400b-8872-c74006d55838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7458 | 2025.04.28 18:14:46.739503 [ 263 ] {cc4e0b8d-a71f-400b-8872-c74006d55838} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7459 | 2025.04.28 18:14:46.739998 [ 263 ] {cc4e0b8d-a71f-400b-8872-c74006d55838} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7460 | 2025.04.28 18:14:46.740457 [ 263 ] {cc4e0b8d-a71f-400b-8872-c74006d55838} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004109 sec., 38938.91457775615 rows/sec., 2.71 MiB/sec. | ||
| 7461 | 2025.04.28 18:14:46.740616 [ 263 ] {cc4e0b8d-a71f-400b-8872-c74006d55838} <Debug> TCPHandler: Processed in 0.004493069 sec. | ||
| 7462 | 2025.04.28 18:14:46.740817 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7463 | 2025.04.28 18:14:46.741239 [ 263 ] {9ab0ab2f-054b-49cf-a3f4-f4e6b3213b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7464 | 2025.04.28 18:14:46.741654 [ 263 ] {9ab0ab2f-054b-49cf-a3f4-f4e6b3213b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7465 | 2025.04.28 18:14:46.741872 [ 189 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7466 | 2025.04.28 18:14:46.747195 [ 263 ] {9ab0ab2f-054b-49cf-a3f4-f4e6b3213b79} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7467 | 2025.04.28 18:14:46.747272 [ 263 ] {9ab0ab2f-054b-49cf-a3f4-f4e6b3213b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7468 | 2025.04.28 18:14:46.750049 [ 263 ] {9ab0ab2f-054b-49cf-a3f4-f4e6b3213b79} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7469 | 2025.04.28 18:14:46.751083 [ 263 ] {9ab0ab2f-054b-49cf-a3f4-f4e6b3213b79} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7470 | 2025.04.28 18:14:46.751676 [ 263 ] {9ab0ab2f-054b-49cf-a3f4-f4e6b3213b79} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.010646 sec., 375.72797294758595 rows/sec., 689.45 KiB/sec. | ||
| 7471 | 2025.04.28 18:14:46.752139 [ 263 ] {9ab0ab2f-054b-49cf-a3f4-f4e6b3213b79} <Debug> TCPHandler: Processed in 0.011401974 sec. | ||
| 7472 | 2025.04.28 18:14:46.752403 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7473 | 2025.04.28 18:14:46.752639 [ 263 ] {48e1a201-575c-4d4d-8369-897633eceb07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7474 | 2025.04.28 18:14:46.752770 [ 263 ] {48e1a201-575c-4d4d-8369-897633eceb07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7475 | 2025.04.28 18:14:46.754964 [ 263 ] {48e1a201-575c-4d4d-8369-897633eceb07} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7476 | 2025.04.28 18:14:46.755022 [ 263 ] {48e1a201-575c-4d4d-8369-897633eceb07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7477 | 2025.04.28 18:14:46.755284 [ 194 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_36_7} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7478 | 2025.04.28 18:14:46.755618 [ 194 ] {5f609b69-a6e5-4e54-abde-240d39899935::all_1_36_7} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7479 | 2025.04.28 18:14:46.755652 [ 263 ] {48e1a201-575c-4d4d-8369-897633eceb07} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7480 | 2025.04.28 18:14:46.755899 [ 263 ] {48e1a201-575c-4d4d-8369-897633eceb07} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7481 | 2025.04.28 18:14:46.756121 [ 263 ] {48e1a201-575c-4d4d-8369-897633eceb07} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003563 sec., 16839.741790625878 rows/sec., 1.13 MiB/sec. | ||
| 7482 | 2025.04.28 18:14:46.756176 [ 263 ] {48e1a201-575c-4d4d-8369-897633eceb07} <Debug> TCPHandler: Processed in 0.003861118 sec. | ||
| 7483 | 2025.04.28 18:14:46.758351 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7484 | 2025.04.28 18:14:47.142900 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7485 | 2025.04.28 18:14:47.143078 [ 263 ] {d2445ed5-ca0a-4faa-928f-440c48c4048a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7486 | 2025.04.28 18:14:47.143148 [ 263 ] {d2445ed5-ca0a-4faa-928f-440c48c4048a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7487 | 2025.04.28 18:14:47.143965 [ 263 ] {d2445ed5-ca0a-4faa-928f-440c48c4048a} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7488 | 2025.04.28 18:14:47.144013 [ 263 ] {d2445ed5-ca0a-4faa-928f-440c48c4048a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7489 | 2025.04.28 18:14:47.144471 [ 263 ] {d2445ed5-ca0a-4faa-928f-440c48c4048a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7490 | 2025.04.28 18:14:47.144724 [ 263 ] {d2445ed5-ca0a-4faa-928f-440c48c4048a} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7491 | 2025.04.28 18:14:47.144960 [ 263 ] {d2445ed5-ca0a-4faa-928f-440c48c4048a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001928 sec., 109958.50622406638 rows/sec., 6.99 MiB/sec. | ||
| 7492 | 2025.04.28 18:14:47.145027 [ 263 ] {d2445ed5-ca0a-4faa-928f-440c48c4048a} <Debug> TCPHandler: Processed in 0.002248674 sec. | ||
| 7493 | 2025.04.28 18:14:47.145156 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7494 | 2025.04.28 18:14:47.145267 [ 263 ] {b063b89e-8949-4e9b-b6e7-d0eef44c0b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7495 | 2025.04.28 18:14:47.145316 [ 263 ] {b063b89e-8949-4e9b-b6e7-d0eef44c0b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7496 | 2025.04.28 18:14:47.145834 [ 263 ] {b063b89e-8949-4e9b-b6e7-d0eef44c0b9c} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7497 | 2025.04.28 18:14:47.145875 [ 263 ] {b063b89e-8949-4e9b-b6e7-d0eef44c0b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7498 | 2025.04.28 18:14:47.146232 [ 263 ] {b063b89e-8949-4e9b-b6e7-d0eef44c0b9c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 7499 | 2025.04.28 18:14:47.146468 [ 263 ] {b063b89e-8949-4e9b-b6e7-d0eef44c0b9c} <Trace> oximeter.fields_ipaddr (f595f490-561f-4158-b00f-e3b9b70db387): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7500 | 2025.04.28 18:14:47.146720 [ 263 ] {b063b89e-8949-4e9b-b6e7-d0eef44c0b9c} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001473 sec., 6788.866259334692 rows/sec., 553.58 KiB/sec. | ||
| 7501 | 2025.04.28 18:14:47.146894 [ 263 ] {b063b89e-8949-4e9b-b6e7-d0eef44c0b9c} <Debug> TCPHandler: Processed in 0.001788807 sec. | ||
| 7502 | 2025.04.28 18:14:47.147023 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7503 | 2025.04.28 18:14:47.147131 [ 263 ] {5bec85f9-0672-4f47-a27c-4e3e2f45a379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7504 | 2025.04.28 18:14:47.147178 [ 263 ] {5bec85f9-0672-4f47-a27c-4e3e2f45a379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7505 | 2025.04.28 18:14:47.148560 [ 263 ] {5bec85f9-0672-4f47-a27c-4e3e2f45a379} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7506 | 2025.04.28 18:14:47.148601 [ 263 ] {5bec85f9-0672-4f47-a27c-4e3e2f45a379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7507 | 2025.04.28 18:14:47.149076 [ 263 ] {5bec85f9-0672-4f47-a27c-4e3e2f45a379} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7508 | 2025.04.28 18:14:47.149319 [ 263 ] {5bec85f9-0672-4f47-a27c-4e3e2f45a379} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7509 | 2025.04.28 18:14:47.149528 [ 263 ] {5bec85f9-0672-4f47-a27c-4e3e2f45a379} <Debug> executeQuery: Read 1832 rows, 152.97 KiB in 0.002419 sec., 757337.7428689541 rows/sec., 61.75 MiB/sec. | ||
| 7510 | 2025.04.28 18:14:47.149584 [ 263 ] {5bec85f9-0672-4f47-a27c-4e3e2f45a379} <Debug> TCPHandler: Processed in 0.00261773 sec. | ||
| 7511 | 2025.04.28 18:14:47.149710 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7512 | 2025.04.28 18:14:47.149815 [ 263 ] {f740280b-cd1b-4bdd-a033-32b532df21ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7513 | 2025.04.28 18:14:47.149861 [ 263 ] {f740280b-cd1b-4bdd-a033-32b532df21ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7514 | 2025.04.28 18:14:47.150430 [ 263 ] {f740280b-cd1b-4bdd-a033-32b532df21ab} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7515 | 2025.04.28 18:14:47.150470 [ 263 ] {f740280b-cd1b-4bdd-a033-32b532df21ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7516 | 2025.04.28 18:14:47.150824 [ 263 ] {f740280b-cd1b-4bdd-a033-32b532df21ab} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7517 | 2025.04.28 18:14:47.151066 [ 263 ] {f740280b-cd1b-4bdd-a033-32b532df21ab} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7518 | 2025.04.28 18:14:47.151277 [ 263 ] {f740280b-cd1b-4bdd-a033-32b532df21ab} <Debug> executeQuery: Read 151 rows, 9.72 KiB in 0.001483 sec., 101820.63385030345 rows/sec., 6.40 MiB/sec. | ||
| 7519 | 2025.04.28 18:14:47.151327 [ 263 ] {f740280b-cd1b-4bdd-a033-32b532df21ab} <Debug> TCPHandler: Processed in 0.001669186 sec. | ||
| 7520 | 2025.04.28 18:14:47.151449 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7521 | 2025.04.28 18:14:47.151560 [ 263 ] {319280ac-a323-454f-a6cf-6deb7a4e5cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7522 | 2025.04.28 18:14:47.151606 [ 263 ] {319280ac-a323-454f-a6cf-6deb7a4e5cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7523 | 2025.04.28 18:14:47.152267 [ 263 ] {319280ac-a323-454f-a6cf-6deb7a4e5cef} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7524 | 2025.04.28 18:14:47.152306 [ 263 ] {319280ac-a323-454f-a6cf-6deb7a4e5cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7525 | 2025.04.28 18:14:47.152682 [ 263 ] {319280ac-a323-454f-a6cf-6deb7a4e5cef} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7526 | 2025.04.28 18:14:47.152933 [ 263 ] {319280ac-a323-454f-a6cf-6deb7a4e5cef} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7527 | 2025.04.28 18:14:47.153142 [ 263 ] {319280ac-a323-454f-a6cf-6deb7a4e5cef} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001594 sec., 213927.2271016311 rows/sec., 14.27 MiB/sec. | ||
| 7528 | 2025.04.28 18:14:47.153191 [ 263 ] {319280ac-a323-454f-a6cf-6deb7a4e5cef} <Debug> TCPHandler: Processed in 0.001793047 sec. | ||
| 7529 | 2025.04.28 18:14:47.153309 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7530 | 2025.04.28 18:14:47.153409 [ 263 ] {66e86b20-63c1-4173-8f79-87c25fe30d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7531 | 2025.04.28 18:14:47.153452 [ 263 ] {66e86b20-63c1-4173-8f79-87c25fe30d2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7532 | 2025.04.28 18:14:47.153984 [ 263 ] {66e86b20-63c1-4173-8f79-87c25fe30d2e} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7533 | 2025.04.28 18:14:47.154022 [ 263 ] {66e86b20-63c1-4173-8f79-87c25fe30d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7534 | 2025.04.28 18:14:47.154380 [ 263 ] {66e86b20-63c1-4173-8f79-87c25fe30d2e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7535 | 2025.04.28 18:14:47.154615 [ 263 ] {66e86b20-63c1-4173-8f79-87c25fe30d2e} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7536 | 2025.04.28 18:14:47.154778 [ 263 ] {66e86b20-63c1-4173-8f79-87c25fe30d2e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001391 sec., 80517.6132278936 rows/sec., 4.59 MiB/sec. | ||
| 7537 | 2025.04.28 18:14:47.154827 [ 263 ] {66e86b20-63c1-4173-8f79-87c25fe30d2e} <Debug> TCPHandler: Processed in 0.001565584 sec. | ||
| 7538 | 2025.04.28 18:14:47.154947 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7539 | 2025.04.28 18:14:47.155059 [ 263 ] {2f14f31a-6f1d-4ac1-a5f4-d4b11dfd0279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7540 | 2025.04.28 18:14:47.155104 [ 263 ] {2f14f31a-6f1d-4ac1-a5f4-d4b11dfd0279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7541 | 2025.04.28 18:14:47.155912 [ 263 ] {2f14f31a-6f1d-4ac1-a5f4-d4b11dfd0279} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7542 | 2025.04.28 18:14:47.155949 [ 263 ] {2f14f31a-6f1d-4ac1-a5f4-d4b11dfd0279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7543 | 2025.04.28 18:14:47.156351 [ 263 ] {2f14f31a-6f1d-4ac1-a5f4-d4b11dfd0279} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7544 | 2025.04.28 18:14:47.156604 [ 263 ] {2f14f31a-6f1d-4ac1-a5f4-d4b11dfd0279} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7545 | 2025.04.28 18:14:47.156781 [ 263 ] {2f14f31a-6f1d-4ac1-a5f4-d4b11dfd0279} <Debug> executeQuery: Read 883 rows, 65.49 KiB in 0.001738 sec., 508055.2359033372 rows/sec., 36.80 MiB/sec. | ||
| 7546 | 2025.04.28 18:14:47.156877 [ 263 ] {2f14f31a-6f1d-4ac1-a5f4-d4b11dfd0279} <Debug> TCPHandler: Processed in 0.00198067 sec. | ||
| 7547 | 2025.04.28 18:14:47.157009 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7548 | 2025.04.28 18:14:47.157246 [ 263 ] {2a749556-8969-4c3a-bc4d-b751d7aa5338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7549 | 2025.04.28 18:14:47.157297 [ 263 ] {2a749556-8969-4c3a-bc4d-b751d7aa5338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7550 | 2025.04.28 18:14:47.157719 [ 263 ] {2a749556-8969-4c3a-bc4d-b751d7aa5338} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7551 | 2025.04.28 18:14:47.157756 [ 263 ] {2a749556-8969-4c3a-bc4d-b751d7aa5338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7552 | 2025.04.28 18:14:47.158104 [ 263 ] {2a749556-8969-4c3a-bc4d-b751d7aa5338} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7553 | 2025.04.28 18:14:47.158347 [ 263 ] {2a749556-8969-4c3a-bc4d-b751d7aa5338} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7554 | 2025.04.28 18:14:47.158549 [ 263 ] {2a749556-8969-4c3a-bc4d-b751d7aa5338} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001375 sec., 4363.636363636364 rows/sec., 227.98 KiB/sec. | ||
| 7555 | 2025.04.28 18:14:47.158597 [ 263 ] {2a749556-8969-4c3a-bc4d-b751d7aa5338} <Debug> TCPHandler: Processed in 0.001656205 sec. | ||
| 7556 | 2025.04.28 18:14:47.158707 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7557 | 2025.04.28 18:14:47.158809 [ 263 ] {f3acdc7d-3a7c-4abe-b3d3-7497f70c13c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7558 | 2025.04.28 18:14:47.158858 [ 263 ] {f3acdc7d-3a7c-4abe-b3d3-7497f70c13c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7559 | 2025.04.28 18:14:47.159530 [ 263 ] {f3acdc7d-3a7c-4abe-b3d3-7497f70c13c6} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7560 | 2025.04.28 18:14:47.159567 [ 263 ] {f3acdc7d-3a7c-4abe-b3d3-7497f70c13c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7561 | 2025.04.28 18:14:47.159986 [ 263 ] {f3acdc7d-3a7c-4abe-b3d3-7497f70c13c6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7562 | 2025.04.28 18:14:47.160245 [ 263 ] {f3acdc7d-3a7c-4abe-b3d3-7497f70c13c6} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7563 | 2025.04.28 18:14:47.160483 [ 263 ] {f3acdc7d-3a7c-4abe-b3d3-7497f70c13c6} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.001689 sec., 568383.6589698046 rows/sec., 37.77 MiB/sec. | ||
| 7564 | 2025.04.28 18:14:47.160565 [ 263 ] {f3acdc7d-3a7c-4abe-b3d3-7497f70c13c6} <Debug> TCPHandler: Processed in 0.001907829 sec. | ||
| 7565 | 2025.04.28 18:14:47.160786 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7566 | 2025.04.28 18:14:47.160908 [ 263 ] {2dd0a406-d272-4237-b5b1-45f1de66e58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7567 | 2025.04.28 18:14:47.160956 [ 263 ] {2dd0a406-d272-4237-b5b1-45f1de66e58e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7568 | 2025.04.28 18:14:47.161362 [ 263 ] {2dd0a406-d272-4237-b5b1-45f1de66e58e} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7569 | 2025.04.28 18:14:47.161400 [ 263 ] {2dd0a406-d272-4237-b5b1-45f1de66e58e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7570 | 2025.04.28 18:14:47.161741 [ 263 ] {2dd0a406-d272-4237-b5b1-45f1de66e58e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7571 | 2025.04.28 18:14:47.162000 [ 263 ] {2dd0a406-d272-4237-b5b1-45f1de66e58e} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7572 | 2025.04.28 18:14:47.162231 [ 263 ] {2dd0a406-d272-4237-b5b1-45f1de66e58e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001342 sec., 745.1564828614008 rows/sec., 50.21 KiB/sec. | ||
| 7573 | 2025.04.28 18:14:47.162397 [ 263 ] {2dd0a406-d272-4237-b5b1-45f1de66e58e} <Debug> TCPHandler: Processed in 0.001715736 sec. | ||
| 7574 | 2025.04.28 18:14:47.162573 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7575 | 2025.04.28 18:14:47.162675 [ 263 ] {2707c065-efb1-4b75-86df-9a19634ea9a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7576 | 2025.04.28 18:14:47.162750 [ 263 ] {2707c065-efb1-4b75-86df-9a19634ea9a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7577 | 2025.04.28 18:14:47.163904 [ 263 ] {2707c065-efb1-4b75-86df-9a19634ea9a9} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7578 | 2025.04.28 18:14:47.163943 [ 263 ] {2707c065-efb1-4b75-86df-9a19634ea9a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7579 | 2025.04.28 18:14:47.164681 [ 263 ] {2707c065-efb1-4b75-86df-9a19634ea9a9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7580 | 2025.04.28 18:14:47.164947 [ 263 ] {2707c065-efb1-4b75-86df-9a19634ea9a9} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7581 | 2025.04.28 18:14:47.165221 [ 263 ] {2707c065-efb1-4b75-86df-9a19634ea9a9} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00256 sec., 13671.874999999998 rows/sec., 24.50 MiB/sec. | ||
| 7582 | 2025.04.28 18:14:47.165648 [ 263 ] {2707c065-efb1-4b75-86df-9a19634ea9a9} <Debug> TCPHandler: Processed in 0.003130358 sec. | ||
| 7583 | 2025.04.28 18:14:47.165871 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7584 | 2025.04.28 18:14:47.165975 [ 263 ] {5a8630a9-c132-46c1-87a1-78bc0045dcb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7585 | 2025.04.28 18:14:47.166023 [ 263 ] {5a8630a9-c132-46c1-87a1-78bc0045dcb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7586 | 2025.04.28 18:14:47.166500 [ 263 ] {5a8630a9-c132-46c1-87a1-78bc0045dcb6} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7587 | 2025.04.28 18:14:47.166538 [ 263 ] {5a8630a9-c132-46c1-87a1-78bc0045dcb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7588 | 2025.04.28 18:14:47.166893 [ 263 ] {5a8630a9-c132-46c1-87a1-78bc0045dcb6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7589 | 2025.04.28 18:14:47.167140 [ 263 ] {5a8630a9-c132-46c1-87a1-78bc0045dcb6} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7590 | 2025.04.28 18:14:47.167343 [ 263 ] {5a8630a9-c132-46c1-87a1-78bc0045dcb6} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00139 sec., 24460.43165467626 rows/sec., 1.42 MiB/sec. | ||
| 7591 | 2025.04.28 18:14:47.167418 [ 263 ] {5a8630a9-c132-46c1-87a1-78bc0045dcb6} <Debug> TCPHandler: Processed in 0.001597644 sec. | ||
| 7592 | 2025.04.28 18:14:51.721787 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7593 | 2025.04.28 18:14:51.722003 [ 263 ] {439f12c4-c8fa-4848-9c98-af76a7a2f13d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7594 | 2025.04.28 18:14:51.722081 [ 263 ] {439f12c4-c8fa-4848-9c98-af76a7a2f13d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7595 | 2025.04.28 18:14:51.722895 [ 263 ] {439f12c4-c8fa-4848-9c98-af76a7a2f13d} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7596 | 2025.04.28 18:14:51.722941 [ 263 ] {439f12c4-c8fa-4848-9c98-af76a7a2f13d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7597 | 2025.04.28 18:14:51.723371 [ 263 ] {439f12c4-c8fa-4848-9c98-af76a7a2f13d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7598 | 2025.04.28 18:14:51.723624 [ 263 ] {439f12c4-c8fa-4848-9c98-af76a7a2f13d} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7599 | 2025.04.28 18:14:51.723898 [ 263 ] {439f12c4-c8fa-4848-9c98-af76a7a2f13d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.21 MiB/sec. | ||
| 7600 | 2025.04.28 18:14:51.723965 [ 263 ] {439f12c4-c8fa-4848-9c98-af76a7a2f13d} <Debug> TCPHandler: Processed in 0.002306885 sec. | ||
| 7601 | 2025.04.28 18:14:51.724091 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7602 | 2025.04.28 18:14:51.724200 [ 263 ] {06b6b187-9b4c-4d2f-ad60-b74979d0d7cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7603 | 2025.04.28 18:14:51.724247 [ 263 ] {06b6b187-9b4c-4d2f-ad60-b74979d0d7cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7604 | 2025.04.28 18:14:51.724788 [ 263 ] {06b6b187-9b4c-4d2f-ad60-b74979d0d7cc} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7605 | 2025.04.28 18:14:51.724828 [ 263 ] {06b6b187-9b4c-4d2f-ad60-b74979d0d7cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7606 | 2025.04.28 18:14:51.725177 [ 263 ] {06b6b187-9b4c-4d2f-ad60-b74979d0d7cc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7607 | 2025.04.28 18:14:51.725411 [ 263 ] {06b6b187-9b4c-4d2f-ad60-b74979d0d7cc} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7608 | 2025.04.28 18:14:51.725616 [ 263 ] {06b6b187-9b4c-4d2f-ad60-b74979d0d7cc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001443 sec., 44352.04435204435 rows/sec., 3.46 MiB/sec. | ||
| 7609 | 2025.04.28 18:14:51.725666 [ 263 ] {06b6b187-9b4c-4d2f-ad60-b74979d0d7cc} <Debug> TCPHandler: Processed in 0.001625844 sec. | ||
| 7610 | 2025.04.28 18:14:51.725781 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7611 | 2025.04.28 18:14:51.725884 [ 263 ] {f07e2c8c-88d6-4e7b-8545-81a98a5f27dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7612 | 2025.04.28 18:14:51.725934 [ 263 ] {f07e2c8c-88d6-4e7b-8545-81a98a5f27dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7613 | 2025.04.28 18:14:51.726417 [ 263 ] {f07e2c8c-88d6-4e7b-8545-81a98a5f27dc} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7614 | 2025.04.28 18:14:51.726455 [ 263 ] {f07e2c8c-88d6-4e7b-8545-81a98a5f27dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7615 | 2025.04.28 18:14:51.726829 [ 263 ] {f07e2c8c-88d6-4e7b-8545-81a98a5f27dc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7616 | 2025.04.28 18:14:51.727066 [ 263 ] {f07e2c8c-88d6-4e7b-8545-81a98a5f27dc} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7617 | 2025.04.28 18:14:51.727276 [ 263 ] {f07e2c8c-88d6-4e7b-8545-81a98a5f27dc} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001413 sec., 90587.40268931352 rows/sec., 6.31 MiB/sec. | ||
| 7618 | 2025.04.28 18:14:51.727339 [ 263 ] {f07e2c8c-88d6-4e7b-8545-81a98a5f27dc} <Debug> TCPHandler: Processed in 0.001607445 sec. | ||
| 7619 | 2025.04.28 18:14:51.727489 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7620 | 2025.04.28 18:14:51.727633 [ 263 ] {732ff908-55e1-4ede-9896-f5f3f70dba68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7621 | 2025.04.28 18:14:51.727689 [ 263 ] {732ff908-55e1-4ede-9896-f5f3f70dba68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7622 | 2025.04.28 18:14:51.728186 [ 263 ] {732ff908-55e1-4ede-9896-f5f3f70dba68} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7623 | 2025.04.28 18:14:51.728232 [ 263 ] {732ff908-55e1-4ede-9896-f5f3f70dba68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7624 | 2025.04.28 18:14:51.728600 [ 263 ] {732ff908-55e1-4ede-9896-f5f3f70dba68} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7625 | 2025.04.28 18:14:51.728831 [ 263 ] {732ff908-55e1-4ede-9896-f5f3f70dba68} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7626 | 2025.04.28 18:14:51.729056 [ 263 ] {732ff908-55e1-4ede-9896-f5f3f70dba68} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001451 sec., 33080.63404548587 rows/sec., 2.23 MiB/sec. | ||
| 7627 | 2025.04.28 18:14:51.729136 [ 263 ] {732ff908-55e1-4ede-9896-f5f3f70dba68} <Debug> TCPHandler: Processed in 0.001728286 sec. | ||
| 7628 | 2025.04.28 18:14:52.992486 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7629 | 2025.04.28 18:14:52.993095 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7630 | 2025.04.28 18:14:52.993140 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7631 | 2025.04.28 18:14:52.993675 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7632 | 2025.04.28 18:14:52.993917 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7633 | 2025.04.28 18:14:52.994140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7634 | 2025.04.28 18:14:54.136430 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7635 | 2025.04.28 18:14:54.154521 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7636 | 2025.04.28 18:14:54.154575 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7637 | 2025.04.28 18:14:54.161582 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7638 | 2025.04.28 18:14:54.162313 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7639 | 2025.04.28 18:14:54.164753 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7640 | 2025.04.28 18:14:55.576036 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1078 | ||
| 7641 | 2025.04.28 18:14:55.579216 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7642 | 2025.04.28 18:14:55.579257 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7643 | 2025.04.28 18:14:55.580685 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7644 | 2025.04.28 18:14:55.580995 [ 242 ] {} <Trace> system.query_log (1b82a7d2-6e03-41dd-b6f0-1e2ae3d0c296): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7645 | 2025.04.28 18:14:55.581495 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1078 | ||
| 7646 | 2025.04.28 18:14:56.723159 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7647 | 2025.04.28 18:14:56.723343 [ 263 ] {fd6ff94f-4947-4475-82f2-ea0f9cfdc1b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7648 | 2025.04.28 18:14:56.723417 [ 263 ] {fd6ff94f-4947-4475-82f2-ea0f9cfdc1b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7649 | 2025.04.28 18:14:56.724174 [ 263 ] {fd6ff94f-4947-4475-82f2-ea0f9cfdc1b6} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7650 | 2025.04.28 18:14:56.724220 [ 263 ] {fd6ff94f-4947-4475-82f2-ea0f9cfdc1b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7651 | 2025.04.28 18:14:56.724663 [ 263 ] {fd6ff94f-4947-4475-82f2-ea0f9cfdc1b6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7652 | 2025.04.28 18:14:56.724916 [ 263 ] {fd6ff94f-4947-4475-82f2-ea0f9cfdc1b6} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7653 | 2025.04.28 18:14:56.725122 [ 81 ] {} <Debug> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7654 | 2025.04.28 18:14:56.725174 [ 263 ] {fd6ff94f-4947-4475-82f2-ea0f9cfdc1b6} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001879 sec., 34060.67056945184 rows/sec., 2.70 MiB/sec. | ||
| 7655 | 2025.04.28 18:14:56.725213 [ 81 ] {} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7656 | 2025.04.28 18:14:56.725290 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7657 | 2025.04.28 18:14:56.725309 [ 263 ] {fd6ff94f-4947-4475-82f2-ea0f9cfdc1b6} <Debug> TCPHandler: Processed in 0.002269425 sec. | ||
| 7658 | 2025.04.28 18:14:56.725528 [ 197 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::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 | ||
| 7659 | 2025.04.28 18:14:56.725548 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7660 | 2025.04.28 18:14:56.725789 [ 197 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7661 | 2025.04.28 18:14:56.725821 [ 263 ] {49c912a9-e5f0-400f-8a36-2af0642498fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7662 | 2025.04.28 18:14:56.725853 [ 197 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1845 rows starting from the beginning of the part | ||
| 7663 | 2025.04.28 18:14:56.725925 [ 263 ] {49c912a9-e5f0-400f-8a36-2af0642498fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7664 | 2025.04.28 18:14:56.726097 [ 197 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 687 rows starting from the beginning of the part | ||
| 7665 | 2025.04.28 18:14:56.726515 [ 197 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part | ||
| 7666 | 2025.04.28 18:14:56.726844 [ 197 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1832 rows starting from the beginning of the part | ||
| 7667 | 2025.04.28 18:14:56.727148 [ 197 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 7668 | 2025.04.28 18:14:56.727474 [ 197 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part | ||
| 7669 | 2025.04.28 18:14:56.728878 [ 263 ] {49c912a9-e5f0-400f-8a36-2af0642498fa} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7670 | 2025.04.28 18:14:56.728940 [ 263 ] {49c912a9-e5f0-400f-8a36-2af0642498fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7671 | 2025.04.28 18:14:56.729919 [ 263 ] {49c912a9-e5f0-400f-8a36-2af0642498fa} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7672 | 2025.04.28 18:14:56.730358 [ 263 ] {49c912a9-e5f0-400f-8a36-2af0642498fa} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7673 | 2025.04.28 18:14:56.730667 [ 263 ] {49c912a9-e5f0-400f-8a36-2af0642498fa} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.004913 sec., 814.1664970486464 rows/sec., 61.22 KiB/sec. | ||
| 7674 | 2025.04.28 18:14:56.730899 [ 263 ] {49c912a9-e5f0-400f-8a36-2af0642498fa} <Debug> TCPHandler: Processed in 0.005434483 sec. | ||
| 7675 | 2025.04.28 18:14:56.731237 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7676 | 2025.04.28 18:14:56.731794 [ 263 ] {2e1b9c3a-c0c6-4297-bfa9-881702ae4e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7677 | 2025.04.28 18:14:56.731968 [ 263 ] {2e1b9c3a-c0c6-4297-bfa9-881702ae4e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7678 | 2025.04.28 18:14:56.731968 [ 197 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4548 rows, containing 5 columns (5 merged, 0 gathered) in 0.0065639 sec., 692880.7568671064 rows/sec., 58.87 MiB/sec. | ||
| 7679 | 2025.04.28 18:14:56.732323 [ 197 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7680 | 2025.04.28 18:14:56.732973 [ 197 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_61_12} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7681 | 2025.04.28 18:14:56.733208 [ 197 ] {a516c098-d703-46fa-ac9b-3987fa0397f4::all_1_61_12} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7682 | 2025.04.28 18:14:56.733401 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 7683 | 2025.04.28 18:14:56.733469 [ 263 ] {2e1b9c3a-c0c6-4297-bfa9-881702ae4e45} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7684 | 2025.04.28 18:14:56.733518 [ 263 ] {2e1b9c3a-c0c6-4297-bfa9-881702ae4e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7685 | 2025.04.28 18:14:56.733917 [ 263 ] {2e1b9c3a-c0c6-4297-bfa9-881702ae4e45} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7686 | 2025.04.28 18:14:56.734175 [ 263 ] {2e1b9c3a-c0c6-4297-bfa9-881702ae4e45} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7687 | 2025.04.28 18:14:56.734366 [ 81 ] {} <Debug> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7688 | 2025.04.28 18:14:56.734420 [ 263 ] {2e1b9c3a-c0c6-4297-bfa9-881702ae4e45} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002825 sec., 24070.796460176993 rows/sec., 1.88 MiB/sec. | ||
| 7689 | 2025.04.28 18:14:56.734429 [ 81 ] {} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7690 | 2025.04.28 18:14:56.734516 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7691 | 2025.04.28 18:14:56.734568 [ 263 ] {2e1b9c3a-c0c6-4297-bfa9-881702ae4e45} <Debug> TCPHandler: Processed in 0.003457933 sec. | ||
| 7692 | 2025.04.28 18:14:56.734840 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7693 | 2025.04.28 18:14:56.734860 [ 194 ] {a17caf10-576c-423e-b538-4d14fa340852::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 | ||
| 7694 | 2025.04.28 18:14:56.735201 [ 263 ] {af3f971d-5c77-424e-b729-8b055d7c127b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7695 | 2025.04.28 18:14:56.735390 [ 194 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7696 | 2025.04.28 18:14:56.735406 [ 263 ] {af3f971d-5c77-424e-b729-8b055d7c127b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7697 | 2025.04.28 18:14:56.735527 [ 194 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 7698 | 2025.04.28 18:14:56.735973 [ 194 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 417 rows starting from the beginning of the part | ||
| 7699 | 2025.04.28 18:14:56.736413 [ 194 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 68 rows starting from the beginning of the part | ||
| 7700 | 2025.04.28 18:14:56.736751 [ 194 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 883 rows starting from the beginning of the part | ||
| 7701 | 2025.04.28 18:14:56.737260 [ 194 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 7702 | 2025.04.28 18:14:56.737700 [ 194 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 68 rows starting from the beginning of the part | ||
| 7703 | 2025.04.28 18:14:56.738878 [ 263 ] {af3f971d-5c77-424e-b729-8b055d7c127b} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7704 | 2025.04.28 18:14:56.738958 [ 263 ] {af3f971d-5c77-424e-b729-8b055d7c127b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7705 | 2025.04.28 18:14:56.739903 [ 263 ] {af3f971d-5c77-424e-b729-8b055d7c127b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7706 | 2025.04.28 18:14:56.740408 [ 263 ] {af3f971d-5c77-424e-b729-8b055d7c127b} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7707 | 2025.04.28 18:14:56.740657 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7708 | 2025.04.28 18:14:56.740742 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7709 | 2025.04.28 18:14:56.740786 [ 263 ] {af3f971d-5c77-424e-b729-8b055d7c127b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005723 sec., 27957.365018347024 rows/sec., 1.95 MiB/sec. | ||
| 7710 | 2025.04.28 18:14:56.740818 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7711 | 2025.04.28 18:14:56.741168 [ 263 ] {af3f971d-5c77-424e-b729-8b055d7c127b} <Debug> TCPHandler: Processed in 0.006428078 sec. | ||
| 7712 | 2025.04.28 18:14:56.741581 [ 194 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.006918015 sec., 348799.4749939109 rows/sec., 26.71 MiB/sec. | ||
| 7713 | 2025.04.28 18:14:56.741593 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7714 | 2025.04.28 18:14:56.741644 [ 187 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 7715 | 2025.04.28 18:14:56.741900 [ 263 ] {6f40e66d-a675-4d5e-a46a-f6067dd6222b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7716 | 2025.04.28 18:14:56.741901 [ 194 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7717 | 2025.04.28 18:14:56.742247 [ 263 ] {6f40e66d-a675-4d5e-a46a-f6067dd6222b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7718 | 2025.04.28 18:14:56.742266 [ 187 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7719 | 2025.04.28 18:14:56.742625 [ 187 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17147 rows starting from the beginning of the part | ||
| 7720 | 2025.04.28 18:14:56.742810 [ 194 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_61_12} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7721 | 2025.04.28 18:14:56.743146 [ 194 ] {a17caf10-576c-423e-b538-4d14fa340852::all_1_61_12} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7722 | 2025.04.28 18:14:56.743446 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 7723 | 2025.04.28 18:14:56.743532 [ 187 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part | ||
| 7724 | 2025.04.28 18:14:56.744059 [ 187 ] {0e840fe1-c146-4824-9197-1f0197553b02::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 | ||
| 7725 | 2025.04.28 18:14:56.744511 [ 187 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 960 rows starting from the beginning of the part | ||
| 7726 | 2025.04.28 18:14:56.745036 [ 187 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 128 rows starting from the beginning of the part | ||
| 7727 | 2025.04.28 18:14:56.745504 [ 187 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
| 7728 | 2025.04.28 18:14:56.747114 [ 263 ] {6f40e66d-a675-4d5e-a46a-f6067dd6222b} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7729 | 2025.04.28 18:14:56.747175 [ 263 ] {6f40e66d-a675-4d5e-a46a-f6067dd6222b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7730 | 2025.04.28 18:14:56.748019 [ 263 ] {6f40e66d-a675-4d5e-a46a-f6067dd6222b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7731 | 2025.04.28 18:14:56.748600 [ 263 ] {6f40e66d-a675-4d5e-a46a-f6067dd6222b} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7732 | 2025.04.28 18:14:56.749225 [ 263 ] {6f40e66d-a675-4d5e-a46a-f6067dd6222b} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007412 sec., 539.6654074473826 rows/sec., 990.26 KiB/sec. | ||
| 7733 | 2025.04.28 18:14:56.749439 [ 263 ] {6f40e66d-a675-4d5e-a46a-f6067dd6222b} <Debug> TCPHandler: Processed in 0.007984731 sec. | ||
| 7734 | 2025.04.28 18:14:56.749639 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7735 | 2025.04.28 18:14:56.749748 [ 263 ] {52b298da-42f3-406a-865a-03f95513b355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7736 | 2025.04.28 18:14:56.749836 [ 263 ] {52b298da-42f3-406a-865a-03f95513b355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7737 | 2025.04.28 18:14:56.750621 [ 263 ] {52b298da-42f3-406a-865a-03f95513b355} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7738 | 2025.04.28 18:14:56.750682 [ 263 ] {52b298da-42f3-406a-865a-03f95513b355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7739 | 2025.04.28 18:14:56.751228 [ 263 ] {52b298da-42f3-406a-865a-03f95513b355} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7740 | 2025.04.28 18:14:56.751533 [ 263 ] {52b298da-42f3-406a-865a-03f95513b355} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7741 | 2025.04.28 18:14:56.751732 [ 81 ] {} <Debug> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7742 | 2025.04.28 18:14:56.751804 [ 81 ] {} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7743 | 2025.04.28 18:14:56.751888 [ 263 ] {52b298da-42f3-406a-865a-03f95513b355} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00209 sec., 28708.133971291867 rows/sec., 1.93 MiB/sec. | ||
| 7744 | 2025.04.28 18:14:56.751904 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7745 | 2025.04.28 18:14:56.752159 [ 263 ] {52b298da-42f3-406a-865a-03f95513b355} <Debug> TCPHandler: Processed in 0.002572359 sec. | ||
| 7746 | 2025.04.28 18:14:56.752222 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 7747 | 2025.04.28 18:14:56.752482 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7748 | 2025.04.28 18:14:56.752515 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3278 rows starting from the beginning of the part | ||
| 7749 | 2025.04.28 18:14:56.752591 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part | ||
| 7750 | 2025.04.28 18:14:56.752732 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::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 | ||
| 7751 | 2025.04.28 18:14:56.752966 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 34 rows starting from the beginning of the part | ||
| 7752 | 2025.04.28 18:14:56.753048 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 48 rows starting from the beginning of the part | ||
| 7753 | 2025.04.28 18:14:56.753348 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 7754 | 2025.04.28 18:14:56.754206 [ 187 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18792 rows, containing 5 columns (5 merged, 0 gathered) in 0.013001167 sec., 1445408.7083105694 rows/sec., 97.65 MiB/sec. | ||
| 7755 | 2025.04.28 18:14:56.754507 [ 187 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7756 | 2025.04.28 18:14:56.755065 [ 187 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7757 | 2025.04.28 18:14:56.755307 [ 187 ] {0e840fe1-c146-4824-9197-1f0197553b02::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7758 | 2025.04.28 18:14:56.755474 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.18 MiB. | ||
| 7759 | 2025.04.28 18:14:56.756000 [ 198 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3562 rows, containing 4 columns (4 merged, 0 gathered) in 0.00394905 sec., 901989.0859827048 rows/sec., 59.04 MiB/sec. | ||
| 7760 | 2025.04.28 18:14:56.756380 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7761 | 2025.04.28 18:14:56.756667 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_61_12} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7762 | 2025.04.28 18:14:56.756741 [ 193 ] {b52f569f-8fb1-447c-93ec-f3817fc87912::all_1_61_12} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7763 | 2025.04.28 18:14:56.756810 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 7764 | 2025.04.28 18:14:57.000148 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.22 MiB, peak 222.94 MiB, free memory in arenas 0.00 B, will set to 213.26 MiB (RSS), difference: 1.04 MiB | ||
| 7765 | 2025.04.28 18:15:00.361951 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7766 | 2025.04.28 18:15:00.362009 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7767 | 2025.04.28 18:15:00.494347 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7768 | 2025.04.28 18:15:00.494997 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7769 | 2025.04.28 18:15:00.495048 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7770 | 2025.04.28 18:15:00.495588 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7771 | 2025.04.28 18:15:00.495859 [ 244 ] {} <Trace> system.asynchronous_metric_log (9347a106-a05c-4fc6-a316-7cd474edc00a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7772 | 2025.04.28 18:15:00.496112 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7773 | 2025.04.28 18:15:01.664903 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7774 | 2025.04.28 18:15:01.686300 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7775 | 2025.04.28 18:15:01.686374 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7776 | 2025.04.28 18:15:01.694894 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7777 | 2025.04.28 18:15:01.695722 [ 243 ] {} <Trace> system.metric_log (5f609b69-a6e5-4e54-abde-240d39899935): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7778 | 2025.04.28 18:15:01.699832 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7779 | 2025.04.28 18:15:01.732091 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7780 | 2025.04.28 18:15:01.732281 [ 263 ] {16ee1fef-0544-459a-80b5-7d5d9670b1cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7781 | 2025.04.28 18:15:01.732362 [ 263 ] {16ee1fef-0544-459a-80b5-7d5d9670b1cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7782 | 2025.04.28 18:15:01.733269 [ 263 ] {16ee1fef-0544-459a-80b5-7d5d9670b1cb} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7783 | 2025.04.28 18:15:01.733327 [ 263 ] {16ee1fef-0544-459a-80b5-7d5d9670b1cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7784 | 2025.04.28 18:15:01.733874 [ 263 ] {16ee1fef-0544-459a-80b5-7d5d9670b1cb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7785 | 2025.04.28 18:15:01.734237 [ 263 ] {16ee1fef-0544-459a-80b5-7d5d9670b1cb} <Trace> oximeter.fields_i16 (5ff9ee08-3a22-4ee4-8c31-2659148631a5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7786 | 2025.04.28 18:15:01.734523 [ 263 ] {16ee1fef-0544-459a-80b5-7d5d9670b1cb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002292 sec., 92495.63699825479 rows/sec., 5.88 MiB/sec. | ||
| 7787 | 2025.04.28 18:15:01.734604 [ 263 ] {16ee1fef-0544-459a-80b5-7d5d9670b1cb} <Debug> TCPHandler: Processed in 0.002692191 sec. | ||
| 7788 | 2025.04.28 18:15:01.734759 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7789 | 2025.04.28 18:15:01.734892 [ 263 ] {17f297cc-b191-4205-a07c-76bf83a6a8f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7790 | 2025.04.28 18:15:01.734954 [ 263 ] {17f297cc-b191-4205-a07c-76bf83a6a8f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7791 | 2025.04.28 18:15:01.735981 [ 263 ] {17f297cc-b191-4205-a07c-76bf83a6a8f8} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7792 | 2025.04.28 18:15:01.736029 [ 263 ] {17f297cc-b191-4205-a07c-76bf83a6a8f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7793 | 2025.04.28 18:15:01.736568 [ 263 ] {17f297cc-b191-4205-a07c-76bf83a6a8f8} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7794 | 2025.04.28 18:15:01.736903 [ 263 ] {17f297cc-b191-4205-a07c-76bf83a6a8f8} <Trace> oximeter.fields_string (a516c098-d703-46fa-ac9b-3987fa0397f4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7795 | 2025.04.28 18:15:01.737218 [ 263 ] {17f297cc-b191-4205-a07c-76bf83a6a8f8} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.002349 sec., 292464.8786717752 rows/sec., 23.30 MiB/sec. | ||
| 7796 | 2025.04.28 18:15:01.737359 [ 263 ] {17f297cc-b191-4205-a07c-76bf83a6a8f8} <Debug> TCPHandler: Processed in 0.00265801 sec. | ||
| 7797 | 2025.04.28 18:15:01.737635 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7798 | 2025.04.28 18:15:01.737751 [ 263 ] {2c3fa68c-9a82-4b6f-b266-354f7f2fb2d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7799 | 2025.04.28 18:15:01.737806 [ 263 ] {2c3fa68c-9a82-4b6f-b266-354f7f2fb2d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7800 | 2025.04.28 18:15:01.738547 [ 263 ] {2c3fa68c-9a82-4b6f-b266-354f7f2fb2d5} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7801 | 2025.04.28 18:15:01.738595 [ 263 ] {2c3fa68c-9a82-4b6f-b266-354f7f2fb2d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7802 | 2025.04.28 18:15:01.739040 [ 263 ] {2c3fa68c-9a82-4b6f-b266-354f7f2fb2d5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7803 | 2025.04.28 18:15:01.739318 [ 263 ] {2c3fa68c-9a82-4b6f-b266-354f7f2fb2d5} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7804 | 2025.04.28 18:15:01.739515 [ 61 ] {} <Debug> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7805 | 2025.04.28 18:15:01.739557 [ 263 ] {2c3fa68c-9a82-4b6f-b266-354f7f2fb2d5} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.00183 sec., 77049.18032786885 rows/sec., 4.81 MiB/sec. | ||
| 7806 | 2025.04.28 18:15:01.739632 [ 61 ] {} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7807 | 2025.04.28 18:15:01.739667 [ 263 ] {2c3fa68c-9a82-4b6f-b266-354f7f2fb2d5} <Debug> TCPHandler: Processed in 0.002124262 sec. | ||
| 7808 | 2025.04.28 18:15:01.739713 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7809 | 2025.04.28 18:15:01.739859 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7810 | 2025.04.28 18:15:01.739870 [ 188 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::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 | ||
| 7811 | 2025.04.28 18:15:01.740003 [ 263 ] {4bde9bd3-9924-486f-8680-e3e6e9fa2712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7812 | 2025.04.28 18:15:01.740014 [ 188 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7813 | 2025.04.28 18:15:01.740054 [ 188 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 163 rows starting from the beginning of the part | ||
| 7814 | 2025.04.28 18:15:01.740061 [ 263 ] {4bde9bd3-9924-486f-8680-e3e6e9fa2712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7815 | 2025.04.28 18:15:01.740237 [ 188 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 141 rows starting from the beginning of the part | ||
| 7816 | 2025.04.28 18:15:01.740448 [ 188 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 4 rows starting from the beginning of the part | ||
| 7817 | 2025.04.28 18:15:01.740737 [ 188 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 151 rows starting from the beginning of the part | ||
| 7818 | 2025.04.28 18:15:01.741132 [ 188 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part | ||
| 7819 | 2025.04.28 18:15:01.741482 [ 188 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 141 rows starting from the beginning of the part | ||
| 7820 | 2025.04.28 18:15:01.742387 [ 263 ] {4bde9bd3-9924-486f-8680-e3e6e9fa2712} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7821 | 2025.04.28 18:15:01.742436 [ 263 ] {4bde9bd3-9924-486f-8680-e3e6e9fa2712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7822 | 2025.04.28 18:15:01.743023 [ 263 ] {4bde9bd3-9924-486f-8680-e3e6e9fa2712} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7823 | 2025.04.28 18:15:01.743290 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 5 columns (5 merged, 0 gathered) in 0.003467323 sec., 174197.7888993901 rows/sec., 11.63 MiB/sec. | ||
| 7824 | 2025.04.28 18:15:01.743447 [ 263 ] {4bde9bd3-9924-486f-8680-e3e6e9fa2712} <Trace> oximeter.fields_u32 (69bc2f0b-ec1f-4574-8456-68ba86656dc9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7825 | 2025.04.28 18:15:01.743589 [ 198 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7826 | 2025.04.28 18:15:01.744011 [ 263 ] {4bde9bd3-9924-486f-8680-e3e6e9fa2712} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004034 sec., 28011.89885969261 rows/sec., 1.81 MiB/sec. | ||
| 7827 | 2025.04.28 18:15:01.744464 [ 263 ] {4bde9bd3-9924-486f-8680-e3e6e9fa2712} <Debug> TCPHandler: Processed in 0.004675641 sec. | ||
| 7828 | 2025.04.28 18:15:01.744666 [ 200 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_46_9} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7829 | 2025.04.28 18:15:01.744730 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7830 | 2025.04.28 18:15:01.744813 [ 200 ] {932bff25-cc38-4828-9a3f-9f1c54e398a2::all_1_46_9} <Trace> oximeter.fields_u16 (932bff25-cc38-4828-9a3f-9f1c54e398a2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7831 | 2025.04.28 18:15:01.744857 [ 263 ] {dc17e4b2-e2f2-486b-bf4b-5b8c5690f637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7832 | 2025.04.28 18:15:01.744938 [ 263 ] {dc17e4b2-e2f2-486b-bf4b-5b8c5690f637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7833 | 2025.04.28 18:15:01.744943 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 7834 | 2025.04.28 18:15:01.745712 [ 263 ] {dc17e4b2-e2f2-486b-bf4b-5b8c5690f637} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7835 | 2025.04.28 18:15:01.745752 [ 263 ] {dc17e4b2-e2f2-486b-bf4b-5b8c5690f637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7836 | 2025.04.28 18:15:01.746168 [ 263 ] {dc17e4b2-e2f2-486b-bf4b-5b8c5690f637} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7837 | 2025.04.28 18:15:01.746499 [ 263 ] {dc17e4b2-e2f2-486b-bf4b-5b8c5690f637} <Trace> oximeter.fields_u8 (a9284dd3-09d6-4384-8346-146cec0f91ef): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7838 | 2025.04.28 18:15:01.746728 [ 263 ] {dc17e4b2-e2f2-486b-bf4b-5b8c5690f637} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001895 sec., 59102.902374670186 rows/sec., 3.37 MiB/sec. | ||
| 7839 | 2025.04.28 18:15:01.746819 [ 263 ] {dc17e4b2-e2f2-486b-bf4b-5b8c5690f637} <Debug> TCPHandler: Processed in 0.002155593 sec. | ||
| 7840 | 2025.04.28 18:15:01.746958 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7841 | 2025.04.28 18:15:01.747060 [ 263 ] {bd3b0ae0-dae6-4ef0-b083-3d2f766a4e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7842 | 2025.04.28 18:15:01.747106 [ 263 ] {bd3b0ae0-dae6-4ef0-b083-3d2f766a4e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7843 | 2025.04.28 18:15:01.747797 [ 263 ] {bd3b0ae0-dae6-4ef0-b083-3d2f766a4e69} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7844 | 2025.04.28 18:15:01.747837 [ 263 ] {bd3b0ae0-dae6-4ef0-b083-3d2f766a4e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7845 | 2025.04.28 18:15:01.748220 [ 263 ] {bd3b0ae0-dae6-4ef0-b083-3d2f766a4e69} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7846 | 2025.04.28 18:15:01.748480 [ 263 ] {bd3b0ae0-dae6-4ef0-b083-3d2f766a4e69} <Trace> oximeter.fields_uuid (a17caf10-576c-423e-b538-4d14fa340852): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7847 | 2025.04.28 18:15:01.748680 [ 263 ] {bd3b0ae0-dae6-4ef0-b083-3d2f766a4e69} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001641 sec., 254113.34552102376 rows/sec., 18.08 MiB/sec. | ||
| 7848 | 2025.04.28 18:15:01.748732 [ 263 ] {bd3b0ae0-dae6-4ef0-b083-3d2f766a4e69} <Debug> TCPHandler: Processed in 0.001826308 sec. | ||
| 7849 | 2025.04.28 18:15:01.748865 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7850 | 2025.04.28 18:15:01.748969 [ 263 ] {c3837da4-70fd-43ae-aa28-f7c4ece87604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7851 | 2025.04.28 18:15:01.749020 [ 263 ] {c3837da4-70fd-43ae-aa28-f7c4ece87604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7852 | 2025.04.28 18:15:01.749516 [ 263 ] {c3837da4-70fd-43ae-aa28-f7c4ece87604} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7853 | 2025.04.28 18:15:01.749566 [ 263 ] {c3837da4-70fd-43ae-aa28-f7c4ece87604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7854 | 2025.04.28 18:15:01.750050 [ 263 ] {c3837da4-70fd-43ae-aa28-f7c4ece87604} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7855 | 2025.04.28 18:15:01.750319 [ 263 ] {c3837da4-70fd-43ae-aa28-f7c4ece87604} <Trace> oximeter.measurements_bool (737a1b51-2ecb-4119-a191-a769de3ae772): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7856 | 2025.04.28 18:15:01.750534 [ 263 ] {c3837da4-70fd-43ae-aa28-f7c4ece87604} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001587 sec., 3780.7183364839316 rows/sec., 197.53 KiB/sec. | ||
| 7857 | 2025.04.28 18:15:01.750585 [ 263 ] {c3837da4-70fd-43ae-aa28-f7c4ece87604} <Debug> TCPHandler: Processed in 0.001773187 sec. | ||
| 7858 | 2025.04.28 18:15:01.750711 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7859 | 2025.04.28 18:15:01.750814 [ 263 ] {edff4035-bbe5-44fb-b17c-f1c6de7acc0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7860 | 2025.04.28 18:15:01.750864 [ 263 ] {edff4035-bbe5-44fb-b17c-f1c6de7acc0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7861 | 2025.04.28 18:15:01.751419 [ 263 ] {edff4035-bbe5-44fb-b17c-f1c6de7acc0a} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7862 | 2025.04.28 18:15:01.751460 [ 263 ] {edff4035-bbe5-44fb-b17c-f1c6de7acc0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7863 | 2025.04.28 18:15:01.751894 [ 263 ] {edff4035-bbe5-44fb-b17c-f1c6de7acc0a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7864 | 2025.04.28 18:15:01.752168 [ 263 ] {edff4035-bbe5-44fb-b17c-f1c6de7acc0a} <Trace> oximeter.measurements_cumulativeu64 (0e840fe1-c146-4824-9197-1f0197553b02): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7865 | 2025.04.28 18:15:01.752388 [ 263 ] {edff4035-bbe5-44fb-b17c-f1c6de7acc0a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001594 sec., 148682.55959849435 rows/sec., 9.97 MiB/sec. | ||
| 7866 | 2025.04.28 18:15:01.752447 [ 263 ] {edff4035-bbe5-44fb-b17c-f1c6de7acc0a} <Debug> TCPHandler: Processed in 0.001785768 sec. | ||
| 7867 | 2025.04.28 18:15:01.752592 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7868 | 2025.04.28 18:15:01.752724 [ 263 ] {88cf54ee-f451-4dc3-8c20-f4c6747a450d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7869 | 2025.04.28 18:15:01.752786 [ 263 ] {88cf54ee-f451-4dc3-8c20-f4c6747a450d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7870 | 2025.04.28 18:15:01.753251 [ 263 ] {88cf54ee-f451-4dc3-8c20-f4c6747a450d} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7871 | 2025.04.28 18:15:01.753298 [ 263 ] {88cf54ee-f451-4dc3-8c20-f4c6747a450d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7872 | 2025.04.28 18:15:01.753704 [ 263 ] {88cf54ee-f451-4dc3-8c20-f4c6747a450d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7873 | 2025.04.28 18:15:01.753947 [ 263 ] {88cf54ee-f451-4dc3-8c20-f4c6747a450d} <Trace> oximeter.measurements_f64 (f1a9d9bf-a684-4cc6-b25e-ca68c58f612b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7874 | 2025.04.28 18:15:01.754187 [ 263 ] {88cf54ee-f451-4dc3-8c20-f4c6747a450d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001483 sec., 674.3088334457182 rows/sec., 45.44 KiB/sec. | ||
| 7875 | 2025.04.28 18:15:01.754360 [ 263 ] {88cf54ee-f451-4dc3-8c20-f4c6747a450d} <Debug> TCPHandler: Processed in 0.001827098 sec. | ||
| 7876 | 2025.04.28 18:15:01.754545 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7877 | 2025.04.28 18:15:01.754664 [ 263 ] {99fb4939-e18b-4201-881c-5c7e7e00b4ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7878 | 2025.04.28 18:15:01.754748 [ 263 ] {99fb4939-e18b-4201-881c-5c7e7e00b4ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7879 | 2025.04.28 18:15:01.756044 [ 263 ] {99fb4939-e18b-4201-881c-5c7e7e00b4ec} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7880 | 2025.04.28 18:15:01.756086 [ 263 ] {99fb4939-e18b-4201-881c-5c7e7e00b4ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7881 | 2025.04.28 18:15:01.756931 [ 263 ] {99fb4939-e18b-4201-881c-5c7e7e00b4ec} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7882 | 2025.04.28 18:15:01.757247 [ 263 ] {99fb4939-e18b-4201-881c-5c7e7e00b4ec} <Trace> oximeter.measurements_histogramu64 (db325baa-4a0a-4f2d-87ec-bc188d33e298): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7883 | 2025.04.28 18:15:01.757497 [ 263 ] {99fb4939-e18b-4201-881c-5c7e7e00b4ec} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002859 sec., 12242.042672263029 rows/sec., 21.94 MiB/sec. | ||
| 7884 | 2025.04.28 18:15:01.757619 [ 263 ] {99fb4939-e18b-4201-881c-5c7e7e00b4ec} <Debug> TCPHandler: Processed in 0.003134837 sec. | ||
| 7885 | 2025.04.28 18:15:01.757755 [ 263 ] {} <Trace> TCP-Session: 029a49e3-8066-4bc8-b7b1-b1c38a6a436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7886 | 2025.04.28 18:15:01.757861 [ 263 ] {e66f8a8f-e79c-427d-aab3-1c04ae69c99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7887 | 2025.04.28 18:15:01.757908 [ 263 ] {e66f8a8f-e79c-427d-aab3-1c04ae69c99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7888 | 2025.04.28 18:15:01.758343 [ 263 ] {e66f8a8f-e79c-427d-aab3-1c04ae69c99b} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7889 | 2025.04.28 18:15:01.758384 [ 263 ] {e66f8a8f-e79c-427d-aab3-1c04ae69c99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 7890 | 2025.04.28 18:15:01.758755 [ 263 ] {e66f8a8f-e79c-427d-aab3-1c04ae69c99b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7891 | 2025.04.28 18:15:01.759010 [ 263 ] {e66f8a8f-e79c-427d-aab3-1c04ae69c99b} <Trace> oximeter.measurements_u64 (b52f569f-8fb1-447c-93ec-f3817fc87912): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7892 | 2025.04.28 18:15:01.759217 [ 263 ] {e66f8a8f-e79c-427d-aab3-1c04ae69c99b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001379 sec., 59463.379260333575 rows/sec., 3.78 MiB/sec. | ||
| 7893 | 2025.04.28 18:15:01.759266 [ 263 ] {e66f8a8f-e79c-427d-aab3-1c04ae69c99b} <Debug> TCPHandler: Processed in 0.001563334 sec. | ||