| 1 | [ Apr 17 00:21:12 Enabled. ] | ||
| 2 | [ Apr 17 00:21:12 Rereading configuration. ] | ||
| 3 | [ Apr 17 00:21:13 Rereading configuration. ] | ||
| 4 | [ Apr 17 00:21:14 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 17 00:21:14 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.17 00:21:15.285583 [ 1 ] {} <Information> Application: Will watch for the process with pid 24309 | ||
| 29 | 2025.04.17 00:21:15.286132 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.04.17 00:21:15.531765 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24309 | ||
| 31 | 2025.04.17 00:21:15.532507 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.04.17 00:21:15.533180 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.04.17 00:21:15.626505 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.04.17 00:21:15.664329 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.04.17 00:21:15.664432 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.04.17 00:21:15.664452 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.04.17 00:21:15.664536 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.04.17 00:21:15.665318 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.04.17 00:21:15.667092 [ 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.17 00:21:15.667961 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.04.17 00:21:15.668834 [ 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.17 00:21:15.668906 [ 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.17 00:21:15.668959 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.04.17 00:21:15.669152 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.04.17 00:21:15.670124 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.04.17 00:21:15.676635 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.04.17 00:21:15.677617 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.04.17 00:21:15.678784 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.04.17 00:21:15.678916 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.04.17 00:21:15.680820 [ 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.17 00:21:15.681435 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.04.17 00:21:15.685661 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.04.17 00:21:15.686400 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.04.17 00:21:15.688129 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.04.17 00:21:15.688612 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.04.17 00:21:15.689027 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.04.17 00:21:15.689381 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.04.17 00:21:15.691055 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.04.17 00:21:15.691083 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.04.17 00:21:15.691134 [ 169 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.04.17 00:21:15.691228 [ 169 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.04.17 00:21:15.702475 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.04.17 00:21:15.702504 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000184135 sec | ||
| 68 | 2025.04.17 00:21:15.702669 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.04.17 00:21:15.702730 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.04.17 00:21:15.704129 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.04.17 00:21:15.705378 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.04.17 00:21:15.720162 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.04.17 00:21:15.720224 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.04.17 00:21:15.720314 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.04.17 00:21:15.720333 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.04.17 00:21:15.720376 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.04.17 00:21:15.720471 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.04.17 00:21:15.725873 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.04.17 00:21:15.725927 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.04.17 00:21:15.726000 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.04.17 00:21:15.726245 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.04.17 00:21:15.726267 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.04.17 00:21:15.726307 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.04.17 00:21:15.726456 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.04.17 00:21:15.726475 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.04.17 00:21:15.726510 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.04.17 00:21:15.726668 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.04.17 00:21:15.760571 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.04.17 00:21:15.762279 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.04.17 00:21:15.762398 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000153104 sec | ||
| 91 | 2025.04.17 00:21:15.762415 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.04.17 00:21:15.762427 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.04.17 00:21:15.762454 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.04.17 00:21:15.762731 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.04.17 00:21:15.762845 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.04.17 00:21:15.762864 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.04.17 00:21:15.762878 [ 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.17 00:21:15.762890 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.04.17 00:21:15.774411 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.04.17 00:21:15.774609 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB | ||
| 101 | 2025.04.17 00:21:15.775544 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.213e-05 sec. | ||
| 102 | 2025.04.17 00:21:15.776588 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.04.17 00:21:15.776646 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.04.17 00:21:15.776670 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.04.17 00:21:15.880009 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44318 | ||
| 106 | 2025.04.17 00:21:15.880393 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.04.17 00:21:15.880465 [ 3 ] {} <Debug> TCP-Session: 29fea35a-adda-448e-94c7-fbd637ed64d7 Authenticating user 'default' from [fd00:1122:3344:101::a]:44318 | ||
| 108 | 2025.04.17 00:21:15.880502 [ 3 ] {} <Debug> TCP-Session: 29fea35a-adda-448e-94c7-fbd637ed64d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.04.17 00:21:15.880590 [ 3 ] {} <Debug> TCP-Session: 29fea35a-adda-448e-94c7-fbd637ed64d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.04.17 00:21:15.880696 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.04.17 00:21:15.880730 [ 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.17 00:21:15.880821 [ 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.17 00:21:15.882052 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45118 | ||
| 114 | 2025.04.17 00:21:15.882188 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2025.04.17 00:21:15.882218 [ 4 ] {} <Debug> TCP-Session: 5dbe2661-1429-4275-a0a7-d15f86d14cd7 Authenticating user 'default' from [fd00:1122:3344:101::a]:45118 | ||
| 116 | 2025.04.17 00:21:15.882243 [ 4 ] {} <Debug> TCP-Session: 5dbe2661-1429-4275-a0a7-d15f86d14cd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2025.04.17 00:21:15.882360 [ 4 ] {} <Debug> TCP-Session: 5dbe2661-1429-4275-a0a7-d15f86d14cd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.04.17 00:21:15.882926 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33548 | ||
| 119 | 2025.04.17 00:21:15.882935 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61669 | ||
| 120 | 2025.04.17 00:21:15.883005 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 121 | 2025.04.17 00:21:15.883032 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63315 | ||
| 122 | 2025.04.17 00:21:15.883169 [ 253 ] {} <Debug> TCP-Session: ed179fbb-cdd8-4846-832c-3e20e3398421 Authenticating user 'default' from [fd00:1122:3344:101::a]:33548 | ||
| 123 | 2025.04.17 00:21:15.883372 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 124 | 2025.04.17 00:21:15.883426 [ 253 ] {} <Debug> TCP-Session: ed179fbb-cdd8-4846-832c-3e20e3398421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 125 | 2025.04.17 00:21:15.883458 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62234 | ||
| 126 | 2025.04.17 00:21:15.883409 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38118 | ||
| 127 | 2025.04.17 00:21:15.883509 [ 5 ] {} <Debug> TCP-Session: 9e6e5b9e-2532-4b0e-a880-12b815af869c Authenticating user 'default' from [fd00:1122:3344:101::a]:61669 | ||
| 128 | 2025.04.17 00:21:15.883406 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2025.04.17 00:21:15.883607 [ 253 ] {} <Debug> TCP-Session: ed179fbb-cdd8-4846-832c-3e20e3398421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2025.04.17 00:21:15.883647 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62221 | ||
| 131 | 2025.04.17 00:21:15.883672 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 132 | 2025.04.17 00:21:15.883699 [ 5 ] {} <Debug> TCP-Session: 9e6e5b9e-2532-4b0e-a880-12b815af869c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2025.04.17 00:21:15.883794 [ 254 ] {} <Debug> TCP-Session: d7a7132b-abba-4455-a6a3-58cb876f99fd Authenticating user 'default' from [fd00:1122:3344:101::a]:63315 | ||
| 134 | 2025.04.17 00:21:15.883977 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.04.17 00:21:15.883996 [ 254 ] {} <Debug> TCP-Session: d7a7132b-abba-4455-a6a3-58cb876f99fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.04.17 00:21:15.884005 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.04.17 00:21:15.884035 [ 256 ] {} <Debug> TCP-Session: bbd99f3f-8262-4f7a-97c2-1a4a0c68599f Authenticating user 'default' from [fd00:1122:3344:101::a]:62234 | ||
| 138 | 2025.04.17 00:21:15.884057 [ 257 ] {} <Debug> TCP-Session: 34c6b9ce-aaef-415c-9800-3aa1816a1142 Authenticating user 'default' from [fd00:1122:3344:101::a]:62221 | ||
| 139 | 2025.04.17 00:21:15.884104 [ 254 ] {} <Debug> TCP-Session: d7a7132b-abba-4455-a6a3-58cb876f99fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.04.17 00:21:15.884144 [ 256 ] {} <Debug> TCP-Session: bbd99f3f-8262-4f7a-97c2-1a4a0c68599f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.04.17 00:21:15.884165 [ 257 ] {} <Debug> TCP-Session: 34c6b9ce-aaef-415c-9800-3aa1816a1142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.04.17 00:21:15.884213 [ 5 ] {} <Debug> TCP-Session: 9e6e5b9e-2532-4b0e-a880-12b815af869c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.04.17 00:21:15.884153 [ 255 ] {} <Debug> TCP-Session: 3e212313-6fec-41c1-8296-f5b493eb8e70 Authenticating user 'default' from [fd00:1122:3344:101::a]:38118 | ||
| 144 | 2025.04.17 00:21:15.884270 [ 256 ] {} <Debug> TCP-Session: bbd99f3f-8262-4f7a-97c2-1a4a0c68599f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.04.17 00:21:15.884350 [ 257 ] {} <Debug> TCP-Session: 34c6b9ce-aaef-415c-9800-3aa1816a1142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.04.17 00:21:15.884423 [ 255 ] {} <Debug> TCP-Session: 3e212313-6fec-41c1-8296-f5b493eb8e70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.04.17 00:21:15.884519 [ 255 ] {} <Debug> TCP-Session: 3e212313-6fec-41c1-8296-f5b493eb8e70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.04.17 00:21:15.900544 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60608 | ||
| 149 | 2025.04.17 00:21:15.900712 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2025.04.17 00:21:15.900842 [ 258 ] {} <Debug> TCP-Session: 31bbe808-22f6-4ce5-a7cb-b2700ae04395 Authenticating user 'default' from [fd00:1122:3344:101::b]:60608 | ||
| 151 | 2025.04.17 00:21:15.900864 [ 258 ] {} <Debug> TCP-Session: 31bbe808-22f6-4ce5-a7cb-b2700ae04395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.04.17 00:21:15.900879 [ 258 ] {} <Debug> TCP-Session: 31bbe808-22f6-4ce5-a7cb-b2700ae04395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.04.17 00:21:15.901020 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2025.04.17 00:21:15.901046 [ 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 | ||
| 155 | 2025.04.17 00:21:15.901136 [ 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 | ||
| 156 | 2025.04.17 00:21:15.903576 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65453 | ||
| 157 | 2025.04.17 00:21:15.903655 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50505 | ||
| 158 | 2025.04.17 00:21:15.903991 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2025.04.17 00:21:15.904000 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 160 | 2025.04.17 00:21:15.904003 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38916 | ||
| 161 | 2025.04.17 00:21:15.904085 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50053 | ||
| 162 | 2025.04.17 00:21:15.904055 [ 259 ] {} <Debug> TCP-Session: a0c9c626-ce2a-4965-8cff-c0b1ba36f545 Authenticating user 'default' from [fd00:1122:3344:101::b]:65453 | ||
| 163 | 2025.04.17 00:21:15.904039 [ 260 ] {} <Debug> TCP-Session: 264aa73a-bba9-453d-9a77-57b2fd755ced Authenticating user 'default' from [fd00:1122:3344:101::b]:50505 | ||
| 164 | 2025.04.17 00:21:15.904154 [ 259 ] {} <Debug> TCP-Session: a0c9c626-ce2a-4965-8cff-c0b1ba36f545 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 165 | 2025.04.17 00:21:15.904015 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42570 | ||
| 166 | 2025.04.17 00:21:15.904310 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35521 | ||
| 167 | 2025.04.17 00:21:15.904335 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 168 | 2025.04.17 00:21:15.904335 [ 260 ] {} <Debug> TCP-Session: 264aa73a-bba9-453d-9a77-57b2fd755ced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 169 | 2025.04.17 00:21:15.904478 [ 259 ] {} <Debug> TCP-Session: a0c9c626-ce2a-4965-8cff-c0b1ba36f545 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2025.04.17 00:21:15.904482 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 171 | 2025.04.17 00:21:15.904570 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 172 | 2025.04.17 00:21:15.904577 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45652 | ||
| 173 | 2025.04.17 00:21:15.904756 [ 260 ] {} <Debug> TCP-Session: 264aa73a-bba9-453d-9a77-57b2fd755ced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 174 | 2025.04.17 00:21:15.904772 [ 262 ] {} <Debug> TCP-Session: b6e84169-cccc-400f-8693-cf4f022784ac Authenticating user 'default' from [fd00:1122:3344:101::b]:38916 | ||
| 175 | 2025.04.17 00:21:15.904903 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 176 | 2025.04.17 00:21:15.905008 [ 263 ] {} <Debug> TCP-Session: 99368654-408a-4e4a-8bb2-31d2f457be7a Authenticating user 'default' from [fd00:1122:3344:101::b]:50053 | ||
| 177 | 2025.04.17 00:21:15.905026 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 178 | 2025.04.17 00:21:15.905105 [ 263 ] {} <Debug> TCP-Session: 99368654-408a-4e4a-8bb2-31d2f457be7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 179 | 2025.04.17 00:21:15.905085 [ 264 ] {} <Debug> TCP-Session: 0f2a6bd8-5562-407c-9685-60e2cc8877f0 Authenticating user 'default' from [fd00:1122:3344:101::b]:35521 | ||
| 180 | 2025.04.17 00:21:15.904874 [ 261 ] {} <Debug> TCP-Session: 7e3eb0b9-1411-4d39-a5b7-c60b3b6ddb07 Authenticating user 'default' from [fd00:1122:3344:101::b]:42570 | ||
| 181 | 2025.04.17 00:21:15.905229 [ 263 ] {} <Debug> TCP-Session: 99368654-408a-4e4a-8bb2-31d2f457be7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2025.04.17 00:21:15.905220 [ 264 ] {} <Debug> TCP-Session: 0f2a6bd8-5562-407c-9685-60e2cc8877f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2025.04.17 00:21:15.905204 [ 265 ] {} <Debug> TCP-Session: 570124e7-a071-45f4-bade-c64ed8840408 Authenticating user 'default' from [fd00:1122:3344:101::b]:45652 | ||
| 184 | 2025.04.17 00:21:15.905074 [ 262 ] {} <Debug> TCP-Session: b6e84169-cccc-400f-8693-cf4f022784ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2025.04.17 00:21:15.905442 [ 264 ] {} <Debug> TCP-Session: 0f2a6bd8-5562-407c-9685-60e2cc8877f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2025.04.17 00:21:15.905472 [ 261 ] {} <Debug> TCP-Session: 7e3eb0b9-1411-4d39-a5b7-c60b3b6ddb07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2025.04.17 00:21:15.905536 [ 262 ] {} <Debug> TCP-Session: b6e84169-cccc-400f-8693-cf4f022784ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2025.04.17 00:21:15.905494 [ 265 ] {} <Debug> TCP-Session: 570124e7-a071-45f4-bade-c64ed8840408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2025.04.17 00:21:15.905590 [ 261 ] {} <Debug> TCP-Session: 7e3eb0b9-1411-4d39-a5b7-c60b3b6ddb07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2025.04.17 00:21:15.905595 [ 265 ] {} <Debug> TCP-Session: 570124e7-a071-45f4-bade-c64ed8840408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.04.17 00:21:15.933948 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59657 | ||
| 192 | 2025.04.17 00:21:15.934082 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 193 | 2025.04.17 00:21:15.934110 [ 266 ] {} <Debug> TCP-Session: ca301344-82c8-4498-b979-4b0a940d3204 Authenticating user 'default' from [fd00:1122:3344:101::c]:59657 | ||
| 194 | 2025.04.17 00:21:15.934251 [ 266 ] {} <Debug> TCP-Session: ca301344-82c8-4498-b979-4b0a940d3204 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2025.04.17 00:21:15.934278 [ 266 ] {} <Debug> TCP-Session: ca301344-82c8-4498-b979-4b0a940d3204 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.04.17 00:21:15.934348 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 197 | 2025.04.17 00:21:15.934514 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 198 | 2025.04.17 00:21:15.934538 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 199 | 2025.04.17 00:21:15.935582 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43126 | ||
| 200 | 2025.04.17 00:21:15.935693 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37431 | ||
| 201 | 2025.04.17 00:21:15.935752 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 202 | 2025.04.17 00:21:15.935818 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64086 | ||
| 203 | 2025.04.17 00:21:15.935838 [ 267 ] {} <Debug> TCP-Session: a0ef311e-41a0-45c6-90c9-d14b0a87d794 Authenticating user 'default' from [fd00:1122:3344:101::c]:43126 | ||
| 204 | 2025.04.17 00:21:15.935979 [ 267 ] {} <Debug> TCP-Session: a0ef311e-41a0-45c6-90c9-d14b0a87d794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 205 | 2025.04.17 00:21:15.936001 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 206 | 2025.04.17 00:21:15.935987 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58429 | ||
| 207 | 2025.04.17 00:21:15.936192 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52604 | ||
| 208 | 2025.04.17 00:21:15.936275 [ 267 ] {} <Debug> TCP-Session: a0ef311e-41a0-45c6-90c9-d14b0a87d794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 209 | 2025.04.17 00:21:15.936374 [ 268 ] {} <Debug> TCP-Session: 2d6ec6c0-5bb9-47af-81e9-875af0fe06e3 Authenticating user 'default' from [fd00:1122:3344:101::c]:37431 | ||
| 210 | 2025.04.17 00:21:15.936368 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 211 | 2025.04.17 00:21:15.936396 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 212 | 2025.04.17 00:21:15.936425 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33218 | ||
| 213 | 2025.04.17 00:21:15.936453 [ 268 ] {} <Debug> TCP-Session: 2d6ec6c0-5bb9-47af-81e9-875af0fe06e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 214 | 2025.04.17 00:21:15.936463 [ 270 ] {} <Debug> TCP-Session: 05369c59-d1cf-47a1-a8c2-fcf022344c42 Authenticating user 'default' from [fd00:1122:3344:101::c]:58429 | ||
| 215 | 2025.04.17 00:21:15.936662 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39636 | ||
| 216 | 2025.04.17 00:21:15.936687 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 217 | 2025.04.17 00:21:15.936687 [ 268 ] {} <Debug> TCP-Session: 2d6ec6c0-5bb9-47af-81e9-875af0fe06e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 218 | 2025.04.17 00:21:15.936712 [ 270 ] {} <Debug> TCP-Session: 05369c59-d1cf-47a1-a8c2-fcf022344c42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 219 | 2025.04.17 00:21:15.936982 [ 270 ] {} <Debug> TCP-Session: 05369c59-d1cf-47a1-a8c2-fcf022344c42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 220 | 2025.04.17 00:21:15.936991 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 221 | 2025.04.17 00:21:15.936989 [ 269 ] {} <Debug> TCP-Session: fc4ca184-c6c9-4a21-a160-f71fd9888caa Authenticating user 'default' from [fd00:1122:3344:101::c]:64086 | ||
| 222 | 2025.04.17 00:21:15.937159 [ 273 ] {} <Debug> TCP-Session: 04a68884-f5c1-4c8d-9f96-d50bf63319cb Authenticating user 'default' from [fd00:1122:3344:101::c]:39636 | ||
| 223 | 2025.04.17 00:21:15.937258 [ 269 ] {} <Debug> TCP-Session: fc4ca184-c6c9-4a21-a160-f71fd9888caa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 224 | 2025.04.17 00:21:15.937277 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 225 | 2025.04.17 00:21:15.937344 [ 269 ] {} <Debug> TCP-Session: fc4ca184-c6c9-4a21-a160-f71fd9888caa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 226 | 2025.04.17 00:21:15.937343 [ 271 ] {} <Debug> TCP-Session: 32be01a7-5cb3-4962-9a6d-79a9b294f1c8 Authenticating user 'default' from [fd00:1122:3344:101::c]:52604 | ||
| 227 | 2025.04.17 00:21:15.937330 [ 273 ] {} <Debug> TCP-Session: 04a68884-f5c1-4c8d-9f96-d50bf63319cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 228 | 2025.04.17 00:21:15.937483 [ 271 ] {} <Debug> TCP-Session: 32be01a7-5cb3-4962-9a6d-79a9b294f1c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 229 | 2025.04.17 00:21:15.937475 [ 272 ] {} <Debug> TCP-Session: 272b2934-4699-4803-a6bc-f16334aa3a43 Authenticating user 'default' from [fd00:1122:3344:101::c]:33218 | ||
| 230 | 2025.04.17 00:21:15.937581 [ 273 ] {} <Debug> TCP-Session: 04a68884-f5c1-4c8d-9f96-d50bf63319cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 231 | 2025.04.17 00:21:15.937603 [ 271 ] {} <Debug> TCP-Session: 32be01a7-5cb3-4962-9a6d-79a9b294f1c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 232 | 2025.04.17 00:21:15.937596 [ 272 ] {} <Debug> TCP-Session: 272b2934-4699-4803-a6bc-f16334aa3a43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 233 | 2025.04.17 00:21:15.937696 [ 272 ] {} <Debug> TCP-Session: 272b2934-4699-4803-a6bc-f16334aa3a43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 234 | 2025.04.17 00:21:16.000231 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.26 MiB, peak 117.26 MiB, free memory in arenas 0.00 B, will set to 120.43 MiB (RSS), difference: 3.17 MiB | ||
| 235 | 2025.04.17 00:21:16.100030 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37755 | ||
| 236 | 2025.04.17 00:21:16.100211 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 237 | 2025.04.17 00:21:16.100280 [ 274 ] {} <Debug> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:37755 | ||
| 238 | 2025.04.17 00:21:16.100314 [ 274 ] {} <Debug> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2025.04.17 00:21:16.100337 [ 274 ] {} <Debug> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 240 | 2025.04.17 00:21:16.100439 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 241 | 2025.04.17 00:21:16.100481 [ 274 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 242 | 2025.04.17 00:21:16.100519 [ 274 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 243 | 2025.04.17 00:21:16.104946 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53435 | ||
| 244 | 2025.04.17 00:21:16.105059 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56132 | ||
| 245 | 2025.04.17 00:21:16.105257 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 246 | 2025.04.17 00:21:16.105277 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50598 | ||
| 247 | 2025.04.17 00:21:16.105450 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57867 | ||
| 248 | 2025.04.17 00:21:16.105544 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 249 | 2025.04.17 00:21:16.105598 [ 275 ] {} <Debug> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Authenticating user 'default' from [fd00:1122:3344:101::d]:53435 | ||
| 250 | 2025.04.17 00:21:16.105777 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51683 | ||
| 251 | 2025.04.17 00:21:16.105845 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 252 | 2025.04.17 00:21:16.105858 [ 276 ] {} <Debug> TCP-Session: 4b5f97c3-bee6-4c78-af71-acba97e100be Authenticating user 'default' from [fd00:1122:3344:101::d]:56132 | ||
| 253 | 2025.04.17 00:21:16.105887 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61780 | ||
| 254 | 2025.04.17 00:21:16.105640 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 255 | 2025.04.17 00:21:16.105950 [ 275 ] {} <Debug> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2025.04.17 00:21:16.105996 [ 278 ] {} <Debug> TCP-Session: d203f5c7-84df-4bd3-9b12-28ef8275d34a Authenticating user 'default' from [fd00:1122:3344:101::d]:57867 | ||
| 257 | 2025.04.17 00:21:16.106045 [ 276 ] {} <Debug> TCP-Session: 4b5f97c3-bee6-4c78-af71-acba97e100be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 258 | 2025.04.17 00:21:16.106179 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42441 | ||
| 259 | 2025.04.17 00:21:16.106196 [ 277 ] {} <Debug> TCP-Session: 4997d548-ff2e-456e-a8bd-d254fc37d5ee Authenticating user 'default' from [fd00:1122:3344:101::d]:50598 | ||
| 260 | 2025.04.17 00:21:16.106197 [ 276 ] {} <Debug> TCP-Session: 4b5f97c3-bee6-4c78-af71-acba97e100be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2025.04.17 00:21:16.106412 [ 275 ] {} <Debug> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 262 | 2025.04.17 00:21:16.106422 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40430 | ||
| 263 | 2025.04.17 00:21:16.106571 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 264 | 2025.04.17 00:21:16.106714 [ 277 ] {} <Debug> TCP-Session: 4997d548-ff2e-456e-a8bd-d254fc37d5ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 265 | 2025.04.17 00:21:16.106831 [ 278 ] {} <Debug> TCP-Session: d203f5c7-84df-4bd3-9b12-28ef8275d34a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 266 | 2025.04.17 00:21:16.106434 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 267 | 2025.04.17 00:21:16.106881 [ 277 ] {} <Debug> TCP-Session: 4997d548-ff2e-456e-a8bd-d254fc37d5ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 268 | 2025.04.17 00:21:16.106867 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 269 | 2025.04.17 00:21:16.106917 [ 280 ] {} <Debug> TCP-Session: c75c1521-8010-4250-9a8b-d8db51278c4e Authenticating user 'default' from [fd00:1122:3344:101::d]:61780 | ||
| 270 | 2025.04.17 00:21:16.107005 [ 278 ] {} <Debug> TCP-Session: d203f5c7-84df-4bd3-9b12-28ef8275d34a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2025.04.17 00:21:16.107009 [ 279 ] {} <Debug> TCP-Session: 9cf92eaa-f865-4327-957b-4736dccb5888 Authenticating user 'default' from [fd00:1122:3344:101::d]:51683 | ||
| 272 | 2025.04.17 00:21:16.107067 [ 280 ] {} <Debug> TCP-Session: c75c1521-8010-4250-9a8b-d8db51278c4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 273 | 2025.04.17 00:21:16.107059 [ 282 ] {} <Debug> TCP-Session: 78aa5f47-94ea-4e28-a6cb-0c432b9304dd Authenticating user 'default' from [fd00:1122:3344:101::d]:40430 | ||
| 274 | 2025.04.17 00:21:16.107233 [ 280 ] {} <Debug> TCP-Session: c75c1521-8010-4250-9a8b-d8db51278c4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2025.04.17 00:21:16.107278 [ 279 ] {} <Debug> TCP-Session: 9cf92eaa-f865-4327-957b-4736dccb5888 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2025.04.17 00:21:16.107280 [ 282 ] {} <Debug> TCP-Session: 78aa5f47-94ea-4e28-a6cb-0c432b9304dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 277 | 2025.04.17 00:21:16.107304 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 278 | 2025.04.17 00:21:16.107405 [ 282 ] {} <Debug> TCP-Session: 78aa5f47-94ea-4e28-a6cb-0c432b9304dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 279 | 2025.04.17 00:21:16.107431 [ 279 ] {} <Debug> TCP-Session: 9cf92eaa-f865-4327-957b-4736dccb5888 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 280 | 2025.04.17 00:21:16.107493 [ 281 ] {} <Debug> TCP-Session: cab65d80-13de-46d7-8ad9-cabc35a44e59 Authenticating user 'default' from [fd00:1122:3344:101::d]:42441 | ||
| 281 | 2025.04.17 00:21:16.108212 [ 281 ] {} <Debug> TCP-Session: cab65d80-13de-46d7-8ad9-cabc35a44e59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 282 | 2025.04.17 00:21:16.108233 [ 281 ] {} <Debug> TCP-Session: cab65d80-13de-46d7-8ad9-cabc35a44e59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 283 | 2025.04.17 00:21:16.109612 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 284 | 2025.04.17 00:21:16.113479 [ 274 ] {66750f48-3bfd-45ac-a7b4-810041fe0ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 285 | 2025.04.17 00:21:16.181335 [ 274 ] {66750f48-3bfd-45ac-a7b4-810041fe0ec7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37755) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 286 | |||
| 287 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 290 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 297 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 298 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 300 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 301 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 302 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 303 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 304 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 305 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 306 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 307 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 308 | |||
| 309 | 2025.04.17 00:21:16.182791 [ 274 ] {66750f48-3bfd-45ac-a7b4-810041fe0ec7} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 310 | |||
| 311 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 312 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 313 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 314 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 315 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 316 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 317 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 318 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 319 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 320 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 321 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 322 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 323 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 324 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 325 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 326 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 327 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 328 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 329 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 330 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 331 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 332 | |||
| 333 | 2025.04.17 00:21:16.182910 [ 274 ] {66750f48-3bfd-45ac-a7b4-810041fe0ec7} <Debug> TCPHandler: Processed in 0.075715237 sec. | ||
| 334 | 2025.04.17 00:21:16.183295 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2025.04.17 00:21:16.183502 [ 275 ] {87c3d83f-961b-4960-8757-6f9d225770cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 336 | 2025.04.17 00:21:16.183920 [ 275 ] {87c3d83f-961b-4960-8757-6f9d225770cc} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53435) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 337 | |||
| 338 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 339 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 340 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 341 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 342 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 343 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 344 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 345 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 346 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 347 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 348 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 349 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 350 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 351 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 352 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 353 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 354 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 355 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 356 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 357 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 358 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 359 | |||
| 360 | 2025.04.17 00:21:16.184094 [ 275 ] {87c3d83f-961b-4960-8757-6f9d225770cc} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 361 | |||
| 362 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 363 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 364 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 365 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 366 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 367 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 368 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 369 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 370 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 371 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 372 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 373 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 374 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 375 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 376 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 377 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 378 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 379 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 380 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 381 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 382 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 383 | |||
| 384 | 2025.04.17 00:21:16.184213 [ 275 ] {87c3d83f-961b-4960-8757-6f9d225770cc} <Debug> TCPHandler: Processed in 0.001069357 sec. | ||
| 385 | 2025.04.17 00:21:16.186853 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.04.17 00:21:16.188232 [ 274 ] {0dbefcd6-16b0-4cdd-9dae-3673ad7152e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 387 | 2025.04.17 00:21:16.188328 [ 274 ] {0dbefcd6-16b0-4cdd-9dae-3673ad7152e1} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 388 | 2025.04.17 00:21:16.189712 [ 274 ] {0dbefcd6-16b0-4cdd-9dae-3673ad7152e1} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 389 | 2025.04.17 00:21:16.189779 [ 274 ] {0dbefcd6-16b0-4cdd-9dae-3673ad7152e1} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000101742 sec | ||
| 390 | 2025.04.17 00:21:16.189794 [ 274 ] {0dbefcd6-16b0-4cdd-9dae-3673ad7152e1} <Trace> ReferentialDeps: No tables | ||
| 391 | 2025.04.17 00:21:16.189806 [ 274 ] {0dbefcd6-16b0-4cdd-9dae-3673ad7152e1} <Trace> LoadingDeps: No tables | ||
| 392 | 2025.04.17 00:21:16.189843 [ 274 ] {0dbefcd6-16b0-4cdd-9dae-3673ad7152e1} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 393 | 2025.04.17 00:21:16.190492 [ 274 ] {0dbefcd6-16b0-4cdd-9dae-3673ad7152e1} <Debug> TCPHandler: Processed in 0.003753525 sec. | ||
| 394 | 2025.04.17 00:21:16.190676 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2025.04.17 00:21:16.190861 [ 274 ] {c5219a2f-e6c7-46e3-9280-7ab59d6df95b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) /* The version table contains metadata about the `oximeter` database */ | ||
| 396 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 397 | 2025.04.17 00:21:16.190955 [ 274 ] {c5219a2f-e6c7-46e3-9280-7ab59d6df95b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 398 | 2025.04.17 00:21:16.199417 [ 274 ] {c5219a2f-e6c7-46e3-9280-7ab59d6df95b} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 399 | 2025.04.17 00:21:16.200556 [ 274 ] {c5219a2f-e6c7-46e3-9280-7ab59d6df95b} <Debug> oximeter.version (cee826ab-e0a7-451c-8ff6-5982e5eb9d07): Loading data parts | ||
| 400 | 2025.04.17 00:21:16.201089 [ 274 ] {c5219a2f-e6c7-46e3-9280-7ab59d6df95b} <Debug> oximeter.version (cee826ab-e0a7-451c-8ff6-5982e5eb9d07): There are no data parts | ||
| 401 | 2025.04.17 00:21:16.203881 [ 274 ] {c5219a2f-e6c7-46e3-9280-7ab59d6df95b} <Debug> TCPHandler: Processed in 0.013255124 sec. | ||
| 402 | 2025.04.17 00:21:16.204131 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 403 | 2025.04.17 00:21:16.204338 [ 274 ] {6fba9177-5011-4cdb-9c6b-848f4f2936d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) /* The measurement tables contain all individual samples from each timeseries. | ||
| 404 | * | ||
| 405 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 406 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 407 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 408 | * by all samples from the same timeseries. | ||
| 409 | * | ||
| 410 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 411 | * and then uses that to index quickly into the measurements tables. | ||
| 412 | */ | ||
| 413 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 414 | 2025.04.17 00:21:16.204408 [ 274 ] {6fba9177-5011-4cdb-9c6b-848f4f2936d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 415 | 2025.04.17 00:21:16.212650 [ 274 ] {6fba9177-5011-4cdb-9c6b-848f4f2936d7} <Debug> oximeter.measurements_bool (cdf54b2a-bd53-46b4-8670-127039d772b2): Loading data parts | ||
| 416 | 2025.04.17 00:21:16.212927 [ 274 ] {6fba9177-5011-4cdb-9c6b-848f4f2936d7} <Debug> oximeter.measurements_bool (cdf54b2a-bd53-46b4-8670-127039d772b2): There are no data parts | ||
| 417 | 2025.04.17 00:21:16.214604 [ 274 ] {6fba9177-5011-4cdb-9c6b-848f4f2936d7} <Debug> TCPHandler: Processed in 0.010532945 sec. | ||
| 418 | 2025.04.17 00:21:16.214768 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 419 | 2025.04.17 00:21:16.214978 [ 274 ] {01bc3f62-3733-4474-a656-1b95d725aa08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 420 | 2025.04.17 00:21:16.215025 [ 274 ] {01bc3f62-3733-4474-a656-1b95d725aa08} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 421 | 2025.04.17 00:21:16.216968 [ 274 ] {01bc3f62-3733-4474-a656-1b95d725aa08} <Debug> oximeter.measurements_i8 (cfcf7a47-b04a-4542-8e65-070dc845ba93): Loading data parts | ||
| 422 | 2025.04.17 00:21:16.217158 [ 274 ] {01bc3f62-3733-4474-a656-1b95d725aa08} <Debug> oximeter.measurements_i8 (cfcf7a47-b04a-4542-8e65-070dc845ba93): There are no data parts | ||
| 423 | 2025.04.17 00:21:16.219155 [ 274 ] {01bc3f62-3733-4474-a656-1b95d725aa08} <Debug> TCPHandler: Processed in 0.004441972 sec. | ||
| 424 | 2025.04.17 00:21:16.219425 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 425 | 2025.04.17 00:21:16.219644 [ 274 ] {0fe105e1-1e23-41af-8dc6-c675008a2a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 426 | 2025.04.17 00:21:16.219713 [ 274 ] {0fe105e1-1e23-41af-8dc6-c675008a2a87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 427 | 2025.04.17 00:21:16.222526 [ 274 ] {0fe105e1-1e23-41af-8dc6-c675008a2a87} <Debug> oximeter.measurements_u8 (bd041e7d-f44a-4d26-a0b6-7372430b52f4): Loading data parts | ||
| 428 | 2025.04.17 00:21:16.222764 [ 274 ] {0fe105e1-1e23-41af-8dc6-c675008a2a87} <Debug> oximeter.measurements_u8 (bd041e7d-f44a-4d26-a0b6-7372430b52f4): There are no data parts | ||
| 429 | 2025.04.17 00:21:16.224531 [ 274 ] {0fe105e1-1e23-41af-8dc6-c675008a2a87} <Debug> TCPHandler: Processed in 0.00516388 sec. | ||
| 430 | 2025.04.17 00:21:16.224690 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 431 | 2025.04.17 00:21:16.224923 [ 274 ] {5a937e4c-c4c7-4bac-be21-1d0b2308cc50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 432 | 2025.04.17 00:21:16.224971 [ 274 ] {5a937e4c-c4c7-4bac-be21-1d0b2308cc50} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 433 | 2025.04.17 00:21:16.226812 [ 274 ] {5a937e4c-c4c7-4bac-be21-1d0b2308cc50} <Debug> oximeter.measurements_i16 (a2f923b3-0d89-4e8d-8608-05dc3a96c644): Loading data parts | ||
| 434 | 2025.04.17 00:21:16.226988 [ 274 ] {5a937e4c-c4c7-4bac-be21-1d0b2308cc50} <Debug> oximeter.measurements_i16 (a2f923b3-0d89-4e8d-8608-05dc3a96c644): There are no data parts | ||
| 435 | 2025.04.17 00:21:16.228603 [ 274 ] {5a937e4c-c4c7-4bac-be21-1d0b2308cc50} <Debug> TCPHandler: Processed in 0.00396384 sec. | ||
| 436 | 2025.04.17 00:21:16.228821 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 437 | 2025.04.17 00:21:16.229013 [ 274 ] {557e3715-0d45-41a1-92f8-23be55d9ab97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 438 | 2025.04.17 00:21:16.229079 [ 274 ] {557e3715-0d45-41a1-92f8-23be55d9ab97} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 439 | 2025.04.17 00:21:16.230891 [ 274 ] {557e3715-0d45-41a1-92f8-23be55d9ab97} <Debug> oximeter.measurements_u16 (b6e7bbf6-8be6-4220-b52e-17543ce302e5): Loading data parts | ||
| 440 | 2025.04.17 00:21:16.231094 [ 274 ] {557e3715-0d45-41a1-92f8-23be55d9ab97} <Debug> oximeter.measurements_u16 (b6e7bbf6-8be6-4220-b52e-17543ce302e5): There are no data parts | ||
| 441 | 2025.04.17 00:21:16.232818 [ 274 ] {557e3715-0d45-41a1-92f8-23be55d9ab97} <Debug> TCPHandler: Processed in 0.004053022 sec. | ||
| 442 | 2025.04.17 00:21:16.232970 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 443 | 2025.04.17 00:21:16.233178 [ 274 ] {e693dcff-14e1-47cf-8a42-9f1ba997a2df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 444 | 2025.04.17 00:21:16.233233 [ 274 ] {e693dcff-14e1-47cf-8a42-9f1ba997a2df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 445 | 2025.04.17 00:21:16.235205 [ 274 ] {e693dcff-14e1-47cf-8a42-9f1ba997a2df} <Debug> oximeter.measurements_i32 (65b40e70-2598-4f6d-b574-fa5cc54b61e4): Loading data parts | ||
| 446 | 2025.04.17 00:21:16.235383 [ 274 ] {e693dcff-14e1-47cf-8a42-9f1ba997a2df} <Debug> oximeter.measurements_i32 (65b40e70-2598-4f6d-b574-fa5cc54b61e4): There are no data parts | ||
| 447 | 2025.04.17 00:21:16.236710 [ 274 ] {e693dcff-14e1-47cf-8a42-9f1ba997a2df} <Debug> TCPHandler: Processed in 0.003793126 sec. | ||
| 448 | 2025.04.17 00:21:16.236904 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 449 | 2025.04.17 00:21:16.237120 [ 274 ] {b2001138-c64f-425b-810e-6ba22a0002fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 450 | 2025.04.17 00:21:16.237193 [ 274 ] {b2001138-c64f-425b-810e-6ba22a0002fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 451 | 2025.04.17 00:21:16.239368 [ 274 ] {b2001138-c64f-425b-810e-6ba22a0002fc} <Debug> oximeter.measurements_u32 (0cb1bb03-f289-4514-9bf6-04c03f145baf): Loading data parts | ||
| 452 | 2025.04.17 00:21:16.239608 [ 274 ] {b2001138-c64f-425b-810e-6ba22a0002fc} <Debug> oximeter.measurements_u32 (0cb1bb03-f289-4514-9bf6-04c03f145baf): There are no data parts | ||
| 453 | 2025.04.17 00:21:16.240784 [ 274 ] {b2001138-c64f-425b-810e-6ba22a0002fc} <Debug> TCPHandler: Processed in 0.003931029 sec. | ||
| 454 | 2025.04.17 00:21:16.240938 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2025.04.17 00:21:16.241135 [ 274 ] {deec2a2f-aea2-49cf-980c-84a8750f75ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 456 | 2025.04.17 00:21:16.241192 [ 274 ] {deec2a2f-aea2-49cf-980c-84a8750f75ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 457 | 2025.04.17 00:21:16.243124 [ 274 ] {deec2a2f-aea2-49cf-980c-84a8750f75ef} <Debug> oximeter.measurements_i64 (f3502f2f-a7d6-4255-ac9b-1418f1c44072): Loading data parts | ||
| 458 | 2025.04.17 00:21:16.243299 [ 274 ] {deec2a2f-aea2-49cf-980c-84a8750f75ef} <Debug> oximeter.measurements_i64 (f3502f2f-a7d6-4255-ac9b-1418f1c44072): There are no data parts | ||
| 459 | 2025.04.17 00:21:16.244975 [ 274 ] {deec2a2f-aea2-49cf-980c-84a8750f75ef} <Debug> TCPHandler: Processed in 0.004088803 sec. | ||
| 460 | 2025.04.17 00:21:16.245161 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 461 | 2025.04.17 00:21:16.245352 [ 274 ] {97ed8673-c7fb-4ba4-8c6d-6072785db026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 462 | 2025.04.17 00:21:16.245420 [ 274 ] {97ed8673-c7fb-4ba4-8c6d-6072785db026} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 463 | 2025.04.17 00:21:16.247129 [ 274 ] {97ed8673-c7fb-4ba4-8c6d-6072785db026} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Loading data parts | ||
| 464 | 2025.04.17 00:21:16.247309 [ 274 ] {97ed8673-c7fb-4ba4-8c6d-6072785db026} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): There are no data parts | ||
| 465 | 2025.04.17 00:21:16.248532 [ 274 ] {97ed8673-c7fb-4ba4-8c6d-6072785db026} <Debug> TCPHandler: Processed in 0.003423107 sec. | ||
| 466 | 2025.04.17 00:21:16.248681 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 467 | 2025.04.17 00:21:16.248869 [ 274 ] {196c28a8-05ad-477c-acc6-4c25ccc99e5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 468 | 2025.04.17 00:21:16.248930 [ 274 ] {196c28a8-05ad-477c-acc6-4c25ccc99e5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 469 | 2025.04.17 00:21:16.250633 [ 274 ] {196c28a8-05ad-477c-acc6-4c25ccc99e5f} <Debug> oximeter.measurements_f32 (542e4066-c94c-45c1-b4cc-19efe3a00e1a): Loading data parts | ||
| 470 | 2025.04.17 00:21:16.250797 [ 274 ] {196c28a8-05ad-477c-acc6-4c25ccc99e5f} <Debug> oximeter.measurements_f32 (542e4066-c94c-45c1-b4cc-19efe3a00e1a): There are no data parts | ||
| 471 | 2025.04.17 00:21:16.252717 [ 274 ] {196c28a8-05ad-477c-acc6-4c25ccc99e5f} <Debug> TCPHandler: Processed in 0.004086053 sec. | ||
| 472 | 2025.04.17 00:21:16.252930 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2025.04.17 00:21:16.253119 [ 274 ] {2c7ebae6-ecc8-4a24-a321-b87677df6be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 474 | 2025.04.17 00:21:16.253181 [ 274 ] {2c7ebae6-ecc8-4a24-a321-b87677df6be6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 475 | 2025.04.17 00:21:16.255143 [ 274 ] {2c7ebae6-ecc8-4a24-a321-b87677df6be6} <Debug> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212): Loading data parts | ||
| 476 | 2025.04.17 00:21:16.255309 [ 274 ] {2c7ebae6-ecc8-4a24-a321-b87677df6be6} <Debug> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212): There are no data parts | ||
| 477 | 2025.04.17 00:21:16.256940 [ 274 ] {2c7ebae6-ecc8-4a24-a321-b87677df6be6} <Debug> TCPHandler: Processed in 0.004062053 sec. | ||
| 478 | 2025.04.17 00:21:16.257111 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2025.04.17 00:21:16.257307 [ 274 ] {b6cdd9a8-4d60-43a4-8e60-9fb9975f14a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 480 | 2025.04.17 00:21:16.257419 [ 274 ] {b6cdd9a8-4d60-43a4-8e60-9fb9975f14a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 481 | 2025.04.17 00:21:16.259272 [ 274 ] {b6cdd9a8-4d60-43a4-8e60-9fb9975f14a2} <Debug> oximeter.measurements_string (28514559-2955-430b-be63-4f89ade70806): Loading data parts | ||
| 482 | 2025.04.17 00:21:16.259442 [ 274 ] {b6cdd9a8-4d60-43a4-8e60-9fb9975f14a2} <Debug> oximeter.measurements_string (28514559-2955-430b-be63-4f89ade70806): There are no data parts | ||
| 483 | 2025.04.17 00:21:16.260607 [ 274 ] {b6cdd9a8-4d60-43a4-8e60-9fb9975f14a2} <Debug> TCPHandler: Processed in 0.00355001 sec. | ||
| 484 | 2025.04.17 00:21:16.260815 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 485 | 2025.04.17 00:21:16.261012 [ 274 ] {f7f9bc5d-2ddc-4ad6-91c4-286265ef53e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 486 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 487 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 488 | * a string isn't palatable for a few reasons. | ||
| 489 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 490 | * details. | ||
| 491 | */ | ||
| 492 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 493 | 2025.04.17 00:21:16.261075 [ 274 ] {f7f9bc5d-2ddc-4ad6-91c4-286265ef53e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 494 | 2025.04.17 00:21:16.262796 [ 274 ] {f7f9bc5d-2ddc-4ad6-91c4-286265ef53e8} <Debug> oximeter.measurements_bytes (5d4b4ea8-ea53-4480-9ab0-f31834d35e11): Loading data parts | ||
| 495 | 2025.04.17 00:21:16.262975 [ 274 ] {f7f9bc5d-2ddc-4ad6-91c4-286265ef53e8} <Debug> oximeter.measurements_bytes (5d4b4ea8-ea53-4480-9ab0-f31834d35e11): There are no data parts | ||
| 496 | 2025.04.17 00:21:16.264621 [ 274 ] {f7f9bc5d-2ddc-4ad6-91c4-286265ef53e8} <Debug> TCPHandler: Processed in 0.003857647 sec. | ||
| 497 | 2025.04.17 00:21:16.264799 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 498 | 2025.04.17 00:21:16.264998 [ 274 ] {ebcf1303-58fe-453a-8575-8366f54c3d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 499 | 2025.04.17 00:21:16.265058 [ 274 ] {ebcf1303-58fe-453a-8575-8366f54c3d9e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 500 | 2025.04.17 00:21:16.267085 [ 274 ] {ebcf1303-58fe-453a-8575-8366f54c3d9e} <Debug> oximeter.measurements_cumulativei64 (bef375a6-7649-49d6-90a7-d5c461be9bfa): Loading data parts | ||
| 501 | 2025.04.17 00:21:16.267272 [ 274 ] {ebcf1303-58fe-453a-8575-8366f54c3d9e} <Debug> oximeter.measurements_cumulativei64 (bef375a6-7649-49d6-90a7-d5c461be9bfa): There are no data parts | ||
| 502 | 2025.04.17 00:21:16.268638 [ 274 ] {ebcf1303-58fe-453a-8575-8366f54c3d9e} <Debug> TCPHandler: Processed in 0.003890238 sec. | ||
| 503 | 2025.04.17 00:21:16.268799 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 504 | 2025.04.17 00:21:16.269027 [ 274 ] {59db28c5-f58f-415d-86a4-55e879e1c900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 505 | 2025.04.17 00:21:16.269098 [ 274 ] {59db28c5-f58f-415d-86a4-55e879e1c900} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 506 | 2025.04.17 00:21:16.270770 [ 274 ] {59db28c5-f58f-415d-86a4-55e879e1c900} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Loading data parts | ||
| 507 | 2025.04.17 00:21:16.270941 [ 274 ] {59db28c5-f58f-415d-86a4-55e879e1c900} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): There are no data parts | ||
| 508 | 2025.04.17 00:21:16.272425 [ 274 ] {59db28c5-f58f-415d-86a4-55e879e1c900} <Debug> TCPHandler: Processed in 0.003677623 sec. | ||
| 509 | 2025.04.17 00:21:16.272574 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 510 | 2025.04.17 00:21:16.272776 [ 274 ] {74e14ff7-230c-4813-8672-4bd43f1cdbeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 511 | 2025.04.17 00:21:16.272847 [ 274 ] {74e14ff7-230c-4813-8672-4bd43f1cdbeb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 512 | 2025.04.17 00:21:16.274993 [ 274 ] {74e14ff7-230c-4813-8672-4bd43f1cdbeb} <Debug> oximeter.measurements_cumulativef32 (1f17b260-7bbd-4383-977b-f911ab987d00): Loading data parts | ||
| 513 | 2025.04.17 00:21:16.275157 [ 274 ] {74e14ff7-230c-4813-8672-4bd43f1cdbeb} <Debug> oximeter.measurements_cumulativef32 (1f17b260-7bbd-4383-977b-f911ab987d00): There are no data parts | ||
| 514 | 2025.04.17 00:21:16.276515 [ 274 ] {74e14ff7-230c-4813-8672-4bd43f1cdbeb} <Debug> TCPHandler: Processed in 0.003992991 sec. | ||
| 515 | 2025.04.17 00:21:16.276686 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 516 | 2025.04.17 00:21:16.276892 [ 274 ] {23f83563-c1b6-41a0-8c15-26138e750935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 517 | 2025.04.17 00:21:16.276960 [ 274 ] {23f83563-c1b6-41a0-8c15-26138e750935} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 518 | 2025.04.17 00:21:16.279086 [ 274 ] {23f83563-c1b6-41a0-8c15-26138e750935} <Debug> oximeter.measurements_cumulativef64 (6d4a16a8-ccfd-4014-8abc-944973d505c3): Loading data parts | ||
| 519 | 2025.04.17 00:21:16.279269 [ 274 ] {23f83563-c1b6-41a0-8c15-26138e750935} <Debug> oximeter.measurements_cumulativef64 (6d4a16a8-ccfd-4014-8abc-944973d505c3): There are no data parts | ||
| 520 | 2025.04.17 00:21:16.280464 [ 274 ] {23f83563-c1b6-41a0-8c15-26138e750935} <Debug> TCPHandler: Processed in 0.003830636 sec. | ||
| 521 | 2025.04.17 00:21:16.280621 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 522 | 2025.04.17 00:21:16.280925 [ 274 ] {d238a1b4-95fe-444e-aea0-86c55b21ae8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 523 | * NOTE: Array types cannot be Nullable, see | ||
| 524 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 525 | * for more details. | ||
| 526 | * | ||
| 527 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 528 | * is unfortunate, and at this point relies on the fact that an | ||
| 529 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 530 | * to figure out another way to represent missing samples here. | ||
| 531 | */ | ||
| 532 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 533 | 2025.04.17 00:21:16.281026 [ 274 ] {d238a1b4-95fe-444e-aea0-86c55b21ae8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 534 | 2025.04.17 00:21:16.283052 [ 274 ] {d238a1b4-95fe-444e-aea0-86c55b21ae8a} <Debug> oximeter.measurements_histogrami8 (5c5dd9ec-e983-4a97-9963-a5c578b68eea): Loading data parts | ||
| 535 | 2025.04.17 00:21:16.283261 [ 274 ] {d238a1b4-95fe-444e-aea0-86c55b21ae8a} <Debug> oximeter.measurements_histogrami8 (5c5dd9ec-e983-4a97-9963-a5c578b68eea): There are no data parts | ||
| 536 | 2025.04.17 00:21:16.284743 [ 274 ] {d238a1b4-95fe-444e-aea0-86c55b21ae8a} <Debug> TCPHandler: Processed in 0.004173185 sec. | ||
| 537 | 2025.04.17 00:21:16.284912 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 538 | 2025.04.17 00:21:16.285178 [ 274 ] {cca789f5-55da-4d90-94c7-738045527e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 539 | 2025.04.17 00:21:16.285248 [ 274 ] {cca789f5-55da-4d90-94c7-738045527e3b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 540 | 2025.04.17 00:21:16.288201 [ 274 ] {cca789f5-55da-4d90-94c7-738045527e3b} <Debug> oximeter.measurements_histogramu8 (392e7609-087d-4e36-900a-825198fbb878): Loading data parts | ||
| 541 | 2025.04.17 00:21:16.288870 [ 274 ] {cca789f5-55da-4d90-94c7-738045527e3b} <Debug> oximeter.measurements_histogramu8 (392e7609-087d-4e36-900a-825198fbb878): There are no data parts | ||
| 542 | 2025.04.17 00:21:16.290354 [ 274 ] {cca789f5-55da-4d90-94c7-738045527e3b} <Debug> TCPHandler: Processed in 0.005492068 sec. | ||
| 543 | 2025.04.17 00:21:16.290526 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 544 | 2025.04.17 00:21:16.290909 [ 274 ] {d503919a-5d2f-4a17-9204-35f4ac091b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 545 | 2025.04.17 00:21:16.291056 [ 274 ] {d503919a-5d2f-4a17-9204-35f4ac091b17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 546 | 2025.04.17 00:21:16.293483 [ 274 ] {d503919a-5d2f-4a17-9204-35f4ac091b17} <Debug> oximeter.measurements_histogrami16 (a8cda0da-01b9-494d-a6ab-b47bfe8c2fe8): Loading data parts | ||
| 547 | 2025.04.17 00:21:16.293648 [ 274 ] {d503919a-5d2f-4a17-9204-35f4ac091b17} <Debug> oximeter.measurements_histogrami16 (a8cda0da-01b9-494d-a6ab-b47bfe8c2fe8): There are no data parts | ||
| 548 | 2025.04.17 00:21:16.295101 [ 274 ] {d503919a-5d2f-4a17-9204-35f4ac091b17} <Debug> TCPHandler: Processed in 0.004638107 sec. | ||
| 549 | 2025.04.17 00:21:16.295354 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 550 | 2025.04.17 00:21:16.295619 [ 274 ] {b23b251d-4667-4f9e-a01f-a61366f290f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 551 | 2025.04.17 00:21:16.295754 [ 274 ] {b23b251d-4667-4f9e-a01f-a61366f290f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 552 | 2025.04.17 00:21:16.298586 [ 274 ] {b23b251d-4667-4f9e-a01f-a61366f290f1} <Debug> oximeter.measurements_histogramu16 (8074b342-b75f-4ec0-a7cc-89bd8a2e793c): Loading data parts | ||
| 553 | 2025.04.17 00:21:16.298794 [ 274 ] {b23b251d-4667-4f9e-a01f-a61366f290f1} <Debug> oximeter.measurements_histogramu16 (8074b342-b75f-4ec0-a7cc-89bd8a2e793c): There are no data parts | ||
| 554 | 2025.04.17 00:21:16.300462 [ 274 ] {b23b251d-4667-4f9e-a01f-a61366f290f1} <Debug> TCPHandler: Processed in 0.00515866 sec. | ||
| 555 | 2025.04.17 00:21:16.300617 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 556 | 2025.04.17 00:21:16.300953 [ 274 ] {795ae143-38f0-445b-93c8-428dd4e06c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 557 | 2025.04.17 00:21:16.301097 [ 274 ] {795ae143-38f0-445b-93c8-428dd4e06c28} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 558 | 2025.04.17 00:21:16.303551 [ 274 ] {795ae143-38f0-445b-93c8-428dd4e06c28} <Debug> oximeter.measurements_histogrami32 (ba749a92-22a4-43f9-b2bd-3cd505d8360f): Loading data parts | ||
| 559 | 2025.04.17 00:21:16.303785 [ 274 ] {795ae143-38f0-445b-93c8-428dd4e06c28} <Debug> oximeter.measurements_histogrami32 (ba749a92-22a4-43f9-b2bd-3cd505d8360f): There are no data parts | ||
| 560 | 2025.04.17 00:21:16.305068 [ 274 ] {795ae143-38f0-445b-93c8-428dd4e06c28} <Debug> TCPHandler: Processed in 0.004504714 sec. | ||
| 561 | 2025.04.17 00:21:16.305290 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 562 | 2025.04.17 00:21:16.305548 [ 274 ] {cbc530cf-2dc8-4a85-8939-86143e3d0810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 563 | 2025.04.17 00:21:16.305687 [ 274 ] {cbc530cf-2dc8-4a85-8939-86143e3d0810} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 564 | 2025.04.17 00:21:16.308592 [ 274 ] {cbc530cf-2dc8-4a85-8939-86143e3d0810} <Debug> oximeter.measurements_histogramu32 (07911ae5-b286-486d-977f-9ff0b0d9036e): Loading data parts | ||
| 565 | 2025.04.17 00:21:16.308770 [ 274 ] {cbc530cf-2dc8-4a85-8939-86143e3d0810} <Debug> oximeter.measurements_histogramu32 (07911ae5-b286-486d-977f-9ff0b0d9036e): There are no data parts | ||
| 566 | 2025.04.17 00:21:16.310122 [ 274 ] {cbc530cf-2dc8-4a85-8939-86143e3d0810} <Debug> TCPHandler: Processed in 0.004884323 sec. | ||
| 567 | 2025.04.17 00:21:16.310274 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 568 | 2025.04.17 00:21:16.310579 [ 274 ] {afa54e8d-ff49-406f-ac70-8bb01823a9d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 569 | 2025.04.17 00:21:16.310711 [ 274 ] {afa54e8d-ff49-406f-ac70-8bb01823a9d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 570 | 2025.04.17 00:21:16.313804 [ 274 ] {afa54e8d-ff49-406f-ac70-8bb01823a9d9} <Debug> oximeter.measurements_histogrami64 (9b617236-51d2-4e8c-9848-89f6aa372b50): Loading data parts | ||
| 571 | 2025.04.17 00:21:16.313950 [ 274 ] {afa54e8d-ff49-406f-ac70-8bb01823a9d9} <Debug> oximeter.measurements_histogrami64 (9b617236-51d2-4e8c-9848-89f6aa372b50): There are no data parts | ||
| 572 | 2025.04.17 00:21:16.315646 [ 274 ] {afa54e8d-ff49-406f-ac70-8bb01823a9d9} <Debug> TCPHandler: Processed in 0.005423466 sec. | ||
| 573 | 2025.04.17 00:21:16.315888 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 574 | 2025.04.17 00:21:16.316145 [ 274 ] {c37331f6-a439-4937-bf6a-bec73c747f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 575 | 2025.04.17 00:21:16.316283 [ 274 ] {c37331f6-a439-4937-bf6a-bec73c747f1a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 576 | 2025.04.17 00:21:16.318821 [ 274 ] {c37331f6-a439-4937-bf6a-bec73c747f1a} <Debug> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Loading data parts | ||
| 577 | 2025.04.17 00:21:16.319007 [ 274 ] {c37331f6-a439-4937-bf6a-bec73c747f1a} <Debug> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): There are no data parts | ||
| 578 | 2025.04.17 00:21:16.320687 [ 274 ] {c37331f6-a439-4937-bf6a-bec73c747f1a} <Debug> TCPHandler: Processed in 0.004847772 sec. | ||
| 579 | 2025.04.17 00:21:16.320841 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 580 | 2025.04.17 00:21:16.321167 [ 274 ] {e9780075-4fed-4eca-9588-e1d295de0551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 581 | 2025.04.17 00:21:16.321306 [ 274 ] {e9780075-4fed-4eca-9588-e1d295de0551} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 582 | 2025.04.17 00:21:16.323803 [ 274 ] {e9780075-4fed-4eca-9588-e1d295de0551} <Debug> oximeter.measurements_histogramf32 (af09eefd-2d99-45e6-bdf8-8bf678048ba0): Loading data parts | ||
| 583 | 2025.04.17 00:21:16.323940 [ 274 ] {e9780075-4fed-4eca-9588-e1d295de0551} <Debug> oximeter.measurements_histogramf32 (af09eefd-2d99-45e6-bdf8-8bf678048ba0): There are no data parts | ||
| 584 | 2025.04.17 00:21:16.325178 [ 274 ] {e9780075-4fed-4eca-9588-e1d295de0551} <Debug> TCPHandler: Processed in 0.00438769 sec. | ||
| 585 | 2025.04.17 00:21:16.325427 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 586 | 2025.04.17 00:21:16.325686 [ 274 ] {09c4444f-5e48-4b11-b03f-d8ed5125ba27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 587 | 2025.04.17 00:21:16.325822 [ 274 ] {09c4444f-5e48-4b11-b03f-d8ed5125ba27} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 588 | 2025.04.17 00:21:16.328258 [ 274 ] {09c4444f-5e48-4b11-b03f-d8ed5125ba27} <Debug> oximeter.measurements_histogramf64 (c7f8383a-76d5-4bbd-8441-010e9ccf828c): Loading data parts | ||
| 589 | 2025.04.17 00:21:16.328503 [ 274 ] {09c4444f-5e48-4b11-b03f-d8ed5125ba27} <Debug> oximeter.measurements_histogramf64 (c7f8383a-76d5-4bbd-8441-010e9ccf828c): There are no data parts | ||
| 590 | 2025.04.17 00:21:16.329756 [ 274 ] {09c4444f-5e48-4b11-b03f-d8ed5125ba27} <Debug> TCPHandler: Processed in 0.004379541 sec. | ||
| 591 | 2025.04.17 00:21:16.329909 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 592 | 2025.04.17 00:21:16.330148 [ 274 ] {159b5ffc-61b4-4d59-aa4e-261ad8d1b560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) /* The field tables store named dimensions of each timeseries. | ||
| 593 | * | ||
| 594 | * As with the measurement tables, there is one field table for each field data | ||
| 595 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 596 | * this behavior **must not** be relied upon for query correctness. | ||
| 597 | * | ||
| 598 | * The index for the fields differs from the measurements, however. Rows are | ||
| 599 | * sorted by timeseries name, then field name, field value, and finally | ||
| 600 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 601 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 602 | * usually then used to look up measurements. | ||
| 603 | * | ||
| 604 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 605 | * timeseries name and then key, since it would improve lookups where one | ||
| 606 | * already has the key. Realistically though, these tables are quite small and | ||
| 607 | * so performance benefits will be low in absolute terms. | ||
| 608 | * | ||
| 609 | * TTL: We use a materialized column to expire old field table records. This | ||
| 610 | * column is generated automatically by the database whenever a new row is | ||
| 611 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 612 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 613 | * record will remain during a deduplication, which will have the last | ||
| 614 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 615 | * measurement tables. | ||
| 616 | */ | ||
| 617 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 618 | 2025.04.17 00:21:16.330287 [ 274 ] {159b5ffc-61b4-4d59-aa4e-261ad8d1b560} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 619 | 2025.04.17 00:21:16.332838 [ 274 ] {159b5ffc-61b4-4d59-aa4e-261ad8d1b560} <Debug> oximeter.fields_bool (b7a72542-7e0b-4bd6-924a-6b4d3f785c84): Loading data parts | ||
| 620 | 2025.04.17 00:21:16.333079 [ 274 ] {159b5ffc-61b4-4d59-aa4e-261ad8d1b560} <Debug> oximeter.fields_bool (b7a72542-7e0b-4bd6-924a-6b4d3f785c84): There are no data parts | ||
| 621 | 2025.04.17 00:21:16.334279 [ 274 ] {159b5ffc-61b4-4d59-aa4e-261ad8d1b560} <Debug> TCPHandler: Processed in 0.004421592 sec. | ||
| 622 | 2025.04.17 00:21:16.334444 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 623 | 2025.04.17 00:21:16.334711 [ 274 ] {4a5e09c0-2079-4abd-befe-6c3191b319f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 624 | 2025.04.17 00:21:16.334845 [ 274 ] {4a5e09c0-2079-4abd-befe-6c3191b319f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 625 | 2025.04.17 00:21:16.336975 [ 274 ] {4a5e09c0-2079-4abd-befe-6c3191b319f2} <Debug> oximeter.fields_i8 (61b6c26a-8aad-4f74-81e3-c1691d2e3209): Loading data parts | ||
| 626 | 2025.04.17 00:21:16.337144 [ 274 ] {4a5e09c0-2079-4abd-befe-6c3191b319f2} <Debug> oximeter.fields_i8 (61b6c26a-8aad-4f74-81e3-c1691d2e3209): There are no data parts | ||
| 627 | 2025.04.17 00:21:16.338467 [ 274 ] {4a5e09c0-2079-4abd-befe-6c3191b319f2} <Debug> TCPHandler: Processed in 0.004080913 sec. | ||
| 628 | 2025.04.17 00:21:16.338623 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 629 | 2025.04.17 00:21:16.338811 [ 274 ] {908e674f-70ab-4e37-8af4-943f988378db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 630 | 2025.04.17 00:21:16.338960 [ 274 ] {908e674f-70ab-4e37-8af4-943f988378db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 631 | 2025.04.17 00:21:16.341213 [ 274 ] {908e674f-70ab-4e37-8af4-943f988378db} <Debug> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Loading data parts | ||
| 632 | 2025.04.17 00:21:16.341396 [ 274 ] {908e674f-70ab-4e37-8af4-943f988378db} <Debug> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): There are no data parts | ||
| 633 | 2025.04.17 00:21:16.342599 [ 274 ] {908e674f-70ab-4e37-8af4-943f988378db} <Debug> TCPHandler: Processed in 0.004030731 sec. | ||
| 634 | 2025.04.17 00:21:16.342757 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 635 | 2025.04.17 00:21:16.343029 [ 274 ] {7a032b2e-2789-4f1f-a8bd-f1e172ad5adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 636 | 2025.04.17 00:21:16.343153 [ 274 ] {7a032b2e-2789-4f1f-a8bd-f1e172ad5adb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 637 | 2025.04.17 00:21:16.345276 [ 274 ] {7a032b2e-2789-4f1f-a8bd-f1e172ad5adb} <Debug> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Loading data parts | ||
| 638 | 2025.04.17 00:21:16.345452 [ 274 ] {7a032b2e-2789-4f1f-a8bd-f1e172ad5adb} <Debug> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): There are no data parts | ||
| 639 | 2025.04.17 00:21:16.346727 [ 274 ] {7a032b2e-2789-4f1f-a8bd-f1e172ad5adb} <Debug> TCPHandler: Processed in 0.004021711 sec. | ||
| 640 | 2025.04.17 00:21:16.346879 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 641 | 2025.04.17 00:21:16.347070 [ 274 ] {c6f48e1d-ba6e-4605-a1be-3e9af826cbee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 642 | 2025.04.17 00:21:16.347201 [ 274 ] {c6f48e1d-ba6e-4605-a1be-3e9af826cbee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 643 | 2025.04.17 00:21:16.349473 [ 274 ] {c6f48e1d-ba6e-4605-a1be-3e9af826cbee} <Debug> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Loading data parts | ||
| 644 | 2025.04.17 00:21:16.349633 [ 274 ] {c6f48e1d-ba6e-4605-a1be-3e9af826cbee} <Debug> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): There are no data parts | ||
| 645 | 2025.04.17 00:21:16.350860 [ 274 ] {c6f48e1d-ba6e-4605-a1be-3e9af826cbee} <Debug> TCPHandler: Processed in 0.004032711 sec. | ||
| 646 | 2025.04.17 00:21:16.351058 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 647 | 2025.04.17 00:21:16.351285 [ 274 ] {b0ab241d-4690-4443-b2c5-64952feb6e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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.17 00:21:16.351404 [ 274 ] {b0ab241d-4690-4443-b2c5-64952feb6e18} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 649 | 2025.04.17 00:21:16.353435 [ 274 ] {b0ab241d-4690-4443-b2c5-64952feb6e18} <Debug> oximeter.fields_i32 (f12c7b9a-bf20-41e5-8023-dfafca6e7d3a): Loading data parts | ||
| 650 | 2025.04.17 00:21:16.353593 [ 274 ] {b0ab241d-4690-4443-b2c5-64952feb6e18} <Debug> oximeter.fields_i32 (f12c7b9a-bf20-41e5-8023-dfafca6e7d3a): There are no data parts | ||
| 651 | 2025.04.17 00:21:16.354930 [ 274 ] {b0ab241d-4690-4443-b2c5-64952feb6e18} <Debug> TCPHandler: Processed in 0.003929019 sec. | ||
| 652 | 2025.04.17 00:21:16.355094 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 653 | 2025.04.17 00:21:16.355297 [ 274 ] {65b5aee8-7d77-4fe3-99d8-4ed4dd0ee649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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.17 00:21:16.355429 [ 274 ] {65b5aee8-7d77-4fe3-99d8-4ed4dd0ee649} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 655 | 2025.04.17 00:21:16.357546 [ 274 ] {65b5aee8-7d77-4fe3-99d8-4ed4dd0ee649} <Debug> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Loading data parts | ||
| 656 | 2025.04.17 00:21:16.357687 [ 274 ] {65b5aee8-7d77-4fe3-99d8-4ed4dd0ee649} <Debug> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): There are no data parts | ||
| 657 | 2025.04.17 00:21:16.359132 [ 274 ] {65b5aee8-7d77-4fe3-99d8-4ed4dd0ee649} <Debug> TCPHandler: Processed in 0.004089783 sec. | ||
| 658 | 2025.04.17 00:21:16.359361 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 659 | 2025.04.17 00:21:16.359547 [ 274 ] {2dfbe722-bf99-44c4-91f5-1066eba4b4e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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.17 00:21:16.359696 [ 274 ] {2dfbe722-bf99-44c4-91f5-1066eba4b4e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 661 | 2025.04.17 00:21:16.361575 [ 274 ] {2dfbe722-bf99-44c4-91f5-1066eba4b4e8} <Debug> oximeter.fields_i64 (68ed561c-f931-4bb2-9211-4bd6fa7d7f4e): Loading data parts | ||
| 662 | 2025.04.17 00:21:16.361852 [ 274 ] {2dfbe722-bf99-44c4-91f5-1066eba4b4e8} <Debug> oximeter.fields_i64 (68ed561c-f931-4bb2-9211-4bd6fa7d7f4e): There are no data parts | ||
| 663 | 2025.04.17 00:21:16.363537 [ 274 ] {2dfbe722-bf99-44c4-91f5-1066eba4b4e8} <Debug> TCPHandler: Processed in 0.004228216 sec. | ||
| 664 | 2025.04.17 00:21:16.363691 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 665 | 2025.04.17 00:21:16.363927 [ 274 ] {c04e9d73-1e28-4c9d-8ea8-fe3a3425cdb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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.17 00:21:16.364015 [ 274 ] {c04e9d73-1e28-4c9d-8ea8-fe3a3425cdb5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 667 | 2025.04.17 00:21:16.366554 [ 274 ] {c04e9d73-1e28-4c9d-8ea8-fe3a3425cdb5} <Debug> oximeter.fields_u64 (e7877481-d9fe-4fdf-bc3d-7e0b3c680945): Loading data parts | ||
| 668 | 2025.04.17 00:21:16.366715 [ 274 ] {c04e9d73-1e28-4c9d-8ea8-fe3a3425cdb5} <Debug> oximeter.fields_u64 (e7877481-d9fe-4fdf-bc3d-7e0b3c680945): There are no data parts | ||
| 669 | 2025.04.17 00:21:16.368187 [ 274 ] {c04e9d73-1e28-4c9d-8ea8-fe3a3425cdb5} <Debug> TCPHandler: Processed in 0.004545745 sec. | ||
| 670 | 2025.04.17 00:21:16.368428 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2025.04.17 00:21:16.368635 [ 274 ] {13080085-e383-4296-bd5c-9309adb77106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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.17 00:21:16.368815 [ 274 ] {13080085-e383-4296-bd5c-9309adb77106} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 673 | 2025.04.17 00:21:16.370770 [ 274 ] {13080085-e383-4296-bd5c-9309adb77106} <Debug> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Loading data parts | ||
| 674 | 2025.04.17 00:21:16.370996 [ 274 ] {13080085-e383-4296-bd5c-9309adb77106} <Debug> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): There are no data parts | ||
| 675 | 2025.04.17 00:21:16.372410 [ 274 ] {13080085-e383-4296-bd5c-9309adb77106} <Debug> TCPHandler: Processed in 0.004044822 sec. | ||
| 676 | 2025.04.17 00:21:16.372560 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 677 | 2025.04.17 00:21:16.372813 [ 274 ] {819c32d2-f733-4d19-9fdd-0ff8dae96f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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.17 00:21:16.372901 [ 274 ] {819c32d2-f733-4d19-9fdd-0ff8dae96f1a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 679 | 2025.04.17 00:21:16.374754 [ 274 ] {819c32d2-f733-4d19-9fdd-0ff8dae96f1a} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Loading data parts | ||
| 680 | 2025.04.17 00:21:16.374906 [ 274 ] {819c32d2-f733-4d19-9fdd-0ff8dae96f1a} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): There are no data parts | ||
| 681 | 2025.04.17 00:21:16.376376 [ 274 ] {819c32d2-f733-4d19-9fdd-0ff8dae96f1a} <Debug> TCPHandler: Processed in 0.003867617 sec. | ||
| 682 | 2025.04.17 00:21:16.376570 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2025.04.17 00:21:16.376757 [ 274 ] {31db9fa9-3262-497f-a556-4f96209f9b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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.17 00:21:16.376884 [ 274 ] {31db9fa9-3262-497f-a556-4f96209f9b40} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 685 | 2025.04.17 00:21:16.378753 [ 274 ] {31db9fa9-3262-497f-a556-4f96209f9b40} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Loading data parts | ||
| 686 | 2025.04.17 00:21:16.378990 [ 274 ] {31db9fa9-3262-497f-a556-4f96209f9b40} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): There are no data parts | ||
| 687 | 2025.04.17 00:21:16.380434 [ 274 ] {31db9fa9-3262-497f-a556-4f96209f9b40} <Debug> TCPHandler: Processed in 0.003916118 sec. | ||
| 688 | 2025.04.17 00:21:16.380597 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 689 | 2025.04.17 00:21:16.380938 [ 274 ] {37e05012-f6af-4f06-bfd9-0e5d67497588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) /* 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.17 00:21:16.381079 [ 274 ] {37e05012-f6af-4f06-bfd9-0e5d67497588} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 694 | 2025.04.17 00:21:16.382981 [ 274 ] {37e05012-f6af-4f06-bfd9-0e5d67497588} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Loading data parts | ||
| 695 | 2025.04.17 00:21:16.383214 [ 274 ] {37e05012-f6af-4f06-bfd9-0e5d67497588} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): There are no data parts | ||
| 696 | 2025.04.17 00:21:16.384818 [ 274 ] {37e05012-f6af-4f06-bfd9-0e5d67497588} <Debug> TCPHandler: Processed in 0.004271467 sec. | ||
| 697 | 2025.04.17 00:21:16.385151 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 698 | 2025.04.17 00:21:16.385600 [ 275 ] {a2721660-e420-44c7-b3ee-86a2f39aedea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 699 | 2025.04.17 00:21:16.386975 [ 275 ] {a2721660-e420-44c7-b3ee-86a2f39aedea} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 700 | 2025.04.17 00:21:16.395580 [ 283 ] {a2721660-e420-44c7-b3ee-86a2f39aedea} <Trace> oximeter.version (cee826ab-e0a7-451c-8ff6-5982e5eb9d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 701 | 2025.04.17 00:21:16.395731 [ 283 ] {a2721660-e420-44c7-b3ee-86a2f39aedea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 702 | 2025.04.17 00:21:16.400738 [ 283 ] {a2721660-e420-44c7-b3ee-86a2f39aedea} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 703 | 2025.04.17 00:21:16.401322 [ 283 ] {a2721660-e420-44c7-b3ee-86a2f39aedea} <Trace> oximeter.version (cee826ab-e0a7-451c-8ff6-5982e5eb9d07): 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.17 00:21:16.401736 [ 275 ] {a2721660-e420-44c7-b3ee-86a2f39aedea} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016279 sec., 61.42883469500584 rows/sec., 982.86 B/sec. | ||
| 705 | 2025.04.17 00:21:16.402024 [ 275 ] {a2721660-e420-44c7-b3ee-86a2f39aedea} <Debug> TCPHandler: Processed in 0.017024719 sec. | ||
| 706 | 2025.04.17 00:21:17.000166 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 127.78 MiB, peak 127.78 MiB, free memory in arenas 0.00 B, will set to 140.87 MiB (RSS), difference: 13.09 MiB | ||
| 707 | 2025.04.17 00:21:23.227084 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.04.17 00:21:23.227114 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 709 | 2025.04.17 00:21:23.227251 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.04.17 00:21:23.227264 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.04.17 00:21:23.233472 [ 244 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Loading data parts | ||
| 712 | 2025.04.17 00:21:23.233855 [ 244 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): There are no data parts | ||
| 713 | 2025.04.17 00:21:23.240857 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.04.17 00:21:23.241041 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 715 | 2025.04.17 00:21:23.244208 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 716 | 2025.04.17 00:21:23.245176 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): 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.17 00:21:23.246257 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 718 | 2025.04.17 00:21:23.252472 [ 243 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Loading data parts | ||
| 719 | 2025.04.17 00:21:23.252672 [ 243 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): There are no data parts | ||
| 720 | 2025.04.17 00:21:23.276992 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.04.17 00:21:23.277210 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 722 | 2025.04.17 00:21:23.284730 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.04.17 00:21:23.286118 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): 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.17 00:21:23.289765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.04.17 00:21:24.000173 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.92 MiB, peak 149.92 MiB, free memory in arenas 0.00 B, will set to 150.40 MiB (RSS), difference: 4.48 MiB | ||
| 726 | 2025.04.17 00:21:25.727015 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.04.17 00:21:25.727224 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.04.17 00:21:25.732574 [ 242 ] {} <Debug> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Loading data parts | ||
| 729 | 2025.04.17 00:21:25.732744 [ 242 ] {} <Debug> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): There are no data parts | ||
| 730 | 2025.04.17 00:21:25.738717 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.04.17 00:21:25.738860 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 732 | 2025.04.17 00:21:25.740719 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.04.17 00:21:25.741370 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): 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.17 00:21:25.741976 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.04.17 00:21:26.000172 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.58 MiB, peak 154.58 MiB, free memory in arenas 0.00 B, will set to 150.79 MiB (RSS), difference: -3.79 MiB | ||
| 736 | 2025.04.17 00:21:30.691480 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.04.17 00:21:30.691536 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.04.17 00:21:30.746434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 739 | 2025.04.17 00:21:30.747500 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.04.17 00:21:30.747550 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 741 | 2025.04.17 00:21:30.748270 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.04.17 00:21:30.748884 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): 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.17 00:21:30.749157 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.04.17 00:21:30.789893 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.04.17 00:21:30.811376 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.04.17 00:21:30.811498 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 747 | 2025.04.17 00:21:30.818268 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.04.17 00:21:30.819502 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): 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.17 00:21:30.822363 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.04.17 00:21:31.000182 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.45 MiB, peak 155.45 MiB, free memory in arenas 0.00 B, will set to 152.56 MiB (RSS), difference: 1.10 MiB | ||
| 751 | 2025.04.17 00:21:36.000160 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.57 MiB, peak 155.45 MiB, free memory in arenas 0.00 B, will set to 152.59 MiB (RSS), difference: 4.02 MiB | ||
| 752 | 2025.04.17 00:21:38.250228 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 753 | 2025.04.17 00:21:38.250854 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 754 | 2025.04.17 00:21:38.250907 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 755 | 2025.04.17 00:21:38.251565 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 756 | 2025.04.17 00:21:38.251834 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 757 | 2025.04.17 00:21:38.252081 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 758 | 2025.04.17 00:21:38.323406 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 759 | 2025.04.17 00:21:38.341739 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.04.17 00:21:38.341795 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 761 | 2025.04.17 00:21:38.347960 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 762 | 2025.04.17 00:21:38.348725 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 763 | 2025.04.17 00:21:38.351477 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 764 | 2025.04.17 00:21:45.691783 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 765 | 2025.04.17 00:21:45.691846 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 766 | 2025.04.17 00:21:45.753179 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 767 | 2025.04.17 00:21:45.753777 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 768 | 2025.04.17 00:21:45.753828 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 769 | 2025.04.17 00:21:45.754394 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 770 | 2025.04.17 00:21:45.754652 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 771 | 2025.04.17 00:21:45.754886 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 772 | 2025.04.17 00:21:45.852535 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 773 | 2025.04.17 00:21:45.872240 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 774 | 2025.04.17 00:21:45.872305 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 775 | 2025.04.17 00:21:45.878878 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 776 | 2025.04.17 00:21:45.879646 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 777 | 2025.04.17 00:21:45.882510 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 778 | 2025.04.17 00:21:46.419213 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2025.04.17 00:21:46.419438 [ 274 ] {03d0f692-b90a-4ff0-97d3-52bc83db4c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 780 | 2025.04.17 00:21:46.424158 [ 274 ] {03d0f692-b90a-4ff0-97d3-52bc83db4c70} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 781 | 2025.04.17 00:21:46.433425 [ 274 ] {03d0f692-b90a-4ff0-97d3-52bc83db4c70} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 782 | 2025.04.17 00:21:46.440542 [ 274 ] {03d0f692-b90a-4ff0-97d3-52bc83db4c70} <Debug> TCPHandler: Processed in 0.021463251 sec. | ||
| 783 | 2025.04.17 00:21:46.459003 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 784 | 2025.04.17 00:21:46.459190 [ 274 ] {2b7615f8-4533-4fa3-a530-6d3a2d544d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 785 | 2025.04.17 00:21:46.469137 [ 274 ] {2b7615f8-4533-4fa3-a530-6d3a2d544d52} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 786 | 2025.04.17 00:21:46.469205 [ 274 ] {2b7615f8-4533-4fa3-a530-6d3a2d544d52} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 787 | 2025.04.17 00:21:46.469795 [ 274 ] {2b7615f8-4533-4fa3-a530-6d3a2d544d52} <Debug> TCPHandler: Processed in 0.010863484 sec. | ||
| 788 | 2025.04.17 00:21:46.470081 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 789 | 2025.04.17 00:21:46.470225 [ 274 ] {9ef235ac-ac3c-4232-a64d-2af6044d8947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 790 | 2025.04.17 00:21:46.472735 [ 274 ] {9ef235ac-ac3c-4232-a64d-2af6044d8947} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 791 | 2025.04.17 00:21:46.472817 [ 274 ] {9ef235ac-ac3c-4232-a64d-2af6044d8947} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 792 | 2025.04.17 00:21:46.473465 [ 274 ] {9ef235ac-ac3c-4232-a64d-2af6044d8947} <Debug> TCPHandler: Processed in 0.003435737 sec. | ||
| 793 | 2025.04.17 00:21:46.473728 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 794 | 2025.04.17 00:21:46.473866 [ 274 ] {f77f8ffb-2de6-44e3-8830-06ef56b7dc68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 795 | 2025.04.17 00:21:46.474175 [ 274 ] {f77f8ffb-2de6-44e3-8830-06ef56b7dc68} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 796 | 2025.04.17 00:21:46.474227 [ 274 ] {f77f8ffb-2de6-44e3-8830-06ef56b7dc68} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 797 | 2025.04.17 00:21:46.474660 [ 274 ] {f77f8ffb-2de6-44e3-8830-06ef56b7dc68} <Debug> TCPHandler: Processed in 0.000983195 sec. | ||
| 798 | 2025.04.17 00:21:46.475403 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2025.04.17 00:21:46.475521 [ 274 ] {112084b8-909c-499e-bc6b-b7bbf691774b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 800 | 2025.04.17 00:21:46.475569 [ 274 ] {112084b8-909c-499e-bc6b-b7bbf691774b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2025.04.17 00:21:46.476305 [ 274 ] {112084b8-909c-499e-bc6b-b7bbf691774b} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 802 | 2025.04.17 00:21:46.476355 [ 274 ] {112084b8-909c-499e-bc6b-b7bbf691774b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 803 | 2025.04.17 00:21:46.476938 [ 274 ] {112084b8-909c-499e-bc6b-b7bbf691774b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 804 | 2025.04.17 00:21:46.477169 [ 274 ] {112084b8-909c-499e-bc6b-b7bbf691774b} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 805 | 2025.04.17 00:21:46.477391 [ 274 ] {112084b8-909c-499e-bc6b-b7bbf691774b} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.001898 sec., 2107.4815595363543 rows/sec., 222.79 KiB/sec. | ||
| 806 | 2025.04.17 00:21:46.477562 [ 274 ] {112084b8-909c-499e-bc6b-b7bbf691774b} <Debug> TCPHandler: Processed in 0.002209885 sec. | ||
| 807 | 2025.04.17 00:21:46.477683 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 808 | 2025.04.17 00:21:46.477792 [ 274 ] {5bbf962a-86ed-48b9-bd4e-f69c6f9d9e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 809 | 2025.04.17 00:21:46.477839 [ 274 ] {5bbf962a-86ed-48b9-bd4e-f69c6f9d9e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 810 | 2025.04.17 00:21:46.485340 [ 274 ] {5bbf962a-86ed-48b9-bd4e-f69c6f9d9e8e} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 811 | 2025.04.17 00:21:46.485379 [ 274 ] {5bbf962a-86ed-48b9-bd4e-f69c6f9d9e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 812 | 2025.04.17 00:21:46.485881 [ 274 ] {5bbf962a-86ed-48b9-bd4e-f69c6f9d9e8e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 813 | 2025.04.17 00:21:46.486158 [ 274 ] {5bbf962a-86ed-48b9-bd4e-f69c6f9d9e8e} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 814 | 2025.04.17 00:21:46.486373 [ 274 ] {5bbf962a-86ed-48b9-bd4e-f69c6f9d9e8e} <Debug> executeQuery: Read 44 rows, 4.12 KiB in 0.008603 sec., 5114.494943624318 rows/sec., 478.80 KiB/sec. | ||
| 815 | 2025.04.17 00:21:46.486437 [ 274 ] {5bbf962a-86ed-48b9-bd4e-f69c6f9d9e8e} <Debug> TCPHandler: Processed in 0.008805132 sec. | ||
| 816 | 2025.04.17 00:21:46.486574 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 817 | 2025.04.17 00:21:46.486683 [ 274 ] {e4d3c055-c981-4919-823c-58a495bb4fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 818 | 2025.04.17 00:21:46.486728 [ 274 ] {e4d3c055-c981-4919-823c-58a495bb4fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 819 | 2025.04.17 00:21:46.487280 [ 274 ] {e4d3c055-c981-4919-823c-58a495bb4fb9} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 820 | 2025.04.17 00:21:46.487318 [ 274 ] {e4d3c055-c981-4919-823c-58a495bb4fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 821 | 2025.04.17 00:21:46.487655 [ 274 ] {e4d3c055-c981-4919-823c-58a495bb4fb9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 822 | 2025.04.17 00:21:46.487883 [ 274 ] {e4d3c055-c981-4919-823c-58a495bb4fb9} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 823 | 2025.04.17 00:21:46.488075 [ 274 ] {e4d3c055-c981-4919-823c-58a495bb4fb9} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001414 sec., 15558.69872701556 rows/sec., 1.14 MiB/sec. | ||
| 824 | 2025.04.17 00:21:46.488215 [ 274 ] {e4d3c055-c981-4919-823c-58a495bb4fb9} <Debug> TCPHandler: Processed in 0.001690232 sec. | ||
| 825 | 2025.04.17 00:21:46.488338 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 826 | 2025.04.17 00:21:46.488445 [ 274 ] {246e0f51-3471-4458-9514-a07b51a1a76f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 827 | 2025.04.17 00:21:46.488491 [ 274 ] {246e0f51-3471-4458-9514-a07b51a1a76f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 828 | 2025.04.17 00:21:46.489019 [ 274 ] {246e0f51-3471-4458-9514-a07b51a1a76f} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 829 | 2025.04.17 00:21:46.489058 [ 274 ] {246e0f51-3471-4458-9514-a07b51a1a76f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 830 | 2025.04.17 00:21:46.489409 [ 274 ] {246e0f51-3471-4458-9514-a07b51a1a76f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 831 | 2025.04.17 00:21:46.489648 [ 274 ] {246e0f51-3471-4458-9514-a07b51a1a76f} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 832 | 2025.04.17 00:21:46.489827 [ 274 ] {246e0f51-3471-4458-9514-a07b51a1a76f} <Debug> executeQuery: Read 32 rows, 2.58 KiB in 0.0014 sec., 22857.14285714286 rows/sec., 1.80 MiB/sec. | ||
| 833 | 2025.04.17 00:21:46.489878 [ 274 ] {246e0f51-3471-4458-9514-a07b51a1a76f} <Debug> TCPHandler: Processed in 0.00159224 sec. | ||
| 834 | 2025.04.17 00:21:46.490000 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 835 | 2025.04.17 00:21:46.490105 [ 274 ] {deb4a8bd-cc7a-4711-870f-0f77aacf4c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 836 | 2025.04.17 00:21:46.490169 [ 274 ] {deb4a8bd-cc7a-4711-870f-0f77aacf4c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 837 | 2025.04.17 00:21:46.491332 [ 274 ] {deb4a8bd-cc7a-4711-870f-0f77aacf4c98} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 838 | 2025.04.17 00:21:46.491371 [ 274 ] {deb4a8bd-cc7a-4711-870f-0f77aacf4c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 839 | 2025.04.17 00:21:46.501836 [ 274 ] {deb4a8bd-cc7a-4711-870f-0f77aacf4c98} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 840 | 2025.04.17 00:21:46.502215 [ 274 ] {deb4a8bd-cc7a-4711-870f-0f77aacf4c98} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 841 | 2025.04.17 00:21:46.502656 [ 274 ] {deb4a8bd-cc7a-4711-870f-0f77aacf4c98} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.012565 sec., 1750.8953442101074 rows/sec., 3.14 MiB/sec. | ||
| 842 | 2025.04.17 00:21:46.502756 [ 274 ] {deb4a8bd-cc7a-4711-870f-0f77aacf4c98} <Debug> TCPHandler: Processed in 0.012807023 sec. | ||
| 843 | 2025.04.17 00:21:46.502888 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2025.04.17 00:21:46.502995 [ 274 ] {1a9d1e60-61be-4457-ab50-ffb1f6339aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 845 | 2025.04.17 00:21:46.503041 [ 274 ] {1a9d1e60-61be-4457-ab50-ffb1f6339aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 846 | 2025.04.17 00:21:46.505385 [ 274 ] {1a9d1e60-61be-4457-ab50-ffb1f6339aec} <Trace> oximeter.measurements_i64 (f3502f2f-a7d6-4255-ac9b-1418f1c44072): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 847 | 2025.04.17 00:21:46.505421 [ 274 ] {1a9d1e60-61be-4457-ab50-ffb1f6339aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 848 | 2025.04.17 00:21:46.505840 [ 274 ] {1a9d1e60-61be-4457-ab50-ffb1f6339aec} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 849 | 2025.04.17 00:21:46.506116 [ 274 ] {1a9d1e60-61be-4457-ab50-ffb1f6339aec} <Trace> oximeter.measurements_i64 (f3502f2f-a7d6-4255-ac9b-1418f1c44072): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 850 | 2025.04.17 00:21:46.506413 [ 274 ] {1a9d1e60-61be-4457-ab50-ffb1f6339aec} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.003426 sec., 5253.940455341506 rows/sec., 395.93 KiB/sec. | ||
| 851 | 2025.04.17 00:21:46.506480 [ 274 ] {1a9d1e60-61be-4457-ab50-ffb1f6339aec} <Debug> TCPHandler: Processed in 0.003642991 sec. | ||
| 852 | 2025.04.17 00:21:53.255021 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 853 | 2025.04.17 00:21:53.255991 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 854 | 2025.04.17 00:21:53.256034 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 855 | 2025.04.17 00:21:53.256594 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 856 | 2025.04.17 00:21:53.256854 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 857 | 2025.04.17 00:21:53.257093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 858 | 2025.04.17 00:21:53.382590 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 859 | 2025.04.17 00:21:53.402716 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 860 | 2025.04.17 00:21:53.402792 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 861 | 2025.04.17 00:21:53.409540 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 862 | 2025.04.17 00:21:53.410303 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 863 | 2025.04.17 00:21:53.413180 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 864 | 2025.04.17 00:21:55.743452 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 108 | ||
| 865 | 2025.04.17 00:21:55.746942 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 866 | 2025.04.17 00:21:55.746997 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 867 | 2025.04.17 00:21:55.748464 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 868 | 2025.04.17 00:21:55.748782 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 869 | 2025.04.17 00:21:55.749386 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 108 | ||
| 870 | 2025.04.17 00:21:56.410534 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 871 | 2025.04.17 00:21:56.410836 [ 274 ] {e738de3a-500f-4e57-a133-95806dd5698b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 872 | 2025.04.17 00:21:56.410951 [ 274 ] {e738de3a-500f-4e57-a133-95806dd5698b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 873 | 2025.04.17 00:21:56.411905 [ 274 ] {e738de3a-500f-4e57-a133-95806dd5698b} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 874 | 2025.04.17 00:21:56.411957 [ 274 ] {e738de3a-500f-4e57-a133-95806dd5698b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 875 | 2025.04.17 00:21:56.412379 [ 274 ] {e738de3a-500f-4e57-a133-95806dd5698b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 876 | 2025.04.17 00:21:56.412624 [ 274 ] {e738de3a-500f-4e57-a133-95806dd5698b} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 877 | 2025.04.17 00:21:56.412833 [ 274 ] {e738de3a-500f-4e57-a133-95806dd5698b} <Debug> executeQuery: Read 44 rows, 4.12 KiB in 0.002081 sec., 21143.68092263335 rows/sec., 1.93 MiB/sec. | ||
| 878 | 2025.04.17 00:21:56.412886 [ 274 ] {e738de3a-500f-4e57-a133-95806dd5698b} <Debug> TCPHandler: Processed in 0.002531643 sec. | ||
| 879 | 2025.04.17 00:21:56.413022 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 880 | 2025.04.17 00:21:56.413124 [ 274 ] {547a1135-aa25-4b05-b98d-f29dbcda4173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 881 | 2025.04.17 00:21:56.413168 [ 274 ] {547a1135-aa25-4b05-b98d-f29dbcda4173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 882 | 2025.04.17 00:21:56.413774 [ 274 ] {547a1135-aa25-4b05-b98d-f29dbcda4173} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 883 | 2025.04.17 00:21:56.413814 [ 274 ] {547a1135-aa25-4b05-b98d-f29dbcda4173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 884 | 2025.04.17 00:21:56.414159 [ 274 ] {547a1135-aa25-4b05-b98d-f29dbcda4173} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 885 | 2025.04.17 00:21:56.414389 [ 274 ] {547a1135-aa25-4b05-b98d-f29dbcda4173} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): 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.17 00:21:56.414562 [ 274 ] {547a1135-aa25-4b05-b98d-f29dbcda4173} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.00146 sec., 15068.493150684932 rows/sec., 1.11 MiB/sec. | ||
| 887 | 2025.04.17 00:21:56.414611 [ 274 ] {547a1135-aa25-4b05-b98d-f29dbcda4173} <Debug> TCPHandler: Processed in 0.001638252 sec. | ||
| 888 | 2025.04.17 00:21:56.414736 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 889 | 2025.04.17 00:21:56.414838 [ 274 ] {ad26b98e-8239-4dad-8989-d8bfa18d9b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 890 | 2025.04.17 00:21:56.414887 [ 274 ] {ad26b98e-8239-4dad-8989-d8bfa18d9b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 891 | 2025.04.17 00:21:56.415473 [ 274 ] {ad26b98e-8239-4dad-8989-d8bfa18d9b82} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 892 | 2025.04.17 00:21:56.415511 [ 274 ] {ad26b98e-8239-4dad-8989-d8bfa18d9b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 893 | 2025.04.17 00:21:56.415849 [ 274 ] {ad26b98e-8239-4dad-8989-d8bfa18d9b82} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 894 | 2025.04.17 00:21:56.416079 [ 274 ] {ad26b98e-8239-4dad-8989-d8bfa18d9b82} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): 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.17 00:21:56.416276 [ 274 ] {ad26b98e-8239-4dad-8989-d8bfa18d9b82} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001448 sec., 15193.370165745855 rows/sec., 1.19 MiB/sec. | ||
| 896 | 2025.04.17 00:21:56.416423 [ 274 ] {ad26b98e-8239-4dad-8989-d8bfa18d9b82} <Debug> TCPHandler: Processed in 0.001732993 sec. | ||
| 897 | 2025.04.17 00:21:56.416652 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 898 | 2025.04.17 00:21:56.416761 [ 274 ] {e1f0e4e0-03b6-41a5-bfce-006f5d9de331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 899 | 2025.04.17 00:21:56.416829 [ 274 ] {e1f0e4e0-03b6-41a5-bfce-006f5d9de331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 900 | 2025.04.17 00:21:56.417974 [ 274 ] {e1f0e4e0-03b6-41a5-bfce-006f5d9de331} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 901 | 2025.04.17 00:21:56.418013 [ 274 ] {e1f0e4e0-03b6-41a5-bfce-006f5d9de331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 902 | 2025.04.17 00:21:56.418622 [ 274 ] {e1f0e4e0-03b6-41a5-bfce-006f5d9de331} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 903 | 2025.04.17 00:21:56.418870 [ 274 ] {e1f0e4e0-03b6-41a5-bfce-006f5d9de331} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): 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.17 00:21:56.419063 [ 274 ] {e1f0e4e0-03b6-41a5-bfce-006f5d9de331} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002324 sec., 9466.43717728055 rows/sec., 16.96 MiB/sec. | ||
| 905 | 2025.04.17 00:21:56.419149 [ 274 ] {e1f0e4e0-03b6-41a5-bfce-006f5d9de331} <Debug> TCPHandler: Processed in 0.002547114 sec. | ||
| 906 | 2025.04.17 00:22:00.691888 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 907 | 2025.04.17 00:22:00.691953 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 908 | 2025.04.17 00:22:00.757247 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 909 | 2025.04.17 00:22:00.758014 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 910 | 2025.04.17 00:22:00.758057 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 911 | 2025.04.17 00:22:00.758618 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 912 | 2025.04.17 00:22:00.758870 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 913 | 2025.04.17 00:22:00.759026 [ 88 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 914 | 2025.04.17 00:22:00.759078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 915 | 2025.04.17 00:22:00.759117 [ 88 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 916 | 2025.04.17 00:22:00.759145 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 917 | 2025.04.17 00:22:00.763440 [ 199 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 918 | 2025.04.17 00:22:00.763751 [ 199 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 919 | 2025.04.17 00:22:00.763946 [ 199 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 920 | 2025.04.17 00:22:00.766641 [ 199 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 921 | 2025.04.17 00:22:00.766715 [ 199 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 922 | 2025.04.17 00:22:00.769029 [ 199 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 923 | 2025.04.17 00:22:00.770834 [ 199 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 924 | 2025.04.17 00:22:00.773668 [ 199 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 925 | 2025.04.17 00:22:00.800872 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.041560177 sec., 67516.55557193609 rows/sec., 989.01 KiB/sec. | ||
| 926 | 2025.04.17 00:22:00.801688 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 927 | 2025.04.17 00:22:00.802072 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_6_1} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 928 | 2025.04.17 00:22:00.802149 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_6_1} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 929 | 2025.04.17 00:22:00.802269 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 930 | 2025.04.17 00:22:00.913291 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 931 | 2025.04.17 00:22:00.932782 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 932 | 2025.04.17 00:22:00.932823 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 933 | 2025.04.17 00:22:00.939425 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 934 | 2025.04.17 00:22:00.940145 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 935 | 2025.04.17 00:22:00.940411 [ 87 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 936 | 2025.04.17 00:22:00.940471 [ 87 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 937 | 2025.04.17 00:22:00.940509 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 938 | 2025.04.17 00:22:00.940890 [ 188 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 939 | 2025.04.17 00:22:00.955052 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 940 | 2025.04.17 00:22:00.956544 [ 188 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 941 | 2025.04.17 00:22:00.957655 [ 188 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 942 | 2025.04.17 00:22:00.962512 [ 188 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 943 | 2025.04.17 00:22:00.967380 [ 188 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 944 | 2025.04.17 00:22:00.972132 [ 188 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 945 | 2025.04.17 00:22:00.980945 [ 188 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 946 | 2025.04.17 00:22:00.985727 [ 188 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 947 | 2025.04.17 00:22:01.000258 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.87 MiB, peak 165.87 MiB, free memory in arenas 0.00 B, will set to 160.81 MiB (RSS), difference: -5.06 MiB | ||
| 948 | 2025.04.17 00:22:01.045300 [ 187 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.104677667 sec., 439.4442608278612 rows/sec., 2.27 MiB/sec. | ||
| 949 | 2025.04.17 00:22:01.047836 [ 186 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 950 | 2025.04.17 00:22:01.051105 [ 186 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_6_1} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 951 | 2025.04.17 00:22:01.051235 [ 186 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_6_1} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 952 | 2025.04.17 00:22:01.053790 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 953 | 2025.04.17 00:22:01.752109 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 954 | 2025.04.17 00:22:01.752418 [ 274 ] {3adbdadc-3285-4a2e-97d8-54c295c0441d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 955 | 2025.04.17 00:22:01.754808 [ 274 ] {3adbdadc-3285-4a2e-97d8-54c295c0441d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 956 | 2025.04.17 00:22:01.758830 [ 274 ] {3adbdadc-3285-4a2e-97d8-54c295c0441d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 957 | 2025.04.17 00:22:01.759089 [ 274 ] {3adbdadc-3285-4a2e-97d8-54c295c0441d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 958 | 2025.04.17 00:22:01.763025 [ 274 ] {3adbdadc-3285-4a2e-97d8-54c295c0441d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 959 | 2025.04.17 00:22:01.765415 [ 274 ] {3adbdadc-3285-4a2e-97d8-54c295c0441d} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 960 | 2025.04.17 00:22:01.770682 [ 274 ] {3adbdadc-3285-4a2e-97d8-54c295c0441d} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 961 | 2025.04.17 00:22:01.772820 [ 274 ] {3adbdadc-3285-4a2e-97d8-54c295c0441d} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 962 | 2025.04.17 00:22:01.772856 [ 274 ] {3adbdadc-3285-4a2e-97d8-54c295c0441d} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 963 | 2025.04.17 00:22:01.772979 [ 274 ] {3adbdadc-3285-4a2e-97d8-54c295c0441d} <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', 'http_service:request_latency_histogram'))" | ||
| 964 | 2025.04.17 00:22:01.773017 [ 274 ] {3adbdadc-3285-4a2e-97d8-54c295c0441d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 965 | 2025.04.17 00:22:01.782108 [ 274 ] {3adbdadc-3285-4a2e-97d8-54c295c0441d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.029813 sec., 134.16965753194916 rows/sec., 6.19 KiB/sec. | ||
| 966 | 2025.04.17 00:22:01.782219 [ 274 ] {3adbdadc-3285-4a2e-97d8-54c295c0441d} <Debug> TCPHandler: Processed in 0.030257282 sec. | ||
| 967 | 2025.04.17 00:22:01.782534 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 968 | 2025.04.17 00:22:01.782704 [ 274 ] {9552f044-e14d-4870-9257-d695d1fe08b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:errors_received') FORMAT Native; (stage: Complete) | ||
| 969 | 2025.04.17 00:22:01.782984 [ 274 ] {9552f044-e14d-4870-9257-d695d1fe08b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 970 | 2025.04.17 00:22:01.783023 [ 274 ] {9552f044-e14d-4870-9257-d695d1fe08b9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:errors_received')" moved to PREWHERE | ||
| 971 | 2025.04.17 00:22:01.783292 [ 274 ] {9552f044-e14d-4870-9257-d695d1fe08b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 972 | 2025.04.17 00:22:01.783427 [ 274 ] {9552f044-e14d-4870-9257-d695d1fe08b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 973 | 2025.04.17 00:22:01.783573 [ 274 ] {9552f044-e14d-4870-9257-d695d1fe08b9} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 974 | 2025.04.17 00:22:01.783606 [ 274 ] {9552f044-e14d-4870-9257-d695d1fe08b9} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 975 | 2025.04.17 00:22:01.783628 [ 274 ] {9552f044-e14d-4870-9257-d695d1fe08b9} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 976 | 2025.04.17 00:22:01.783645 [ 274 ] {9552f044-e14d-4870-9257-d695d1fe08b9} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 977 | 2025.04.17 00:22:01.783685 [ 274 ] {9552f044-e14d-4870-9257-d695d1fe08b9} <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', 'http_service:request_latency_histogram', 'sled_data_link:errors_received'))" | ||
| 978 | 2025.04.17 00:22:01.783706 [ 274 ] {9552f044-e14d-4870-9257-d695d1fe08b9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 979 | 2025.04.17 00:22:01.784163 [ 274 ] {9552f044-e14d-4870-9257-d695d1fe08b9} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001531 sec., 2612.671456564337 rows/sec., 120.56 KiB/sec. | ||
| 980 | 2025.04.17 00:22:01.784245 [ 274 ] {9552f044-e14d-4870-9257-d695d1fe08b9} <Debug> TCPHandler: Processed in 0.001775124 sec. | ||
| 981 | 2025.04.17 00:22:01.784463 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 982 | 2025.04.17 00:22:01.784600 [ 274 ] {19393fcd-13cc-4583-b175-a15b50b6b6ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete) | ||
| 983 | 2025.04.17 00:22:01.784826 [ 274 ] {19393fcd-13cc-4583-b175-a15b50b6b6ec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 984 | 2025.04.17 00:22:01.784858 [ 274 ] {19393fcd-13cc-4583-b175-a15b50b6b6ec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE | ||
| 985 | 2025.04.17 00:22:01.785057 [ 274 ] {19393fcd-13cc-4583-b175-a15b50b6b6ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 986 | 2025.04.17 00:22:01.785121 [ 274 ] {19393fcd-13cc-4583-b175-a15b50b6b6ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 987 | 2025.04.17 00:22:01.785255 [ 274 ] {19393fcd-13cc-4583-b175-a15b50b6b6ec} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 988 | 2025.04.17 00:22:01.785287 [ 274 ] {19393fcd-13cc-4583-b175-a15b50b6b6ec} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 989 | 2025.04.17 00:22:01.785311 [ 274 ] {19393fcd-13cc-4583-b175-a15b50b6b6ec} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 990 | 2025.04.17 00:22:01.785327 [ 274 ] {19393fcd-13cc-4583-b175-a15b50b6b6ec} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 991 | 2025.04.17 00:22:01.785368 [ 274 ] {19393fcd-13cc-4583-b175-a15b50b6b6ec} <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', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
| 992 | 2025.04.17 00:22:01.785388 [ 274 ] {19393fcd-13cc-4583-b175-a15b50b6b6ec} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 993 | 2025.04.17 00:22:01.785823 [ 274 ] {19393fcd-13cc-4583-b175-a15b50b6b6ec} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001276 sec., 3134.796238244514 rows/sec., 144.65 KiB/sec. | ||
| 994 | 2025.04.17 00:22:01.785904 [ 274 ] {19393fcd-13cc-4583-b175-a15b50b6b6ec} <Debug> TCPHandler: Processed in 0.001492218 sec. | ||
| 995 | 2025.04.17 00:22:01.786104 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 996 | 2025.04.17 00:22:01.786242 [ 274 ] {3cdc2cec-a500-4d07-8b17-5745b5dd62ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete) | ||
| 997 | 2025.04.17 00:22:01.786471 [ 274 ] {3cdc2cec-a500-4d07-8b17-5745b5dd62ab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 998 | 2025.04.17 00:22:01.786503 [ 274 ] {3cdc2cec-a500-4d07-8b17-5745b5dd62ab} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE | ||
| 999 | 2025.04.17 00:22:01.786709 [ 274 ] {3cdc2cec-a500-4d07-8b17-5745b5dd62ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1000 | 2025.04.17 00:22:01.786771 [ 274 ] {3cdc2cec-a500-4d07-8b17-5745b5dd62ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1001 | 2025.04.17 00:22:01.786907 [ 274 ] {3cdc2cec-a500-4d07-8b17-5745b5dd62ab} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 1002 | 2025.04.17 00:22:01.786939 [ 274 ] {3cdc2cec-a500-4d07-8b17-5745b5dd62ab} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1003 | 2025.04.17 00:22:01.786961 [ 274 ] {3cdc2cec-a500-4d07-8b17-5745b5dd62ab} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1004 | 2025.04.17 00:22:01.786977 [ 274 ] {3cdc2cec-a500-4d07-8b17-5745b5dd62ab} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1005 | 2025.04.17 00:22:01.787017 [ 274 ] {3cdc2cec-a500-4d07-8b17-5745b5dd62ab} <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', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
| 1006 | 2025.04.17 00:22:01.787038 [ 274 ] {3cdc2cec-a500-4d07-8b17-5745b5dd62ab} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1007 | 2025.04.17 00:22:01.787467 [ 274 ] {3cdc2cec-a500-4d07-8b17-5745b5dd62ab} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001279 sec., 3127.443315089914 rows/sec., 144.31 KiB/sec. | ||
| 1008 | 2025.04.17 00:22:01.787549 [ 274 ] {3cdc2cec-a500-4d07-8b17-5745b5dd62ab} <Debug> TCPHandler: Processed in 0.001496097 sec. | ||
| 1009 | 2025.04.17 00:22:01.787751 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1010 | 2025.04.17 00:22:01.787890 [ 274 ] {2e4e5e0f-1606-4e8b-985f-c4aa36c2ed8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received') FORMAT Native; (stage: Complete) | ||
| 1011 | 2025.04.17 00:22:01.788120 [ 274 ] {2e4e5e0f-1606-4e8b-985f-c4aa36c2ed8a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1012 | 2025.04.17 00:22:01.788155 [ 274 ] {2e4e5e0f-1606-4e8b-985f-c4aa36c2ed8a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received')" moved to PREWHERE | ||
| 1013 | 2025.04.17 00:22:01.788362 [ 274 ] {2e4e5e0f-1606-4e8b-985f-c4aa36c2ed8a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1014 | 2025.04.17 00:22:01.788425 [ 274 ] {2e4e5e0f-1606-4e8b-985f-c4aa36c2ed8a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1015 | 2025.04.17 00:22:01.788563 [ 274 ] {2e4e5e0f-1606-4e8b-985f-c4aa36c2ed8a} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 1016 | 2025.04.17 00:22:01.788595 [ 274 ] {2e4e5e0f-1606-4e8b-985f-c4aa36c2ed8a} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1017 | 2025.04.17 00:22:01.788618 [ 274 ] {2e4e5e0f-1606-4e8b-985f-c4aa36c2ed8a} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1018 | 2025.04.17 00:22:01.788635 [ 274 ] {2e4e5e0f-1606-4e8b-985f-c4aa36c2ed8a} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1019 | 2025.04.17 00:22:01.788675 [ 274 ] {2e4e5e0f-1606-4e8b-985f-c4aa36c2ed8a} <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', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received'))" | ||
| 1020 | 2025.04.17 00:22:01.788694 [ 274 ] {2e4e5e0f-1606-4e8b-985f-c4aa36c2ed8a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1021 | 2025.04.17 00:22:01.789119 [ 274 ] {2e4e5e0f-1606-4e8b-985f-c4aa36c2ed8a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001284 sec., 3115.264797507788 rows/sec., 143.75 KiB/sec. | ||
| 1022 | 2025.04.17 00:22:01.789200 [ 274 ] {2e4e5e0f-1606-4e8b-985f-c4aa36c2ed8a} <Debug> TCPHandler: Processed in 0.001500058 sec. | ||
| 1023 | 2025.04.17 00:22:01.789430 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1024 | 2025.04.17 00:22:01.789570 [ 274 ] {2aea1b49-52bf-458a-a7c0-239053e8fa3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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') FORMAT Native; (stage: Complete) | ||
| 1025 | 2025.04.17 00:22:01.789805 [ 274 ] {2aea1b49-52bf-458a-a7c0-239053e8fa3e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1026 | 2025.04.17 00:22:01.789839 [ 274 ] {2aea1b49-52bf-458a-a7c0-239053e8fa3e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
| 1027 | 2025.04.17 00:22:01.790050 [ 274 ] {2aea1b49-52bf-458a-a7c0-239053e8fa3e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1028 | 2025.04.17 00:22:01.790113 [ 274 ] {2aea1b49-52bf-458a-a7c0-239053e8fa3e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1029 | 2025.04.17 00:22:01.790250 [ 274 ] {2aea1b49-52bf-458a-a7c0-239053e8fa3e} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1030 | 2025.04.17 00:22:01.790283 [ 274 ] {2aea1b49-52bf-458a-a7c0-239053e8fa3e} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1031 | 2025.04.17 00:22:01.790305 [ 274 ] {2aea1b49-52bf-458a-a7c0-239053e8fa3e} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1032 | 2025.04.17 00:22:01.790322 [ 274 ] {2aea1b49-52bf-458a-a7c0-239053e8fa3e} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1033 | 2025.04.17 00:22:01.790361 [ 274 ] {2aea1b49-52bf-458a-a7c0-239053e8fa3e} <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', 'http_service:request_latency_histogram', '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'))" | ||
| 1034 | 2025.04.17 00:22:01.790381 [ 274 ] {2aea1b49-52bf-458a-a7c0-239053e8fa3e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1035 | 2025.04.17 00:22:01.790801 [ 274 ] {2aea1b49-52bf-458a-a7c0-239053e8fa3e} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001287 sec., 3108.003108003108 rows/sec., 143.41 KiB/sec. | ||
| 1036 | 2025.04.17 00:22:01.790883 [ 274 ] {2aea1b49-52bf-458a-a7c0-239053e8fa3e} <Debug> TCPHandler: Processed in 0.001503738 sec. | ||
| 1037 | 2025.04.17 00:22:01.850905 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1038 | 2025.04.17 00:22:01.851055 [ 274 ] {6ed20a5d-0c08-4f6d-8828-4587070a4fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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') FORMAT Native; (stage: Complete) | ||
| 1039 | 2025.04.17 00:22:01.851350 [ 274 ] {6ed20a5d-0c08-4f6d-8828-4587070a4fe6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1040 | 2025.04.17 00:22:01.851392 [ 274 ] {6ed20a5d-0c08-4f6d-8828-4587070a4fe6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
| 1041 | 2025.04.17 00:22:01.851664 [ 274 ] {6ed20a5d-0c08-4f6d-8828-4587070a4fe6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1042 | 2025.04.17 00:22:01.851742 [ 274 ] {6ed20a5d-0c08-4f6d-8828-4587070a4fe6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1043 | 2025.04.17 00:22:01.851915 [ 274 ] {6ed20a5d-0c08-4f6d-8828-4587070a4fe6} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1044 | 2025.04.17 00:22:01.851955 [ 274 ] {6ed20a5d-0c08-4f6d-8828-4587070a4fe6} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1045 | 2025.04.17 00:22:01.851983 [ 274 ] {6ed20a5d-0c08-4f6d-8828-4587070a4fe6} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1046 | 2025.04.17 00:22:01.852003 [ 274 ] {6ed20a5d-0c08-4f6d-8828-4587070a4fe6} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1047 | 2025.04.17 00:22:01.852053 [ 274 ] {6ed20a5d-0c08-4f6d-8828-4587070a4fe6} <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', 'http_service:request_latency_histogram', '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'))" | ||
| 1048 | 2025.04.17 00:22:01.852081 [ 274 ] {6ed20a5d-0c08-4f6d-8828-4587070a4fe6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1049 | 2025.04.17 00:22:01.852598 [ 274 ] {6ed20a5d-0c08-4f6d-8828-4587070a4fe6} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001602 sec., 2496.8789013732835 rows/sec., 115.21 KiB/sec. | ||
| 1050 | 2025.04.17 00:22:01.852681 [ 274 ] {6ed20a5d-0c08-4f6d-8828-4587070a4fe6} <Debug> TCPHandler: Processed in 0.001831986 sec. | ||
| 1051 | 2025.04.17 00:22:01.853092 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1052 | 2025.04.17 00:22:01.853208 [ 274 ] {f39b1b2e-078b-48a9-a171-a4034fe21e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1053 | 2025.04.17 00:22:01.853255 [ 274 ] {f39b1b2e-078b-48a9-a171-a4034fe21e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1054 | 2025.04.17 00:22:01.853881 [ 274 ] {f39b1b2e-078b-48a9-a171-a4034fe21e12} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1055 | 2025.04.17 00:22:01.853919 [ 274 ] {f39b1b2e-078b-48a9-a171-a4034fe21e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1056 | 2025.04.17 00:22:01.854437 [ 274 ] {f39b1b2e-078b-48a9-a171-a4034fe21e12} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1057 | 2025.04.17 00:22:01.854659 [ 274 ] {f39b1b2e-078b-48a9-a171-a4034fe21e12} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1058 | 2025.04.17 00:22:01.854871 [ 274 ] {f39b1b2e-078b-48a9-a171-a4034fe21e12} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001691 sec., 4139.562389118864 rows/sec., 842.00 KiB/sec. | ||
| 1059 | 2025.04.17 00:22:01.854998 [ 274 ] {f39b1b2e-078b-48a9-a171-a4034fe21e12} <Debug> TCPHandler: Processed in 0.001957949 sec. | ||
| 1060 | 2025.04.17 00:22:01.855114 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1061 | 2025.04.17 00:22:01.855218 [ 274 ] {432b122a-1325-470c-9083-4b7f6885a35d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1062 | 2025.04.17 00:22:01.855263 [ 274 ] {432b122a-1325-470c-9083-4b7f6885a35d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1063 | 2025.04.17 00:22:01.856272 [ 274 ] {432b122a-1325-470c-9083-4b7f6885a35d} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1064 | 2025.04.17 00:22:01.856311 [ 274 ] {432b122a-1325-470c-9083-4b7f6885a35d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1065 | 2025.04.17 00:22:01.856744 [ 274 ] {432b122a-1325-470c-9083-4b7f6885a35d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1066 | 2025.04.17 00:22:01.856980 [ 274 ] {432b122a-1325-470c-9083-4b7f6885a35d} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1067 | 2025.04.17 00:22:01.857181 [ 274 ] {432b122a-1325-470c-9083-4b7f6885a35d} <Debug> executeQuery: Read 1187 rows, 100.96 KiB in 0.001979 sec., 599797.8777160182 rows/sec., 49.82 MiB/sec. | ||
| 1068 | 2025.04.17 00:22:01.857310 [ 274 ] {432b122a-1325-470c-9083-4b7f6885a35d} <Debug> TCPHandler: Processed in 0.002248306 sec. | ||
| 1069 | 2025.04.17 00:22:01.857431 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1070 | 2025.04.17 00:22:01.857536 [ 274 ] {d675cdfb-7388-4a70-ad78-e0288b92cef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1071 | 2025.04.17 00:22:01.857581 [ 274 ] {d675cdfb-7388-4a70-ad78-e0288b92cef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1072 | 2025.04.17 00:22:01.858106 [ 274 ] {d675cdfb-7388-4a70-ad78-e0288b92cef3} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1073 | 2025.04.17 00:22:01.858144 [ 274 ] {d675cdfb-7388-4a70-ad78-e0288b92cef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1074 | 2025.04.17 00:22:01.858490 [ 274 ] {d675cdfb-7388-4a70-ad78-e0288b92cef3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1075 | 2025.04.17 00:22:01.858723 [ 274 ] {d675cdfb-7388-4a70-ad78-e0288b92cef3} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1076 | 2025.04.17 00:22:01.858899 [ 274 ] {d675cdfb-7388-4a70-ad78-e0288b92cef3} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001378 sec., 16690.85631349782 rows/sec., 1.23 MiB/sec. | ||
| 1077 | 2025.04.17 00:22:01.858950 [ 274 ] {d675cdfb-7388-4a70-ad78-e0288b92cef3} <Debug> TCPHandler: Processed in 0.00157206 sec. | ||
| 1078 | 2025.04.17 00:22:01.859063 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1079 | 2025.04.17 00:22:01.859167 [ 274 ] {342a6746-90cc-45b1-85c6-bd33c06c9393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1080 | 2025.04.17 00:22:01.859212 [ 274 ] {342a6746-90cc-45b1-85c6-bd33c06c9393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1081 | 2025.04.17 00:22:01.859779 [ 274 ] {342a6746-90cc-45b1-85c6-bd33c06c9393} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1082 | 2025.04.17 00:22:01.859817 [ 274 ] {342a6746-90cc-45b1-85c6-bd33c06c9393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1083 | 2025.04.17 00:22:01.860172 [ 274 ] {342a6746-90cc-45b1-85c6-bd33c06c9393} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1084 | 2025.04.17 00:22:01.860413 [ 274 ] {342a6746-90cc-45b1-85c6-bd33c06c9393} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1085 | 2025.04.17 00:22:01.860622 [ 274 ] {342a6746-90cc-45b1-85c6-bd33c06c9393} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001474 sec., 154681.1397557666 rows/sec., 10.47 MiB/sec. | ||
| 1086 | 2025.04.17 00:22:01.860735 [ 274 ] {342a6746-90cc-45b1-85c6-bd33c06c9393} <Debug> TCPHandler: Processed in 0.001723184 sec. | ||
| 1087 | 2025.04.17 00:22:01.860851 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1088 | 2025.04.17 00:22:01.860955 [ 274 ] {9ca8cbcb-98fe-4f2a-a973-02f6da9000cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1089 | 2025.04.17 00:22:01.861000 [ 274 ] {9ca8cbcb-98fe-4f2a-a973-02f6da9000cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1090 | 2025.04.17 00:22:01.861655 [ 274 ] {9ca8cbcb-98fe-4f2a-a973-02f6da9000cd} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1091 | 2025.04.17 00:22:01.861693 [ 274 ] {9ca8cbcb-98fe-4f2a-a973-02f6da9000cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1092 | 2025.04.17 00:22:01.862071 [ 274 ] {9ca8cbcb-98fe-4f2a-a973-02f6da9000cd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1093 | 2025.04.17 00:22:01.862311 [ 274 ] {9ca8cbcb-98fe-4f2a-a973-02f6da9000cd} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1094 | 2025.04.17 00:22:01.862501 [ 274 ] {9ca8cbcb-98fe-4f2a-a973-02f6da9000cd} <Debug> executeQuery: Read 479 rows, 36.13 KiB in 0.001563 sec., 306461.9321817019 rows/sec., 22.57 MiB/sec. | ||
| 1095 | 2025.04.17 00:22:01.862601 [ 274 ] {9ca8cbcb-98fe-4f2a-a973-02f6da9000cd} <Debug> TCPHandler: Processed in 0.001794805 sec. | ||
| 1096 | 2025.04.17 00:22:01.862760 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1097 | 2025.04.17 00:22:01.862865 [ 274 ] {15ad3876-e687-4cf0-942f-8c90cd5776b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1098 | 2025.04.17 00:22:01.862916 [ 274 ] {15ad3876-e687-4cf0-942f-8c90cd5776b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1099 | 2025.04.17 00:22:01.865662 [ 274 ] {15ad3876-e687-4cf0-942f-8c90cd5776b1} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1100 | 2025.04.17 00:22:01.865699 [ 274 ] {15ad3876-e687-4cf0-942f-8c90cd5776b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1101 | 2025.04.17 00:22:01.866201 [ 274 ] {15ad3876-e687-4cf0-942f-8c90cd5776b1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1102 | 2025.04.17 00:22:01.866437 [ 274 ] {15ad3876-e687-4cf0-942f-8c90cd5776b1} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1103 | 2025.04.17 00:22:01.866625 [ 274 ] {15ad3876-e687-4cf0-942f-8c90cd5776b1} <Debug> executeQuery: Read 1663 rows, 113.69 KiB in 0.003783 sec., 439598.2024848004 rows/sec., 29.35 MiB/sec. | ||
| 1104 | 2025.04.17 00:22:01.866677 [ 274 ] {15ad3876-e687-4cf0-942f-8c90cd5776b1} <Debug> TCPHandler: Processed in 0.003970269 sec. | ||
| 1105 | 2025.04.17 00:22:01.866802 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1106 | 2025.04.17 00:22:01.866907 [ 274 ] {574b2cab-1178-48b7-adf4-69d20523cacf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1107 | 2025.04.17 00:22:01.866971 [ 274 ] {574b2cab-1178-48b7-adf4-69d20523cacf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1108 | 2025.04.17 00:22:01.867977 [ 274 ] {574b2cab-1178-48b7-adf4-69d20523cacf} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1109 | 2025.04.17 00:22:01.868017 [ 274 ] {574b2cab-1178-48b7-adf4-69d20523cacf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1110 | 2025.04.17 00:22:01.868624 [ 274 ] {574b2cab-1178-48b7-adf4-69d20523cacf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1111 | 2025.04.17 00:22:01.868884 [ 274 ] {574b2cab-1178-48b7-adf4-69d20523cacf} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1112 | 2025.04.17 00:22:01.869107 [ 274 ] {574b2cab-1178-48b7-adf4-69d20523cacf} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002222 sec., 10351.03510351035 rows/sec., 18.55 MiB/sec. | ||
| 1113 | 2025.04.17 00:22:01.869199 [ 274 ] {574b2cab-1178-48b7-adf4-69d20523cacf} <Debug> TCPHandler: Processed in 0.002449652 sec. | ||
| 1114 | 2025.04.17 00:22:02.001155 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.31 MiB, peak 165.87 MiB, free memory in arenas 0.00 B, will set to 162.55 MiB (RSS), difference: 9.25 MiB | ||
| 1115 | 2025.04.17 00:22:05.749519 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 144 | ||
| 1116 | 2025.04.17 00:22:05.752605 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1117 | 2025.04.17 00:22:05.752648 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1118 | 2025.04.17 00:22:05.754093 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1119 | 2025.04.17 00:22:05.754389 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1120 | 2025.04.17 00:22:05.755163 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144 | ||
| 1121 | 2025.04.17 00:22:06.409230 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1122 | 2025.04.17 00:22:06.409505 [ 274 ] {7de61040-c291-43c9-a15c-f1954de28909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1123 | 2025.04.17 00:22:06.409921 [ 274 ] {7de61040-c291-43c9-a15c-f1954de28909} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1124 | 2025.04.17 00:22:06.409967 [ 274 ] {7de61040-c291-43c9-a15c-f1954de28909} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1125 | 2025.04.17 00:22:06.410277 [ 274 ] {7de61040-c291-43c9-a15c-f1954de28909} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1126 | 2025.04.17 00:22:06.410354 [ 274 ] {7de61040-c291-43c9-a15c-f1954de28909} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1127 | 2025.04.17 00:22:06.410528 [ 274 ] {7de61040-c291-43c9-a15c-f1954de28909} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1128 | 2025.04.17 00:22:06.410668 [ 288 ] {7de61040-c291-43c9-a15c-f1954de28909} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1129 | 2025.04.17 00:22:06.410832 [ 290 ] {7de61040-c291-43c9-a15c-f1954de28909} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1130 | 2025.04.17 00:22:06.410997 [ 274 ] {7de61040-c291-43c9-a15c-f1954de28909} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1131 | 2025.04.17 00:22:06.411032 [ 274 ] {7de61040-c291-43c9-a15c-f1954de28909} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1132 | 2025.04.17 00:22:06.415222 [ 274 ] {7de61040-c291-43c9-a15c-f1954de28909} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1133 | 2025.04.17 00:22:06.415258 [ 274 ] {7de61040-c291-43c9-a15c-f1954de28909} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1134 | 2025.04.17 00:22:06.415359 [ 274 ] {7de61040-c291-43c9-a15c-f1954de28909} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1135 | 2025.04.17 00:22:06.415443 [ 274 ] {7de61040-c291-43c9-a15c-f1954de28909} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1136 | 2025.04.17 00:22:06.417017 [ 274 ] {7de61040-c291-43c9-a15c-f1954de28909} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.007632 sec., 1441.2997903563942 rows/sec., 57.45 KiB/sec. | ||
| 1137 | 2025.04.17 00:22:06.417139 [ 274 ] {7de61040-c291-43c9-a15c-f1954de28909} <Debug> TCPHandler: Processed in 0.008047552 sec. | ||
| 1138 | 2025.04.17 00:22:06.417386 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1139 | 2025.04.17 00:22:06.417532 [ 274 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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_underlay_prefixes', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1140 | 2025.04.17 00:22:06.417777 [ 274 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1141 | 2025.04.17 00:22:06.417814 [ 274 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <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_underlay_prefixes', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1142 | 2025.04.17 00:22:06.418040 [ 274 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1143 | 2025.04.17 00:22:06.418104 [ 274 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1144 | 2025.04.17 00:22:06.418243 [ 274 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1145 | 2025.04.17 00:22:06.418346 [ 290 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1146 | 2025.04.17 00:22:06.418362 [ 291 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1147 | 2025.04.17 00:22:06.418455 [ 274 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1148 | 2025.04.17 00:22:06.418478 [ 274 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1149 | 2025.04.17 00:22:06.418552 [ 274 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1150 | 2025.04.17 00:22:06.418578 [ 274 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1151 | 2025.04.17 00:22:06.418613 [ 274 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <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_underlay_prefixes', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1152 | 2025.04.17 00:22:06.418651 [ 274 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <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_underlay_prefixes', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1153 | 2025.04.17 00:22:06.419348 [ 274 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.001876 sec., 5863.539445628998 rows/sec., 233.73 KiB/sec. | ||
| 1154 | 2025.04.17 00:22:06.419463 [ 274 ] {c2e3eed3-217f-4953-8ea0-f8c464a13506} <Debug> TCPHandler: Processed in 0.002128024 sec. | ||
| 1155 | 2025.04.17 00:22:06.419673 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2025.04.17 00:22:06.419818 [ 274 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1157 | 2025.04.17 00:22:06.420062 [ 274 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1158 | 2025.04.17 00:22:06.420099 [ 274 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1159 | 2025.04.17 00:22:06.420327 [ 274 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1160 | 2025.04.17 00:22:06.420391 [ 274 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1161 | 2025.04.17 00:22:06.420528 [ 274 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1162 | 2025.04.17 00:22:06.420588 [ 288 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1163 | 2025.04.17 00:22:06.420605 [ 291 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1164 | 2025.04.17 00:22:06.420673 [ 274 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1165 | 2025.04.17 00:22:06.420695 [ 274 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1166 | 2025.04.17 00:22:06.420767 [ 274 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1167 | 2025.04.17 00:22:06.420794 [ 274 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1168 | 2025.04.17 00:22:06.420832 [ 274 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1169 | 2025.04.17 00:22:06.420869 [ 274 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1170 | 2025.04.17 00:22:06.421997 [ 274 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002239 sec., 4912.907548012506 rows/sec., 195.84 KiB/sec. | ||
| 1171 | 2025.04.17 00:22:06.422141 [ 274 ] {c90658e9-b022-4539-85d8-ff80875be3b9} <Debug> TCPHandler: Processed in 0.002520134 sec. | ||
| 1172 | 2025.04.17 00:22:06.422367 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1173 | 2025.04.17 00:22:06.422512 [ 274 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1174 | 2025.04.17 00:22:06.422760 [ 274 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1175 | 2025.04.17 00:22:06.422796 [ 274 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <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:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1176 | 2025.04.17 00:22:06.423034 [ 274 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1177 | 2025.04.17 00:22:06.423098 [ 274 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1178 | 2025.04.17 00:22:06.423236 [ 274 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1179 | 2025.04.17 00:22:06.423344 [ 290 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1180 | 2025.04.17 00:22:06.423360 [ 291 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1181 | 2025.04.17 00:22:06.423457 [ 274 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1182 | 2025.04.17 00:22:06.423480 [ 274 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1183 | 2025.04.17 00:22:06.423559 [ 274 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1184 | 2025.04.17 00:22:06.423583 [ 274 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1185 | 2025.04.17 00:22:06.423622 [ 274 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <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:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1186 | 2025.04.17 00:22:06.423661 [ 274 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <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:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1187 | 2025.04.17 00:22:06.424722 [ 274 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002269 sec., 4847.950639048038 rows/sec., 193.25 KiB/sec. | ||
| 1188 | 2025.04.17 00:22:06.424853 [ 274 ] {596b7d91-b8fe-44fa-95e0-04a240128db0} <Debug> TCPHandler: Processed in 0.002537554 sec. | ||
| 1189 | 2025.04.17 00:22:06.425057 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1190 | 2025.04.17 00:22:06.425202 [ 274 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1191 | 2025.04.17 00:22:06.425454 [ 274 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1192 | 2025.04.17 00:22:06.425491 [ 274 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1193 | 2025.04.17 00:22:06.425728 [ 274 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1194 | 2025.04.17 00:22:06.425792 [ 274 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1195 | 2025.04.17 00:22:06.425929 [ 274 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1196 | 2025.04.17 00:22:06.426020 [ 290 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1197 | 2025.04.17 00:22:06.426035 [ 291 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1198 | 2025.04.17 00:22:06.426123 [ 274 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1199 | 2025.04.17 00:22:06.426145 [ 274 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1200 | 2025.04.17 00:22:06.426221 [ 274 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1201 | 2025.04.17 00:22:06.426247 [ 274 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1202 | 2025.04.17 00:22:06.426285 [ 274 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1203 | 2025.04.17 00:22:06.426323 [ 274 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1204 | 2025.04.17 00:22:06.427404 [ 274 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002262 sec., 4862.953138815207 rows/sec., 193.84 KiB/sec. | ||
| 1205 | 2025.04.17 00:22:06.427540 [ 274 ] {850b28f8-cc66-49e8-89ef-e03f6ef811b7} <Debug> TCPHandler: Processed in 0.002534824 sec. | ||
| 1206 | 2025.04.17 00:22:06.427734 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1207 | 2025.04.17 00:22:06.427881 [ 274 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1208 | 2025.04.17 00:22:06.428134 [ 274 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1209 | 2025.04.17 00:22:06.428172 [ 274 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1210 | 2025.04.17 00:22:06.428413 [ 274 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1211 | 2025.04.17 00:22:06.428478 [ 274 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1212 | 2025.04.17 00:22:06.428616 [ 274 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1213 | 2025.04.17 00:22:06.428699 [ 290 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1214 | 2025.04.17 00:22:06.428720 [ 291 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1215 | 2025.04.17 00:22:06.428804 [ 274 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1216 | 2025.04.17 00:22:06.428827 [ 274 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1217 | 2025.04.17 00:22:06.428907 [ 274 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1218 | 2025.04.17 00:22:06.428927 [ 274 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1219 | 2025.04.17 00:22:06.428965 [ 274 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1220 | 2025.04.17 00:22:06.429003 [ 274 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1221 | 2025.04.17 00:22:06.429996 [ 274 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002177 sec., 5052.824988516307 rows/sec., 201.41 KiB/sec. | ||
| 1222 | 2025.04.17 00:22:06.430121 [ 274 ] {4634aeef-fd31-48a7-8ee8-a4eb3719709a} <Debug> TCPHandler: Processed in 0.002438822 sec. | ||
| 1223 | 2025.04.17 00:22:06.430336 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1224 | 2025.04.17 00:22:06.430482 [ 274 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1225 | 2025.04.17 00:22:06.430736 [ 274 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1226 | 2025.04.17 00:22:06.430774 [ 274 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1227 | 2025.04.17 00:22:06.431016 [ 274 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1228 | 2025.04.17 00:22:06.431080 [ 274 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1229 | 2025.04.17 00:22:06.431222 [ 274 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1230 | 2025.04.17 00:22:06.431298 [ 291 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1231 | 2025.04.17 00:22:06.431318 [ 290 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1232 | 2025.04.17 00:22:06.431408 [ 274 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1233 | 2025.04.17 00:22:06.431436 [ 274 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1234 | 2025.04.17 00:22:06.431512 [ 274 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1235 | 2025.04.17 00:22:06.431531 [ 274 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1236 | 2025.04.17 00:22:06.431568 [ 274 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1237 | 2025.04.17 00:22:06.431607 [ 274 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1238 | 2025.04.17 00:22:06.432571 [ 274 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002151 sec., 5113.900511390051 rows/sec., 203.85 KiB/sec. | ||
| 1239 | 2025.04.17 00:22:06.432702 [ 274 ] {bb2f1030-b0a4-4ecb-ba14-1af5334eec5b} <Debug> TCPHandler: Processed in 0.00241723 sec. | ||
| 1240 | 2025.04.17 00:22:06.432895 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1241 | 2025.04.17 00:22:06.433044 [ 274 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1242 | 2025.04.17 00:22:06.433300 [ 274 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1243 | 2025.04.17 00:22:06.433338 [ 274 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1244 | 2025.04.17 00:22:06.433583 [ 274 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1245 | 2025.04.17 00:22:06.433647 [ 274 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1246 | 2025.04.17 00:22:06.433787 [ 274 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1247 | 2025.04.17 00:22:06.433844 [ 291 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1248 | 2025.04.17 00:22:06.433873 [ 290 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1249 | 2025.04.17 00:22:06.433963 [ 274 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1250 | 2025.04.17 00:22:06.433990 [ 274 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1251 | 2025.04.17 00:22:06.434067 [ 274 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1252 | 2025.04.17 00:22:06.434088 [ 274 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1253 | 2025.04.17 00:22:06.434126 [ 274 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1254 | 2025.04.17 00:22:06.434164 [ 274 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1255 | 2025.04.17 00:22:06.435110 [ 274 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002146 sec., 5125.815470643057 rows/sec., 204.32 KiB/sec. | ||
| 1256 | 2025.04.17 00:22:06.435232 [ 274 ] {acb747aa-4ff1-4efa-ad3b-5e8d9ab17219} <Debug> TCPHandler: Processed in 0.002412531 sec. | ||
| 1257 | 2025.04.17 00:22:06.435412 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1258 | 2025.04.17 00:22:06.435552 [ 274 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1259 | 2025.04.17 00:22:06.435796 [ 274 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1260 | 2025.04.17 00:22:06.435899 [ 274 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1261 | 2025.04.17 00:22:06.436147 [ 274 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1262 | 2025.04.17 00:22:06.436211 [ 274 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1263 | 2025.04.17 00:22:06.436349 [ 274 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1264 | 2025.04.17 00:22:06.436410 [ 291 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1265 | 2025.04.17 00:22:06.436418 [ 288 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1266 | 2025.04.17 00:22:06.436489 [ 274 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1267 | 2025.04.17 00:22:06.436511 [ 274 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1268 | 2025.04.17 00:22:06.436584 [ 274 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1269 | 2025.04.17 00:22:06.436602 [ 274 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1270 | 2025.04.17 00:22:06.436640 [ 274 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1271 | 2025.04.17 00:22:06.436678 [ 274 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1272 | 2025.04.17 00:22:06.437621 [ 274 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002087 sec., 5270.723526593196 rows/sec., 210.10 KiB/sec. | ||
| 1273 | 2025.04.17 00:22:06.437752 [ 274 ] {ba6d9ede-3aff-4b1b-a9f8-d6c0de920cba} <Debug> TCPHandler: Processed in 0.00235367 sec. | ||
| 1274 | 2025.04.17 00:22:06.437955 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1275 | 2025.04.17 00:22:06.438105 [ 274 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1276 | 2025.04.17 00:22:06.438364 [ 274 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1277 | 2025.04.17 00:22:06.438404 [ 274 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1278 | 2025.04.17 00:22:06.438657 [ 274 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1279 | 2025.04.17 00:22:06.438723 [ 274 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1280 | 2025.04.17 00:22:06.438860 [ 274 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1281 | 2025.04.17 00:22:06.438926 [ 291 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1282 | 2025.04.17 00:22:06.438949 [ 290 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1283 | 2025.04.17 00:22:06.439045 [ 274 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1284 | 2025.04.17 00:22:06.439071 [ 274 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1285 | 2025.04.17 00:22:06.439147 [ 274 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1286 | 2025.04.17 00:22:06.439166 [ 274 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1287 | 2025.04.17 00:22:06.439236 [ 274 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1288 | 2025.04.17 00:22:06.439276 [ 274 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1289 | 2025.04.17 00:22:06.440224 [ 274 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002184 sec., 5036.630036630037 rows/sec., 200.77 KiB/sec. | ||
| 1290 | 2025.04.17 00:22:06.440352 [ 274 ] {f84fd0a8-f58a-40ae-ab6d-a37baacbfd58} <Debug> TCPHandler: Processed in 0.002449642 sec. | ||
| 1291 | 2025.04.17 00:22:06.440545 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1292 | 2025.04.17 00:22:06.440696 [ 274 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1293 | 2025.04.17 00:22:06.440956 [ 274 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1294 | 2025.04.17 00:22:06.440997 [ 274 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1295 | 2025.04.17 00:22:06.441254 [ 274 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1296 | 2025.04.17 00:22:06.441319 [ 274 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1297 | 2025.04.17 00:22:06.441457 [ 274 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1298 | 2025.04.17 00:22:06.441513 [ 291 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1299 | 2025.04.17 00:22:06.441522 [ 288 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1300 | 2025.04.17 00:22:06.441592 [ 274 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1301 | 2025.04.17 00:22:06.441615 [ 274 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1302 | 2025.04.17 00:22:06.441687 [ 274 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1303 | 2025.04.17 00:22:06.441706 [ 274 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1304 | 2025.04.17 00:22:06.441743 [ 274 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1305 | 2025.04.17 00:22:06.441781 [ 274 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1306 | 2025.04.17 00:22:06.442714 [ 274 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002085 sec., 5275.779376498801 rows/sec., 210.30 KiB/sec. | ||
| 1307 | 2025.04.17 00:22:06.442844 [ 274 ] {ade99ade-3d87-4854-8c6e-2040d1c3f53f} <Debug> TCPHandler: Processed in 0.002351329 sec. | ||
| 1308 | 2025.04.17 00:22:06.443060 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1309 | 2025.04.17 00:22:06.443209 [ 274 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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: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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1310 | 2025.04.17 00:22:06.443473 [ 274 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1311 | 2025.04.17 00:22:06.443515 [ 274 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <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: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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1312 | 2025.04.17 00:22:06.443773 [ 274 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1313 | 2025.04.17 00:22:06.443837 [ 274 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1314 | 2025.04.17 00:22:06.443975 [ 274 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1315 | 2025.04.17 00:22:06.444036 [ 291 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1316 | 2025.04.17 00:22:06.444067 [ 290 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1317 | 2025.04.17 00:22:06.444156 [ 274 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1318 | 2025.04.17 00:22:06.444183 [ 274 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1319 | 2025.04.17 00:22:06.444259 [ 274 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1320 | 2025.04.17 00:22:06.444278 [ 274 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1321 | 2025.04.17 00:22:06.444316 [ 274 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <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: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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1322 | 2025.04.17 00:22:06.444358 [ 274 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <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: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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1323 | 2025.04.17 00:22:06.445354 [ 274 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.00221 sec., 4977.37556561086 rows/sec., 198.41 KiB/sec. | ||
| 1324 | 2025.04.17 00:22:06.445489 [ 274 ] {b89dc12b-8d0d-4ae9-ae96-2c7822f57f01} <Debug> TCPHandler: Processed in 0.002480532 sec. | ||
| 1325 | 2025.04.17 00:22:06.445687 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1326 | 2025.04.17 00:22:06.445839 [ 274 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1327 | 2025.04.17 00:22:06.446111 [ 274 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1328 | 2025.04.17 00:22:06.446153 [ 274 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1329 | 2025.04.17 00:22:06.446416 [ 274 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1330 | 2025.04.17 00:22:06.446479 [ 274 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1331 | 2025.04.17 00:22:06.446620 [ 274 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1332 | 2025.04.17 00:22:06.446679 [ 291 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1333 | 2025.04.17 00:22:06.446688 [ 288 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1334 | 2025.04.17 00:22:06.446790 [ 274 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1335 | 2025.04.17 00:22:06.446813 [ 274 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1336 | 2025.04.17 00:22:06.446888 [ 274 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1337 | 2025.04.17 00:22:06.446907 [ 274 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1338 | 2025.04.17 00:22:06.446954 [ 274 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1339 | 2025.04.17 00:22:06.446995 [ 274 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1340 | 2025.04.17 00:22:06.448162 [ 274 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002389 sec., 4604.437002930096 rows/sec., 183.54 KiB/sec. | ||
| 1341 | 2025.04.17 00:22:06.448313 [ 274 ] {b51f2912-8dfc-4e97-8e8a-8985321b7c64} <Debug> TCPHandler: Processed in 0.002677188 sec. | ||
| 1342 | 2025.04.17 00:22:06.448507 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1343 | 2025.04.17 00:22:06.448660 [ 274 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1344 | 2025.04.17 00:22:06.448927 [ 274 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1345 | 2025.04.17 00:22:06.448969 [ 274 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1346 | 2025.04.17 00:22:06.449235 [ 274 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1347 | 2025.04.17 00:22:06.449299 [ 274 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1348 | 2025.04.17 00:22:06.449439 [ 274 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1349 | 2025.04.17 00:22:06.449503 [ 291 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1350 | 2025.04.17 00:22:06.449530 [ 290 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1351 | 2025.04.17 00:22:06.449617 [ 274 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1352 | 2025.04.17 00:22:06.449645 [ 274 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1353 | 2025.04.17 00:22:06.449723 [ 274 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1354 | 2025.04.17 00:22:06.449743 [ 274 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1355 | 2025.04.17 00:22:06.449780 [ 274 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1356 | 2025.04.17 00:22:06.449822 [ 274 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1357 | 2025.04.17 00:22:06.450708 [ 274 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002115 sec., 5200.945626477541 rows/sec., 207.32 KiB/sec. | ||
| 1358 | 2025.04.17 00:22:06.450836 [ 274 ] {1b00b4a7-4f49-41b9-b15c-8e55431c20c4} <Debug> TCPHandler: Processed in 0.00238055 sec. | ||
| 1359 | 2025.04.17 00:22:06.454076 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1360 | 2025.04.17 00:22:06.454277 [ 274 ] {135415e9-5469-4b14-9dc5-efb762d2c32b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1361 | 2025.04.17 00:22:06.454360 [ 274 ] {135415e9-5469-4b14-9dc5-efb762d2c32b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1362 | 2025.04.17 00:22:06.455398 [ 274 ] {135415e9-5469-4b14-9dc5-efb762d2c32b} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1363 | 2025.04.17 00:22:06.455442 [ 274 ] {135415e9-5469-4b14-9dc5-efb762d2c32b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1364 | 2025.04.17 00:22:06.455924 [ 274 ] {135415e9-5469-4b14-9dc5-efb762d2c32b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1365 | 2025.04.17 00:22:06.456153 [ 274 ] {135415e9-5469-4b14-9dc5-efb762d2c32b} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1366 | 2025.04.17 00:22:06.456437 [ 274 ] {135415e9-5469-4b14-9dc5-efb762d2c32b} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.0022 sec., 6363.636363636363 rows/sec., 913.09 KiB/sec. | ||
| 1367 | 2025.04.17 00:22:06.456564 [ 274 ] {135415e9-5469-4b14-9dc5-efb762d2c32b} <Debug> TCPHandler: Processed in 0.002582934 sec. | ||
| 1368 | 2025.04.17 00:22:06.456684 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1369 | 2025.04.17 00:22:06.456792 [ 274 ] {ccfb44b0-6268-4bd6-89b2-8af2aab9bd59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1370 | 2025.04.17 00:22:06.456837 [ 274 ] {ccfb44b0-6268-4bd6-89b2-8af2aab9bd59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1371 | 2025.04.17 00:22:06.457361 [ 274 ] {ccfb44b0-6268-4bd6-89b2-8af2aab9bd59} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1372 | 2025.04.17 00:22:06.457400 [ 274 ] {ccfb44b0-6268-4bd6-89b2-8af2aab9bd59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1373 | 2025.04.17 00:22:06.457751 [ 274 ] {ccfb44b0-6268-4bd6-89b2-8af2aab9bd59} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1374 | 2025.04.17 00:22:06.457985 [ 274 ] {ccfb44b0-6268-4bd6-89b2-8af2aab9bd59} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1375 | 2025.04.17 00:22:06.458169 [ 274 ] {ccfb44b0-6268-4bd6-89b2-8af2aab9bd59} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001389 sec., 18718.502519798414 rows/sec., 1.41 MiB/sec. | ||
| 1376 | 2025.04.17 00:22:06.458327 [ 274 ] {ccfb44b0-6268-4bd6-89b2-8af2aab9bd59} <Debug> TCPHandler: Processed in 0.001692203 sec. | ||
| 1377 | 2025.04.17 00:22:06.458472 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1378 | 2025.04.17 00:22:06.458578 [ 274 ] {050dca7d-a80b-4cc0-a4d3-3238089fc468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1379 | 2025.04.17 00:22:06.458623 [ 274 ] {050dca7d-a80b-4cc0-a4d3-3238089fc468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1380 | 2025.04.17 00:22:06.459306 [ 274 ] {050dca7d-a80b-4cc0-a4d3-3238089fc468} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1381 | 2025.04.17 00:22:06.459344 [ 274 ] {050dca7d-a80b-4cc0-a4d3-3238089fc468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1382 | 2025.04.17 00:22:06.459714 [ 274 ] {050dca7d-a80b-4cc0-a4d3-3238089fc468} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1383 | 2025.04.17 00:22:06.459952 [ 274 ] {050dca7d-a80b-4cc0-a4d3-3238089fc468} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1384 | 2025.04.17 00:22:06.460116 [ 274 ] {050dca7d-a80b-4cc0-a4d3-3238089fc468} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001562 sec., 17925.736235595392 rows/sec., 1.40 MiB/sec. | ||
| 1385 | 2025.04.17 00:22:06.460174 [ 274 ] {050dca7d-a80b-4cc0-a4d3-3238089fc468} <Debug> TCPHandler: Processed in 0.001752654 sec. | ||
| 1386 | 2025.04.17 00:22:06.460288 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1387 | 2025.04.17 00:22:06.460394 [ 274 ] {f401c239-9fa2-48ee-9694-079677bc828d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1388 | 2025.04.17 00:22:06.460441 [ 274 ] {f401c239-9fa2-48ee-9694-079677bc828d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1389 | 2025.04.17 00:22:06.460906 [ 274 ] {f401c239-9fa2-48ee-9694-079677bc828d} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1390 | 2025.04.17 00:22:06.460942 [ 274 ] {f401c239-9fa2-48ee-9694-079677bc828d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1391 | 2025.04.17 00:22:06.461309 [ 274 ] {f401c239-9fa2-48ee-9694-079677bc828d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1392 | 2025.04.17 00:22:06.461545 [ 274 ] {f401c239-9fa2-48ee-9694-079677bc828d} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1393 | 2025.04.17 00:22:06.461771 [ 274 ] {f401c239-9fa2-48ee-9694-079677bc828d} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001378 sec., 58055.15239477503 rows/sec., 4.03 MiB/sec. | ||
| 1394 | 2025.04.17 00:22:06.461869 [ 274 ] {f401c239-9fa2-48ee-9694-079677bc828d} <Debug> TCPHandler: Processed in 0.001632501 sec. | ||
| 1395 | 2025.04.17 00:22:06.461987 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1396 | 2025.04.17 00:22:06.462090 [ 274 ] {51e9f35b-b01f-43b7-b36b-6c866007f011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1397 | 2025.04.17 00:22:06.462136 [ 274 ] {51e9f35b-b01f-43b7-b36b-6c866007f011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1398 | 2025.04.17 00:22:06.462560 [ 274 ] {51e9f35b-b01f-43b7-b36b-6c866007f011} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1399 | 2025.04.17 00:22:06.462598 [ 274 ] {51e9f35b-b01f-43b7-b36b-6c866007f011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1400 | 2025.04.17 00:22:06.462953 [ 274 ] {51e9f35b-b01f-43b7-b36b-6c866007f011} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1401 | 2025.04.17 00:22:06.463177 [ 274 ] {51e9f35b-b01f-43b7-b36b-6c866007f011} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1402 | 2025.04.17 00:22:06.463401 [ 274 ] {51e9f35b-b01f-43b7-b36b-6c866007f011} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001317 sec., 18223.234624145785 rows/sec., 1.25 MiB/sec. | ||
| 1403 | 2025.04.17 00:22:06.463464 [ 274 ] {51e9f35b-b01f-43b7-b36b-6c866007f011} <Debug> TCPHandler: Processed in 0.001528368 sec. | ||
| 1404 | 2025.04.17 00:22:08.260144 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1405 | 2025.04.17 00:22:08.260790 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1406 | 2025.04.17 00:22:08.260838 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1407 | 2025.04.17 00:22:08.261462 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1408 | 2025.04.17 00:22:08.261717 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1409 | 2025.04.17 00:22:08.261968 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1410 | 2025.04.17 00:22:08.456098 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1411 | 2025.04.17 00:22:08.473969 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1412 | 2025.04.17 00:22:08.474028 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1413 | 2025.04.17 00:22:08.480826 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1414 | 2025.04.17 00:22:08.481556 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1415 | 2025.04.17 00:22:08.484313 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1416 | 2025.04.17 00:22:09.001158 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.40 MiB, peak 167.40 MiB, free memory in arenas 0.00 B, will set to 164.71 MiB (RSS), difference: 1.31 MiB | ||
| 1417 | 2025.04.17 00:22:11.413618 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1418 | 2025.04.17 00:22:11.413948 [ 274 ] {74d0585c-6ad5-49dd-942e-9bc4dd9803c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1419 | 2025.04.17 00:22:11.414066 [ 274 ] {74d0585c-6ad5-49dd-942e-9bc4dd9803c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1420 | 2025.04.17 00:22:11.414983 [ 274 ] {74d0585c-6ad5-49dd-942e-9bc4dd9803c2} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1421 | 2025.04.17 00:22:11.415028 [ 274 ] {74d0585c-6ad5-49dd-942e-9bc4dd9803c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1422 | 2025.04.17 00:22:11.415463 [ 274 ] {74d0585c-6ad5-49dd-942e-9bc4dd9803c2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1423 | 2025.04.17 00:22:11.415719 [ 274 ] {74d0585c-6ad5-49dd-942e-9bc4dd9803c2} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1424 | 2025.04.17 00:22:11.415916 [ 274 ] {74d0585c-6ad5-49dd-942e-9bc4dd9803c2} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002056 sec., 12645.91439688716 rows/sec., 976.09 KiB/sec. | ||
| 1425 | 2025.04.17 00:22:11.415978 [ 274 ] {74d0585c-6ad5-49dd-942e-9bc4dd9803c2} <Debug> TCPHandler: Processed in 0.002549874 sec. | ||
| 1426 | 2025.04.17 00:22:11.416121 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1427 | 2025.04.17 00:22:11.416235 [ 274 ] {04d7b8c5-bc3b-4a15-a6f8-516cfe30c826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1428 | 2025.04.17 00:22:11.416285 [ 274 ] {04d7b8c5-bc3b-4a15-a6f8-516cfe30c826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1429 | 2025.04.17 00:22:11.416869 [ 274 ] {04d7b8c5-bc3b-4a15-a6f8-516cfe30c826} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1430 | 2025.04.17 00:22:11.416908 [ 274 ] {04d7b8c5-bc3b-4a15-a6f8-516cfe30c826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1431 | 2025.04.17 00:22:11.417271 [ 274 ] {04d7b8c5-bc3b-4a15-a6f8-516cfe30c826} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1432 | 2025.04.17 00:22:11.417511 [ 274 ] {04d7b8c5-bc3b-4a15-a6f8-516cfe30c826} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1433 | 2025.04.17 00:22:11.417683 [ 274 ] {04d7b8c5-bc3b-4a15-a6f8-516cfe30c826} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001471 sec., 19034.67029231815 rows/sec., 1.48 MiB/sec. | ||
| 1434 | 2025.04.17 00:22:11.417735 [ 274 ] {04d7b8c5-bc3b-4a15-a6f8-516cfe30c826} <Debug> TCPHandler: Processed in 0.001667262 sec. | ||
| 1435 | 2025.04.17 00:22:11.417876 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2025.04.17 00:22:11.417984 [ 274 ] {b9a37fc5-03ff-4f83-813c-476051079a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1437 | 2025.04.17 00:22:11.418035 [ 274 ] {b9a37fc5-03ff-4f83-813c-476051079a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1438 | 2025.04.17 00:22:11.418537 [ 274 ] {b9a37fc5-03ff-4f83-813c-476051079a34} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1439 | 2025.04.17 00:22:11.418576 [ 274 ] {b9a37fc5-03ff-4f83-813c-476051079a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1440 | 2025.04.17 00:22:11.418947 [ 274 ] {b9a37fc5-03ff-4f83-813c-476051079a34} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1441 | 2025.04.17 00:22:11.419193 [ 274 ] {b9a37fc5-03ff-4f83-813c-476051079a34} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1442 | 2025.04.17 00:22:11.419375 [ 274 ] {b9a37fc5-03ff-4f83-813c-476051079a34} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001405 sec., 71174.37722419928 rows/sec., 4.93 MiB/sec. | ||
| 1443 | 2025.04.17 00:22:11.419540 [ 274 ] {b9a37fc5-03ff-4f83-813c-476051079a34} <Debug> TCPHandler: Processed in 0.001715594 sec. | ||
| 1444 | 2025.04.17 00:22:11.419684 [ 274 ] {} <Trace> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1445 | 2025.04.17 00:22:11.419791 [ 274 ] {1cf91880-f451-4ea1-8744-1657186fdf45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37755) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1446 | 2025.04.17 00:22:11.419839 [ 274 ] {1cf91880-f451-4ea1-8744-1657186fdf45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1447 | 2025.04.17 00:22:11.420284 [ 274 ] {1cf91880-f451-4ea1-8744-1657186fdf45} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1448 | 2025.04.17 00:22:11.420323 [ 274 ] {1cf91880-f451-4ea1-8744-1657186fdf45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1449 | 2025.04.17 00:22:11.420671 [ 274 ] {1cf91880-f451-4ea1-8744-1657186fdf45} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1450 | 2025.04.17 00:22:11.420906 [ 274 ] {1cf91880-f451-4ea1-8744-1657186fdf45} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1451 | 2025.04.17 00:22:11.421063 [ 274 ] {1cf91880-f451-4ea1-8744-1657186fdf45} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001295 sec., 23166.023166023166 rows/sec., 1.59 MiB/sec. | ||
| 1452 | 2025.04.17 00:22:11.421112 [ 274 ] {1cf91880-f451-4ea1-8744-1657186fdf45} <Debug> TCPHandler: Processed in 0.001484747 sec. | ||
| 1453 | 2025.04.17 00:22:15.692207 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1454 | 2025.04.17 00:22:15.692288 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1455 | 2025.04.17 00:22:15.755977 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 190 | ||
| 1456 | 2025.04.17 00:22:15.759444 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1457 | 2025.04.17 00:22:15.759507 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1458 | 2025.04.17 00:22:15.761035 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1459 | 2025.04.17 00:22:15.761376 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1460 | 2025.04.17 00:22:15.762013 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 190 | ||
| 1461 | 2025.04.17 00:22:15.762701 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1462 | 2025.04.17 00:22:15.763331 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1463 | 2025.04.17 00:22:15.763373 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1464 | 2025.04.17 00:22:15.764005 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1465 | 2025.04.17 00:22:15.764283 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1466 | 2025.04.17 00:22:15.764482 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1467 | 2025.04.17 00:22:15.984996 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1468 | 2025.04.17 00:22:16.005547 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1469 | 2025.04.17 00:22:16.005613 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1470 | 2025.04.17 00:22:16.012675 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1471 | 2025.04.17 00:22:16.013480 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1472 | 2025.04.17 00:22:16.016895 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1473 | 2025.04.17 00:22:16.107923 [ 274 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1474 | 2025.04.17 00:22:16.107983 [ 274 ] {} <Debug> TCP-Session: e62e9720-6d2f-4d0a-a81a-6c44a96274b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1475 | 2025.04.17 00:22:16.411987 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1476 | 2025.04.17 00:22:16.412348 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1477 | 2025.04.17 00:22:16.412775 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1478 | 2025.04.17 00:22:16.412820 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <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', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1479 | 2025.04.17 00:22:16.413146 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1480 | 2025.04.17 00:22:16.413223 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1481 | 2025.04.17 00:22:16.413396 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1482 | 2025.04.17 00:22:16.413654 [ 288 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1483 | 2025.04.17 00:22:16.413664 [ 291 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1484 | 2025.04.17 00:22:16.413694 [ 290 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1485 | 2025.04.17 00:22:16.413955 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1486 | 2025.04.17 00:22:16.413987 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1487 | 2025.04.17 00:22:16.414107 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1488 | 2025.04.17 00:22:16.414129 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1489 | 2025.04.17 00:22:16.414171 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <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', 'kstat_sampler:expired_targets', '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'))" | ||
| 1490 | 2025.04.17 00:22:16.414219 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <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', 'kstat_sampler:expired_targets', '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'))" | ||
| 1491 | 2025.04.17 00:22:16.414262 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <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', 'kstat_sampler:expired_targets', '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'))" | ||
| 1492 | 2025.04.17 00:22:16.415917 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.003708 sec., 6742.17907227616 rows/sec., 272.32 KiB/sec. | ||
| 1493 | 2025.04.17 00:22:16.416119 [ 275 ] {74ab4342-0ff2-456a-ad9b-c87e204e6184} <Debug> TCPHandler: Processed in 0.004315398 sec. | ||
| 1494 | 2025.04.17 00:22:16.418719 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1495 | 2025.04.17 00:22:16.418907 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 1496 | 2025.04.17 00:22:16.419231 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1497 | 2025.04.17 00:22:16.419273 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
| 1498 | 2025.04.17 00:22:16.419545 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1499 | 2025.04.17 00:22:16.419608 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1500 | 2025.04.17 00:22:16.419745 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1501 | 2025.04.17 00:22:16.419856 [ 293 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1502 | 2025.04.17 00:22:16.419887 [ 288 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1503 | 2025.04.17 00:22:16.419909 [ 290 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1504 | 2025.04.17 00:22:16.420031 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1505 | 2025.04.17 00:22:16.420059 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1506 | 2025.04.17 00:22:16.420165 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1507 | 2025.04.17 00:22:16.420185 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1508 | 2025.04.17 00:22:16.420222 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled'))" | ||
| 1509 | 2025.04.17 00:22:16.420263 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled'))" | ||
| 1510 | 2025.04.17 00:22:16.420300 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled'))" | ||
| 1511 | 2025.04.17 00:22:16.421580 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002761 sec., 9054.690329590729 rows/sec., 365.72 KiB/sec. | ||
| 1512 | 2025.04.17 00:22:16.421762 [ 275 ] {4ee8b478-9f59-4f3e-ab8e-841f42a5ca01} <Debug> TCPHandler: Processed in 0.003104359 sec. | ||
| 1513 | 2025.04.17 00:22:16.422300 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1514 | 2025.04.17 00:22:16.422456 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 1515 | 2025.04.17 00:22:16.422725 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1516 | 2025.04.17 00:22:16.422767 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
| 1517 | 2025.04.17 00:22:16.423039 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1518 | 2025.04.17 00:22:16.423102 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1519 | 2025.04.17 00:22:16.423241 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1520 | 2025.04.17 00:22:16.423416 [ 290 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1521 | 2025.04.17 00:22:16.423427 [ 293 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1522 | 2025.04.17 00:22:16.423451 [ 291 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1523 | 2025.04.17 00:22:16.423620 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1524 | 2025.04.17 00:22:16.423650 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1525 | 2025.04.17 00:22:16.423757 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1526 | 2025.04.17 00:22:16.423777 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1527 | 2025.04.17 00:22:16.423816 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1528 | 2025.04.17 00:22:16.423856 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1529 | 2025.04.17 00:22:16.423895 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1530 | 2025.04.17 00:22:16.424940 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002556 sec., 9780.907668231612 rows/sec., 395.06 KiB/sec. | ||
| 1531 | 2025.04.17 00:22:16.425119 [ 275 ] {6aa0d1ea-b6ca-433d-abd7-d5fd075d64c4} <Debug> TCPHandler: Processed in 0.002867842 sec. | ||
| 1532 | 2025.04.17 00:22:16.425344 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1533 | 2025.04.17 00:22:16.425498 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1534 | 2025.04.17 00:22:16.425768 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1535 | 2025.04.17 00:22:16.425811 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
| 1536 | 2025.04.17 00:22:16.426083 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1537 | 2025.04.17 00:22:16.426144 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1538 | 2025.04.17 00:22:16.426280 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1539 | 2025.04.17 00:22:16.426415 [ 291 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1540 | 2025.04.17 00:22:16.426431 [ 293 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1541 | 2025.04.17 00:22:16.426447 [ 290 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1542 | 2025.04.17 00:22:16.426566 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1543 | 2025.04.17 00:22:16.426594 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1544 | 2025.04.17 00:22:16.426698 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1545 | 2025.04.17 00:22:16.426719 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1546 | 2025.04.17 00:22:16.426756 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1547 | 2025.04.17 00:22:16.426798 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1548 | 2025.04.17 00:22:16.426837 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1549 | 2025.04.17 00:22:16.428174 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002746 sec., 9104.151493080844 rows/sec., 367.72 KiB/sec. | ||
| 1550 | 2025.04.17 00:22:16.428362 [ 275 ] {39139523-64b3-4fd7-a773-6c67f36378dc} <Debug> TCPHandler: Processed in 0.003066187 sec. | ||
| 1551 | 2025.04.17 00:22:16.428585 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1552 | 2025.04.17 00:22:16.428739 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1553 | 2025.04.17 00:22:16.429014 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1554 | 2025.04.17 00:22:16.429057 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1555 | 2025.04.17 00:22:16.429336 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1556 | 2025.04.17 00:22:16.429398 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1557 | 2025.04.17 00:22:16.429535 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1558 | 2025.04.17 00:22:16.429675 [ 291 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1559 | 2025.04.17 00:22:16.429690 [ 288 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1560 | 2025.04.17 00:22:16.429676 [ 290 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1561 | 2025.04.17 00:22:16.429821 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1562 | 2025.04.17 00:22:16.429850 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1563 | 2025.04.17 00:22:16.429955 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1564 | 2025.04.17 00:22:16.429975 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1565 | 2025.04.17 00:22:16.430015 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1566 | 2025.04.17 00:22:16.430057 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1567 | 2025.04.17 00:22:16.430096 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1568 | 2025.04.17 00:22:16.431481 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002812 sec., 8890.469416785207 rows/sec., 359.09 KiB/sec. | ||
| 1569 | 2025.04.17 00:22:16.431666 [ 275 ] {3559cccf-512b-44aa-a3f6-f3c010086da3} <Debug> TCPHandler: Processed in 0.003129869 sec. | ||
| 1570 | 2025.04.17 00:22:16.431994 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1571 | 2025.04.17 00:22:16.432149 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1572 | 2025.04.17 00:22:16.432430 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1573 | 2025.04.17 00:22:16.432475 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1574 | 2025.04.17 00:22:16.432757 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1575 | 2025.04.17 00:22:16.432820 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1576 | 2025.04.17 00:22:16.432958 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1577 | 2025.04.17 00:22:16.433102 [ 291 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1578 | 2025.04.17 00:22:16.433111 [ 288 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1579 | 2025.04.17 00:22:16.433121 [ 290 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1580 | 2025.04.17 00:22:16.433265 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1581 | 2025.04.17 00:22:16.433294 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1582 | 2025.04.17 00:22:16.433402 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1583 | 2025.04.17 00:22:16.433423 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1584 | 2025.04.17 00:22:16.433462 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1585 | 2025.04.17 00:22:16.433506 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1586 | 2025.04.17 00:22:16.433545 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1587 | 2025.04.17 00:22:16.435018 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002941 sec., 8500.510030601836 rows/sec., 343.34 KiB/sec. | ||
| 1588 | 2025.04.17 00:22:16.435203 [ 275 ] {03cbc1c1-7ca3-49b2-99d1-a83446661552} <Debug> TCPHandler: Processed in 0.003257832 sec. | ||
| 1589 | 2025.04.17 00:22:16.435468 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1590 | 2025.04.17 00:22:16.435625 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1591 | 2025.04.17 00:22:16.435902 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1592 | 2025.04.17 00:22:16.435947 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1593 | 2025.04.17 00:22:16.436236 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1594 | 2025.04.17 00:22:16.436300 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1595 | 2025.04.17 00:22:16.436437 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1596 | 2025.04.17 00:22:16.436578 [ 291 ] {b5053910-46a4-4077-9660-3249edd1741b} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1597 | 2025.04.17 00:22:16.436603 [ 293 ] {b5053910-46a4-4077-9660-3249edd1741b} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1598 | 2025.04.17 00:22:16.436590 [ 290 ] {b5053910-46a4-4077-9660-3249edd1741b} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1599 | 2025.04.17 00:22:16.436736 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1600 | 2025.04.17 00:22:16.436764 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1601 | 2025.04.17 00:22:16.436869 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1602 | 2025.04.17 00:22:16.436890 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1603 | 2025.04.17 00:22:16.436929 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1604 | 2025.04.17 00:22:16.436971 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1605 | 2025.04.17 00:22:16.437011 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1606 | 2025.04.17 00:22:16.438313 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002761 sec., 9054.690329590729 rows/sec., 365.72 KiB/sec. | ||
| 1607 | 2025.04.17 00:22:16.438501 [ 275 ] {b5053910-46a4-4077-9660-3249edd1741b} <Debug> TCPHandler: Processed in 0.003082107 sec. | ||
| 1608 | 2025.04.17 00:22:16.438776 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1609 | 2025.04.17 00:22:16.438932 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1610 | 2025.04.17 00:22:16.439210 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1611 | 2025.04.17 00:22:16.439254 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1612 | 2025.04.17 00:22:16.439544 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1613 | 2025.04.17 00:22:16.439607 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1614 | 2025.04.17 00:22:16.439745 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1615 | 2025.04.17 00:22:16.439848 [ 291 ] {c66888b4-ed30-480d-9477-075a05caab55} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1616 | 2025.04.17 00:22:16.439899 [ 293 ] {c66888b4-ed30-480d-9477-075a05caab55} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1617 | 2025.04.17 00:22:16.439908 [ 290 ] {c66888b4-ed30-480d-9477-075a05caab55} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1618 | 2025.04.17 00:22:16.440031 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1619 | 2025.04.17 00:22:16.440060 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1620 | 2025.04.17 00:22:16.440162 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1621 | 2025.04.17 00:22:16.440183 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1622 | 2025.04.17 00:22:16.440221 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1623 | 2025.04.17 00:22:16.440263 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1624 | 2025.04.17 00:22:16.440303 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1625 | 2025.04.17 00:22:16.441688 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002829 sec., 8837.044892188052 rows/sec., 356.93 KiB/sec. | ||
| 1626 | 2025.04.17 00:22:16.441874 [ 275 ] {c66888b4-ed30-480d-9477-075a05caab55} <Debug> TCPHandler: Processed in 0.003146129 sec. | ||
| 1627 | 2025.04.17 00:22:16.442108 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1628 | 2025.04.17 00:22:16.442267 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1629 | 2025.04.17 00:22:16.442552 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1630 | 2025.04.17 00:22:16.442597 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1631 | 2025.04.17 00:22:16.442889 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1632 | 2025.04.17 00:22:16.442951 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1633 | 2025.04.17 00:22:16.443086 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1634 | 2025.04.17 00:22:16.443227 [ 291 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1635 | 2025.04.17 00:22:16.443237 [ 290 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1636 | 2025.04.17 00:22:16.443262 [ 288 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1637 | 2025.04.17 00:22:16.443420 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1638 | 2025.04.17 00:22:16.443450 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1639 | 2025.04.17 00:22:16.443556 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1640 | 2025.04.17 00:22:16.443577 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1641 | 2025.04.17 00:22:16.443617 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1642 | 2025.04.17 00:22:16.443660 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1643 | 2025.04.17 00:22:16.443700 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1644 | 2025.04.17 00:22:16.445169 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002978 sec., 8394.895903290799 rows/sec., 339.08 KiB/sec. | ||
| 1645 | 2025.04.17 00:22:16.445352 [ 275 ] {020c9c69-5bc0-48d9-ab51-81bd9a9e97c0} <Debug> TCPHandler: Processed in 0.003292983 sec. | ||
| 1646 | 2025.04.17 00:22:16.445574 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1647 | 2025.04.17 00:22:16.445733 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1648 | 2025.04.17 00:22:16.446044 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1649 | 2025.04.17 00:22:16.446090 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1650 | 2025.04.17 00:22:16.446412 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1651 | 2025.04.17 00:22:16.446476 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1652 | 2025.04.17 00:22:16.446614 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1653 | 2025.04.17 00:22:16.446705 [ 291 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1654 | 2025.04.17 00:22:16.446761 [ 293 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1655 | 2025.04.17 00:22:16.446764 [ 290 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1656 | 2025.04.17 00:22:16.446884 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1657 | 2025.04.17 00:22:16.446913 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1658 | 2025.04.17 00:22:16.447020 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1659 | 2025.04.17 00:22:16.447041 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1660 | 2025.04.17 00:22:16.447080 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1661 | 2025.04.17 00:22:16.447123 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1662 | 2025.04.17 00:22:16.447162 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1663 | 2025.04.17 00:22:16.448550 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002892 sec., 8644.536652835408 rows/sec., 349.16 KiB/sec. | ||
| 1664 | 2025.04.17 00:22:16.448734 [ 275 ] {c83dfd4e-92ff-4a58-b785-f7b795c5fcbf} <Debug> TCPHandler: Processed in 0.003208841 sec. | ||
| 1665 | 2025.04.17 00:22:16.448944 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1666 | 2025.04.17 00:22:16.449102 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1667 | 2025.04.17 00:22:16.449388 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1668 | 2025.04.17 00:22:16.449433 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1669 | 2025.04.17 00:22:16.449731 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1670 | 2025.04.17 00:22:16.449794 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1671 | 2025.04.17 00:22:16.449930 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1672 | 2025.04.17 00:22:16.450053 [ 291 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1673 | 2025.04.17 00:22:16.450067 [ 288 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1674 | 2025.04.17 00:22:16.450086 [ 290 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1675 | 2025.04.17 00:22:16.450193 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1676 | 2025.04.17 00:22:16.450222 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1677 | 2025.04.17 00:22:16.450328 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1678 | 2025.04.17 00:22:16.450349 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1679 | 2025.04.17 00:22:16.450389 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1680 | 2025.04.17 00:22:16.450432 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1681 | 2025.04.17 00:22:16.450472 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1682 | 2025.04.17 00:22:16.451924 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002898 sec., 8626.63906142167 rows/sec., 348.44 KiB/sec. | ||
| 1683 | 2025.04.17 00:22:16.452109 [ 275 ] {f40bbfbb-3ede-4a79-95ac-252c56a233e0} <Debug> TCPHandler: Processed in 0.003213411 sec. | ||
| 1684 | 2025.04.17 00:22:16.457109 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1685 | 2025.04.17 00:22:16.457352 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1686 | 2025.04.17 00:22:16.457776 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1687 | 2025.04.17 00:22:16.457845 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1688 | 2025.04.17 00:22:16.458278 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1689 | 2025.04.17 00:22:16.458341 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1690 | 2025.04.17 00:22:16.458477 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1691 | 2025.04.17 00:22:16.458678 [ 291 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1692 | 2025.04.17 00:22:16.458684 [ 288 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1693 | 2025.04.17 00:22:16.458671 [ 290 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1694 | 2025.04.17 00:22:16.458864 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 1695 | 2025.04.17 00:22:16.458893 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1696 | 2025.04.17 00:22:16.459000 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1697 | 2025.04.17 00:22:16.459022 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1698 | 2025.04.17 00:22:16.459062 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1699 | 2025.04.17 00:22:16.459105 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1700 | 2025.04.17 00:22:16.459145 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1701 | 2025.04.17 00:22:16.460671 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.00344 sec., 7267.441860465116 rows/sec., 293.54 KiB/sec. | ||
| 1702 | 2025.04.17 00:22:16.460858 [ 275 ] {d424795a-b435-48fa-9968-6039ae2d5a94} <Debug> TCPHandler: Processed in 0.003824106 sec. | ||
| 1703 | 2025.04.17 00:22:16.464567 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1704 | 2025.04.17 00:22:16.464707 [ 275 ] {798ad5f5-5aa7-412b-968c-812fa9a5fc2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1705 | 2025.04.17 00:22:16.464763 [ 275 ] {798ad5f5-5aa7-412b-968c-812fa9a5fc2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1706 | 2025.04.17 00:22:16.465478 [ 275 ] {798ad5f5-5aa7-412b-968c-812fa9a5fc2d} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1707 | 2025.04.17 00:22:16.465517 [ 275 ] {798ad5f5-5aa7-412b-968c-812fa9a5fc2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1708 | 2025.04.17 00:22:16.466025 [ 275 ] {798ad5f5-5aa7-412b-968c-812fa9a5fc2d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1709 | 2025.04.17 00:22:16.466243 [ 275 ] {798ad5f5-5aa7-412b-968c-812fa9a5fc2d} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1710 | 2025.04.17 00:22:16.466460 [ 275 ] {798ad5f5-5aa7-412b-968c-812fa9a5fc2d} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.001792 sec., 6696.428571428572 rows/sec., 2.38 MiB/sec. | ||
| 1711 | 2025.04.17 00:22:16.466631 [ 275 ] {798ad5f5-5aa7-412b-968c-812fa9a5fc2d} <Debug> TCPHandler: Processed in 0.002119023 sec. | ||
| 1712 | 2025.04.17 00:22:16.466752 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1713 | 2025.04.17 00:22:16.466856 [ 275 ] {55710eb5-d141-4234-812c-c8b74ba0d3e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1714 | 2025.04.17 00:22:16.466900 [ 275 ] {55710eb5-d141-4234-812c-c8b74ba0d3e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1715 | 2025.04.17 00:22:16.468114 [ 275 ] {55710eb5-d141-4234-812c-c8b74ba0d3e2} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1716 | 2025.04.17 00:22:16.468149 [ 275 ] {55710eb5-d141-4234-812c-c8b74ba0d3e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1717 | 2025.04.17 00:22:16.468523 [ 275 ] {55710eb5-d141-4234-812c-c8b74ba0d3e2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1718 | 2025.04.17 00:22:16.468755 [ 275 ] {55710eb5-d141-4234-812c-c8b74ba0d3e2} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1719 | 2025.04.17 00:22:16.468950 [ 275 ] {55710eb5-d141-4234-812c-c8b74ba0d3e2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002114 sec., 100283.82213812678 rows/sec., 6.38 MiB/sec. | ||
| 1720 | 2025.04.17 00:22:16.469062 [ 275 ] {55710eb5-d141-4234-812c-c8b74ba0d3e2} <Debug> TCPHandler: Processed in 0.002359839 sec. | ||
| 1721 | 2025.04.17 00:22:16.469174 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1722 | 2025.04.17 00:22:16.469276 [ 275 ] {28530cec-53fb-47c5-ab84-efc022e2fb9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1723 | 2025.04.17 00:22:16.469319 [ 275 ] {28530cec-53fb-47c5-ab84-efc022e2fb9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1724 | 2025.04.17 00:22:16.470204 [ 275 ] {28530cec-53fb-47c5-ab84-efc022e2fb9d} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1725 | 2025.04.17 00:22:16.470245 [ 275 ] {28530cec-53fb-47c5-ab84-efc022e2fb9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1726 | 2025.04.17 00:22:16.470642 [ 275 ] {28530cec-53fb-47c5-ab84-efc022e2fb9d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1727 | 2025.04.17 00:22:16.470885 [ 275 ] {28530cec-53fb-47c5-ab84-efc022e2fb9d} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1728 | 2025.04.17 00:22:16.471003 [ 68 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1729 | 2025.04.17 00:22:16.471043 [ 68 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1730 | 2025.04.17 00:22:16.471062 [ 275 ] {28530cec-53fb-47c5-ab84-efc022e2fb9d} <Debug> executeQuery: Read 649 rows, 52.90 KiB in 0.001804 sec., 359756.0975609756 rows/sec., 28.63 MiB/sec. | ||
| 1731 | 2025.04.17 00:22:16.471067 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1732 | 2025.04.17 00:22:16.471159 [ 275 ] {28530cec-53fb-47c5-ab84-efc022e2fb9d} <Debug> TCPHandler: Processed in 0.002035021 sec. | ||
| 1733 | 2025.04.17 00:22:16.471613 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::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 | ||
| 1734 | 2025.04.17 00:22:16.471633 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1735 | 2025.04.17 00:22:16.471867 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1736 | 2025.04.17 00:22:16.471886 [ 275 ] {95f9ec88-b047-4cc3-9c3c-5e3c9ec3b1b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1737 | 2025.04.17 00:22:16.471933 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 44 rows starting from the beginning of the part | ||
| 1738 | 2025.04.17 00:22:16.471970 [ 275 ] {95f9ec88-b047-4cc3-9c3c-5e3c9ec3b1b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1739 | 2025.04.17 00:22:16.472268 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part | ||
| 1740 | 2025.04.17 00:22:16.472597 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1187 rows starting from the beginning of the part | ||
| 1741 | 2025.04.17 00:22:16.472923 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
| 1742 | 2025.04.17 00:22:16.473236 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 1743 | 2025.04.17 00:22:16.473586 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 649 rows starting from the beginning of the part | ||
| 1744 | 2025.04.17 00:22:16.474891 [ 275 ] {95f9ec88-b047-4cc3-9c3c-5e3c9ec3b1b3} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1745 | 2025.04.17 00:22:16.474954 [ 275 ] {95f9ec88-b047-4cc3-9c3c-5e3c9ec3b1b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1746 | 2025.04.17 00:22:16.475870 [ 275 ] {95f9ec88-b047-4cc3-9c3c-5e3c9ec3b1b3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1747 | 2025.04.17 00:22:16.476300 [ 275 ] {95f9ec88-b047-4cc3-9c3c-5e3c9ec3b1b3} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1748 | 2025.04.17 00:22:16.477001 [ 275 ] {95f9ec88-b047-4cc3-9c3c-5e3c9ec3b1b3} <Debug> executeQuery: Read 137 rows, 8.72 KiB in 0.00517 sec., 26499.032882011605 rows/sec., 1.65 MiB/sec. | ||
| 1749 | 2025.04.17 00:22:16.477246 [ 275 ] {95f9ec88-b047-4cc3-9c3c-5e3c9ec3b1b3} <Debug> TCPHandler: Processed in 0.005733604 sec. | ||
| 1750 | 2025.04.17 00:22:16.477254 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 5 columns (5 merged, 0 gathered) in 0.006067262 sec., 325682.3258992277 rows/sec., 27.98 MiB/sec. | ||
| 1751 | 2025.04.17 00:22:16.477395 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1752 | 2025.04.17 00:22:16.477540 [ 275 ] {fea7309d-1aea-4786-8301-2a03a25f4b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1753 | 2025.04.17 00:22:16.477563 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1754 | 2025.04.17 00:22:16.477622 [ 275 ] {fea7309d-1aea-4786-8301-2a03a25f4b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1755 | 2025.04.17 00:22:16.478184 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_6_1} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1756 | 2025.04.17 00:22:16.478361 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_6_1} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1757 | 2025.04.17 00:22:16.478509 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 1758 | 2025.04.17 00:22:16.478711 [ 275 ] {fea7309d-1aea-4786-8301-2a03a25f4b56} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1759 | 2025.04.17 00:22:16.478753 [ 275 ] {fea7309d-1aea-4786-8301-2a03a25f4b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1760 | 2025.04.17 00:22:16.479105 [ 275 ] {fea7309d-1aea-4786-8301-2a03a25f4b56} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1761 | 2025.04.17 00:22:16.479336 [ 275 ] {fea7309d-1aea-4786-8301-2a03a25f4b56} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1762 | 2025.04.17 00:22:16.479564 [ 275 ] {fea7309d-1aea-4786-8301-2a03a25f4b56} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002056 sec., 54961.08949416342 rows/sec., 3.56 MiB/sec. | ||
| 1763 | 2025.04.17 00:22:16.479826 [ 275 ] {fea7309d-1aea-4786-8301-2a03a25f4b56} <Debug> TCPHandler: Processed in 0.002481692 sec. | ||
| 1764 | 2025.04.17 00:22:16.479945 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1765 | 2025.04.17 00:22:16.480047 [ 275 ] {c2ab7d7e-5296-457d-ac52-737f162913fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1766 | 2025.04.17 00:22:16.480090 [ 275 ] {c2ab7d7e-5296-457d-ac52-737f162913fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1767 | 2025.04.17 00:22:16.480604 [ 275 ] {c2ab7d7e-5296-457d-ac52-737f162913fd} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1768 | 2025.04.17 00:22:16.480641 [ 275 ] {c2ab7d7e-5296-457d-ac52-737f162913fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1769 | 2025.04.17 00:22:16.480988 [ 275 ] {c2ab7d7e-5296-457d-ac52-737f162913fd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1770 | 2025.04.17 00:22:16.481222 [ 275 ] {c2ab7d7e-5296-457d-ac52-737f162913fd} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1771 | 2025.04.17 00:22:16.481499 [ 275 ] {c2ab7d7e-5296-457d-ac52-737f162913fd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001444 sec., 77562.3268698061 rows/sec., 4.42 MiB/sec. | ||
| 1772 | 2025.04.17 00:22:16.481634 [ 275 ] {c2ab7d7e-5296-457d-ac52-737f162913fd} <Debug> TCPHandler: Processed in 0.001746784 sec. | ||
| 1773 | 2025.04.17 00:22:16.481751 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1774 | 2025.04.17 00:22:16.481852 [ 275 ] {46ce56a3-ca33-4353-9da5-76eb07a7ff6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1775 | 2025.04.17 00:22:16.481895 [ 275 ] {46ce56a3-ca33-4353-9da5-76eb07a7ff6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1776 | 2025.04.17 00:22:16.482492 [ 275 ] {46ce56a3-ca33-4353-9da5-76eb07a7ff6c} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1777 | 2025.04.17 00:22:16.482528 [ 275 ] {46ce56a3-ca33-4353-9da5-76eb07a7ff6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1778 | 2025.04.17 00:22:16.482884 [ 275 ] {46ce56a3-ca33-4353-9da5-76eb07a7ff6c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1779 | 2025.04.17 00:22:16.483121 [ 275 ] {46ce56a3-ca33-4353-9da5-76eb07a7ff6c} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1780 | 2025.04.17 00:22:16.483287 [ 65 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1781 | 2025.04.17 00:22:16.483324 [ 275 ] {46ce56a3-ca33-4353-9da5-76eb07a7ff6c} <Debug> executeQuery: Read 377 rows, 27.19 KiB in 0.001492 sec., 252680.96514745307 rows/sec., 17.80 MiB/sec. | ||
| 1782 | 2025.04.17 00:22:16.483371 [ 65 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2025.04.17 00:22:16.483441 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1784 | 2025.04.17 00:22:16.483443 [ 275 ] {46ce56a3-ca33-4353-9da5-76eb07a7ff6c} <Debug> TCPHandler: Processed in 0.001747224 sec. | ||
| 1785 | 2025.04.17 00:22:16.483766 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1786 | 2025.04.17 00:22:16.484018 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 1787 | 2025.04.17 00:22:16.484129 [ 275 ] {c61d2190-eabf-462c-8b44-8ebe72f619d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1788 | 2025.04.17 00:22:16.484240 [ 275 ] {c61d2190-eabf-462c-8b44-8ebe72f619d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1789 | 2025.04.17 00:22:16.484455 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1790 | 2025.04.17 00:22:16.484569 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
| 1791 | 2025.04.17 00:22:16.484869 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 1792 | 2025.04.17 00:22:16.485045 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 479 rows starting from the beginning of the part | ||
| 1793 | 2025.04.17 00:22:16.485332 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
| 1794 | 2025.04.17 00:22:16.485610 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
| 1795 | 2025.04.17 00:22:16.485886 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 377 rows starting from the beginning of the part | ||
| 1796 | 2025.04.17 00:22:16.486653 [ 275 ] {c61d2190-eabf-462c-8b44-8ebe72f619d1} <Trace> oximeter.measurements_bool (cdf54b2a-bd53-46b4-8670-127039d772b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1797 | 2025.04.17 00:22:16.486719 [ 275 ] {c61d2190-eabf-462c-8b44-8ebe72f619d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1798 | 2025.04.17 00:22:16.487596 [ 275 ] {c61d2190-eabf-462c-8b44-8ebe72f619d1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1799 | 2025.04.17 00:22:16.488101 [ 275 ] {c61d2190-eabf-462c-8b44-8ebe72f619d1} <Trace> oximeter.measurements_bool (cdf54b2a-bd53-46b4-8670-127039d772b2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1800 | 2025.04.17 00:22:16.488723 [ 275 ] {c61d2190-eabf-462c-8b44-8ebe72f619d1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004606 sec., 1302.648719062093 rows/sec., 68.06 KiB/sec. | ||
| 1801 | 2025.04.17 00:22:16.489095 [ 275 ] {c61d2190-eabf-462c-8b44-8ebe72f619d1} <Debug> TCPHandler: Processed in 0.005503518 sec. | ||
| 1802 | 2025.04.17 00:22:16.489403 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1803 | 2025.04.17 00:22:16.489441 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 966 rows, containing 5 columns (5 merged, 0 gathered) in 0.005877928 sec., 164343.62584910874 rows/sec., 12.61 MiB/sec. | ||
| 1804 | 2025.04.17 00:22:16.489546 [ 275 ] {29178ff1-409f-4c75-bf52-b2d6339599ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1805 | 2025.04.17 00:22:16.489623 [ 275 ] {29178ff1-409f-4c75-bf52-b2d6339599ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1806 | 2025.04.17 00:22:16.489677 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1807 | 2025.04.17 00:22:16.490355 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_6_1} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1808 | 2025.04.17 00:22:16.490573 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_6_1} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1809 | 2025.04.17 00:22:16.490733 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 1810 | 2025.04.17 00:22:16.490854 [ 275 ] {29178ff1-409f-4c75-bf52-b2d6339599ea} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1811 | 2025.04.17 00:22:16.490896 [ 275 ] {29178ff1-409f-4c75-bf52-b2d6339599ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1812 | 2025.04.17 00:22:16.491268 [ 275 ] {29178ff1-409f-4c75-bf52-b2d6339599ea} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1813 | 2025.04.17 00:22:16.491505 [ 275 ] {29178ff1-409f-4c75-bf52-b2d6339599ea} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1814 | 2025.04.17 00:22:16.491700 [ 275 ] {29178ff1-409f-4c75-bf52-b2d6339599ea} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002181 sec., 81155.4332874828 rows/sec., 5.35 MiB/sec. | ||
| 1815 | 2025.04.17 00:22:16.491756 [ 275 ] {29178ff1-409f-4c75-bf52-b2d6339599ea} <Debug> TCPHandler: Processed in 0.002440502 sec. | ||
| 1816 | 2025.04.17 00:22:16.491873 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1817 | 2025.04.17 00:22:16.491973 [ 275 ] {d08bef43-d43b-4147-ac89-ca9f60dc2a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1818 | 2025.04.17 00:22:16.492019 [ 275 ] {d08bef43-d43b-4147-ac89-ca9f60dc2a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1819 | 2025.04.17 00:22:16.492402 [ 275 ] {d08bef43-d43b-4147-ac89-ca9f60dc2a24} <Trace> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1820 | 2025.04.17 00:22:16.492439 [ 275 ] {d08bef43-d43b-4147-ac89-ca9f60dc2a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1821 | 2025.04.17 00:22:16.492783 [ 275 ] {d08bef43-d43b-4147-ac89-ca9f60dc2a24} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1822 | 2025.04.17 00:22:16.493009 [ 275 ] {d08bef43-d43b-4147-ac89-ca9f60dc2a24} <Trace> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1823 | 2025.04.17 00:22:16.493412 [ 275 ] {d08bef43-d43b-4147-ac89-ca9f60dc2a24} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001432 sec., 698.3240223463688 rows/sec., 47.06 KiB/sec. | ||
| 1824 | 2025.04.17 00:22:16.493476 [ 275 ] {d08bef43-d43b-4147-ac89-ca9f60dc2a24} <Debug> TCPHandler: Processed in 0.001647182 sec. | ||
| 1825 | 2025.04.17 00:22:16.493616 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1826 | 2025.04.17 00:22:16.493716 [ 275 ] {5a33da55-ac8e-4c1c-9b68-2860deda4938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1827 | 2025.04.17 00:22:16.493780 [ 275 ] {5a33da55-ac8e-4c1c-9b68-2860deda4938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1828 | 2025.04.17 00:22:16.494867 [ 275 ] {5a33da55-ac8e-4c1c-9b68-2860deda4938} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1829 | 2025.04.17 00:22:16.494905 [ 275 ] {5a33da55-ac8e-4c1c-9b68-2860deda4938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1830 | 2025.04.17 00:22:16.495540 [ 275 ] {5a33da55-ac8e-4c1c-9b68-2860deda4938} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1831 | 2025.04.17 00:22:16.495791 [ 275 ] {5a33da55-ac8e-4c1c-9b68-2860deda4938} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1832 | 2025.04.17 00:22:16.496124 [ 275 ] {5a33da55-ac8e-4c1c-9b68-2860deda4938} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.0024 sec., 12916.666666666668 rows/sec., 23.15 MiB/sec. | ||
| 1833 | 2025.04.17 00:22:16.496408 [ 275 ] {5a33da55-ac8e-4c1c-9b68-2860deda4938} <Debug> TCPHandler: Processed in 0.002839572 sec. | ||
| 1834 | 2025.04.17 00:22:16.496577 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1835 | 2025.04.17 00:22:16.496679 [ 275 ] {0b59cabf-7530-43b9-9472-2a10fded80dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1836 | 2025.04.17 00:22:16.496724 [ 275 ] {0b59cabf-7530-43b9-9472-2a10fded80dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1837 | 2025.04.17 00:22:16.497187 [ 275 ] {0b59cabf-7530-43b9-9472-2a10fded80dd} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1838 | 2025.04.17 00:22:16.497224 [ 275 ] {0b59cabf-7530-43b9-9472-2a10fded80dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1839 | 2025.04.17 00:22:16.497572 [ 275 ] {0b59cabf-7530-43b9-9472-2a10fded80dd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1840 | 2025.04.17 00:22:16.497798 [ 275 ] {0b59cabf-7530-43b9-9472-2a10fded80dd} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1841 | 2025.04.17 00:22:16.498133 [ 275 ] {0b59cabf-7530-43b9-9472-2a10fded80dd} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00145 sec., 35862.06896551725 rows/sec., 2.22 MiB/sec. | ||
| 1842 | 2025.04.17 00:22:16.498257 [ 275 ] {0b59cabf-7530-43b9-9472-2a10fded80dd} <Debug> TCPHandler: Processed in 0.001727863 sec. | ||
| 1843 | 2025.04.17 00:22:21.416002 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1844 | 2025.04.17 00:22:21.416232 [ 275 ] {125a326b-2682-4b54-b44b-bf3e53034c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1845 | 2025.04.17 00:22:21.416315 [ 275 ] {125a326b-2682-4b54-b44b-bf3e53034c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1846 | 2025.04.17 00:22:21.417059 [ 275 ] {125a326b-2682-4b54-b44b-bf3e53034c78} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1847 | 2025.04.17 00:22:21.417104 [ 275 ] {125a326b-2682-4b54-b44b-bf3e53034c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1848 | 2025.04.17 00:22:21.417531 [ 275 ] {125a326b-2682-4b54-b44b-bf3e53034c78} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1849 | 2025.04.17 00:22:21.417775 [ 275 ] {125a326b-2682-4b54-b44b-bf3e53034c78} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1850 | 2025.04.17 00:22:21.417981 [ 275 ] {125a326b-2682-4b54-b44b-bf3e53034c78} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.00181 sec., 28729.281767955803 rows/sec., 2.20 MiB/sec. | ||
| 1851 | 2025.04.17 00:22:21.418038 [ 275 ] {125a326b-2682-4b54-b44b-bf3e53034c78} <Debug> TCPHandler: Processed in 0.002175565 sec. | ||
| 1852 | 2025.04.17 00:22:21.418163 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1853 | 2025.04.17 00:22:21.418278 [ 275 ] {707f6422-cb70-4233-821d-17f28f33b360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1854 | 2025.04.17 00:22:21.418323 [ 275 ] {707f6422-cb70-4233-821d-17f28f33b360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1855 | 2025.04.17 00:22:21.418860 [ 275 ] {707f6422-cb70-4233-821d-17f28f33b360} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1856 | 2025.04.17 00:22:21.418899 [ 275 ] {707f6422-cb70-4233-821d-17f28f33b360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1857 | 2025.04.17 00:22:21.419241 [ 275 ] {707f6422-cb70-4233-821d-17f28f33b360} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1858 | 2025.04.17 00:22:21.419476 [ 275 ] {707f6422-cb70-4233-821d-17f28f33b360} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1859 | 2025.04.17 00:22:21.419660 [ 275 ] {707f6422-cb70-4233-821d-17f28f33b360} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001394 sec., 40172.166427546625 rows/sec., 3.13 MiB/sec. | ||
| 1860 | 2025.04.17 00:22:21.419715 [ 275 ] {707f6422-cb70-4233-821d-17f28f33b360} <Debug> TCPHandler: Processed in 0.00160408 sec. | ||
| 1861 | 2025.04.17 00:22:21.419837 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1862 | 2025.04.17 00:22:21.419949 [ 275 ] {5ed222fb-0088-46c9-a1cf-cd6a7c68753c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1863 | 2025.04.17 00:22:21.419999 [ 275 ] {5ed222fb-0088-46c9-a1cf-cd6a7c68753c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1864 | 2025.04.17 00:22:21.420511 [ 275 ] {5ed222fb-0088-46c9-a1cf-cd6a7c68753c} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1865 | 2025.04.17 00:22:21.420549 [ 275 ] {5ed222fb-0088-46c9-a1cf-cd6a7c68753c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1866 | 2025.04.17 00:22:21.420919 [ 275 ] {5ed222fb-0088-46c9-a1cf-cd6a7c68753c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1867 | 2025.04.17 00:22:21.421150 [ 275 ] {5ed222fb-0088-46c9-a1cf-cd6a7c68753c} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1868 | 2025.04.17 00:22:21.421388 [ 275 ] {5ed222fb-0088-46c9-a1cf-cd6a7c68753c} <Debug> executeQuery: Read 140 rows, 9.94 KiB in 0.001455 sec., 96219.93127147768 rows/sec., 6.67 MiB/sec. | ||
| 1869 | 2025.04.17 00:22:21.421561 [ 275 ] {5ed222fb-0088-46c9-a1cf-cd6a7c68753c} <Debug> TCPHandler: Processed in 0.001772835 sec. | ||
| 1870 | 2025.04.17 00:22:21.421693 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1871 | 2025.04.17 00:22:21.421803 [ 275 ] {7a6c6c33-9417-4fae-beb3-a3036ed959a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1872 | 2025.04.17 00:22:21.421849 [ 275 ] {7a6c6c33-9417-4fae-beb3-a3036ed959a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1873 | 2025.04.17 00:22:21.422299 [ 275 ] {7a6c6c33-9417-4fae-beb3-a3036ed959a8} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1874 | 2025.04.17 00:22:21.422338 [ 275 ] {7a6c6c33-9417-4fae-beb3-a3036ed959a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1875 | 2025.04.17 00:22:21.422699 [ 275 ] {7a6c6c33-9417-4fae-beb3-a3036ed959a8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1876 | 2025.04.17 00:22:21.422935 [ 275 ] {7a6c6c33-9417-4fae-beb3-a3036ed959a8} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1877 | 2025.04.17 00:22:21.423127 [ 275 ] {7a6c6c33-9417-4fae-beb3-a3036ed959a8} <Debug> executeQuery: Read 46 rows, 3.23 KiB in 0.001346 sec., 34175.33432392273 rows/sec., 2.34 MiB/sec. | ||
| 1878 | 2025.04.17 00:22:21.423177 [ 275 ] {7a6c6c33-9417-4fae-beb3-a3036ed959a8} <Debug> TCPHandler: Processed in 0.001534049 sec. | ||
| 1879 | 2025.04.17 00:22:23.265517 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 1880 | 2025.04.17 00:22:23.266168 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1881 | 2025.04.17 00:22:23.266213 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1882 | 2025.04.17 00:22:23.266746 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1883 | 2025.04.17 00:22:23.267010 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1884 | 2025.04.17 00:22:23.267289 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 1885 | 2025.04.17 00:22:23.517898 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1886 | 2025.04.17 00:22:23.538712 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1887 | 2025.04.17 00:22:23.538778 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1888 | 2025.04.17 00:22:23.546452 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1889 | 2025.04.17 00:22:23.547253 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1890 | 2025.04.17 00:22:23.550884 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1891 | 2025.04.17 00:22:25.763222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 246 | ||
| 1892 | 2025.04.17 00:22:25.766919 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1893 | 2025.04.17 00:22:25.766985 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1894 | 2025.04.17 00:22:25.768603 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1895 | 2025.04.17 00:22:25.769079 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1896 | 2025.04.17 00:22:25.770365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 246 | ||
| 1897 | 2025.04.17 00:22:26.417452 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1898 | 2025.04.17 00:22:26.417719 [ 275 ] {b882e70f-2017-477b-8bbd-52eb056688e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1899 | 2025.04.17 00:22:26.417797 [ 275 ] {b882e70f-2017-477b-8bbd-52eb056688e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1900 | 2025.04.17 00:22:26.418650 [ 275 ] {b882e70f-2017-477b-8bbd-52eb056688e3} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1901 | 2025.04.17 00:22:26.418689 [ 275 ] {b882e70f-2017-477b-8bbd-52eb056688e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1902 | 2025.04.17 00:22:26.419113 [ 275 ] {b882e70f-2017-477b-8bbd-52eb056688e3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1903 | 2025.04.17 00:22:26.419362 [ 275 ] {b882e70f-2017-477b-8bbd-52eb056688e3} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1904 | 2025.04.17 00:22:26.419555 [ 275 ] {b882e70f-2017-477b-8bbd-52eb056688e3} <Debug> executeQuery: Read 116 rows, 10.16 KiB in 0.001896 sec., 61181.43459915612 rows/sec., 5.23 MiB/sec. | ||
| 1905 | 2025.04.17 00:22:26.419607 [ 275 ] {b882e70f-2017-477b-8bbd-52eb056688e3} <Debug> TCPHandler: Processed in 0.002321488 sec. | ||
| 1906 | 2025.04.17 00:22:26.419752 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1907 | 2025.04.17 00:22:26.419857 [ 275 ] {72bd4579-d834-44bf-8e3f-320d517a301e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1908 | 2025.04.17 00:22:26.419902 [ 275 ] {72bd4579-d834-44bf-8e3f-320d517a301e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1909 | 2025.04.17 00:22:26.420411 [ 275 ] {72bd4579-d834-44bf-8e3f-320d517a301e} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1910 | 2025.04.17 00:22:26.420447 [ 275 ] {72bd4579-d834-44bf-8e3f-320d517a301e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1911 | 2025.04.17 00:22:26.420785 [ 275 ] {72bd4579-d834-44bf-8e3f-320d517a301e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1912 | 2025.04.17 00:22:26.421021 [ 275 ] {72bd4579-d834-44bf-8e3f-320d517a301e} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1913 | 2025.04.17 00:22:26.421241 [ 275 ] {72bd4579-d834-44bf-8e3f-320d517a301e} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001399 sec., 22873.481057898498 rows/sec., 1.68 MiB/sec. | ||
| 1914 | 2025.04.17 00:22:26.421413 [ 275 ] {72bd4579-d834-44bf-8e3f-320d517a301e} <Debug> TCPHandler: Processed in 0.001708573 sec. | ||
| 1915 | 2025.04.17 00:22:26.421532 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1916 | 2025.04.17 00:22:26.421637 [ 275 ] {ac58d9b9-9043-4032-bd78-28d72fbfa060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1917 | 2025.04.17 00:22:26.421681 [ 275 ] {ac58d9b9-9043-4032-bd78-28d72fbfa060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1918 | 2025.04.17 00:22:26.422223 [ 275 ] {ac58d9b9-9043-4032-bd78-28d72fbfa060} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1919 | 2025.04.17 00:22:26.422260 [ 275 ] {ac58d9b9-9043-4032-bd78-28d72fbfa060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1920 | 2025.04.17 00:22:26.422601 [ 275 ] {ac58d9b9-9043-4032-bd78-28d72fbfa060} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1921 | 2025.04.17 00:22:26.422840 [ 275 ] {ac58d9b9-9043-4032-bd78-28d72fbfa060} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1922 | 2025.04.17 00:22:26.423000 [ 275 ] {ac58d9b9-9043-4032-bd78-28d72fbfa060} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001386 sec., 63492.06349206349 rows/sec., 4.96 MiB/sec. | ||
| 1923 | 2025.04.17 00:22:26.423049 [ 275 ] {ac58d9b9-9043-4032-bd78-28d72fbfa060} <Debug> TCPHandler: Processed in 0.001568539 sec. | ||
| 1924 | 2025.04.17 00:22:26.423164 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1925 | 2025.04.17 00:22:26.423269 [ 275 ] {7472113c-1e75-48a3-a787-57bf4e9f04b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1926 | 2025.04.17 00:22:26.423316 [ 275 ] {7472113c-1e75-48a3-a787-57bf4e9f04b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1927 | 2025.04.17 00:22:26.423810 [ 275 ] {7472113c-1e75-48a3-a787-57bf4e9f04b3} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1928 | 2025.04.17 00:22:26.423847 [ 275 ] {7472113c-1e75-48a3-a787-57bf4e9f04b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1929 | 2025.04.17 00:22:26.424214 [ 275 ] {7472113c-1e75-48a3-a787-57bf4e9f04b3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1930 | 2025.04.17 00:22:26.424443 [ 275 ] {7472113c-1e75-48a3-a787-57bf4e9f04b3} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1931 | 2025.04.17 00:22:26.424556 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1932 | 2025.04.17 00:22:26.424611 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1933 | 2025.04.17 00:22:26.424623 [ 275 ] {7472113c-1e75-48a3-a787-57bf4e9f04b3} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001376 sec., 109011.62790697673 rows/sec., 7.56 MiB/sec. | ||
| 1934 | 2025.04.17 00:22:26.424641 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1935 | 2025.04.17 00:22:26.424691 [ 275 ] {7472113c-1e75-48a3-a787-57bf4e9f04b3} <Debug> TCPHandler: Processed in 0.001576469 sec. | ||
| 1936 | 2025.04.17 00:22:26.424801 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 1937 | 2025.04.17 00:22:26.424814 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1938 | 2025.04.17 00:22:26.424957 [ 275 ] {1aaaf65b-4449-4644-a04b-58be7a722905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1939 | 2025.04.17 00:22:26.424961 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1940 | 2025.04.17 00:22:26.425028 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1663 rows starting from the beginning of the part | ||
| 1941 | 2025.04.17 00:22:26.425047 [ 275 ] {1aaaf65b-4449-4644-a04b-58be7a722905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1942 | 2025.04.17 00:22:26.425328 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 80 rows starting from the beginning of the part | ||
| 1943 | 2025.04.17 00:22:26.425775 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 1944 | 2025.04.17 00:22:26.426059 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 177 rows starting from the beginning of the part | ||
| 1945 | 2025.04.17 00:22:26.426371 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 140 rows starting from the beginning of the part | ||
| 1946 | 2025.04.17 00:22:26.426692 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 150 rows starting from the beginning of the part | ||
| 1947 | 2025.04.17 00:22:26.428697 [ 275 ] {1aaaf65b-4449-4644-a04b-58be7a722905} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1948 | 2025.04.17 00:22:26.428746 [ 275 ] {1aaaf65b-4449-4644-a04b-58be7a722905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1949 | 2025.04.17 00:22:26.428900 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2310 rows, containing 5 columns (5 merged, 0 gathered) in 0.004171236 sec., 553792.68878577 rows/sec., 37.23 MiB/sec. | ||
| 1950 | 2025.04.17 00:22:26.429186 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1951 | 2025.04.17 00:22:26.429597 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1952 | 2025.04.17 00:22:26.429638 [ 275 ] {1aaaf65b-4449-4644-a04b-58be7a722905} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1953 | 2025.04.17 00:22:26.429678 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1954 | 2025.04.17 00:22:26.429756 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 1955 | 2025.04.17 00:22:26.429933 [ 275 ] {1aaaf65b-4449-4644-a04b-58be7a722905} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1956 | 2025.04.17 00:22:26.430151 [ 275 ] {1aaaf65b-4449-4644-a04b-58be7a722905} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00523 sec., 6118.546845124282 rows/sec., 10.96 MiB/sec. | ||
| 1957 | 2025.04.17 00:22:26.430352 [ 275 ] {1aaaf65b-4449-4644-a04b-58be7a722905} <Debug> TCPHandler: Processed in 0.005597351 sec. | ||
| 1958 | 2025.04.17 00:22:26.430485 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1959 | 2025.04.17 00:22:26.430591 [ 275 ] {0ecfb8e0-108b-4acd-8cec-54d2b791d259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1960 | 2025.04.17 00:22:26.430638 [ 275 ] {0ecfb8e0-108b-4acd-8cec-54d2b791d259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1961 | 2025.04.17 00:22:26.431063 [ 275 ] {0ecfb8e0-108b-4acd-8cec-54d2b791d259} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1962 | 2025.04.17 00:22:26.431101 [ 275 ] {0ecfb8e0-108b-4acd-8cec-54d2b791d259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1963 | 2025.04.17 00:22:26.431447 [ 275 ] {0ecfb8e0-108b-4acd-8cec-54d2b791d259} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1964 | 2025.04.17 00:22:26.431683 [ 275 ] {0ecfb8e0-108b-4acd-8cec-54d2b791d259} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1965 | 2025.04.17 00:22:26.431879 [ 275 ] {0ecfb8e0-108b-4acd-8cec-54d2b791d259} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.00131 sec., 38167.93893129771 rows/sec., 2.62 MiB/sec. | ||
| 1966 | 2025.04.17 00:22:26.431926 [ 275 ] {0ecfb8e0-108b-4acd-8cec-54d2b791d259} <Debug> TCPHandler: Processed in 0.001503478 sec. | ||
| 1967 | 2025.04.17 00:22:30.692554 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1968 | 2025.04.17 00:22:30.692624 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1969 | 2025.04.17 00:22:30.767459 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 1970 | 2025.04.17 00:22:30.768107 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1971 | 2025.04.17 00:22:30.768161 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1972 | 2025.04.17 00:22:30.768735 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1973 | 2025.04.17 00:22:30.769007 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1974 | 2025.04.17 00:22:30.769276 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 1975 | 2025.04.17 00:22:31.050994 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 1976 | 2025.04.17 00:22:31.071817 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1977 | 2025.04.17 00:22:31.071873 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1978 | 2025.04.17 00:22:31.079407 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1979 | 2025.04.17 00:22:31.080199 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1980 | 2025.04.17 00:22:31.083124 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 1981 | 2025.04.17 00:22:31.416448 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1982 | 2025.04.17 00:22:31.416740 [ 275 ] {236e28ee-2519-476c-a4df-de4b5b8d046c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1983 | 2025.04.17 00:22:31.416819 [ 275 ] {236e28ee-2519-476c-a4df-de4b5b8d046c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1984 | 2025.04.17 00:22:31.417641 [ 275 ] {236e28ee-2519-476c-a4df-de4b5b8d046c} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1985 | 2025.04.17 00:22:31.417687 [ 275 ] {236e28ee-2519-476c-a4df-de4b5b8d046c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1986 | 2025.04.17 00:22:31.418108 [ 275 ] {236e28ee-2519-476c-a4df-de4b5b8d046c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1987 | 2025.04.17 00:22:31.418354 [ 275 ] {236e28ee-2519-476c-a4df-de4b5b8d046c} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1988 | 2025.04.17 00:22:31.418593 [ 275 ] {236e28ee-2519-476c-a4df-de4b5b8d046c} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001936 sec., 26859.504132231406 rows/sec., 2.05 MiB/sec. | ||
| 1989 | 2025.04.17 00:22:31.418647 [ 275 ] {236e28ee-2519-476c-a4df-de4b5b8d046c} <Debug> TCPHandler: Processed in 0.00238425 sec. | ||
| 1990 | 2025.04.17 00:22:31.418775 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1991 | 2025.04.17 00:22:31.418876 [ 275 ] {1f6fcd61-f9af-4554-b079-2b72f8263fde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1992 | 2025.04.17 00:22:31.418921 [ 275 ] {1f6fcd61-f9af-4554-b079-2b72f8263fde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1993 | 2025.04.17 00:22:31.419469 [ 275 ] {1f6fcd61-f9af-4554-b079-2b72f8263fde} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1994 | 2025.04.17 00:22:31.419507 [ 275 ] {1f6fcd61-f9af-4554-b079-2b72f8263fde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 1995 | 2025.04.17 00:22:31.419843 [ 275 ] {1f6fcd61-f9af-4554-b079-2b72f8263fde} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1996 | 2025.04.17 00:22:31.420071 [ 275 ] {1f6fcd61-f9af-4554-b079-2b72f8263fde} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1997 | 2025.04.17 00:22:31.420257 [ 275 ] {1f6fcd61-f9af-4554-b079-2b72f8263fde} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001394 sec., 40172.166427546625 rows/sec., 3.13 MiB/sec. | ||
| 1998 | 2025.04.17 00:22:31.420306 [ 275 ] {1f6fcd61-f9af-4554-b079-2b72f8263fde} <Debug> TCPHandler: Processed in 0.00158333 sec. | ||
| 1999 | 2025.04.17 00:22:31.420422 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2000 | 2025.04.17 00:22:31.420524 [ 275 ] {97874dbe-0589-4e39-95b8-51c9379825b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2001 | 2025.04.17 00:22:31.420572 [ 275 ] {97874dbe-0589-4e39-95b8-51c9379825b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2002 | 2025.04.17 00:22:31.421064 [ 275 ] {97874dbe-0589-4e39-95b8-51c9379825b5} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2003 | 2025.04.17 00:22:31.421101 [ 275 ] {97874dbe-0589-4e39-95b8-51c9379825b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2004 | 2025.04.17 00:22:31.421466 [ 275 ] {97874dbe-0589-4e39-95b8-51c9379825b5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2005 | 2025.04.17 00:22:31.421703 [ 275 ] {97874dbe-0589-4e39-95b8-51c9379825b5} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2006 | 2025.04.17 00:22:31.421899 [ 275 ] {97874dbe-0589-4e39-95b8-51c9379825b5} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001396 sec., 107449.85673352434 rows/sec., 7.45 MiB/sec. | ||
| 2007 | 2025.04.17 00:22:31.421948 [ 275 ] {97874dbe-0589-4e39-95b8-51c9379825b5} <Debug> TCPHandler: Processed in 0.00157886 sec. | ||
| 2008 | 2025.04.17 00:22:31.422096 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2009 | 2025.04.17 00:22:31.422229 [ 275 ] {495f3f71-9f32-40ce-9d52-83f9a06e9452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2010 | 2025.04.17 00:22:31.422284 [ 275 ] {495f3f71-9f32-40ce-9d52-83f9a06e9452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2011 | 2025.04.17 00:22:31.422764 [ 275 ] {495f3f71-9f32-40ce-9d52-83f9a06e9452} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2012 | 2025.04.17 00:22:31.422802 [ 275 ] {495f3f71-9f32-40ce-9d52-83f9a06e9452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2013 | 2025.04.17 00:22:31.423160 [ 275 ] {495f3f71-9f32-40ce-9d52-83f9a06e9452} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2014 | 2025.04.17 00:22:31.423395 [ 275 ] {495f3f71-9f32-40ce-9d52-83f9a06e9452} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2015 | 2025.04.17 00:22:31.423557 [ 45 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2016 | 2025.04.17 00:22:31.423625 [ 275 ] {495f3f71-9f32-40ce-9d52-83f9a06e9452} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001423 sec., 35137.034434293746 rows/sec., 2.41 MiB/sec. | ||
| 2017 | 2025.04.17 00:22:31.423649 [ 45 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2018 | 2025.04.17 00:22:31.423711 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2019 | 2025.04.17 00:22:31.423732 [ 275 ] {495f3f71-9f32-40ce-9d52-83f9a06e9452} <Debug> TCPHandler: Processed in 0.001703683 sec. | ||
| 2020 | 2025.04.17 00:22:31.423940 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2021 | 2025.04.17 00:22:31.424165 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2022 | 2025.04.17 00:22:31.424245 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 2023 | 2025.04.17 00:22:31.424415 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 2024 | 2025.04.17 00:22:31.424576 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
| 2025 | 2025.04.17 00:22:31.424823 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 46 rows starting from the beginning of the part | ||
| 2026 | 2025.04.17 00:22:31.425005 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
| 2027 | 2025.04.17 00:22:31.425082 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part | ||
| 2028 | 2025.04.17 00:22:31.426312 [ 200 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002461622 sec., 102371.5257663443 rows/sec., 6.88 MiB/sec. | ||
| 2029 | 2025.04.17 00:22:31.426477 [ 192 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2030 | 2025.04.17 00:22:31.426801 [ 192 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_6_1} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2031 | 2025.04.17 00:22:31.426873 [ 192 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_6_1} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2032 | 2025.04.17 00:22:31.426958 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2033 | 2025.04.17 00:22:35.770725 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 266 | ||
| 2034 | 2025.04.17 00:22:35.773699 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2035 | 2025.04.17 00:22:35.773760 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2036 | 2025.04.17 00:22:35.775235 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2037 | 2025.04.17 00:22:35.775558 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2038 | 2025.04.17 00:22:35.775795 [ 41 ] {} <Debug> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2039 | 2025.04.17 00:22:35.775913 [ 41 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2040 | 2025.04.17 00:22:35.775974 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2041 | 2025.04.17 00:22:35.776762 [ 187 ] {bc8e46af-749e-4702-ad44-a333defcf195::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 | ||
| 2042 | 2025.04.17 00:22:35.777282 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 266 | ||
| 2043 | 2025.04.17 00:22:35.777780 [ 187 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2044 | 2025.04.17 00:22:35.777970 [ 187 ] {bc8e46af-749e-4702-ad44-a333defcf195::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 | ||
| 2045 | 2025.04.17 00:22:35.778615 [ 187 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
| 2046 | 2025.04.17 00:22:35.779253 [ 187 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part | ||
| 2047 | 2025.04.17 00:22:35.779894 [ 187 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 46 rows starting from the beginning of the part | ||
| 2048 | 2025.04.17 00:22:35.780367 [ 187 ] {bc8e46af-749e-4702-ad44-a333defcf195::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 | ||
| 2049 | 2025.04.17 00:22:35.780833 [ 187 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
| 2050 | 2025.04.17 00:22:35.789068 [ 200 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 72 columns (72 merged, 0 gathered) in 0.012848784 sec., 20702.348175516065 rows/sec., 21.95 MiB/sec. | ||
| 2051 | 2025.04.17 00:22:35.790023 [ 200 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2052 | 2025.04.17 00:22:35.790873 [ 200 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_6_1} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2053 | 2025.04.17 00:22:35.790975 [ 200 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_6_1} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2054 | 2025.04.17 00:22:35.791350 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.61 MiB. | ||
| 2055 | 2025.04.17 00:22:36.411600 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2056 | 2025.04.17 00:22:36.412016 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 2057 | 2025.04.17 00:22:36.412447 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2058 | 2025.04.17 00:22:36.412498 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 2059 | 2025.04.17 00:22:36.412848 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2060 | 2025.04.17 00:22:36.412925 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2061 | 2025.04.17 00:22:36.413095 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2062 | 2025.04.17 00:22:36.413379 [ 293 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2063 | 2025.04.17 00:22:36.413428 [ 291 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2064 | 2025.04.17 00:22:36.413440 [ 290 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2065 | 2025.04.17 00:22:36.413395 [ 288 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2066 | 2025.04.17 00:22:36.413734 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 2067 | 2025.04.17 00:22:36.413776 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2068 | 2025.04.17 00:22:36.413923 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2069 | 2025.04.17 00:22:36.413947 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 37 rows with 4 streams | ||
| 2070 | 2025.04.17 00:22:36.413992 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2071 | 2025.04.17 00:22:36.414040 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2072 | 2025.04.17 00:22:36.414084 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2073 | 2025.04.17 00:22:36.414126 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2074 | 2025.04.17 00:22:36.416076 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.004252 sec., 8701.787394167452 rows/sec., 328.66 KiB/sec. | ||
| 2075 | 2025.04.17 00:22:36.416327 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Debug> MemoryTracker: Peak memory usage (for query): 142.73 KiB. | ||
| 2076 | 2025.04.17 00:22:36.416345 [ 275 ] {1daf75b7-de46-4d1e-ba1e-52743bcc5cd6} <Debug> TCPHandler: Processed in 0.004931285 sec. | ||
| 2077 | 2025.04.17 00:22:36.450837 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2078 | 2025.04.17 00:22:36.451034 [ 275 ] {f34e6bd3-9738-4fb0-acf2-00be02f20509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2079 | 2025.04.17 00:22:36.451127 [ 275 ] {f34e6bd3-9738-4fb0-acf2-00be02f20509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2080 | 2025.04.17 00:22:36.452204 [ 275 ] {f34e6bd3-9738-4fb0-acf2-00be02f20509} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2081 | 2025.04.17 00:22:36.452248 [ 275 ] {f34e6bd3-9738-4fb0-acf2-00be02f20509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2082 | 2025.04.17 00:22:36.452734 [ 275 ] {f34e6bd3-9738-4fb0-acf2-00be02f20509} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2083 | 2025.04.17 00:22:36.452949 [ 275 ] {f34e6bd3-9738-4fb0-acf2-00be02f20509} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2084 | 2025.04.17 00:22:36.453138 [ 275 ] {f34e6bd3-9738-4fb0-acf2-00be02f20509} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00217 sec., 460.8294930875576 rows/sec., 104.41 KiB/sec. | ||
| 2085 | 2025.04.17 00:22:36.453267 [ 275 ] {f34e6bd3-9738-4fb0-acf2-00be02f20509} <Debug> TCPHandler: Processed in 0.002495353 sec. | ||
| 2086 | 2025.04.17 00:22:36.453433 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2087 | 2025.04.17 00:22:36.453533 [ 275 ] {1130ef10-4a55-4ce5-9427-47fa4a869425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2088 | 2025.04.17 00:22:36.453577 [ 275 ] {1130ef10-4a55-4ce5-9427-47fa4a869425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2089 | 2025.04.17 00:22:36.454133 [ 275 ] {1130ef10-4a55-4ce5-9427-47fa4a869425} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2090 | 2025.04.17 00:22:36.454170 [ 275 ] {1130ef10-4a55-4ce5-9427-47fa4a869425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2091 | 2025.04.17 00:22:36.454508 [ 275 ] {1130ef10-4a55-4ce5-9427-47fa4a869425} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2092 | 2025.04.17 00:22:36.454739 [ 275 ] {1130ef10-4a55-4ce5-9427-47fa4a869425} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2093 | 2025.04.17 00:22:36.454917 [ 275 ] {1130ef10-4a55-4ce5-9427-47fa4a869425} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.0014 sec., 2857.1428571428573 rows/sec., 232.98 KiB/sec. | ||
| 2094 | 2025.04.17 00:22:36.454967 [ 275 ] {1130ef10-4a55-4ce5-9427-47fa4a869425} <Debug> TCPHandler: Processed in 0.001584949 sec. | ||
| 2095 | 2025.04.17 00:22:36.455087 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2096 | 2025.04.17 00:22:36.455189 [ 275 ] {1f7bdce8-3aa4-49b9-a459-15ede4bbcd8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2097 | 2025.04.17 00:22:36.455231 [ 275 ] {1f7bdce8-3aa4-49b9-a459-15ede4bbcd8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2098 | 2025.04.17 00:22:36.456406 [ 275 ] {1f7bdce8-3aa4-49b9-a459-15ede4bbcd8f} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2099 | 2025.04.17 00:22:36.456444 [ 275 ] {1f7bdce8-3aa4-49b9-a459-15ede4bbcd8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2100 | 2025.04.17 00:22:36.456856 [ 275 ] {1f7bdce8-3aa4-49b9-a459-15ede4bbcd8f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2101 | 2025.04.17 00:22:36.457085 [ 275 ] {1f7bdce8-3aa4-49b9-a459-15ede4bbcd8f} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2102 | 2025.04.17 00:22:36.457280 [ 275 ] {1f7bdce8-3aa4-49b9-a459-15ede4bbcd8f} <Debug> executeQuery: Read 1258 rows, 106.87 KiB in 0.002097 sec., 599904.6256556986 rows/sec., 49.77 MiB/sec. | ||
| 2103 | 2025.04.17 00:22:36.457429 [ 275 ] {1f7bdce8-3aa4-49b9-a459-15ede4bbcd8f} <Debug> TCPHandler: Processed in 0.002385711 sec. | ||
| 2104 | 2025.04.17 00:22:36.457599 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2105 | 2025.04.17 00:22:36.457704 [ 275 ] {981bb33c-3015-45de-8b35-a1f35f8cea1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2106 | 2025.04.17 00:22:36.457749 [ 275 ] {981bb33c-3015-45de-8b35-a1f35f8cea1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2107 | 2025.04.17 00:22:36.458286 [ 275 ] {981bb33c-3015-45de-8b35-a1f35f8cea1a} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2108 | 2025.04.17 00:22:36.458323 [ 275 ] {981bb33c-3015-45de-8b35-a1f35f8cea1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2109 | 2025.04.17 00:22:36.458656 [ 275 ] {981bb33c-3015-45de-8b35-a1f35f8cea1a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2110 | 2025.04.17 00:22:36.458886 [ 275 ] {981bb33c-3015-45de-8b35-a1f35f8cea1a} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2111 | 2025.04.17 00:22:36.459000 [ 40 ] {} <Debug> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2112 | 2025.04.17 00:22:36.459053 [ 275 ] {981bb33c-3015-45de-8b35-a1f35f8cea1a} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001372 sec., 26239.067055393585 rows/sec., 1.91 MiB/sec. | ||
| 2113 | 2025.04.17 00:22:36.459056 [ 40 ] {} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2114 | 2025.04.17 00:22:36.459106 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2115 | 2025.04.17 00:22:36.459125 [ 275 ] {981bb33c-3015-45de-8b35-a1f35f8cea1a} <Debug> TCPHandler: Processed in 0.00158806 sec. | ||
| 2116 | 2025.04.17 00:22:36.459276 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2117 | 2025.04.17 00:22:36.459354 [ 187 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::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 | ||
| 2118 | 2025.04.17 00:22:36.459423 [ 275 ] {3e550f70-3d45-47c2-aa0d-3e2defa7d901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2119 | 2025.04.17 00:22:36.459503 [ 275 ] {3e550f70-3d45-47c2-aa0d-3e2defa7d901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2120 | 2025.04.17 00:22:36.459795 [ 187 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2121 | 2025.04.17 00:22:36.459906 [ 187 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 2122 | 2025.04.17 00:22:36.460268 [ 187 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 2123 | 2025.04.17 00:22:36.460631 [ 187 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part | ||
| 2124 | 2025.04.17 00:22:36.460987 [ 187 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 137 rows starting from the beginning of the part | ||
| 2125 | 2025.04.17 00:22:36.461122 [ 187 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part | ||
| 2126 | 2025.04.17 00:22:36.461302 [ 187 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
| 2127 | 2025.04.17 00:22:36.462246 [ 275 ] {3e550f70-3d45-47c2-aa0d-3e2defa7d901} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2128 | 2025.04.17 00:22:36.462301 [ 275 ] {3e550f70-3d45-47c2-aa0d-3e2defa7d901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2129 | 2025.04.17 00:22:36.463322 [ 275 ] {3e550f70-3d45-47c2-aa0d-3e2defa7d901} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2130 | 2025.04.17 00:22:36.463965 [ 275 ] {3e550f70-3d45-47c2-aa0d-3e2defa7d901} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2131 | 2025.04.17 00:22:36.464043 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.004831911 sec., 56292.4275716171 rows/sec., 4.02 MiB/sec. | ||
| 2132 | 2025.04.17 00:22:36.464247 [ 275 ] {3e550f70-3d45-47c2-aa0d-3e2defa7d901} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004852 sec., 46990.9315746084 rows/sec., 3.18 MiB/sec. | ||
| 2133 | 2025.04.17 00:22:36.464302 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2134 | 2025.04.17 00:22:36.464355 [ 275 ] {3e550f70-3d45-47c2-aa0d-3e2defa7d901} <Debug> TCPHandler: Processed in 0.00516334 sec. | ||
| 2135 | 2025.04.17 00:22:36.464496 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2136 | 2025.04.17 00:22:36.464610 [ 275 ] {e97c7b7d-4941-4532-a425-f98d0e8a5627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2137 | 2025.04.17 00:22:36.464659 [ 275 ] {e97c7b7d-4941-4532-a425-f98d0e8a5627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2138 | 2025.04.17 00:22:36.464692 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_6_1} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2139 | 2025.04.17 00:22:36.464809 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_6_1} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2140 | 2025.04.17 00:22:36.464931 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2141 | 2025.04.17 00:22:36.465481 [ 275 ] {e97c7b7d-4941-4532-a425-f98d0e8a5627} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2142 | 2025.04.17 00:22:36.465517 [ 275 ] {e97c7b7d-4941-4532-a425-f98d0e8a5627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2143 | 2025.04.17 00:22:36.465873 [ 275 ] {e97c7b7d-4941-4532-a425-f98d0e8a5627} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2144 | 2025.04.17 00:22:36.466101 [ 275 ] {e97c7b7d-4941-4532-a425-f98d0e8a5627} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2145 | 2025.04.17 00:22:36.466262 [ 275 ] {e97c7b7d-4941-4532-a425-f98d0e8a5627} <Debug> executeQuery: Read 548 rows, 41.65 KiB in 0.001681 sec., 325996.43069601426 rows/sec., 24.20 MiB/sec. | ||
| 2146 | 2025.04.17 00:22:36.466311 [ 275 ] {e97c7b7d-4941-4532-a425-f98d0e8a5627} <Debug> TCPHandler: Processed in 0.001870227 sec. | ||
| 2147 | 2025.04.17 00:22:36.466423 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2148 | 2025.04.17 00:22:36.466525 [ 275 ] {ea3492ed-6aa4-421e-8ed9-dbc1145f9afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2149 | 2025.04.17 00:22:36.466571 [ 275 ] {ea3492ed-6aa4-421e-8ed9-dbc1145f9afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2150 | 2025.04.17 00:22:36.467206 [ 275 ] {ea3492ed-6aa4-421e-8ed9-dbc1145f9afa} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2151 | 2025.04.17 00:22:36.467241 [ 275 ] {ea3492ed-6aa4-421e-8ed9-dbc1145f9afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2152 | 2025.04.17 00:22:36.467651 [ 275 ] {ea3492ed-6aa4-421e-8ed9-dbc1145f9afa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2153 | 2025.04.17 00:22:36.467884 [ 275 ] {ea3492ed-6aa4-421e-8ed9-dbc1145f9afa} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2154 | 2025.04.17 00:22:36.468045 [ 275 ] {ea3492ed-6aa4-421e-8ed9-dbc1145f9afa} <Debug> executeQuery: Read 872 rows, 60.01 KiB in 0.001542 sec., 565499.3514915694 rows/sec., 38.00 MiB/sec. | ||
| 2155 | 2025.04.17 00:22:36.468143 [ 275 ] {ea3492ed-6aa4-421e-8ed9-dbc1145f9afa} <Debug> TCPHandler: Processed in 0.001768685 sec. | ||
| 2156 | 2025.04.17 00:22:36.468323 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2157 | 2025.04.17 00:22:36.468427 [ 275 ] {9ab1fc61-5052-4795-87a7-d1f5da32a43b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2158 | 2025.04.17 00:22:36.468497 [ 275 ] {9ab1fc61-5052-4795-87a7-d1f5da32a43b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2159 | 2025.04.17 00:22:36.469540 [ 275 ] {9ab1fc61-5052-4795-87a7-d1f5da32a43b} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2160 | 2025.04.17 00:22:36.469577 [ 275 ] {9ab1fc61-5052-4795-87a7-d1f5da32a43b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2161 | 2025.04.17 00:22:36.470182 [ 275 ] {9ab1fc61-5052-4795-87a7-d1f5da32a43b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2162 | 2025.04.17 00:22:36.470438 [ 275 ] {9ab1fc61-5052-4795-87a7-d1f5da32a43b} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2163 | 2025.04.17 00:22:36.470581 [ 40 ] {} <Debug> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2164 | 2025.04.17 00:22:36.470620 [ 275 ] {9ab1fc61-5052-4795-87a7-d1f5da32a43b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002214 sec., 14453.477868112015 rows/sec., 25.90 MiB/sec. | ||
| 2165 | 2025.04.17 00:22:36.470631 [ 40 ] {} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2166 | 2025.04.17 00:22:36.470673 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2167 | 2025.04.17 00:22:36.470806 [ 275 ] {9ab1fc61-5052-4795-87a7-d1f5da32a43b} <Debug> TCPHandler: Processed in 0.002538324 sec. | ||
| 2168 | 2025.04.17 00:22:36.471061 [ 197 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::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 | ||
| 2169 | 2025.04.17 00:22:36.471083 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2170 | 2025.04.17 00:22:36.471303 [ 275 ] {3a82e74e-02eb-4b62-a679-a5582547bc3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2171 | 2025.04.17 00:22:36.471412 [ 275 ] {3a82e74e-02eb-4b62-a679-a5582547bc3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2172 | 2025.04.17 00:22:36.472353 [ 197 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2173 | 2025.04.17 00:22:36.472507 [ 197 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 2174 | 2025.04.17 00:22:36.473303 [ 197 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 2175 | 2025.04.17 00:22:36.473467 [ 275 ] {3a82e74e-02eb-4b62-a679-a5582547bc3a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2176 | 2025.04.17 00:22:36.473590 [ 275 ] {3a82e74e-02eb-4b62-a679-a5582547bc3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2177 | 2025.04.17 00:22:36.473925 [ 197 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part | ||
| 2178 | 2025.04.17 00:22:36.474485 [ 197 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
| 2179 | 2025.04.17 00:22:36.475090 [ 197 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part | ||
| 2180 | 2025.04.17 00:22:36.475338 [ 275 ] {3a82e74e-02eb-4b62-a679-a5582547bc3a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2181 | 2025.04.17 00:22:36.475661 [ 197 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part | ||
| 2182 | 2025.04.17 00:22:36.476353 [ 275 ] {3a82e74e-02eb-4b62-a679-a5582547bc3a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2183 | 2025.04.17 00:22:36.477042 [ 275 ] {3a82e74e-02eb-4b62-a679-a5582547bc3a} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005794 sec., 8629.616845012082 rows/sec., 605.93 KiB/sec. | ||
| 2184 | 2025.04.17 00:22:36.477239 [ 275 ] {3a82e74e-02eb-4b62-a679-a5582547bc3a} <Debug> TCPHandler: Processed in 0.006214936 sec. | ||
| 2185 | 2025.04.17 00:22:36.480024 [ 197 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 19 columns (19 merged, 0 gathered) in 0.009204342 sec., 17600.38903378427 rows/sec., 31.54 MiB/sec. | ||
| 2186 | 2025.04.17 00:22:36.480328 [ 197 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2187 | 2025.04.17 00:22:36.480697 [ 197 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2188 | 2025.04.17 00:22:36.480775 [ 197 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2189 | 2025.04.17 00:22:36.480880 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 2190 | 2025.04.17 00:22:38.269421 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2191 | 2025.04.17 00:22:38.270150 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2192 | 2025.04.17 00:22:38.270191 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2193 | 2025.04.17 00:22:38.270732 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2194 | 2025.04.17 00:22:38.271002 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2195 | 2025.04.17 00:22:38.271158 [ 36 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2196 | 2025.04.17 00:22:38.271215 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2197 | 2025.04.17 00:22:38.271224 [ 36 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2198 | 2025.04.17 00:22:38.271254 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2199 | 2025.04.17 00:22:38.271422 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 2200 | 2025.04.17 00:22:38.271608 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2201 | 2025.04.17 00:22:38.271665 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 2202 | 2025.04.17 00:22:38.271833 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 2203 | 2025.04.17 00:22:38.271941 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 2204 | 2025.04.17 00:22:38.272137 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 2205 | 2025.04.17 00:22:38.272384 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2206 | 2025.04.17 00:22:38.272560 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 2207 | 2025.04.17 00:22:38.274416 [ 193 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003068197 sec., 1670036.1808580088 rows/sec., 23.89 MiB/sec. | ||
| 2208 | 2025.04.17 00:22:38.274887 [ 187 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2209 | 2025.04.17 00:22:38.275237 [ 187 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_11_2} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2210 | 2025.04.17 00:22:38.275420 [ 187 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_11_2} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2211 | 2025.04.17 00:22:38.275540 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2212 | 2025.04.17 00:22:38.583216 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2213 | 2025.04.17 00:22:38.603279 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2214 | 2025.04.17 00:22:38.603329 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2215 | 2025.04.17 00:22:38.610389 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2216 | 2025.04.17 00:22:38.611160 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2217 | 2025.04.17 00:22:38.611516 [ 36 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2218 | 2025.04.17 00:22:38.611653 [ 36 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2219 | 2025.04.17 00:22:38.611731 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2220 | 2025.04.17 00:22:38.612089 [ 198 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 2221 | 2025.04.17 00:22:38.625944 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2222 | 2025.04.17 00:22:38.627782 [ 198 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2223 | 2025.04.17 00:22:38.629141 [ 198 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 2224 | 2025.04.17 00:22:38.634612 [ 198 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 2225 | 2025.04.17 00:22:38.640015 [ 198 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 2226 | 2025.04.17 00:22:38.645494 [ 198 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 2227 | 2025.04.17 00:22:38.651121 [ 198 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 2228 | 2025.04.17 00:22:38.655788 [ 198 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 2229 | 2025.04.17 00:22:38.715423 [ 193 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.103540959 sec., 801.6151366726283 rows/sec., 4.15 MiB/sec. | ||
| 2230 | 2025.04.17 00:22:38.717974 [ 196 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2231 | 2025.04.17 00:22:38.721009 [ 196 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_11_2} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2232 | 2025.04.17 00:22:38.721147 [ 196 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_11_2} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2233 | 2025.04.17 00:22:38.723525 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2234 | 2025.04.17 00:22:39.000182 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.12 MiB, peak 179.00 MiB, free memory in arenas 0.00 B, will set to 170.20 MiB (RSS), difference: 1.09 MiB | ||
| 2235 | 2025.04.17 00:22:41.417123 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2236 | 2025.04.17 00:22:41.417357 [ 275 ] {825786ef-7ed5-42f5-9c10-026c2d70cdfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2237 | 2025.04.17 00:22:41.417435 [ 275 ] {825786ef-7ed5-42f5-9c10-026c2d70cdfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2238 | 2025.04.17 00:22:41.418314 [ 275 ] {825786ef-7ed5-42f5-9c10-026c2d70cdfe} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2239 | 2025.04.17 00:22:41.418353 [ 275 ] {825786ef-7ed5-42f5-9c10-026c2d70cdfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2240 | 2025.04.17 00:22:41.418798 [ 275 ] {825786ef-7ed5-42f5-9c10-026c2d70cdfe} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2241 | 2025.04.17 00:22:41.419043 [ 275 ] {825786ef-7ed5-42f5-9c10-026c2d70cdfe} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2242 | 2025.04.17 00:22:41.419194 [ 32 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2243 | 2025.04.17 00:22:41.419235 [ 275 ] {825786ef-7ed5-42f5-9c10-026c2d70cdfe} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001936 sec., 26859.504132231406 rows/sec., 2.05 MiB/sec. | ||
| 2244 | 2025.04.17 00:22:41.419240 [ 32 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2245 | 2025.04.17 00:22:41.419281 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2246 | 2025.04.17 00:22:41.419313 [ 275 ] {825786ef-7ed5-42f5-9c10-026c2d70cdfe} <Debug> TCPHandler: Processed in 0.00238066 sec. | ||
| 2247 | 2025.04.17 00:22:41.419602 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::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 | ||
| 2248 | 2025.04.17 00:22:41.419603 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2249 | 2025.04.17 00:22:41.419903 [ 275 ] {41b8b432-a29d-4dd0-b129-74d24b57c0c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2250 | 2025.04.17 00:22:41.419930 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2251 | 2025.04.17 00:22:41.419980 [ 275 ] {41b8b432-a29d-4dd0-b129-74d24b57c0c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2252 | 2025.04.17 00:22:41.420005 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1790 rows starting from the beginning of the part | ||
| 2253 | 2025.04.17 00:22:41.420308 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part | ||
| 2254 | 2025.04.17 00:22:41.420679 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 116 rows starting from the beginning of the part | ||
| 2255 | 2025.04.17 00:22:41.421068 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 52 rows starting from the beginning of the part | ||
| 2256 | 2025.04.17 00:22:41.421352 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1258 rows starting from the beginning of the part | ||
| 2257 | 2025.04.17 00:22:41.421638 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 52 rows starting from the beginning of the part | ||
| 2258 | 2025.04.17 00:22:41.423036 [ 275 ] {41b8b432-a29d-4dd0-b129-74d24b57c0c6} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2259 | 2025.04.17 00:22:41.423102 [ 275 ] {41b8b432-a29d-4dd0-b129-74d24b57c0c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2260 | 2025.04.17 00:22:41.424205 [ 275 ] {41b8b432-a29d-4dd0-b129-74d24b57c0c6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2261 | 2025.04.17 00:22:41.424660 [ 275 ] {41b8b432-a29d-4dd0-b129-74d24b57c0c6} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2262 | 2025.04.17 00:22:41.424834 [ 32 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2263 | 2025.04.17 00:22:41.424905 [ 32 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2264 | 2025.04.17 00:22:41.424916 [ 275 ] {41b8b432-a29d-4dd0-b129-74d24b57c0c6} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.005092 sec., 10997.643362136685 rows/sec., 878.37 KiB/sec. | ||
| 2265 | 2025.04.17 00:22:41.424937 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2266 | 2025.04.17 00:22:41.425239 [ 275 ] {41b8b432-a29d-4dd0-b129-74d24b57c0c6} <Debug> TCPHandler: Processed in 0.005778345 sec. | ||
| 2267 | 2025.04.17 00:22:41.425497 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 2268 | 2025.04.17 00:22:41.425606 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2269 | 2025.04.17 00:22:41.425872 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.006462943 sec., 513697.8617945416 rows/sec., 44.08 MiB/sec. | ||
| 2270 | 2025.04.17 00:22:41.425897 [ 275 ] {54718bec-accd-468c-89d4-29989a46691c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2271 | 2025.04.17 00:22:41.425905 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2272 | 2025.04.17 00:22:41.426002 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 843 rows starting from the beginning of the part | ||
| 2273 | 2025.04.17 00:22:41.426010 [ 275 ] {54718bec-accd-468c-89d4-29989a46691c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2274 | 2025.04.17 00:22:41.426287 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 2275 | 2025.04.17 00:22:41.426451 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2276 | 2025.04.17 00:22:41.426886 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 88 rows starting from the beginning of the part | ||
| 2277 | 2025.04.17 00:22:41.427310 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 2278 | 2025.04.17 00:22:41.427632 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_11_2} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2279 | 2025.04.17 00:22:41.427756 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 548 rows starting from the beginning of the part | ||
| 2280 | 2025.04.17 00:22:41.427914 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_11_2} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2281 | 2025.04.17 00:22:41.428187 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 2282 | 2025.04.17 00:22:41.428249 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 2283 | 2025.04.17 00:22:41.428828 [ 275 ] {54718bec-accd-468c-89d4-29989a46691c} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2284 | 2025.04.17 00:22:41.428876 [ 275 ] {54718bec-accd-468c-89d4-29989a46691c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2285 | 2025.04.17 00:22:41.429474 [ 275 ] {54718bec-accd-468c-89d4-29989a46691c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2286 | 2025.04.17 00:22:41.429838 [ 275 ] {54718bec-accd-468c-89d4-29989a46691c} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2287 | 2025.04.17 00:22:41.430079 [ 275 ] {54718bec-accd-468c-89d4-29989a46691c} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.004263 sec., 35186.48838845883 rows/sec., 2.44 MiB/sec. | ||
| 2288 | 2025.04.17 00:22:41.430170 [ 275 ] {54718bec-accd-468c-89d4-29989a46691c} <Debug> TCPHandler: Processed in 0.004676627 sec. | ||
| 2289 | 2025.04.17 00:22:41.430399 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2290 | 2025.04.17 00:22:41.430408 [ 201 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1647 rows, containing 5 columns (5 merged, 0 gathered) in 0.005312834 sec., 310004.0392754602 rows/sec., 24.05 MiB/sec. | ||
| 2291 | 2025.04.17 00:22:41.430555 [ 275 ] {8ef8782c-d9fa-4ee6-8915-fd5e6f15c2e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2292 | 2025.04.17 00:22:41.430610 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2293 | 2025.04.17 00:22:41.430622 [ 275 ] {8ef8782c-d9fa-4ee6-8915-fd5e6f15c2e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2294 | 2025.04.17 00:22:41.430978 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_11_2} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2295 | 2025.04.17 00:22:41.431070 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_11_2} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2296 | 2025.04.17 00:22:41.431160 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 2297 | 2025.04.17 00:22:41.431285 [ 275 ] {8ef8782c-d9fa-4ee6-8915-fd5e6f15c2e8} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2298 | 2025.04.17 00:22:41.431321 [ 275 ] {8ef8782c-d9fa-4ee6-8915-fd5e6f15c2e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2299 | 2025.04.17 00:22:41.431670 [ 275 ] {8ef8782c-d9fa-4ee6-8915-fd5e6f15c2e8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2300 | 2025.04.17 00:22:41.431903 [ 275 ] {8ef8782c-d9fa-4ee6-8915-fd5e6f15c2e8} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2301 | 2025.04.17 00:22:41.432061 [ 275 ] {8ef8782c-d9fa-4ee6-8915-fd5e6f15c2e8} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001545 sec., 32362.45954692557 rows/sec., 2.22 MiB/sec. | ||
| 2302 | 2025.04.17 00:22:41.432111 [ 275 ] {8ef8782c-d9fa-4ee6-8915-fd5e6f15c2e8} <Debug> TCPHandler: Processed in 0.001798425 sec. | ||
| 2303 | 2025.04.17 00:22:45.692667 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2304 | 2025.04.17 00:22:45.692733 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2305 | 2025.04.17 00:22:45.771359 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2306 | 2025.04.17 00:22:45.771990 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2307 | 2025.04.17 00:22:45.772037 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2308 | 2025.04.17 00:22:45.772559 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2309 | 2025.04.17 00:22:45.772817 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2310 | 2025.04.17 00:22:45.773040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2311 | 2025.04.17 00:22:45.777468 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 294 | ||
| 2312 | 2025.04.17 00:22:45.780616 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2313 | 2025.04.17 00:22:45.780680 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2314 | 2025.04.17 00:22:45.782173 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2315 | 2025.04.17 00:22:45.782503 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2316 | 2025.04.17 00:22:45.783432 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 294 | ||
| 2317 | 2025.04.17 00:22:46.126074 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2318 | 2025.04.17 00:22:46.145517 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2025.04.17 00:22:46.145583 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2320 | 2025.04.17 00:22:46.152675 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2321 | 2025.04.17 00:22:46.153481 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2322 | 2025.04.17 00:22:46.156430 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2323 | 2025.04.17 00:22:46.413863 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2324 | 2025.04.17 00:22:46.414145 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 2325 | 2025.04.17 00:22:46.414593 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2326 | 2025.04.17 00:22:46.414648 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 2327 | 2025.04.17 00:22:46.415030 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2328 | 2025.04.17 00:22:46.415118 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2329 | 2025.04.17 00:22:46.415302 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2330 | 2025.04.17 00:22:46.415563 [ 290 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2331 | 2025.04.17 00:22:46.415619 [ 291 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2332 | 2025.04.17 00:22:46.415636 [ 293 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2333 | 2025.04.17 00:22:46.415662 [ 288 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2334 | 2025.04.17 00:22:46.415627 [ 295 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2335 | 2025.04.17 00:22:46.415886 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 2336 | 2025.04.17 00:22:46.415939 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2337 | 2025.04.17 00:22:46.416107 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2338 | 2025.04.17 00:22:46.416134 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Reading approx. 37 rows with 4 streams | ||
| 2339 | 2025.04.17 00:22:46.416183 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2340 | 2025.04.17 00:22:46.416239 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2341 | 2025.04.17 00:22:46.416286 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2342 | 2025.04.17 00:22:46.416332 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2343 | 2025.04.17 00:22:46.417963 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.003951 sec., 9364.717792963807 rows/sec., 353.70 KiB/sec. | ||
| 2344 | 2025.04.17 00:22:46.418227 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Debug> MemoryTracker: Peak memory usage (for query): 144.42 KiB. | ||
| 2345 | 2025.04.17 00:22:46.418245 [ 275 ] {999da94d-f46c-4fae-bebb-8d51fe0d0389} <Debug> TCPHandler: Processed in 0.004522704 sec. | ||
| 2346 | 2025.04.17 00:22:46.424256 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2347 | 2025.04.17 00:22:46.424397 [ 275 ] {d4a5712f-2873-44fb-8b22-84e464fa21df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2348 | 2025.04.17 00:22:46.424455 [ 275 ] {d4a5712f-2873-44fb-8b22-84e464fa21df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2349 | 2025.04.17 00:22:46.425216 [ 275 ] {d4a5712f-2873-44fb-8b22-84e464fa21df} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2350 | 2025.04.17 00:22:46.425266 [ 275 ] {d4a5712f-2873-44fb-8b22-84e464fa21df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2351 | 2025.04.17 00:22:46.425838 [ 275 ] {d4a5712f-2873-44fb-8b22-84e464fa21df} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2352 | 2025.04.17 00:22:46.426090 [ 275 ] {d4a5712f-2873-44fb-8b22-84e464fa21df} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2353 | 2025.04.17 00:22:46.426301 [ 26 ] {} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2354 | 2025.04.17 00:22:46.426364 [ 275 ] {d4a5712f-2873-44fb-8b22-84e464fa21df} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.002011 sec., 497.26504226752854 rows/sec., 51.47 KiB/sec. | ||
| 2355 | 2025.04.17 00:22:46.426397 [ 26 ] {} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2356 | 2025.04.17 00:22:46.426488 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2357 | 2025.04.17 00:22:46.426528 [ 275 ] {d4a5712f-2873-44fb-8b22-84e464fa21df} <Debug> TCPHandler: Processed in 0.002329929 sec. | ||
| 2358 | 2025.04.17 00:22:46.426918 [ 189 ] {324d1a93-83c3-45a8-aad3-bc5a3ef47bfe::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 | ||
| 2359 | 2025.04.17 00:22:46.426973 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2360 | 2025.04.17 00:22:46.427206 [ 275 ] {918e2eba-9014-47eb-86cd-49215b0d6e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2361 | 2025.04.17 00:22:46.427343 [ 275 ] {918e2eba-9014-47eb-86cd-49215b0d6e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2362 | 2025.04.17 00:22:46.427879 [ 189 ] {324d1a93-83c3-45a8-aad3-bc5a3ef47bfe::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2363 | 2025.04.17 00:22:46.427997 [ 189 ] {324d1a93-83c3-45a8-aad3-bc5a3ef47bfe::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 | ||
| 2364 | 2025.04.17 00:22:46.428357 [ 189 ] {324d1a93-83c3-45a8-aad3-bc5a3ef47bfe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 7 rows starting from the beginning of the part | ||
| 2365 | 2025.04.17 00:22:46.428582 [ 189 ] {324d1a93-83c3-45a8-aad3-bc5a3ef47bfe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2366 | 2025.04.17 00:22:46.428805 [ 189 ] {324d1a93-83c3-45a8-aad3-bc5a3ef47bfe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 2367 | 2025.04.17 00:22:46.429075 [ 189 ] {324d1a93-83c3-45a8-aad3-bc5a3ef47bfe::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 | ||
| 2368 | 2025.04.17 00:22:46.429383 [ 189 ] {324d1a93-83c3-45a8-aad3-bc5a3ef47bfe::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 | ||
| 2369 | 2025.04.17 00:22:46.430076 [ 275 ] {918e2eba-9014-47eb-86cd-49215b0d6e04} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2370 | 2025.04.17 00:22:46.430151 [ 275 ] {918e2eba-9014-47eb-86cd-49215b0d6e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2371 | 2025.04.17 00:22:46.431190 [ 275 ] {918e2eba-9014-47eb-86cd-49215b0d6e04} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2372 | 2025.04.17 00:22:46.431796 [ 275 ] {918e2eba-9014-47eb-86cd-49215b0d6e04} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2373 | 2025.04.17 00:22:46.432661 [ 275 ] {918e2eba-9014-47eb-86cd-49215b0d6e04} <Debug> executeQuery: Read 133 rows, 11.78 KiB in 0.005493 sec., 24212.63426178773 rows/sec., 2.09 MiB/sec. | ||
| 2374 | 2025.04.17 00:22:46.432956 [ 275 ] {918e2eba-9014-47eb-86cd-49215b0d6e04} <Debug> TCPHandler: Processed in 0.006127704 sec. | ||
| 2375 | 2025.04.17 00:22:46.433227 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2376 | 2025.04.17 00:22:46.433491 [ 275 ] {c96fe6c7-3c76-4dde-8d11-b5cb081ccde1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2377 | 2025.04.17 00:22:46.433611 [ 275 ] {c96fe6c7-3c76-4dde-8d11-b5cb081ccde1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2378 | 2025.04.17 00:22:46.436250 [ 275 ] {c96fe6c7-3c76-4dde-8d11-b5cb081ccde1} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2379 | 2025.04.17 00:22:46.436351 [ 275 ] {c96fe6c7-3c76-4dde-8d11-b5cb081ccde1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2380 | 2025.04.17 00:22:46.437564 [ 275 ] {c96fe6c7-3c76-4dde-8d11-b5cb081ccde1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2381 | 2025.04.17 00:22:46.438236 [ 275 ] {c96fe6c7-3c76-4dde-8d11-b5cb081ccde1} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2382 | 2025.04.17 00:22:46.438821 [ 275 ] {c96fe6c7-3c76-4dde-8d11-b5cb081ccde1} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.005412 sec., 7390.983000739098 rows/sec., 555.77 KiB/sec. | ||
| 2383 | 2025.04.17 00:22:46.438952 [ 275 ] {c96fe6c7-3c76-4dde-8d11-b5cb081ccde1} <Debug> TCPHandler: Processed in 0.005820877 sec. | ||
| 2384 | 2025.04.17 00:22:46.439125 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2385 | 2025.04.17 00:22:46.439273 [ 196 ] {324d1a93-83c3-45a8-aad3-bc5a3ef47bfe::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 6 columns (6 merged, 0 gathered) in 0.012653338 sec., 3082.1906440814273 rows/sec., 676.24 KiB/sec. | ||
| 2386 | 2025.04.17 00:22:46.439291 [ 275 ] {51893fb8-9172-451e-988b-515c6c9fa03a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2387 | 2025.04.17 00:22:46.439353 [ 275 ] {51893fb8-9172-451e-988b-515c6c9fa03a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2388 | 2025.04.17 00:22:46.439440 [ 196 ] {324d1a93-83c3-45a8-aad3-bc5a3ef47bfe::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2389 | 2025.04.17 00:22:46.440131 [ 196 ] {324d1a93-83c3-45a8-aad3-bc5a3ef47bfe::all_1_6_1} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2390 | 2025.04.17 00:22:46.440249 [ 275 ] {51893fb8-9172-451e-988b-515c6c9fa03a} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2391 | 2025.04.17 00:22:46.440265 [ 196 ] {324d1a93-83c3-45a8-aad3-bc5a3ef47bfe::all_1_6_1} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2392 | 2025.04.17 00:22:46.440288 [ 275 ] {51893fb8-9172-451e-988b-515c6c9fa03a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2393 | 2025.04.17 00:22:46.440377 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2394 | 2025.04.17 00:22:46.440711 [ 275 ] {51893fb8-9172-451e-988b-515c6c9fa03a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2395 | 2025.04.17 00:22:46.440953 [ 275 ] {51893fb8-9172-451e-988b-515c6c9fa03a} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2396 | 2025.04.17 00:22:46.441197 [ 275 ] {51893fb8-9172-451e-988b-515c6c9fa03a} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001931 sec., 517.8663904712585 rows/sec., 34.39 KiB/sec. | ||
| 2397 | 2025.04.17 00:22:46.441347 [ 275 ] {51893fb8-9172-451e-988b-515c6c9fa03a} <Debug> TCPHandler: Processed in 0.002304708 sec. | ||
| 2398 | 2025.04.17 00:22:46.441477 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2399 | 2025.04.17 00:22:46.441595 [ 275 ] {c7d4a166-27fb-4e9a-adab-5441d75d9ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2400 | 2025.04.17 00:22:46.441642 [ 275 ] {c7d4a166-27fb-4e9a-adab-5441d75d9ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2401 | 2025.04.17 00:22:46.442261 [ 275 ] {c7d4a166-27fb-4e9a-adab-5441d75d9ad4} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2402 | 2025.04.17 00:22:46.442301 [ 275 ] {c7d4a166-27fb-4e9a-adab-5441d75d9ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2403 | 2025.04.17 00:22:46.442682 [ 275 ] {c7d4a166-27fb-4e9a-adab-5441d75d9ad4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2404 | 2025.04.17 00:22:46.442997 [ 275 ] {c7d4a166-27fb-4e9a-adab-5441d75d9ad4} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2405 | 2025.04.17 00:22:46.443257 [ 275 ] {c7d4a166-27fb-4e9a-adab-5441d75d9ad4} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001684 sec., 62351.543942992874 rows/sec., 4.87 MiB/sec. | ||
| 2406 | 2025.04.17 00:22:46.443337 [ 275 ] {c7d4a166-27fb-4e9a-adab-5441d75d9ad4} <Debug> TCPHandler: Processed in 0.001911638 sec. | ||
| 2407 | 2025.04.17 00:22:46.443498 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2408 | 2025.04.17 00:22:46.443641 [ 275 ] {a40a8765-3206-43ce-8378-659e9d4f0bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2409 | 2025.04.17 00:22:46.443694 [ 275 ] {a40a8765-3206-43ce-8378-659e9d4f0bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2410 | 2025.04.17 00:22:46.444300 [ 275 ] {a40a8765-3206-43ce-8378-659e9d4f0bd1} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2411 | 2025.04.17 00:22:46.444342 [ 275 ] {a40a8765-3206-43ce-8378-659e9d4f0bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2412 | 2025.04.17 00:22:46.444794 [ 275 ] {a40a8765-3206-43ce-8378-659e9d4f0bd1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2413 | 2025.04.17 00:22:46.445095 [ 275 ] {a40a8765-3206-43ce-8378-659e9d4f0bd1} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2414 | 2025.04.17 00:22:46.445316 [ 275 ] {a40a8765-3206-43ce-8378-659e9d4f0bd1} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001699 sec., 88287.22778104768 rows/sec., 6.12 MiB/sec. | ||
| 2415 | 2025.04.17 00:22:46.445374 [ 275 ] {a40a8765-3206-43ce-8378-659e9d4f0bd1} <Debug> TCPHandler: Processed in 0.001939629 sec. | ||
| 2416 | 2025.04.17 00:22:46.445501 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2417 | 2025.04.17 00:22:46.445606 [ 275 ] {ea6a0eb9-39db-451b-94a7-e3b57b1b8819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2418 | 2025.04.17 00:22:46.445654 [ 275 ] {ea6a0eb9-39db-451b-94a7-e3b57b1b8819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2419 | 2025.04.17 00:22:46.446061 [ 275 ] {ea6a0eb9-39db-451b-94a7-e3b57b1b8819} <Trace> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2420 | 2025.04.17 00:22:46.446100 [ 275 ] {ea6a0eb9-39db-451b-94a7-e3b57b1b8819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2421 | 2025.04.17 00:22:46.446459 [ 275 ] {ea6a0eb9-39db-451b-94a7-e3b57b1b8819} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2422 | 2025.04.17 00:22:46.446699 [ 275 ] {ea6a0eb9-39db-451b-94a7-e3b57b1b8819} <Trace> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2423 | 2025.04.17 00:22:46.446946 [ 275 ] {ea6a0eb9-39db-451b-94a7-e3b57b1b8819} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 46.74 KiB/sec. | ||
| 2424 | 2025.04.17 00:22:46.447065 [ 275 ] {ea6a0eb9-39db-451b-94a7-e3b57b1b8819} <Debug> TCPHandler: Processed in 0.001615391 sec. | ||
| 2425 | 2025.04.17 00:22:46.447180 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2426 | 2025.04.17 00:22:46.447293 [ 275 ] {defdd0e0-2d06-44d4-a664-5e080ec36a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2427 | 2025.04.17 00:22:46.447364 [ 275 ] {defdd0e0-2d06-44d4-a664-5e080ec36a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2428 | 2025.04.17 00:22:46.448517 [ 275 ] {defdd0e0-2d06-44d4-a664-5e080ec36a43} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2429 | 2025.04.17 00:22:46.448562 [ 275 ] {defdd0e0-2d06-44d4-a664-5e080ec36a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2430 | 2025.04.17 00:22:46.449256 [ 275 ] {defdd0e0-2d06-44d4-a664-5e080ec36a43} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2431 | 2025.04.17 00:22:46.449550 [ 275 ] {defdd0e0-2d06-44d4-a664-5e080ec36a43} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2432 | 2025.04.17 00:22:46.449958 [ 275 ] {defdd0e0-2d06-44d4-a664-5e080ec36a43} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00266 sec., 15037.593984962406 rows/sec., 26.95 MiB/sec. | ||
| 2433 | 2025.04.17 00:22:46.450143 [ 275 ] {defdd0e0-2d06-44d4-a664-5e080ec36a43} <Debug> TCPHandler: Processed in 0.003011316 sec. | ||
| 2434 | 2025.04.17 00:22:46.450291 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2435 | 2025.04.17 00:22:46.450400 [ 275 ] {9ea1d8e3-435a-44b4-80f6-357ee83c6f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2436 | 2025.04.17 00:22:46.450448 [ 275 ] {9ea1d8e3-435a-44b4-80f6-357ee83c6f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2437 | 2025.04.17 00:22:46.450854 [ 275 ] {9ea1d8e3-435a-44b4-80f6-357ee83c6f9e} <Trace> oximeter.measurements_i64 (f3502f2f-a7d6-4255-ac9b-1418f1c44072): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2438 | 2025.04.17 00:22:46.450893 [ 275 ] {9ea1d8e3-435a-44b4-80f6-357ee83c6f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2439 | 2025.04.17 00:22:46.451297 [ 275 ] {9ea1d8e3-435a-44b4-80f6-357ee83c6f9e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2440 | 2025.04.17 00:22:46.451543 [ 275 ] {9ea1d8e3-435a-44b4-80f6-357ee83c6f9e} <Trace> oximeter.measurements_i64 (f3502f2f-a7d6-4255-ac9b-1418f1c44072): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2441 | 2025.04.17 00:22:46.451795 [ 275 ] {9ea1d8e3-435a-44b4-80f6-357ee83c6f9e} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001414 sec., 6364.922206506365 rows/sec., 449.61 KiB/sec. | ||
| 2442 | 2025.04.17 00:22:46.451923 [ 275 ] {9ea1d8e3-435a-44b4-80f6-357ee83c6f9e} <Debug> TCPHandler: Processed in 0.001687893 sec. | ||
| 2443 | 2025.04.17 00:22:46.452053 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2444 | 2025.04.17 00:22:46.452157 [ 275 ] {e407bb69-bb2e-448f-adcf-b883577b47b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2445 | 2025.04.17 00:22:46.452203 [ 275 ] {e407bb69-bb2e-448f-adcf-b883577b47b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2446 | 2025.04.17 00:22:46.452669 [ 275 ] {e407bb69-bb2e-448f-adcf-b883577b47b9} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2447 | 2025.04.17 00:22:46.452711 [ 275 ] {e407bb69-bb2e-448f-adcf-b883577b47b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2448 | 2025.04.17 00:22:46.453099 [ 275 ] {e407bb69-bb2e-448f-adcf-b883577b47b9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2449 | 2025.04.17 00:22:46.453352 [ 275 ] {e407bb69-bb2e-448f-adcf-b883577b47b9} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2450 | 2025.04.17 00:22:46.453561 [ 275 ] {e407bb69-bb2e-448f-adcf-b883577b47b9} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001426 sec., 35063.11360448808 rows/sec., 2.40 MiB/sec. | ||
| 2451 | 2025.04.17 00:22:46.453612 [ 275 ] {e407bb69-bb2e-448f-adcf-b883577b47b9} <Debug> TCPHandler: Processed in 0.001609811 sec. | ||
| 2452 | 2025.04.17 00:22:51.411244 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2453 | 2025.04.17 00:22:51.411651 [ 275 ] {a82cb839-9ef1-4791-85db-4454b3fd1aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 2454 | 2025.04.17 00:22:51.412096 [ 275 ] {a82cb839-9ef1-4791-85db-4454b3fd1aef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2455 | 2025.04.17 00:22:51.412150 [ 275 ] {a82cb839-9ef1-4791-85db-4454b3fd1aef} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 2456 | 2025.04.17 00:22:51.412523 [ 275 ] {a82cb839-9ef1-4791-85db-4454b3fd1aef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2457 | 2025.04.17 00:22:51.412608 [ 275 ] {a82cb839-9ef1-4791-85db-4454b3fd1aef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2458 | 2025.04.17 00:22:51.412789 [ 275 ] {a82cb839-9ef1-4791-85db-4454b3fd1aef} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2459 | 2025.04.17 00:22:51.412831 [ 275 ] {a82cb839-9ef1-4791-85db-4454b3fd1aef} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2460 | 2025.04.17 00:22:51.412858 [ 275 ] {a82cb839-9ef1-4791-85db-4454b3fd1aef} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 2461 | 2025.04.17 00:22:51.412876 [ 275 ] {a82cb839-9ef1-4791-85db-4454b3fd1aef} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2462 | 2025.04.17 00:22:51.412924 [ 275 ] {a82cb839-9ef1-4791-85db-4454b3fd1aef} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2463 | 2025.04.17 00:22:51.412948 [ 275 ] {a82cb839-9ef1-4791-85db-4454b3fd1aef} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 39 rows starting from 0 | ||
| 2464 | 2025.04.17 00:22:51.413961 [ 275 ] {a82cb839-9ef1-4791-85db-4454b3fd1aef} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.002468 sec., 15802.269043760129 rows/sec., 597.49 KiB/sec. | ||
| 2465 | 2025.04.17 00:22:51.414108 [ 275 ] {a82cb839-9ef1-4791-85db-4454b3fd1aef} <Debug> TCPHandler: Processed in 0.003071827 sec. | ||
| 2466 | 2025.04.17 00:22:51.414602 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2467 | 2025.04.17 00:22:51.414780 [ 275 ] {39a8c504-fbb7-453b-b36b-237dff697107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', '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) | ||
| 2468 | 2025.04.17 00:22:51.415091 [ 275 ] {39a8c504-fbb7-453b-b36b-237dff697107} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2469 | 2025.04.17 00:22:51.415141 [ 275 ] {39a8c504-fbb7-453b-b36b-237dff697107} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', '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 | ||
| 2470 | 2025.04.17 00:22:51.415470 [ 275 ] {39a8c504-fbb7-453b-b36b-237dff697107} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2471 | 2025.04.17 00:22:51.415538 [ 275 ] {39a8c504-fbb7-453b-b36b-237dff697107} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2472 | 2025.04.17 00:22:51.415689 [ 275 ] {39a8c504-fbb7-453b-b36b-237dff697107} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2473 | 2025.04.17 00:22:51.415723 [ 275 ] {39a8c504-fbb7-453b-b36b-237dff697107} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2474 | 2025.04.17 00:22:51.415746 [ 275 ] {39a8c504-fbb7-453b-b36b-237dff697107} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 2475 | 2025.04.17 00:22:51.415764 [ 275 ] {39a8c504-fbb7-453b-b36b-237dff697107} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2476 | 2025.04.17 00:22:51.415806 [ 275 ] {39a8c504-fbb7-453b-b36b-237dff697107} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', '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'))" | ||
| 2477 | 2025.04.17 00:22:51.415828 [ 275 ] {39a8c504-fbb7-453b-b36b-237dff697107} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 39 rows starting from 0 | ||
| 2478 | 2025.04.17 00:22:51.416412 [ 275 ] {39a8c504-fbb7-453b-b36b-237dff697107} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.001724 sec., 22621.80974477958 rows/sec., 855.34 KiB/sec. | ||
| 2479 | 2025.04.17 00:22:51.416552 [ 275 ] {39a8c504-fbb7-453b-b36b-237dff697107} <Debug> TCPHandler: Processed in 0.00200405 sec. | ||
| 2480 | 2025.04.17 00:22:51.416870 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2481 | 2025.04.17 00:22:51.417040 [ 275 ] {4262d3dc-ee6f-425b-974c-8eb41433c341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_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) | ||
| 2482 | 2025.04.17 00:22:51.417338 [ 275 ] {4262d3dc-ee6f-425b-974c-8eb41433c341} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2483 | 2025.04.17 00:22:51.417386 [ 275 ] {4262d3dc-ee6f-425b-974c-8eb41433c341} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_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 | ||
| 2484 | 2025.04.17 00:22:51.417709 [ 275 ] {4262d3dc-ee6f-425b-974c-8eb41433c341} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2485 | 2025.04.17 00:22:51.417775 [ 275 ] {4262d3dc-ee6f-425b-974c-8eb41433c341} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2486 | 2025.04.17 00:22:51.417917 [ 275 ] {4262d3dc-ee6f-425b-974c-8eb41433c341} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2487 | 2025.04.17 00:22:51.417951 [ 275 ] {4262d3dc-ee6f-425b-974c-8eb41433c341} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2488 | 2025.04.17 00:22:51.417974 [ 275 ] {4262d3dc-ee6f-425b-974c-8eb41433c341} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 2489 | 2025.04.17 00:22:51.417991 [ 275 ] {4262d3dc-ee6f-425b-974c-8eb41433c341} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2490 | 2025.04.17 00:22:51.418034 [ 275 ] {4262d3dc-ee6f-425b-974c-8eb41433c341} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2491 | 2025.04.17 00:22:51.418057 [ 275 ] {4262d3dc-ee6f-425b-974c-8eb41433c341} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 39 rows starting from 0 | ||
| 2492 | 2025.04.17 00:22:51.418860 [ 275 ] {4262d3dc-ee6f-425b-974c-8eb41433c341} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.001903 sec., 20493.956910141882 rows/sec., 774.89 KiB/sec. | ||
| 2493 | 2025.04.17 00:22:51.418980 [ 275 ] {4262d3dc-ee6f-425b-974c-8eb41433c341} <Debug> TCPHandler: Processed in 0.002168944 sec. | ||
| 2494 | 2025.04.17 00:22:51.419428 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2495 | 2025.04.17 00:22:51.419597 [ 275 ] {0ad61014-7b98-458c-a89d-4234e68b1643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_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) | ||
| 2496 | 2025.04.17 00:22:51.419895 [ 275 ] {0ad61014-7b98-458c-a89d-4234e68b1643} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2497 | 2025.04.17 00:22:51.419945 [ 275 ] {0ad61014-7b98-458c-a89d-4234e68b1643} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_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 | ||
| 2498 | 2025.04.17 00:22:51.420266 [ 275 ] {0ad61014-7b98-458c-a89d-4234e68b1643} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2499 | 2025.04.17 00:22:51.420332 [ 275 ] {0ad61014-7b98-458c-a89d-4234e68b1643} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2500 | 2025.04.17 00:22:51.420472 [ 275 ] {0ad61014-7b98-458c-a89d-4234e68b1643} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 2501 | 2025.04.17 00:22:51.420506 [ 275 ] {0ad61014-7b98-458c-a89d-4234e68b1643} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2502 | 2025.04.17 00:22:51.420529 [ 275 ] {0ad61014-7b98-458c-a89d-4234e68b1643} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 2503 | 2025.04.17 00:22:51.420548 [ 275 ] {0ad61014-7b98-458c-a89d-4234e68b1643} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2504 | 2025.04.17 00:22:51.420591 [ 275 ] {0ad61014-7b98-458c-a89d-4234e68b1643} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_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'))" | ||
| 2505 | 2025.04.17 00:22:51.420614 [ 275 ] {0ad61014-7b98-458c-a89d-4234e68b1643} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 39 rows starting from 0 | ||
| 2506 | 2025.04.17 00:22:51.421136 [ 275 ] {0ad61014-7b98-458c-a89d-4234e68b1643} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.001623 sec., 24029.574861367837 rows/sec., 908.57 KiB/sec. | ||
| 2507 | 2025.04.17 00:22:51.421249 [ 275 ] {0ad61014-7b98-458c-a89d-4234e68b1643} <Debug> TCPHandler: Processed in 0.001872817 sec. | ||
| 2508 | 2025.04.17 00:22:51.421519 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2509 | 2025.04.17 00:22:51.421687 [ 275 ] {9b712072-d54f-43c1-9c58-9254511c4299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_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) | ||
| 2510 | 2025.04.17 00:22:51.421985 [ 275 ] {9b712072-d54f-43c1-9c58-9254511c4299} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2511 | 2025.04.17 00:22:51.422035 [ 275 ] {9b712072-d54f-43c1-9c58-9254511c4299} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_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 | ||
| 2512 | 2025.04.17 00:22:51.422362 [ 275 ] {9b712072-d54f-43c1-9c58-9254511c4299} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2513 | 2025.04.17 00:22:51.422427 [ 275 ] {9b712072-d54f-43c1-9c58-9254511c4299} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2514 | 2025.04.17 00:22:51.422572 [ 275 ] {9b712072-d54f-43c1-9c58-9254511c4299} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
| 2515 | 2025.04.17 00:22:51.422606 [ 275 ] {9b712072-d54f-43c1-9c58-9254511c4299} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2516 | 2025.04.17 00:22:51.422629 [ 275 ] {9b712072-d54f-43c1-9c58-9254511c4299} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 2517 | 2025.04.17 00:22:51.422646 [ 275 ] {9b712072-d54f-43c1-9c58-9254511c4299} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2518 | 2025.04.17 00:22:51.422689 [ 275 ] {9b712072-d54f-43c1-9c58-9254511c4299} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_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'))" | ||
| 2519 | 2025.04.17 00:22:51.422712 [ 275 ] {9b712072-d54f-43c1-9c58-9254511c4299} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 39 rows starting from 0 | ||
| 2520 | 2025.04.17 00:22:51.423397 [ 275 ] {9b712072-d54f-43c1-9c58-9254511c4299} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.001794 sec., 21739.130434782608 rows/sec., 821.97 KiB/sec. | ||
| 2521 | 2025.04.17 00:22:51.423521 [ 275 ] {9b712072-d54f-43c1-9c58-9254511c4299} <Debug> TCPHandler: Processed in 0.002054362 sec. | ||
| 2522 | 2025.04.17 00:22:51.423792 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2523 | 2025.04.17 00:22:51.423960 [ 275 ] {62d719da-64ae-4a14-9708-34c19039085e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_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) | ||
| 2524 | 2025.04.17 00:22:51.424262 [ 275 ] {62d719da-64ae-4a14-9708-34c19039085e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2525 | 2025.04.17 00:22:51.424313 [ 275 ] {62d719da-64ae-4a14-9708-34c19039085e} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_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 | ||
| 2526 | 2025.04.17 00:22:51.424643 [ 275 ] {62d719da-64ae-4a14-9708-34c19039085e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2527 | 2025.04.17 00:22:51.424708 [ 275 ] {62d719da-64ae-4a14-9708-34c19039085e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2528 | 2025.04.17 00:22:51.424850 [ 275 ] {62d719da-64ae-4a14-9708-34c19039085e} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
| 2529 | 2025.04.17 00:22:51.424884 [ 275 ] {62d719da-64ae-4a14-9708-34c19039085e} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2530 | 2025.04.17 00:22:51.424906 [ 275 ] {62d719da-64ae-4a14-9708-34c19039085e} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 2531 | 2025.04.17 00:22:51.424923 [ 275 ] {62d719da-64ae-4a14-9708-34c19039085e} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2532 | 2025.04.17 00:22:51.424966 [ 275 ] {62d719da-64ae-4a14-9708-34c19039085e} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_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'))" | ||
| 2533 | 2025.04.17 00:22:51.424989 [ 275 ] {62d719da-64ae-4a14-9708-34c19039085e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 39 rows starting from 0 | ||
| 2534 | 2025.04.17 00:22:51.425512 [ 275 ] {62d719da-64ae-4a14-9708-34c19039085e} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.001635 sec., 23853.211009174312 rows/sec., 901.90 KiB/sec. | ||
| 2535 | 2025.04.17 00:22:51.425624 [ 275 ] {62d719da-64ae-4a14-9708-34c19039085e} <Debug> TCPHandler: Processed in 0.001883448 sec. | ||
| 2536 | 2025.04.17 00:22:51.440540 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2537 | 2025.04.17 00:22:51.440874 [ 275 ] {d6b46791-a600-415e-9e68-ef1da8e6d536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_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) | ||
| 2538 | 2025.04.17 00:22:51.441482 [ 275 ] {d6b46791-a600-415e-9e68-ef1da8e6d536} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2539 | 2025.04.17 00:22:51.441556 [ 275 ] {d6b46791-a600-415e-9e68-ef1da8e6d536} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_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 | ||
| 2540 | 2025.04.17 00:22:51.441888 [ 275 ] {d6b46791-a600-415e-9e68-ef1da8e6d536} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2541 | 2025.04.17 00:22:51.441952 [ 275 ] {d6b46791-a600-415e-9e68-ef1da8e6d536} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2542 | 2025.04.17 00:22:51.442092 [ 275 ] {d6b46791-a600-415e-9e68-ef1da8e6d536} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
| 2543 | 2025.04.17 00:22:51.442126 [ 275 ] {d6b46791-a600-415e-9e68-ef1da8e6d536} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2544 | 2025.04.17 00:22:51.442149 [ 275 ] {d6b46791-a600-415e-9e68-ef1da8e6d536} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 2545 | 2025.04.17 00:22:51.442166 [ 275 ] {d6b46791-a600-415e-9e68-ef1da8e6d536} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2546 | 2025.04.17 00:22:51.442209 [ 275 ] {d6b46791-a600-415e-9e68-ef1da8e6d536} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_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'))" | ||
| 2547 | 2025.04.17 00:22:51.442231 [ 275 ] {d6b46791-a600-415e-9e68-ef1da8e6d536} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 39 rows starting from 0 | ||
| 2548 | 2025.04.17 00:22:51.442772 [ 275 ] {d6b46791-a600-415e-9e68-ef1da8e6d536} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.002073 sec., 18813.314037626627 rows/sec., 711.34 KiB/sec. | ||
| 2549 | 2025.04.17 00:22:51.442885 [ 275 ] {d6b46791-a600-415e-9e68-ef1da8e6d536} <Debug> TCPHandler: Processed in 0.002440072 sec. | ||
| 2550 | 2025.04.17 00:22:51.443123 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2551 | 2025.04.17 00:22:51.443293 [ 275 ] {90c728d0-e043-4326-ac75-ad8ddea52874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_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) | ||
| 2552 | 2025.04.17 00:22:51.443605 [ 275 ] {90c728d0-e043-4326-ac75-ad8ddea52874} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2553 | 2025.04.17 00:22:51.443657 [ 275 ] {90c728d0-e043-4326-ac75-ad8ddea52874} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_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 | ||
| 2554 | 2025.04.17 00:22:51.443996 [ 275 ] {90c728d0-e043-4326-ac75-ad8ddea52874} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2555 | 2025.04.17 00:22:51.444061 [ 275 ] {90c728d0-e043-4326-ac75-ad8ddea52874} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2556 | 2025.04.17 00:22:51.444201 [ 275 ] {90c728d0-e043-4326-ac75-ad8ddea52874} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
| 2557 | 2025.04.17 00:22:51.444234 [ 275 ] {90c728d0-e043-4326-ac75-ad8ddea52874} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2558 | 2025.04.17 00:22:51.444257 [ 275 ] {90c728d0-e043-4326-ac75-ad8ddea52874} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 2559 | 2025.04.17 00:22:51.444274 [ 275 ] {90c728d0-e043-4326-ac75-ad8ddea52874} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2560 | 2025.04.17 00:22:51.444317 [ 275 ] {90c728d0-e043-4326-ac75-ad8ddea52874} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_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'))" | ||
| 2561 | 2025.04.17 00:22:51.444340 [ 275 ] {90c728d0-e043-4326-ac75-ad8ddea52874} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 39 rows starting from 0 | ||
| 2562 | 2025.04.17 00:22:51.445009 [ 275 ] {90c728d0-e043-4326-ac75-ad8ddea52874} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.001801 sec., 21654.636313159353 rows/sec., 818.77 KiB/sec. | ||
| 2563 | 2025.04.17 00:22:51.445128 [ 275 ] {90c728d0-e043-4326-ac75-ad8ddea52874} <Debug> TCPHandler: Processed in 0.002056142 sec. | ||
| 2564 | 2025.04.17 00:22:51.445419 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2565 | 2025.04.17 00:22:51.445588 [ 275 ] {b8ec8d89-0079-45dc-891b-8dffc70a80f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_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) | ||
| 2566 | 2025.04.17 00:22:51.445899 [ 275 ] {b8ec8d89-0079-45dc-891b-8dffc70a80f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2567 | 2025.04.17 00:22:51.445949 [ 275 ] {b8ec8d89-0079-45dc-891b-8dffc70a80f6} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_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 | ||
| 2568 | 2025.04.17 00:22:51.446288 [ 275 ] {b8ec8d89-0079-45dc-891b-8dffc70a80f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2569 | 2025.04.17 00:22:51.446353 [ 275 ] {b8ec8d89-0079-45dc-891b-8dffc70a80f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2570 | 2025.04.17 00:22:51.446491 [ 275 ] {b8ec8d89-0079-45dc-891b-8dffc70a80f6} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
| 2571 | 2025.04.17 00:22:51.446525 [ 275 ] {b8ec8d89-0079-45dc-891b-8dffc70a80f6} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2572 | 2025.04.17 00:22:51.446549 [ 275 ] {b8ec8d89-0079-45dc-891b-8dffc70a80f6} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 2573 | 2025.04.17 00:22:51.446565 [ 275 ] {b8ec8d89-0079-45dc-891b-8dffc70a80f6} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2574 | 2025.04.17 00:22:51.446608 [ 275 ] {b8ec8d89-0079-45dc-891b-8dffc70a80f6} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_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'))" | ||
| 2575 | 2025.04.17 00:22:51.446631 [ 275 ] {b8ec8d89-0079-45dc-891b-8dffc70a80f6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 39 rows starting from 0 | ||
| 2576 | 2025.04.17 00:22:51.447300 [ 275 ] {b8ec8d89-0079-45dc-891b-8dffc70a80f6} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.001795 sec., 21727.019498607242 rows/sec., 821.51 KiB/sec. | ||
| 2577 | 2025.04.17 00:22:51.447423 [ 275 ] {b8ec8d89-0079-45dc-891b-8dffc70a80f6} <Debug> TCPHandler: Processed in 0.002055182 sec. | ||
| 2578 | 2025.04.17 00:22:51.447622 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2579 | 2025.04.17 00:22:51.447791 [ 275 ] {ab169348-c9f6-46c7-af35-cb19644236af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) 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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2580 | 2025.04.17 00:22:51.448103 [ 275 ] {ab169348-c9f6-46c7-af35-cb19644236af} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2581 | 2025.04.17 00:22:51.448156 [ 275 ] {ab169348-c9f6-46c7-af35-cb19644236af} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2582 | 2025.04.17 00:22:51.448501 [ 275 ] {ab169348-c9f6-46c7-af35-cb19644236af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2583 | 2025.04.17 00:22:51.448568 [ 275 ] {ab169348-c9f6-46c7-af35-cb19644236af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2584 | 2025.04.17 00:22:51.448708 [ 275 ] {ab169348-c9f6-46c7-af35-cb19644236af} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Key condition: (column 0 notIn 48-element set) | ||
| 2585 | 2025.04.17 00:22:51.448741 [ 275 ] {ab169348-c9f6-46c7-af35-cb19644236af} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2586 | 2025.04.17 00:22:51.448764 [ 275 ] {ab169348-c9f6-46c7-af35-cb19644236af} <Debug> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (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 | ||
| 2587 | 2025.04.17 00:22:51.448780 [ 275 ] {ab169348-c9f6-46c7-af35-cb19644236af} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2588 | 2025.04.17 00:22:51.448823 [ 275 ] {ab169348-c9f6-46c7-af35-cb19644236af} <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', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2589 | 2025.04.17 00:22:51.448846 [ 275 ] {ab169348-c9f6-46c7-af35-cb19644236af} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 39 rows starting from 0 | ||
| 2590 | 2025.04.17 00:22:51.449348 [ 275 ] {ab169348-c9f6-46c7-af35-cb19644236af} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.001642 sec., 23751.522533495736 rows/sec., 898.06 KiB/sec. | ||
| 2591 | 2025.04.17 00:22:51.449461 [ 275 ] {ab169348-c9f6-46c7-af35-cb19644236af} <Debug> TCPHandler: Processed in 0.001890337 sec. | ||
| 2592 | 2025.04.17 00:22:51.454259 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2593 | 2025.04.17 00:22:51.454467 [ 275 ] {92809830-3d53-4407-8ed0-005706b6630b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2594 | 2025.04.17 00:22:51.454570 [ 275 ] {92809830-3d53-4407-8ed0-005706b6630b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2595 | 2025.04.17 00:22:51.455240 [ 275 ] {92809830-3d53-4407-8ed0-005706b6630b} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2596 | 2025.04.17 00:22:51.455289 [ 275 ] {92809830-3d53-4407-8ed0-005706b6630b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2597 | 2025.04.17 00:22:51.455802 [ 275 ] {92809830-3d53-4407-8ed0-005706b6630b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2598 | 2025.04.17 00:22:51.456027 [ 275 ] {92809830-3d53-4407-8ed0-005706b6630b} <Trace> oximeter.timeseries_schema (324d1a93-83c3-45a8-aad3-bc5a3ef47bfe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2599 | 2025.04.17 00:22:51.456344 [ 275 ] {92809830-3d53-4407-8ed0-005706b6630b} <Debug> executeQuery: Read 10 rows, 3.35 KiB in 0.001941 sec., 5151.983513652756 rows/sec., 1.69 MiB/sec. | ||
| 2600 | 2025.04.17 00:22:51.456400 [ 275 ] {92809830-3d53-4407-8ed0-005706b6630b} <Debug> TCPHandler: Processed in 0.002238606 sec. | ||
| 2601 | 2025.04.17 00:22:51.456515 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2602 | 2025.04.17 00:22:51.456622 [ 275 ] {012caa52-6e2c-4cf2-a4e4-db3ac2e31cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2603 | 2025.04.17 00:22:51.456669 [ 275 ] {012caa52-6e2c-4cf2-a4e4-db3ac2e31cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2604 | 2025.04.17 00:22:51.457201 [ 275 ] {012caa52-6e2c-4cf2-a4e4-db3ac2e31cac} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2605 | 2025.04.17 00:22:51.457242 [ 275 ] {012caa52-6e2c-4cf2-a4e4-db3ac2e31cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2606 | 2025.04.17 00:22:51.457620 [ 275 ] {012caa52-6e2c-4cf2-a4e4-db3ac2e31cac} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2607 | 2025.04.17 00:22:51.457941 [ 275 ] {012caa52-6e2c-4cf2-a4e4-db3ac2e31cac} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2608 | 2025.04.17 00:22:51.458145 [ 275 ] {012caa52-6e2c-4cf2-a4e4-db3ac2e31cac} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001546 sec., 15523.932729624838 rows/sec., 1.29 MiB/sec. | ||
| 2609 | 2025.04.17 00:22:51.458197 [ 275 ] {012caa52-6e2c-4cf2-a4e4-db3ac2e31cac} <Debug> TCPHandler: Processed in 0.001732583 sec. | ||
| 2610 | 2025.04.17 00:22:51.458310 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2611 | 2025.04.17 00:22:51.458415 [ 275 ] {78e0e34b-1b05-47f1-8730-190407cecd99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2612 | 2025.04.17 00:22:51.458463 [ 275 ] {78e0e34b-1b05-47f1-8730-190407cecd99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2613 | 2025.04.17 00:22:51.459026 [ 275 ] {78e0e34b-1b05-47f1-8730-190407cecd99} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2614 | 2025.04.17 00:22:51.459069 [ 275 ] {78e0e34b-1b05-47f1-8730-190407cecd99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2615 | 2025.04.17 00:22:51.459445 [ 275 ] {78e0e34b-1b05-47f1-8730-190407cecd99} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2616 | 2025.04.17 00:22:51.459701 [ 275 ] {78e0e34b-1b05-47f1-8730-190407cecd99} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2617 | 2025.04.17 00:22:51.459905 [ 275 ] {78e0e34b-1b05-47f1-8730-190407cecd99} <Debug> executeQuery: Read 176 rows, 15.87 KiB in 0.001512 sec., 116402.1164021164 rows/sec., 10.25 MiB/sec. | ||
| 2618 | 2025.04.17 00:22:51.459958 [ 275 ] {78e0e34b-1b05-47f1-8730-190407cecd99} <Debug> TCPHandler: Processed in 0.001698793 sec. | ||
| 2619 | 2025.04.17 00:22:51.460075 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2620 | 2025.04.17 00:22:51.460180 [ 275 ] {6cb47353-8525-43af-a425-56c38de3e0fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2621 | 2025.04.17 00:22:51.460229 [ 275 ] {6cb47353-8525-43af-a425-56c38de3e0fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2622 | 2025.04.17 00:22:51.460719 [ 275 ] {6cb47353-8525-43af-a425-56c38de3e0fa} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2623 | 2025.04.17 00:22:51.460758 [ 275 ] {6cb47353-8525-43af-a425-56c38de3e0fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2624 | 2025.04.17 00:22:51.461100 [ 275 ] {6cb47353-8525-43af-a425-56c38de3e0fa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2625 | 2025.04.17 00:22:51.461337 [ 275 ] {6cb47353-8525-43af-a425-56c38de3e0fa} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2626 | 2025.04.17 00:22:51.461568 [ 275 ] {6cb47353-8525-43af-a425-56c38de3e0fa} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.00141 sec., 8510.63829787234 rows/sec., 681.52 KiB/sec. | ||
| 2627 | 2025.04.17 00:22:51.461743 [ 275 ] {6cb47353-8525-43af-a425-56c38de3e0fa} <Debug> TCPHandler: Processed in 0.001717044 sec. | ||
| 2628 | 2025.04.17 00:22:51.461895 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2629 | 2025.04.17 00:22:51.461999 [ 275 ] {29a554b5-a7f1-4299-b54a-a393ce1378fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2630 | 2025.04.17 00:22:51.462046 [ 275 ] {29a554b5-a7f1-4299-b54a-a393ce1378fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2631 | 2025.04.17 00:22:51.462573 [ 275 ] {29a554b5-a7f1-4299-b54a-a393ce1378fe} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2632 | 2025.04.17 00:22:51.462613 [ 275 ] {29a554b5-a7f1-4299-b54a-a393ce1378fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2633 | 2025.04.17 00:22:51.462976 [ 275 ] {29a554b5-a7f1-4299-b54a-a393ce1378fe} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2634 | 2025.04.17 00:22:51.463210 [ 275 ] {29a554b5-a7f1-4299-b54a-a393ce1378fe} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2635 | 2025.04.17 00:22:51.463412 [ 275 ] {29a554b5-a7f1-4299-b54a-a393ce1378fe} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001435 sec., 16724.738675958186 rows/sec., 1.39 MiB/sec. | ||
| 2636 | 2025.04.17 00:22:51.463464 [ 275 ] {29a554b5-a7f1-4299-b54a-a393ce1378fe} <Debug> TCPHandler: Processed in 0.001621741 sec. | ||
| 2637 | 2025.04.17 00:22:51.463575 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2638 | 2025.04.17 00:22:51.463678 [ 275 ] {528ba698-8d93-445c-801c-19cadb653c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2639 | 2025.04.17 00:22:51.463723 [ 275 ] {528ba698-8d93-445c-801c-19cadb653c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2640 | 2025.04.17 00:22:51.464209 [ 275 ] {528ba698-8d93-445c-801c-19cadb653c79} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2641 | 2025.04.17 00:22:51.464248 [ 275 ] {528ba698-8d93-445c-801c-19cadb653c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2642 | 2025.04.17 00:22:51.464589 [ 275 ] {528ba698-8d93-445c-801c-19cadb653c79} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2643 | 2025.04.17 00:22:51.464824 [ 275 ] {528ba698-8d93-445c-801c-19cadb653c79} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2644 | 2025.04.17 00:22:51.465073 [ 275 ] {528ba698-8d93-445c-801c-19cadb653c79} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001414 sec., 8486.562942008488 rows/sec., 663.01 KiB/sec. | ||
| 2645 | 2025.04.17 00:22:51.465265 [ 275 ] {528ba698-8d93-445c-801c-19cadb653c79} <Debug> TCPHandler: Processed in 0.001739254 sec. | ||
| 2646 | 2025.04.17 00:22:51.465390 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2647 | 2025.04.17 00:22:51.465491 [ 275 ] {863135c9-6f39-482e-98bd-ea551d61ddf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2648 | 2025.04.17 00:22:51.465536 [ 275 ] {863135c9-6f39-482e-98bd-ea551d61ddf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2649 | 2025.04.17 00:22:51.466078 [ 275 ] {863135c9-6f39-482e-98bd-ea551d61ddf7} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2650 | 2025.04.17 00:22:51.466118 [ 275 ] {863135c9-6f39-482e-98bd-ea551d61ddf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2651 | 2025.04.17 00:22:51.466475 [ 275 ] {863135c9-6f39-482e-98bd-ea551d61ddf7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2652 | 2025.04.17 00:22:51.466718 [ 275 ] {863135c9-6f39-482e-98bd-ea551d61ddf7} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2653 | 2025.04.17 00:22:51.466926 [ 275 ] {863135c9-6f39-482e-98bd-ea551d61ddf7} <Debug> executeQuery: Read 100 rows, 8.37 KiB in 0.001456 sec., 68681.31868131868 rows/sec., 5.62 MiB/sec. | ||
| 2654 | 2025.04.17 00:22:51.466991 [ 275 ] {863135c9-6f39-482e-98bd-ea551d61ddf7} <Debug> TCPHandler: Processed in 0.001650762 sec. | ||
| 2655 | 2025.04.17 00:22:51.467108 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2656 | 2025.04.17 00:22:51.467212 [ 275 ] {02ed8176-342c-4c86-b742-68e13a947f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2657 | 2025.04.17 00:22:51.467259 [ 275 ] {02ed8176-342c-4c86-b742-68e13a947f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2658 | 2025.04.17 00:22:51.467811 [ 275 ] {02ed8176-342c-4c86-b742-68e13a947f1b} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2659 | 2025.04.17 00:22:51.467849 [ 275 ] {02ed8176-342c-4c86-b742-68e13a947f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2660 | 2025.04.17 00:22:51.468246 [ 275 ] {02ed8176-342c-4c86-b742-68e13a947f1b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2661 | 2025.04.17 00:22:51.468507 [ 275 ] {02ed8176-342c-4c86-b742-68e13a947f1b} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2662 | 2025.04.17 00:22:51.468670 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2663 | 2025.04.17 00:22:51.468733 [ 275 ] {02ed8176-342c-4c86-b742-68e13a947f1b} <Debug> executeQuery: Read 494 rows, 39.15 KiB in 0.001537 sec., 321405.3350683149 rows/sec., 24.87 MiB/sec. | ||
| 2664 | 2025.04.17 00:22:51.468759 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2665 | 2025.04.17 00:22:51.468821 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2666 | 2025.04.17 00:22:51.468840 [ 275 ] {02ed8176-342c-4c86-b742-68e13a947f1b} <Debug> TCPHandler: Processed in 0.001782105 sec. | ||
| 2667 | 2025.04.17 00:22:51.469043 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2668 | 2025.04.17 00:22:51.469052 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 2669 | 2025.04.17 00:22:51.469231 [ 275 ] {ba60b640-3d0f-4899-ba41-dbfced4aad3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2670 | 2025.04.17 00:22:51.469359 [ 275 ] {ba60b640-3d0f-4899-ba41-dbfced4aad3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2671 | 2025.04.17 00:22:51.469459 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2672 | 2025.04.17 00:22:51.469578 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2310 rows starting from the beginning of the part | ||
| 2673 | 2025.04.17 00:22:51.469985 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 150 rows starting from the beginning of the part | ||
| 2674 | 2025.04.17 00:22:51.470358 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 872 rows starting from the beginning of the part | ||
| 2675 | 2025.04.17 00:22:51.470756 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 150 rows starting from the beginning of the part | ||
| 2676 | 2025.04.17 00:22:51.471191 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 150 rows starting from the beginning of the part | ||
| 2677 | 2025.04.17 00:22:51.471555 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 494 rows starting from the beginning of the part | ||
| 2678 | 2025.04.17 00:22:51.471789 [ 275 ] {ba60b640-3d0f-4899-ba41-dbfced4aad3d} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2679 | 2025.04.17 00:22:51.471917 [ 275 ] {ba60b640-3d0f-4899-ba41-dbfced4aad3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2680 | 2025.04.17 00:22:51.472849 [ 275 ] {ba60b640-3d0f-4899-ba41-dbfced4aad3d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2681 | 2025.04.17 00:22:51.473417 [ 275 ] {ba60b640-3d0f-4899-ba41-dbfced4aad3d} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2682 | 2025.04.17 00:22:51.473984 [ 275 ] {ba60b640-3d0f-4899-ba41-dbfced4aad3d} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.004792 sec., 12103.505843071785 rows/sec., 837.78 KiB/sec. | ||
| 2683 | 2025.04.17 00:22:51.474358 [ 275 ] {ba60b640-3d0f-4899-ba41-dbfced4aad3d} <Debug> TCPHandler: Processed in 0.005383415 sec. | ||
| 2684 | 2025.04.17 00:22:51.475260 [ 199 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4126 rows, containing 5 columns (5 merged, 0 gathered) in 0.006324579 sec., 652375.4387446184 rows/sec., 44.80 MiB/sec. | ||
| 2685 | 2025.04.17 00:22:51.475883 [ 199 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2686 | 2025.04.17 00:22:51.476289 [ 199 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2687 | 2025.04.17 00:22:51.476406 [ 199 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2688 | 2025.04.17 00:22:51.476519 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. | ||
| 2689 | 2025.04.17 00:22:53.273168 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 2690 | 2025.04.17 00:22:53.273890 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2691 | 2025.04.17 00:22:53.273943 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2692 | 2025.04.17 00:22:53.274461 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2693 | 2025.04.17 00:22:53.274728 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2694 | 2025.04.17 00:22:53.275016 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 2695 | 2025.04.17 00:22:53.656516 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2696 | 2025.04.17 00:22:53.677457 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2697 | 2025.04.17 00:22:53.677524 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2698 | 2025.04.17 00:22:53.686797 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2699 | 2025.04.17 00:22:53.687642 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2700 | 2025.04.17 00:22:53.690889 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2701 | 2025.04.17 00:22:55.783643 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 354 | ||
| 2702 | 2025.04.17 00:22:55.787484 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2703 | 2025.04.17 00:22:55.787545 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2704 | 2025.04.17 00:22:55.789099 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2705 | 2025.04.17 00:22:55.789529 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2706 | 2025.04.17 00:22:55.790181 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 354 | ||
| 2707 | 2025.04.17 00:22:56.419435 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2708 | 2025.04.17 00:22:56.419780 [ 275 ] {35e2454d-21d3-442e-88bb-1f3d1340f456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2709 | 2025.04.17 00:22:56.419860 [ 275 ] {35e2454d-21d3-442e-88bb-1f3d1340f456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2710 | 2025.04.17 00:22:56.420682 [ 275 ] {35e2454d-21d3-442e-88bb-1f3d1340f456} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2711 | 2025.04.17 00:22:56.420736 [ 275 ] {35e2454d-21d3-442e-88bb-1f3d1340f456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2712 | 2025.04.17 00:22:56.421192 [ 275 ] {35e2454d-21d3-442e-88bb-1f3d1340f456} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2713 | 2025.04.17 00:22:56.421446 [ 275 ] {35e2454d-21d3-442e-88bb-1f3d1340f456} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2714 | 2025.04.17 00:22:56.421682 [ 275 ] {35e2454d-21d3-442e-88bb-1f3d1340f456} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001991 sec., 68307.3832245103 rows/sec., 5.90 MiB/sec. | ||
| 2715 | 2025.04.17 00:22:56.421747 [ 275 ] {35e2454d-21d3-442e-88bb-1f3d1340f456} <Debug> TCPHandler: Processed in 0.002505883 sec. | ||
| 2716 | 2025.04.17 00:22:56.421899 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2717 | 2025.04.17 00:22:56.422011 [ 275 ] {7ab20012-b13d-4bdc-bf37-121df933b232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2718 | 2025.04.17 00:22:56.422060 [ 275 ] {7ab20012-b13d-4bdc-bf37-121df933b232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2719 | 2025.04.17 00:22:56.422593 [ 275 ] {7ab20012-b13d-4bdc-bf37-121df933b232} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2720 | 2025.04.17 00:22:56.422634 [ 275 ] {7ab20012-b13d-4bdc-bf37-121df933b232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2721 | 2025.04.17 00:22:56.422988 [ 275 ] {7ab20012-b13d-4bdc-bf37-121df933b232} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2722 | 2025.04.17 00:22:56.423238 [ 275 ] {7ab20012-b13d-4bdc-bf37-121df933b232} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2723 | 2025.04.17 00:22:56.423494 [ 275 ] {7ab20012-b13d-4bdc-bf37-121df933b232} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001501 sec., 26648.90073284477 rows/sec., 1.96 MiB/sec. | ||
| 2724 | 2025.04.17 00:22:56.423692 [ 275 ] {7ab20012-b13d-4bdc-bf37-121df933b232} <Debug> TCPHandler: Processed in 0.001843937 sec. | ||
| 2725 | 2025.04.17 00:22:56.423832 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2726 | 2025.04.17 00:22:56.423938 [ 275 ] {897d06c4-1237-4b42-bb5c-e13b79058184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2727 | 2025.04.17 00:22:56.423983 [ 275 ] {897d06c4-1237-4b42-bb5c-e13b79058184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2728 | 2025.04.17 00:22:56.424544 [ 275 ] {897d06c4-1237-4b42-bb5c-e13b79058184} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2729 | 2025.04.17 00:22:56.424583 [ 275 ] {897d06c4-1237-4b42-bb5c-e13b79058184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2730 | 2025.04.17 00:22:56.424931 [ 275 ] {897d06c4-1237-4b42-bb5c-e13b79058184} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2731 | 2025.04.17 00:22:56.425168 [ 275 ] {897d06c4-1237-4b42-bb5c-e13b79058184} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2732 | 2025.04.17 00:22:56.425393 [ 275 ] {897d06c4-1237-4b42-bb5c-e13b79058184} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001469 sec., 70796.46017699115 rows/sec., 5.53 MiB/sec. | ||
| 2733 | 2025.04.17 00:22:56.425517 [ 275 ] {897d06c4-1237-4b42-bb5c-e13b79058184} <Debug> TCPHandler: Processed in 0.001733823 sec. | ||
| 2734 | 2025.04.17 00:22:56.425689 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2735 | 2025.04.17 00:22:56.425796 [ 275 ] {29a321d5-506f-40fd-a1a3-593a56c4defe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2736 | 2025.04.17 00:22:56.425847 [ 275 ] {29a321d5-506f-40fd-a1a3-593a56c4defe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2737 | 2025.04.17 00:22:56.426359 [ 275 ] {29a321d5-506f-40fd-a1a3-593a56c4defe} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2738 | 2025.04.17 00:22:56.426397 [ 275 ] {29a321d5-506f-40fd-a1a3-593a56c4defe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2739 | 2025.04.17 00:22:56.426772 [ 275 ] {29a321d5-506f-40fd-a1a3-593a56c4defe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2740 | 2025.04.17 00:22:56.427005 [ 275 ] {29a321d5-506f-40fd-a1a3-593a56c4defe} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2741 | 2025.04.17 00:22:56.427205 [ 275 ] {29a321d5-506f-40fd-a1a3-593a56c4defe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001431 sec., 111809.92313067785 rows/sec., 7.79 MiB/sec. | ||
| 2742 | 2025.04.17 00:22:56.427255 [ 275 ] {29a321d5-506f-40fd-a1a3-593a56c4defe} <Debug> TCPHandler: Processed in 0.001627161 sec. | ||
| 2743 | 2025.04.17 00:22:56.427371 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2744 | 2025.04.17 00:22:56.427475 [ 275 ] {9aa45931-a474-41c6-b6a9-26f09dd162d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2745 | 2025.04.17 00:22:56.427540 [ 275 ] {9aa45931-a474-41c6-b6a9-26f09dd162d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2746 | 2025.04.17 00:22:56.428649 [ 275 ] {9aa45931-a474-41c6-b6a9-26f09dd162d3} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2747 | 2025.04.17 00:22:56.428686 [ 275 ] {9aa45931-a474-41c6-b6a9-26f09dd162d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2748 | 2025.04.17 00:22:56.429322 [ 275 ] {9aa45931-a474-41c6-b6a9-26f09dd162d3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2749 | 2025.04.17 00:22:56.429581 [ 275 ] {9aa45931-a474-41c6-b6a9-26f09dd162d3} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2750 | 2025.04.17 00:22:56.429816 [ 275 ] {9aa45931-a474-41c6-b6a9-26f09dd162d3} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002363 sec., 16927.634363097757 rows/sec., 30.33 MiB/sec. | ||
| 2751 | 2025.04.17 00:22:56.429921 [ 275 ] {9aa45931-a474-41c6-b6a9-26f09dd162d3} <Debug> TCPHandler: Processed in 0.002600886 sec. | ||
| 2752 | 2025.04.17 00:22:56.430037 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2753 | 2025.04.17 00:22:56.430142 [ 275 ] {f2649df0-cb2b-482d-8d2f-50f1556f8d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2754 | 2025.04.17 00:22:56.430188 [ 275 ] {f2649df0-cb2b-482d-8d2f-50f1556f8d5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2755 | 2025.04.17 00:22:56.430593 [ 275 ] {f2649df0-cb2b-482d-8d2f-50f1556f8d5c} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2756 | 2025.04.17 00:22:56.430632 [ 275 ] {f2649df0-cb2b-482d-8d2f-50f1556f8d5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2757 | 2025.04.17 00:22:56.430977 [ 275 ] {f2649df0-cb2b-482d-8d2f-50f1556f8d5c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2758 | 2025.04.17 00:22:56.431213 [ 275 ] {f2649df0-cb2b-482d-8d2f-50f1556f8d5c} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2759 | 2025.04.17 00:22:56.431378 [ 37 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2760 | 2025.04.17 00:22:56.431429 [ 275 ] {f2649df0-cb2b-482d-8d2f-50f1556f8d5c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001303 sec., 46047.58250191865 rows/sec., 3.10 MiB/sec. | ||
| 2761 | 2025.04.17 00:22:56.431461 [ 37 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2762 | 2025.04.17 00:22:56.431538 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2763 | 2025.04.17 00:22:56.431540 [ 275 ] {f2649df0-cb2b-482d-8d2f-50f1556f8d5c} <Debug> TCPHandler: Processed in 0.001552879 sec. | ||
| 2764 | 2025.04.17 00:22:56.431737 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 2765 | 2025.04.17 00:22:56.431932 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2766 | 2025.04.17 00:22:56.431977 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 252 rows starting from the beginning of the part | ||
| 2767 | 2025.04.17 00:22:56.432066 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part | ||
| 2768 | 2025.04.17 00:22:56.432247 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part | ||
| 2769 | 2025.04.17 00:22:56.432531 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 50 rows starting from the beginning of the part | ||
| 2770 | 2025.04.17 00:22:56.432770 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 58 rows starting from the beginning of the part | ||
| 2771 | 2025.04.17 00:22:56.432943 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2772 | 2025.04.17 00:22:56.434089 [ 196 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 4 columns (4 merged, 0 gathered) in 0.002434491 sec., 213597.01062768357 rows/sec., 14.45 MiB/sec. | ||
| 2773 | 2025.04.17 00:22:56.434274 [ 196 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2774 | 2025.04.17 00:22:56.434649 [ 196 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_11_2} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2775 | 2025.04.17 00:22:56.434741 [ 196 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_11_2} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2776 | 2025.04.17 00:22:56.434831 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2777 | 2025.04.17 00:23:00.692785 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2778 | 2025.04.17 00:23:00.692846 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2779 | 2025.04.17 00:23:00.776101 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 2780 | 2025.04.17 00:23:00.776743 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2781 | 2025.04.17 00:23:00.776796 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2782 | 2025.04.17 00:23:00.777389 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2783 | 2025.04.17 00:23:00.777666 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2784 | 2025.04.17 00:23:00.778006 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2785 | 2025.04.17 00:23:01.191887 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2786 | 2025.04.17 00:23:01.212068 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2787 | 2025.04.17 00:23:01.212128 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2788 | 2025.04.17 00:23:01.219544 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2789 | 2025.04.17 00:23:01.220280 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2790 | 2025.04.17 00:23:01.222842 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2791 | 2025.04.17 00:23:01.417188 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2792 | 2025.04.17 00:23:01.417406 [ 275 ] {b93b1355-dd0d-4119-a3c3-ffe1df41a53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2793 | 2025.04.17 00:23:01.417493 [ 275 ] {b93b1355-dd0d-4119-a3c3-ffe1df41a53f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2794 | 2025.04.17 00:23:01.418455 [ 275 ] {b93b1355-dd0d-4119-a3c3-ffe1df41a53f} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2795 | 2025.04.17 00:23:01.418508 [ 275 ] {b93b1355-dd0d-4119-a3c3-ffe1df41a53f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2796 | 2025.04.17 00:23:01.418944 [ 275 ] {b93b1355-dd0d-4119-a3c3-ffe1df41a53f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2797 | 2025.04.17 00:23:01.419193 [ 275 ] {b93b1355-dd0d-4119-a3c3-ffe1df41a53f} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2798 | 2025.04.17 00:23:01.419422 [ 275 ] {b93b1355-dd0d-4119-a3c3-ffe1df41a53f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002078 sec., 26948.989412897015 rows/sec., 2.07 MiB/sec. | ||
| 2799 | 2025.04.17 00:23:01.419479 [ 275 ] {b93b1355-dd0d-4119-a3c3-ffe1df41a53f} <Debug> TCPHandler: Processed in 0.002433141 sec. | ||
| 2800 | 2025.04.17 00:23:01.419617 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2801 | 2025.04.17 00:23:01.419734 [ 275 ] {d4e97a6c-cc32-47ac-908b-fda83f2793c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2802 | 2025.04.17 00:23:01.419777 [ 275 ] {d4e97a6c-cc32-47ac-908b-fda83f2793c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2803 | 2025.04.17 00:23:01.420346 [ 275 ] {d4e97a6c-cc32-47ac-908b-fda83f2793c1} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2804 | 2025.04.17 00:23:01.420385 [ 275 ] {d4e97a6c-cc32-47ac-908b-fda83f2793c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2805 | 2025.04.17 00:23:01.420723 [ 275 ] {d4e97a6c-cc32-47ac-908b-fda83f2793c1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2806 | 2025.04.17 00:23:01.420954 [ 275 ] {d4e97a6c-cc32-47ac-908b-fda83f2793c1} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2807 | 2025.04.17 00:23:01.421168 [ 275 ] {d4e97a6c-cc32-47ac-908b-fda83f2793c1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001452 sec., 44077.134986225894 rows/sec., 3.44 MiB/sec. | ||
| 2808 | 2025.04.17 00:23:01.421277 [ 275 ] {d4e97a6c-cc32-47ac-908b-fda83f2793c1} <Debug> TCPHandler: Processed in 0.001706343 sec. | ||
| 2809 | 2025.04.17 00:23:01.421502 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2810 | 2025.04.17 00:23:01.421622 [ 275 ] {be6266cb-5397-4bdd-8afe-1f87dad5bd1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2811 | 2025.04.17 00:23:01.421673 [ 275 ] {be6266cb-5397-4bdd-8afe-1f87dad5bd1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2812 | 2025.04.17 00:23:01.422214 [ 275 ] {be6266cb-5397-4bdd-8afe-1f87dad5bd1e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2813 | 2025.04.17 00:23:01.422251 [ 275 ] {be6266cb-5397-4bdd-8afe-1f87dad5bd1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2814 | 2025.04.17 00:23:01.422629 [ 275 ] {be6266cb-5397-4bdd-8afe-1f87dad5bd1e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2815 | 2025.04.17 00:23:01.422856 [ 275 ] {be6266cb-5397-4bdd-8afe-1f87dad5bd1e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2816 | 2025.04.17 00:23:01.423050 [ 275 ] {be6266cb-5397-4bdd-8afe-1f87dad5bd1e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00145 sec., 110344.8275862069 rows/sec., 7.69 MiB/sec. | ||
| 2817 | 2025.04.17 00:23:01.423100 [ 275 ] {be6266cb-5397-4bdd-8afe-1f87dad5bd1e} <Debug> TCPHandler: Processed in 0.001686923 sec. | ||
| 2818 | 2025.04.17 00:23:01.423208 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2819 | 2025.04.17 00:23:01.423317 [ 275 ] {a5bd7de3-3a78-48b9-b42f-798342e8a62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2820 | 2025.04.17 00:23:01.423361 [ 275 ] {a5bd7de3-3a78-48b9-b42f-798342e8a62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2821 | 2025.04.17 00:23:01.423766 [ 275 ] {a5bd7de3-3a78-48b9-b42f-798342e8a62a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2822 | 2025.04.17 00:23:01.423803 [ 275 ] {a5bd7de3-3a78-48b9-b42f-798342e8a62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2823 | 2025.04.17 00:23:01.424143 [ 275 ] {a5bd7de3-3a78-48b9-b42f-798342e8a62a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2824 | 2025.04.17 00:23:01.424374 [ 275 ] {a5bd7de3-3a78-48b9-b42f-798342e8a62a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2825 | 2025.04.17 00:23:01.424617 [ 275 ] {a5bd7de3-3a78-48b9-b42f-798342e8a62a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001321 sec., 45420.136260408784 rows/sec., 3.06 MiB/sec. | ||
| 2826 | 2025.04.17 00:23:01.424793 [ 275 ] {a5bd7de3-3a78-48b9-b42f-798342e8a62a} <Debug> TCPHandler: Processed in 0.001630471 sec. | ||
| 2827 | 2025.04.17 00:23:03.739795 [ 98 ] {} <Debug> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2828 | 2025.04.17 00:23:03.739857 [ 98 ] {} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2829 | 2025.04.17 00:23:03.739880 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2830 | 2025.04.17 00:23:03.740040 [ 186 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::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 | ||
| 2831 | 2025.04.17 00:23:03.740234 [ 186 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2832 | 2025.04.17 00:23:03.740272 [ 186 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part | ||
| 2833 | 2025.04.17 00:23:03.740392 [ 186 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part | ||
| 2834 | 2025.04.17 00:23:03.740487 [ 186 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part | ||
| 2835 | 2025.04.17 00:23:03.740694 [ 186 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2836 | 2025.04.17 00:23:03.740958 [ 186 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
| 2837 | 2025.04.17 00:23:03.742128 [ 196 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 594 rows, containing 5 columns (5 merged, 0 gathered) in 0.002181195 sec., 272327.7836231974 rows/sec., 19.49 MiB/sec. | ||
| 2838 | 2025.04.17 00:23:03.742300 [ 186 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2839 | 2025.04.17 00:23:03.742591 [ 186 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_5_1} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2840 | 2025.04.17 00:23:03.742675 [ 186 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_5_1} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2841 | 2025.04.17 00:23:03.742757 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2842 | 2025.04.17 00:23:05.791185 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 374 | ||
| 2843 | 2025.04.17 00:23:05.794182 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2844 | 2025.04.17 00:23:05.794250 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2845 | 2025.04.17 00:23:05.795705 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2846 | 2025.04.17 00:23:05.796023 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2847 | 2025.04.17 00:23:05.796670 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 374 | ||
| 2848 | 2025.04.17 00:23:06.446795 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2849 | 2025.04.17 00:23:06.446979 [ 275 ] {db2985d6-a300-4be2-8d2a-e042964e013f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2850 | 2025.04.17 00:23:06.447049 [ 275 ] {db2985d6-a300-4be2-8d2a-e042964e013f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2851 | 2025.04.17 00:23:06.447861 [ 275 ] {db2985d6-a300-4be2-8d2a-e042964e013f} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2852 | 2025.04.17 00:23:06.447906 [ 275 ] {db2985d6-a300-4be2-8d2a-e042964e013f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2853 | 2025.04.17 00:23:06.448379 [ 275 ] {db2985d6-a300-4be2-8d2a-e042964e013f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2854 | 2025.04.17 00:23:06.448633 [ 275 ] {db2985d6-a300-4be2-8d2a-e042964e013f} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2855 | 2025.04.17 00:23:06.448886 [ 275 ] {db2985d6-a300-4be2-8d2a-e042964e013f} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001955 sec., 3069.0537084398975 rows/sec., 250.26 KiB/sec. | ||
| 2856 | 2025.04.17 00:23:06.449008 [ 275 ] {db2985d6-a300-4be2-8d2a-e042964e013f} <Debug> TCPHandler: Processed in 0.00234207 sec. | ||
| 2857 | 2025.04.17 00:23:06.449148 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2858 | 2025.04.17 00:23:06.449253 [ 275 ] {e6b3c3d5-8812-4715-80cc-79ab83098446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2859 | 2025.04.17 00:23:06.449297 [ 275 ] {e6b3c3d5-8812-4715-80cc-79ab83098446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2860 | 2025.04.17 00:23:06.450479 [ 275 ] {e6b3c3d5-8812-4715-80cc-79ab83098446} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2861 | 2025.04.17 00:23:06.450518 [ 275 ] {e6b3c3d5-8812-4715-80cc-79ab83098446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2862 | 2025.04.17 00:23:06.450943 [ 275 ] {e6b3c3d5-8812-4715-80cc-79ab83098446} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2863 | 2025.04.17 00:23:06.451176 [ 275 ] {e6b3c3d5-8812-4715-80cc-79ab83098446} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2864 | 2025.04.17 00:23:06.451344 [ 33 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2865 | 2025.04.17 00:23:06.451365 [ 275 ] {e6b3c3d5-8812-4715-80cc-79ab83098446} <Debug> executeQuery: Read 1279 rows, 108.81 KiB in 0.002134 sec., 599343.955014058 rows/sec., 49.79 MiB/sec. | ||
| 2866 | 2025.04.17 00:23:06.451430 [ 33 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2867 | 2025.04.17 00:23:06.451494 [ 275 ] {e6b3c3d5-8812-4715-80cc-79ab83098446} <Debug> TCPHandler: Processed in 0.002402931 sec. | ||
| 2868 | 2025.04.17 00:23:06.451500 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2869 | 2025.04.17 00:23:06.451692 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2870 | 2025.04.17 00:23:06.451838 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::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 | ||
| 2871 | 2025.04.17 00:23:06.452109 [ 275 ] {ca59ab13-07b3-41e6-89bc-0027e21de4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2872 | 2025.04.17 00:23:06.452233 [ 275 ] {ca59ab13-07b3-41e6-89bc-0027e21de4bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2873 | 2025.04.17 00:23:06.452244 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2874 | 2025.04.17 00:23:06.452303 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1820 rows starting from the beginning of the part | ||
| 2875 | 2025.04.17 00:23:06.452434 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 133 rows starting from the beginning of the part | ||
| 2876 | 2025.04.17 00:23:06.452947 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 176 rows starting from the beginning of the part | ||
| 2877 | 2025.04.17 00:23:06.453341 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 136 rows starting from the beginning of the part | ||
| 2878 | 2025.04.17 00:23:06.453695 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2879 | 2025.04.17 00:23:06.453991 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1279 rows starting from the beginning of the part | ||
| 2880 | 2025.04.17 00:23:06.454749 [ 275 ] {ca59ab13-07b3-41e6-89bc-0027e21de4bb} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2881 | 2025.04.17 00:23:06.454791 [ 275 ] {ca59ab13-07b3-41e6-89bc-0027e21de4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2882 | 2025.04.17 00:23:06.455314 [ 275 ] {ca59ab13-07b3-41e6-89bc-0027e21de4bb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2883 | 2025.04.17 00:23:06.455603 [ 275 ] {ca59ab13-07b3-41e6-89bc-0027e21de4bb} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2884 | 2025.04.17 00:23:06.455850 [ 275 ] {ca59ab13-07b3-41e6-89bc-0027e21de4bb} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.003896 sec., 11806.981519507186 rows/sec., 879.56 KiB/sec. | ||
| 2885 | 2025.04.17 00:23:06.456065 [ 275 ] {ca59ab13-07b3-41e6-89bc-0027e21de4bb} <Debug> TCPHandler: Processed in 0.004457092 sec. | ||
| 2886 | 2025.04.17 00:23:06.456334 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2887 | 2025.04.17 00:23:06.456493 [ 186 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3600 rows, containing 5 columns (5 merged, 0 gathered) in 0.004849302 sec., 742374.8819933261 rows/sec., 64.22 MiB/sec. | ||
| 2888 | 2025.04.17 00:23:06.456498 [ 275 ] {f3821be9-a565-4676-a8c7-531d4e2612e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2889 | 2025.04.17 00:23:06.456618 [ 275 ] {f3821be9-a565-4676-a8c7-531d4e2612e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2890 | 2025.04.17 00:23:06.456885 [ 186 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2891 | 2025.04.17 00:23:06.457558 [ 186 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_16_3} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2892 | 2025.04.17 00:23:06.457806 [ 186 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_16_3} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2893 | 2025.04.17 00:23:06.457823 [ 275 ] {f3821be9-a565-4676-a8c7-531d4e2612e2} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2894 | 2025.04.17 00:23:06.457896 [ 275 ] {f3821be9-a565-4676-a8c7-531d4e2612e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2895 | 2025.04.17 00:23:06.457961 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 2896 | 2025.04.17 00:23:06.458332 [ 275 ] {f3821be9-a565-4676-a8c7-531d4e2612e2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2897 | 2025.04.17 00:23:06.458580 [ 275 ] {f3821be9-a565-4676-a8c7-531d4e2612e2} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2898 | 2025.04.17 00:23:06.458783 [ 275 ] {f3821be9-a565-4676-a8c7-531d4e2612e2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002336 sec., 97602.7397260274 rows/sec., 6.61 MiB/sec. | ||
| 2899 | 2025.04.17 00:23:06.458838 [ 275 ] {f3821be9-a565-4676-a8c7-531d4e2612e2} <Debug> TCPHandler: Processed in 0.002593015 sec. | ||
| 2900 | 2025.04.17 00:23:06.458949 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2901 | 2025.04.17 00:23:06.459051 [ 275 ] {0113124e-ff64-4229-86f2-9d6e5063c670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2902 | 2025.04.17 00:23:06.459094 [ 275 ] {0113124e-ff64-4229-86f2-9d6e5063c670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2903 | 2025.04.17 00:23:06.459772 [ 275 ] {0113124e-ff64-4229-86f2-9d6e5063c670} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2904 | 2025.04.17 00:23:06.459810 [ 275 ] {0113124e-ff64-4229-86f2-9d6e5063c670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2905 | 2025.04.17 00:23:06.460175 [ 275 ] {0113124e-ff64-4229-86f2-9d6e5063c670} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2906 | 2025.04.17 00:23:06.460412 [ 275 ] {0113124e-ff64-4229-86f2-9d6e5063c670} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2907 | 2025.04.17 00:23:06.460571 [ 34 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2908 | 2025.04.17 00:23:06.460639 [ 275 ] {0113124e-ff64-4229-86f2-9d6e5063c670} <Debug> executeQuery: Read 566 rows, 43.10 KiB in 0.001603 sec., 353087.9600748596 rows/sec., 26.25 MiB/sec. | ||
| 2909 | 2025.04.17 00:23:06.460644 [ 34 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2910 | 2025.04.17 00:23:06.460724 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2911 | 2025.04.17 00:23:06.460772 [ 275 ] {0113124e-ff64-4229-86f2-9d6e5063c670} <Debug> TCPHandler: Processed in 0.001870718 sec. | ||
| 2912 | 2025.04.17 00:23:06.461018 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2913 | 2025.04.17 00:23:06.461057 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 2914 | 2025.04.17 00:23:06.461362 [ 275 ] {e904919b-f197-4519-ae38-ee93970a13ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2915 | 2025.04.17 00:23:06.461529 [ 275 ] {e904919b-f197-4519-ae38-ee93970a13ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2916 | 2025.04.17 00:23:06.461543 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2917 | 2025.04.17 00:23:06.461599 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 876 rows starting from the beginning of the part | ||
| 2918 | 2025.04.17 00:23:06.461858 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 105 rows starting from the beginning of the part | ||
| 2919 | 2025.04.17 00:23:06.462222 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 100 rows starting from the beginning of the part | ||
| 2920 | 2025.04.17 00:23:06.462601 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 104 rows starting from the beginning of the part | ||
| 2921 | 2025.04.17 00:23:06.462976 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2922 | 2025.04.17 00:23:06.463131 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 566 rows starting from the beginning of the part | ||
| 2923 | 2025.04.17 00:23:06.464018 [ 275 ] {e904919b-f197-4519-ae38-ee93970a13ce} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2924 | 2025.04.17 00:23:06.464059 [ 275 ] {e904919b-f197-4519-ae38-ee93970a13ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2925 | 2025.04.17 00:23:06.464692 [ 275 ] {e904919b-f197-4519-ae38-ee93970a13ce} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2926 | 2025.04.17 00:23:06.465034 [ 275 ] {e904919b-f197-4519-ae38-ee93970a13ce} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2927 | 2025.04.17 00:23:06.465113 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1815 rows, containing 5 columns (5 merged, 0 gathered) in 0.004244557 sec., 427606.4616401664 rows/sec., 33.44 MiB/sec. | ||
| 2928 | 2025.04.17 00:23:06.465449 [ 275 ] {e904919b-f197-4519-ae38-ee93970a13ce} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.004191 sec., 210689.57289429728 rows/sec., 14.18 MiB/sec. | ||
| 2929 | 2025.04.17 00:23:06.465628 [ 191 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2930 | 2025.04.17 00:23:06.465814 [ 275 ] {e904919b-f197-4519-ae38-ee93970a13ce} <Debug> TCPHandler: Processed in 0.004861142 sec. | ||
| 2931 | 2025.04.17 00:23:06.466054 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2932 | 2025.04.17 00:23:06.466210 [ 275 ] {0657a771-59c3-49c1-99ec-e2fecd731302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2933 | 2025.04.17 00:23:06.466299 [ 191 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_16_3} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2934 | 2025.04.17 00:23:06.466348 [ 275 ] {0657a771-59c3-49c1-99ec-e2fecd731302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2935 | 2025.04.17 00:23:06.466563 [ 191 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_16_3} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2936 | 2025.04.17 00:23:06.466796 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 2937 | 2025.04.17 00:23:06.467803 [ 275 ] {0657a771-59c3-49c1-99ec-e2fecd731302} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2938 | 2025.04.17 00:23:06.467846 [ 275 ] {0657a771-59c3-49c1-99ec-e2fecd731302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2939 | 2025.04.17 00:23:06.468490 [ 275 ] {0657a771-59c3-49c1-99ec-e2fecd731302} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2940 | 2025.04.17 00:23:06.468745 [ 275 ] {0657a771-59c3-49c1-99ec-e2fecd731302} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2941 | 2025.04.17 00:23:06.468980 [ 275 ] {0657a771-59c3-49c1-99ec-e2fecd731302} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00282 sec., 14184.397163120568 rows/sec., 25.42 MiB/sec. | ||
| 2942 | 2025.04.17 00:23:06.469080 [ 275 ] {0657a771-59c3-49c1-99ec-e2fecd731302} <Debug> TCPHandler: Processed in 0.003087348 sec. | ||
| 2943 | 2025.04.17 00:23:06.469192 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2944 | 2025.04.17 00:23:06.469291 [ 275 ] {bc8bf8c5-0888-47de-bec7-79d29929f50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2945 | 2025.04.17 00:23:06.469336 [ 275 ] {bc8bf8c5-0888-47de-bec7-79d29929f50b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2946 | 2025.04.17 00:23:06.469742 [ 275 ] {bc8bf8c5-0888-47de-bec7-79d29929f50b} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2947 | 2025.04.17 00:23:06.469780 [ 275 ] {bc8bf8c5-0888-47de-bec7-79d29929f50b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2948 | 2025.04.17 00:23:06.470122 [ 275 ] {bc8bf8c5-0888-47de-bec7-79d29929f50b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2949 | 2025.04.17 00:23:06.470348 [ 275 ] {bc8bf8c5-0888-47de-bec7-79d29929f50b} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2950 | 2025.04.17 00:23:06.470543 [ 275 ] {bc8bf8c5-0888-47de-bec7-79d29929f50b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001273 sec., 47132.757266300076 rows/sec., 3.18 MiB/sec. | ||
| 2951 | 2025.04.17 00:23:06.470592 [ 275 ] {bc8bf8c5-0888-47de-bec7-79d29929f50b} <Debug> TCPHandler: Processed in 0.001448177 sec. | ||
| 2952 | 2025.04.17 00:23:08.278834 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 2953 | 2025.04.17 00:23:08.279496 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2954 | 2025.04.17 00:23:08.279546 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2955 | 2025.04.17 00:23:08.280073 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2956 | 2025.04.17 00:23:08.280329 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2957 | 2025.04.17 00:23:08.280581 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 2958 | 2025.04.17 00:23:08.723646 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 2959 | 2025.04.17 00:23:08.743688 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2960 | 2025.04.17 00:23:08.743750 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2961 | 2025.04.17 00:23:08.750955 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2962 | 2025.04.17 00:23:08.751688 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2963 | 2025.04.17 00:23:08.754426 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 2964 | 2025.04.17 00:23:11.417222 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2965 | 2025.04.17 00:23:11.417428 [ 275 ] {8d489b11-fcf8-4097-b8d2-13d200d73468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2966 | 2025.04.17 00:23:11.417498 [ 275 ] {8d489b11-fcf8-4097-b8d2-13d200d73468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2967 | 2025.04.17 00:23:11.418424 [ 275 ] {8d489b11-fcf8-4097-b8d2-13d200d73468} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2968 | 2025.04.17 00:23:11.418469 [ 275 ] {8d489b11-fcf8-4097-b8d2-13d200d73468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2969 | 2025.04.17 00:23:11.418892 [ 275 ] {8d489b11-fcf8-4097-b8d2-13d200d73468} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2970 | 2025.04.17 00:23:11.419138 [ 275 ] {8d489b11-fcf8-4097-b8d2-13d200d73468} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2971 | 2025.04.17 00:23:11.419329 [ 275 ] {8d489b11-fcf8-4097-b8d2-13d200d73468} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001952 sec., 28688.524590163935 rows/sec., 2.20 MiB/sec. | ||
| 2972 | 2025.04.17 00:23:11.419431 [ 275 ] {8d489b11-fcf8-4097-b8d2-13d200d73468} <Debug> TCPHandler: Processed in 0.002335699 sec. | ||
| 2973 | 2025.04.17 00:23:11.419639 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2974 | 2025.04.17 00:23:11.419743 [ 275 ] {4671bd2d-af49-43ee-ba96-c17a9625dc6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2975 | 2025.04.17 00:23:11.419789 [ 275 ] {4671bd2d-af49-43ee-ba96-c17a9625dc6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2976 | 2025.04.17 00:23:11.420371 [ 275 ] {4671bd2d-af49-43ee-ba96-c17a9625dc6b} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2977 | 2025.04.17 00:23:11.420410 [ 275 ] {4671bd2d-af49-43ee-ba96-c17a9625dc6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2978 | 2025.04.17 00:23:11.420760 [ 275 ] {4671bd2d-af49-43ee-ba96-c17a9625dc6b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2979 | 2025.04.17 00:23:11.420986 [ 275 ] {4671bd2d-af49-43ee-ba96-c17a9625dc6b} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2980 | 2025.04.17 00:23:11.421146 [ 275 ] {4671bd2d-af49-43ee-ba96-c17a9625dc6b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001426 sec., 44880.78541374474 rows/sec., 3.50 MiB/sec. | ||
| 2981 | 2025.04.17 00:23:11.421195 [ 275 ] {4671bd2d-af49-43ee-ba96-c17a9625dc6b} <Debug> TCPHandler: Processed in 0.001638801 sec. | ||
| 2982 | 2025.04.17 00:23:11.421318 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2983 | 2025.04.17 00:23:11.421426 [ 275 ] {36a88938-47c2-4258-af90-88a3fe2be68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2984 | 2025.04.17 00:23:11.421474 [ 275 ] {36a88938-47c2-4258-af90-88a3fe2be68e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2985 | 2025.04.17 00:23:11.422021 [ 275 ] {36a88938-47c2-4258-af90-88a3fe2be68e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2986 | 2025.04.17 00:23:11.422058 [ 275 ] {36a88938-47c2-4258-af90-88a3fe2be68e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2987 | 2025.04.17 00:23:11.422433 [ 275 ] {36a88938-47c2-4258-af90-88a3fe2be68e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2988 | 2025.04.17 00:23:11.422663 [ 275 ] {36a88938-47c2-4258-af90-88a3fe2be68e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2989 | 2025.04.17 00:23:11.422842 [ 275 ] {36a88938-47c2-4258-af90-88a3fe2be68e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001437 sec., 111343.07585247043 rows/sec., 7.75 MiB/sec. | ||
| 2990 | 2025.04.17 00:23:11.422954 [ 275 ] {36a88938-47c2-4258-af90-88a3fe2be68e} <Debug> TCPHandler: Processed in 0.001688052 sec. | ||
| 2991 | 2025.04.17 00:23:11.423095 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2992 | 2025.04.17 00:23:11.423202 [ 275 ] {a8fe2ca4-ef55-4e9d-8e71-1e8ea9d95b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2993 | 2025.04.17 00:23:11.423247 [ 275 ] {a8fe2ca4-ef55-4e9d-8e71-1e8ea9d95b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2994 | 2025.04.17 00:23:11.423658 [ 275 ] {a8fe2ca4-ef55-4e9d-8e71-1e8ea9d95b3c} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2995 | 2025.04.17 00:23:11.423694 [ 275 ] {a8fe2ca4-ef55-4e9d-8e71-1e8ea9d95b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2996 | 2025.04.17 00:23:11.424030 [ 275 ] {a8fe2ca4-ef55-4e9d-8e71-1e8ea9d95b3c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2997 | 2025.04.17 00:23:11.424251 [ 275 ] {a8fe2ca4-ef55-4e9d-8e71-1e8ea9d95b3c} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2998 | 2025.04.17 00:23:11.424472 [ 275 ] {a8fe2ca4-ef55-4e9d-8e71-1e8ea9d95b3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001286 sec., 46656.29860031104 rows/sec., 3.14 MiB/sec. | ||
| 2999 | 2025.04.17 00:23:11.424669 [ 275 ] {a8fe2ca4-ef55-4e9d-8e71-1e8ea9d95b3c} <Debug> TCPHandler: Processed in 0.001626501 sec. | ||
| 3000 | 2025.04.17 00:23:15.692892 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3001 | 2025.04.17 00:23:15.692957 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3002 | 2025.04.17 00:23:15.781688 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3003 | 2025.04.17 00:23:15.782335 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3004 | 2025.04.17 00:23:15.782386 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3005 | 2025.04.17 00:23:15.782958 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3006 | 2025.04.17 00:23:15.783218 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3007 | 2025.04.17 00:23:15.783457 [ 66 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3008 | 2025.04.17 00:23:15.783491 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3009 | 2025.04.17 00:23:15.783532 [ 66 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3010 | 2025.04.17 00:23:15.783562 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3011 | 2025.04.17 00:23:15.783693 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 3012 | 2025.04.17 00:23:15.783824 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3013 | 2025.04.17 00:23:15.783868 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
| 3014 | 2025.04.17 00:23:15.783944 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 3015 | 2025.04.17 00:23:15.784112 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
| 3016 | 2025.04.17 00:23:15.784340 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
| 3017 | 2025.04.17 00:23:15.784584 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
| 3018 | 2025.04.17 00:23:15.784673 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
| 3019 | 2025.04.17 00:23:15.786545 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002920413 sec., 2527382.2572355345 rows/sec., 36.15 MiB/sec. | ||
| 3020 | 2025.04.17 00:23:15.787354 [ 194 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3021 | 2025.04.17 00:23:15.787659 [ 194 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_16_3} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3022 | 2025.04.17 00:23:15.787742 [ 194 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_16_3} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3023 | 2025.04.17 00:23:15.787836 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3024 | 2025.04.17 00:23:15.797717 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 398 | ||
| 3025 | 2025.04.17 00:23:15.800499 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3026 | 2025.04.17 00:23:15.800540 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3027 | 2025.04.17 00:23:15.801951 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3028 | 2025.04.17 00:23:15.802268 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3029 | 2025.04.17 00:23:15.803107 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 398 | ||
| 3030 | 2025.04.17 00:23:16.001575 [ 249 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001011205 sec. | ||
| 3031 | 2025.04.17 00:23:16.254485 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3032 | 2025.04.17 00:23:16.276241 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3033 | 2025.04.17 00:23:16.276313 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3034 | 2025.04.17 00:23:16.283899 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3035 | 2025.04.17 00:23:16.284683 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3036 | 2025.04.17 00:23:16.285059 [ 66 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3037 | 2025.04.17 00:23:16.285195 [ 66 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3038 | 2025.04.17 00:23:16.285272 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3039 | 2025.04.17 00:23:16.285634 [ 194 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 3040 | 2025.04.17 00:23:16.300593 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3041 | 2025.04.17 00:23:16.302199 [ 194 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3042 | 2025.04.17 00:23:16.303834 [ 194 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 3043 | 2025.04.17 00:23:16.309399 [ 194 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 3044 | 2025.04.17 00:23:16.314782 [ 194 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 3045 | 2025.04.17 00:23:16.320087 [ 194 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 3046 | 2025.04.17 00:23:16.325580 [ 194 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 3047 | 2025.04.17 00:23:16.330114 [ 194 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 3048 | 2025.04.17 00:23:16.391040 [ 192 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.105639961 sec., 1145.3998927545988 rows/sec., 5.92 MiB/sec. | ||
| 3049 | 2025.04.17 00:23:16.393680 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3050 | 2025.04.17 00:23:16.396550 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_16_3} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3051 | 2025.04.17 00:23:16.396653 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_16_3} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3052 | 2025.04.17 00:23:16.399005 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. | ||
| 3053 | 2025.04.17 00:23:16.418469 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3054 | 2025.04.17 00:23:16.418753 [ 275 ] {5a8ca824-a2d3-4e2e-962d-524d2072466c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3055 | 2025.04.17 00:23:16.418866 [ 275 ] {5a8ca824-a2d3-4e2e-962d-524d2072466c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3056 | 2025.04.17 00:23:16.419842 [ 275 ] {5a8ca824-a2d3-4e2e-962d-524d2072466c} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3057 | 2025.04.17 00:23:16.419894 [ 275 ] {5a8ca824-a2d3-4e2e-962d-524d2072466c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3058 | 2025.04.17 00:23:16.420350 [ 275 ] {5a8ca824-a2d3-4e2e-962d-524d2072466c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3059 | 2025.04.17 00:23:16.420603 [ 275 ] {5a8ca824-a2d3-4e2e-962d-524d2072466c} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3060 | 2025.04.17 00:23:16.420870 [ 275 ] {5a8ca824-a2d3-4e2e-962d-524d2072466c} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002191 sec., 62072.11319032406 rows/sec., 5.36 MiB/sec. | ||
| 3061 | 2025.04.17 00:23:16.421016 [ 275 ] {5a8ca824-a2d3-4e2e-962d-524d2072466c} <Debug> TCPHandler: Processed in 0.002719048 sec. | ||
| 3062 | 2025.04.17 00:23:16.421270 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3063 | 2025.04.17 00:23:16.421381 [ 275 ] {3e250c68-bf26-4927-a4e9-682bc05ed1ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3064 | 2025.04.17 00:23:16.421429 [ 275 ] {3e250c68-bf26-4927-a4e9-682bc05ed1ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3065 | 2025.04.17 00:23:16.421988 [ 275 ] {3e250c68-bf26-4927-a4e9-682bc05ed1ca} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3066 | 2025.04.17 00:23:16.422028 [ 275 ] {3e250c68-bf26-4927-a4e9-682bc05ed1ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3067 | 2025.04.17 00:23:16.422371 [ 275 ] {3e250c68-bf26-4927-a4e9-682bc05ed1ca} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3068 | 2025.04.17 00:23:16.422600 [ 275 ] {3e250c68-bf26-4927-a4e9-682bc05ed1ca} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3069 | 2025.04.17 00:23:16.422760 [ 66 ] {} <Debug> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3070 | 2025.04.17 00:23:16.422827 [ 275 ] {3e250c68-bf26-4927-a4e9-682bc05ed1ca} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001469 sec., 27229.40776038121 rows/sec., 2.00 MiB/sec. | ||
| 3071 | 2025.04.17 00:23:16.422847 [ 66 ] {} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3072 | 2025.04.17 00:23:16.422918 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3073 | 2025.04.17 00:23:16.422951 [ 275 ] {3e250c68-bf26-4927-a4e9-682bc05ed1ca} <Debug> TCPHandler: Processed in 0.001749664 sec. | ||
| 3074 | 2025.04.17 00:23:16.423105 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::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 | ||
| 3075 | 2025.04.17 00:23:16.423113 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3076 | 2025.04.17 00:23:16.423274 [ 275 ] {9fdac27c-ed39-4717-a831-8c36ef4274cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3077 | 2025.04.17 00:23:16.423277 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3078 | 2025.04.17 00:23:16.423332 [ 275 ] {9fdac27c-ed39-4717-a831-8c36ef4274cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3079 | 2025.04.17 00:23:16.423335 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part | ||
| 3080 | 2025.04.17 00:23:16.423561 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
| 3081 | 2025.04.17 00:23:16.424055 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
| 3082 | 2025.04.17 00:23:16.424470 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part | ||
| 3083 | 2025.04.17 00:23:16.424830 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 46 rows starting from the beginning of the part | ||
| 3084 | 2025.04.17 00:23:16.425140 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part | ||
| 3085 | 2025.04.17 00:23:16.426074 [ 275 ] {9fdac27c-ed39-4717-a831-8c36ef4274cf} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3086 | 2025.04.17 00:23:16.426120 [ 275 ] {9fdac27c-ed39-4717-a831-8c36ef4274cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3087 | 2025.04.17 00:23:16.426720 [ 275 ] {9fdac27c-ed39-4717-a831-8c36ef4274cf} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3088 | 2025.04.17 00:23:16.427090 [ 275 ] {9fdac27c-ed39-4717-a831-8c36ef4274cf} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3089 | 2025.04.17 00:23:16.427164 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 5 columns (5 merged, 0 gathered) in 0.004132894 sec., 77427.58464165789 rows/sec., 5.61 MiB/sec. | ||
| 3090 | 2025.04.17 00:23:16.427421 [ 275 ] {9fdac27c-ed39-4717-a831-8c36ef4274cf} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.004178 sec., 24892.29296314026 rows/sec., 1.94 MiB/sec. | ||
| 3091 | 2025.04.17 00:23:16.427529 [ 275 ] {9fdac27c-ed39-4717-a831-8c36ef4274cf} <Debug> TCPHandler: Processed in 0.004469123 sec. | ||
| 3092 | 2025.04.17 00:23:16.427527 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3093 | 2025.04.17 00:23:16.427685 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3094 | 2025.04.17 00:23:16.427858 [ 275 ] {e6ca5dec-3ce6-4ca8-98ab-4b170c4bf4cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3095 | 2025.04.17 00:23:16.427927 [ 275 ] {e6ca5dec-3ce6-4ca8-98ab-4b170c4bf4cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3096 | 2025.04.17 00:23:16.428176 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_11_2} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3097 | 2025.04.17 00:23:16.428436 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_11_2} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3098 | 2025.04.17 00:23:16.428558 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3099 | 2025.04.17 00:23:16.428840 [ 275 ] {e6ca5dec-3ce6-4ca8-98ab-4b170c4bf4cc} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3100 | 2025.04.17 00:23:16.428884 [ 275 ] {e6ca5dec-3ce6-4ca8-98ab-4b170c4bf4cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3101 | 2025.04.17 00:23:16.429268 [ 275 ] {e6ca5dec-3ce6-4ca8-98ab-4b170c4bf4cc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3102 | 2025.04.17 00:23:16.429511 [ 275 ] {e6ca5dec-3ce6-4ca8-98ab-4b170c4bf4cc} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3103 | 2025.04.17 00:23:16.429707 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3104 | 2025.04.17 00:23:16.429723 [ 275 ] {e6ca5dec-3ce6-4ca8-98ab-4b170c4bf4cc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001907 sec., 83901.41583639223 rows/sec., 5.84 MiB/sec. | ||
| 3105 | 2025.04.17 00:23:16.429799 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3106 | 2025.04.17 00:23:16.429895 [ 275 ] {e6ca5dec-3ce6-4ca8-98ab-4b170c4bf4cc} <Debug> TCPHandler: Processed in 0.002283348 sec. | ||
| 3107 | 2025.04.17 00:23:16.429904 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3108 | 2025.04.17 00:23:16.430103 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3109 | 2025.04.17 00:23:16.430198 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 3110 | 2025.04.17 00:23:16.430470 [ 275 ] {b7b24ef8-e5fa-4525-9e0d-ec50ca0fa3dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3111 | 2025.04.17 00:23:16.430787 [ 275 ] {b7b24ef8-e5fa-4525-9e0d-ec50ca0fa3dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3112 | 2025.04.17 00:23:16.430788 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3113 | 2025.04.17 00:23:16.430861 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4126 rows starting from the beginning of the part | ||
| 3114 | 2025.04.17 00:23:16.431138 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 3115 | 2025.04.17 00:23:16.431566 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 3116 | 2025.04.17 00:23:16.431907 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 883 rows starting from the beginning of the part | ||
| 3117 | 2025.04.17 00:23:16.432270 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 3118 | 2025.04.17 00:23:16.432642 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 3119 | 2025.04.17 00:23:16.434905 [ 275 ] {b7b24ef8-e5fa-4525-9e0d-ec50ca0fa3dd} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3120 | 2025.04.17 00:23:16.434949 [ 275 ] {b7b24ef8-e5fa-4525-9e0d-ec50ca0fa3dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3121 | 2025.04.17 00:23:16.436203 [ 275 ] {b7b24ef8-e5fa-4525-9e0d-ec50ca0fa3dd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3122 | 2025.04.17 00:23:16.436478 [ 275 ] {b7b24ef8-e5fa-4525-9e0d-ec50ca0fa3dd} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3123 | 2025.04.17 00:23:16.436794 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5649 rows, containing 5 columns (5 merged, 0 gathered) in 0.00674167 sec., 837922.947874933 rows/sec., 57.45 MiB/sec. | ||
| 3124 | 2025.04.17 00:23:16.436884 [ 275 ] {b7b24ef8-e5fa-4525-9e0d-ec50ca0fa3dd} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006563 sec., 6094.773731525217 rows/sec., 10.92 MiB/sec. | ||
| 3125 | 2025.04.17 00:23:16.437009 [ 275 ] {b7b24ef8-e5fa-4525-9e0d-ec50ca0fa3dd} <Debug> TCPHandler: Processed in 0.007006166 sec. | ||
| 3126 | 2025.04.17 00:23:16.437147 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3127 | 2025.04.17 00:23:16.437259 [ 275 ] {1fb775e8-afca-415a-bce0-25f99794c6ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3128 | 2025.04.17 00:23:16.437314 [ 275 ] {1fb775e8-afca-415a-bce0-25f99794c6ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3129 | 2025.04.17 00:23:16.437333 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3130 | 2025.04.17 00:23:16.437731 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3131 | 2025.04.17 00:23:16.437836 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3132 | 2025.04.17 00:23:16.437943 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 3133 | 2025.04.17 00:23:16.437972 [ 275 ] {1fb775e8-afca-415a-bce0-25f99794c6ac} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3134 | 2025.04.17 00:23:16.438012 [ 275 ] {1fb775e8-afca-415a-bce0-25f99794c6ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3135 | 2025.04.17 00:23:16.438370 [ 275 ] {1fb775e8-afca-415a-bce0-25f99794c6ac} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3136 | 2025.04.17 00:23:16.438614 [ 275 ] {1fb775e8-afca-415a-bce0-25f99794c6ac} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3137 | 2025.04.17 00:23:16.438815 [ 275 ] {1fb775e8-afca-415a-bce0-25f99794c6ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001585 sec., 37854.88958990536 rows/sec., 2.55 MiB/sec. | ||
| 3138 | 2025.04.17 00:23:16.438869 [ 275 ] {1fb775e8-afca-415a-bce0-25f99794c6ac} <Debug> TCPHandler: Processed in 0.001774155 sec. | ||
| 3139 | 2025.04.17 00:23:17.000269 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.34 MiB, peak 185.80 MiB, free memory in arenas 0.00 B, will set to 177.85 MiB (RSS), difference: 1.51 MiB | ||
| 3140 | 2025.04.17 00:23:21.418856 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3141 | 2025.04.17 00:23:21.419169 [ 275 ] {f7ec7053-e35a-45e0-a357-ac110ca54ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3142 | 2025.04.17 00:23:21.419283 [ 275 ] {f7ec7053-e35a-45e0-a357-ac110ca54ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3143 | 2025.04.17 00:23:21.420032 [ 275 ] {f7ec7053-e35a-45e0-a357-ac110ca54ed3} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2025.04.17 00:23:21.420073 [ 275 ] {f7ec7053-e35a-45e0-a357-ac110ca54ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3145 | 2025.04.17 00:23:21.420481 [ 275 ] {f7ec7053-e35a-45e0-a357-ac110ca54ed3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3146 | 2025.04.17 00:23:21.420717 [ 275 ] {f7ec7053-e35a-45e0-a357-ac110ca54ed3} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3147 | 2025.04.17 00:23:21.420913 [ 275 ] {f7ec7053-e35a-45e0-a357-ac110ca54ed3} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001827 sec., 13136.288998357963 rows/sec., 1.09 MiB/sec. | ||
| 3148 | 2025.04.17 00:23:21.420967 [ 275 ] {f7ec7053-e35a-45e0-a357-ac110ca54ed3} <Debug> TCPHandler: Processed in 0.002286108 sec. | ||
| 3149 | 2025.04.17 00:23:21.421092 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3150 | 2025.04.17 00:23:21.421195 [ 275 ] {76ef45be-6eec-4010-a761-c4d818af5579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3151 | 2025.04.17 00:23:21.421241 [ 275 ] {76ef45be-6eec-4010-a761-c4d818af5579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3152 | 2025.04.17 00:23:21.421731 [ 275 ] {76ef45be-6eec-4010-a761-c4d818af5579} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3153 | 2025.04.17 00:23:21.421768 [ 275 ] {76ef45be-6eec-4010-a761-c4d818af5579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3154 | 2025.04.17 00:23:21.422087 [ 275 ] {76ef45be-6eec-4010-a761-c4d818af5579} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3155 | 2025.04.17 00:23:21.422310 [ 275 ] {76ef45be-6eec-4010-a761-c4d818af5579} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3156 | 2025.04.17 00:23:21.422495 [ 275 ] {76ef45be-6eec-4010-a761-c4d818af5579} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001322 sec., 1512.8593040847202 rows/sec., 123.36 KiB/sec. | ||
| 3157 | 2025.04.17 00:23:21.422544 [ 275 ] {76ef45be-6eec-4010-a761-c4d818af5579} <Debug> TCPHandler: Processed in 0.001502288 sec. | ||
| 3158 | 2025.04.17 00:23:21.422660 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3159 | 2025.04.17 00:23:21.422760 [ 275 ] {784387e2-0296-47fd-b6a7-9f7f016a8fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3160 | 2025.04.17 00:23:21.422803 [ 275 ] {784387e2-0296-47fd-b6a7-9f7f016a8fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3161 | 2025.04.17 00:23:21.423405 [ 275 ] {784387e2-0296-47fd-b6a7-9f7f016a8fd2} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3162 | 2025.04.17 00:23:21.423444 [ 275 ] {784387e2-0296-47fd-b6a7-9f7f016a8fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3163 | 2025.04.17 00:23:21.423791 [ 275 ] {784387e2-0296-47fd-b6a7-9f7f016a8fd2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3164 | 2025.04.17 00:23:21.424037 [ 275 ] {784387e2-0296-47fd-b6a7-9f7f016a8fd2} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3165 | 2025.04.17 00:23:21.424229 [ 275 ] {784387e2-0296-47fd-b6a7-9f7f016a8fd2} <Debug> executeQuery: Read 177 rows, 15.94 KiB in 0.001489 sec., 118871.72599059771 rows/sec., 10.45 MiB/sec. | ||
| 3166 | 2025.04.17 00:23:21.424281 [ 275 ] {784387e2-0296-47fd-b6a7-9f7f016a8fd2} <Debug> TCPHandler: Processed in 0.001669802 sec. | ||
| 3167 | 2025.04.17 00:23:21.424395 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3168 | 2025.04.17 00:23:21.424497 [ 275 ] {b9e57930-6ba9-4ff2-9f37-7a6ab76ab4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3169 | 2025.04.17 00:23:21.424542 [ 275 ] {b9e57930-6ba9-4ff2-9f37-7a6ab76ab4a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3170 | 2025.04.17 00:23:21.425040 [ 275 ] {b9e57930-6ba9-4ff2-9f37-7a6ab76ab4a8} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3171 | 2025.04.17 00:23:21.425080 [ 275 ] {b9e57930-6ba9-4ff2-9f37-7a6ab76ab4a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3172 | 2025.04.17 00:23:21.425418 [ 275 ] {b9e57930-6ba9-4ff2-9f37-7a6ab76ab4a8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3173 | 2025.04.17 00:23:21.425645 [ 275 ] {b9e57930-6ba9-4ff2-9f37-7a6ab76ab4a8} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3174 | 2025.04.17 00:23:21.425858 [ 275 ] {b9e57930-6ba9-4ff2-9f37-7a6ab76ab4a8} <Debug> executeQuery: Read 14 rows, 1.10 KiB in 0.001368 sec., 10233.91812865497 rows/sec., 804.52 KiB/sec. | ||
| 3175 | 2025.04.17 00:23:21.426015 [ 275 ] {b9e57930-6ba9-4ff2-9f37-7a6ab76ab4a8} <Debug> TCPHandler: Processed in 0.001665391 sec. | ||
| 3176 | 2025.04.17 00:23:21.426175 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3177 | 2025.04.17 00:23:21.426277 [ 275 ] {c501aff4-f2be-40a1-b88f-7ae5f9c8e3f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3178 | 2025.04.17 00:23:21.426320 [ 275 ] {c501aff4-f2be-40a1-b88f-7ae5f9c8e3f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3179 | 2025.04.17 00:23:21.426845 [ 275 ] {c501aff4-f2be-40a1-b88f-7ae5f9c8e3f5} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3180 | 2025.04.17 00:23:21.426883 [ 275 ] {c501aff4-f2be-40a1-b88f-7ae5f9c8e3f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3181 | 2025.04.17 00:23:21.427210 [ 275 ] {c501aff4-f2be-40a1-b88f-7ae5f9c8e3f5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3182 | 2025.04.17 00:23:21.427436 [ 275 ] {c501aff4-f2be-40a1-b88f-7ae5f9c8e3f5} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3183 | 2025.04.17 00:23:21.427631 [ 275 ] {c501aff4-f2be-40a1-b88f-7ae5f9c8e3f5} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001373 sec., 17479.970866715223 rows/sec., 1.45 MiB/sec. | ||
| 3184 | 2025.04.17 00:23:21.427731 [ 275 ] {c501aff4-f2be-40a1-b88f-7ae5f9c8e3f5} <Debug> TCPHandler: Processed in 0.001611701 sec. | ||
| 3185 | 2025.04.17 00:23:21.427849 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3186 | 2025.04.17 00:23:21.427949 [ 275 ] {956ce9f9-411f-48cc-8cf6-4664113bf6b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3187 | 2025.04.17 00:23:21.427992 [ 275 ] {956ce9f9-411f-48cc-8cf6-4664113bf6b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3188 | 2025.04.17 00:23:21.428488 [ 275 ] {956ce9f9-411f-48cc-8cf6-4664113bf6b8} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3189 | 2025.04.17 00:23:21.428525 [ 275 ] {956ce9f9-411f-48cc-8cf6-4664113bf6b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3190 | 2025.04.17 00:23:21.428869 [ 275 ] {956ce9f9-411f-48cc-8cf6-4664113bf6b8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3191 | 2025.04.17 00:23:21.429095 [ 275 ] {956ce9f9-411f-48cc-8cf6-4664113bf6b8} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3192 | 2025.04.17 00:23:21.429308 [ 275 ] {956ce9f9-411f-48cc-8cf6-4664113bf6b8} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001369 sec., 8765.522279035793 rows/sec., 684.81 KiB/sec. | ||
| 3193 | 2025.04.17 00:23:21.429468 [ 275 ] {956ce9f9-411f-48cc-8cf6-4664113bf6b8} <Debug> TCPHandler: Processed in 0.001667753 sec. | ||
| 3194 | 2025.04.17 00:23:21.429595 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3195 | 2025.04.17 00:23:21.429698 [ 275 ] {02b8d87f-a84d-43cd-84b1-3a2a50e86495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3196 | 2025.04.17 00:23:21.429740 [ 275 ] {02b8d87f-a84d-43cd-84b1-3a2a50e86495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3197 | 2025.04.17 00:23:21.430299 [ 275 ] {02b8d87f-a84d-43cd-84b1-3a2a50e86495} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3198 | 2025.04.17 00:23:21.430337 [ 275 ] {02b8d87f-a84d-43cd-84b1-3a2a50e86495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3199 | 2025.04.17 00:23:21.430681 [ 275 ] {02b8d87f-a84d-43cd-84b1-3a2a50e86495} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3200 | 2025.04.17 00:23:21.430912 [ 275 ] {02b8d87f-a84d-43cd-84b1-3a2a50e86495} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3201 | 2025.04.17 00:23:21.431117 [ 275 ] {02b8d87f-a84d-43cd-84b1-3a2a50e86495} <Debug> executeQuery: Read 102 rows, 8.54 KiB in 0.001428 sec., 71428.57142857143 rows/sec., 5.84 MiB/sec. | ||
| 3202 | 2025.04.17 00:23:21.431269 [ 275 ] {02b8d87f-a84d-43cd-84b1-3a2a50e86495} <Debug> TCPHandler: Processed in 0.001718353 sec. | ||
| 3203 | 2025.04.17 00:23:21.431450 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3204 | 2025.04.17 00:23:21.431552 [ 275 ] {7df05c8c-ba79-456c-ac48-367452be5790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3205 | 2025.04.17 00:23:21.431600 [ 275 ] {7df05c8c-ba79-456c-ac48-367452be5790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3206 | 2025.04.17 00:23:21.432124 [ 275 ] {7df05c8c-ba79-456c-ac48-367452be5790} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3207 | 2025.04.17 00:23:21.432163 [ 275 ] {7df05c8c-ba79-456c-ac48-367452be5790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3208 | 2025.04.17 00:23:21.432530 [ 275 ] {7df05c8c-ba79-456c-ac48-367452be5790} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3209 | 2025.04.17 00:23:21.432754 [ 275 ] {7df05c8c-ba79-456c-ac48-367452be5790} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3210 | 2025.04.17 00:23:21.432941 [ 275 ] {7df05c8c-ba79-456c-ac48-367452be5790} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.001412 sec., 139518.4135977337 rows/sec., 10.01 MiB/sec. | ||
| 3211 | 2025.04.17 00:23:21.432990 [ 275 ] {7df05c8c-ba79-456c-ac48-367452be5790} <Debug> TCPHandler: Processed in 0.00159878 sec. | ||
| 3212 | 2025.04.17 00:23:21.433105 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3213 | 2025.04.17 00:23:21.433206 [ 275 ] {a6c86d78-c270-45b6-b61e-4988327ea6b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3214 | 2025.04.17 00:23:21.433250 [ 275 ] {a6c86d78-c270-45b6-b61e-4988327ea6b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3215 | 2025.04.17 00:23:21.433653 [ 275 ] {a6c86d78-c270-45b6-b61e-4988327ea6b6} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3216 | 2025.04.17 00:23:21.433691 [ 275 ] {a6c86d78-c270-45b6-b61e-4988327ea6b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3217 | 2025.04.17 00:23:21.434025 [ 275 ] {a6c86d78-c270-45b6-b61e-4988327ea6b6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3218 | 2025.04.17 00:23:21.434253 [ 275 ] {a6c86d78-c270-45b6-b61e-4988327ea6b6} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3219 | 2025.04.17 00:23:21.434421 [ 91 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3220 | 2025.04.17 00:23:21.434445 [ 275 ] {a6c86d78-c270-45b6-b61e-4988327ea6b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001261 sec., 47581.28469468676 rows/sec., 3.21 MiB/sec. | ||
| 3221 | 2025.04.17 00:23:21.434500 [ 91 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3222 | 2025.04.17 00:23:21.434559 [ 275 ] {a6c86d78-c270-45b6-b61e-4988327ea6b6} <Debug> TCPHandler: Processed in 0.001498588 sec. | ||
| 3223 | 2025.04.17 00:23:21.434564 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3224 | 2025.04.17 00:23:21.434732 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 3225 | 2025.04.17 00:23:21.434879 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3226 | 2025.04.17 00:23:21.434922 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 520 rows starting from the beginning of the part | ||
| 3227 | 2025.04.17 00:23:21.435009 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 3228 | 2025.04.17 00:23:21.435201 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 3229 | 2025.04.17 00:23:21.435419 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 3230 | 2025.04.17 00:23:21.435588 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 3231 | 2025.04.17 00:23:21.435763 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 3232 | 2025.04.17 00:23:21.436796 [ 200 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 820 rows, containing 4 columns (4 merged, 0 gathered) in 0.002165495 sec., 378666.3095504723 rows/sec., 25.58 MiB/sec. | ||
| 3233 | 2025.04.17 00:23:21.436953 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3234 | 2025.04.17 00:23:21.437275 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_16_3} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3235 | 2025.04.17 00:23:21.437350 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_16_3} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3236 | 2025.04.17 00:23:21.437421 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 3237 | 2025.04.17 00:23:23.283655 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3238 | 2025.04.17 00:23:23.284309 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3239 | 2025.04.17 00:23:23.284361 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3240 | 2025.04.17 00:23:23.284891 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3241 | 2025.04.17 00:23:23.285147 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3242 | 2025.04.17 00:23:23.285460 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3243 | 2025.04.17 00:23:23.800713 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3244 | 2025.04.17 00:23:23.819809 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3245 | 2025.04.17 00:23:23.819869 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3246 | 2025.04.17 00:23:23.826993 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3247 | 2025.04.17 00:23:23.827749 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3248 | 2025.04.17 00:23:23.831311 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3249 | 2025.04.17 00:23:25.803324 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 428 | ||
| 3250 | 2025.04.17 00:23:25.806383 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3251 | 2025.04.17 00:23:25.806442 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3252 | 2025.04.17 00:23:25.807926 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3253 | 2025.04.17 00:23:25.808281 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3254 | 2025.04.17 00:23:25.808479 [ 106 ] {} <Debug> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3255 | 2025.04.17 00:23:25.808537 [ 106 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3256 | 2025.04.17 00:23:25.808574 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3257 | 2025.04.17 00:23:25.809065 [ 198 ] {bc8e46af-749e-4702-ad44-a333defcf195::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 | ||
| 3258 | 2025.04.17 00:23:25.809943 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 428 | ||
| 3259 | 2025.04.17 00:23:25.810227 [ 198 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3260 | 2025.04.17 00:23:25.810356 [ 198 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 266 rows starting from the beginning of the part | ||
| 3261 | 2025.04.17 00:23:25.810907 [ 198 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
| 3262 | 2025.04.17 00:23:25.811420 [ 198 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 3263 | 2025.04.17 00:23:25.811991 [ 198 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part | ||
| 3264 | 2025.04.17 00:23:25.812529 [ 198 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
| 3265 | 2025.04.17 00:23:25.813079 [ 198 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
| 3266 | 2025.04.17 00:23:25.820896 [ 187 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 428 rows, containing 72 columns (72 merged, 0 gathered) in 0.012230028 sec., 34995.83157127686 rows/sec., 35.36 MiB/sec. | ||
| 3267 | 2025.04.17 00:23:25.822382 [ 187 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3268 | 2025.04.17 00:23:25.823522 [ 187 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_11_2} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3269 | 2025.04.17 00:23:25.823650 [ 187 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_11_2} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3270 | 2025.04.17 00:23:25.824078 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 3271 | 2025.04.17 00:23:26.418147 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3272 | 2025.04.17 00:23:26.418347 [ 275 ] {8535f72a-5e6d-4b5e-97b7-c6d780758b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3273 | 2025.04.17 00:23:26.418436 [ 275 ] {8535f72a-5e6d-4b5e-97b7-c6d780758b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3274 | 2025.04.17 00:23:26.419367 [ 275 ] {8535f72a-5e6d-4b5e-97b7-c6d780758b2f} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3275 | 2025.04.17 00:23:26.419411 [ 275 ] {8535f72a-5e6d-4b5e-97b7-c6d780758b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3276 | 2025.04.17 00:23:26.419900 [ 275 ] {8535f72a-5e6d-4b5e-97b7-c6d780758b2f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3277 | 2025.04.17 00:23:26.420207 [ 275 ] {8535f72a-5e6d-4b5e-97b7-c6d780758b2f} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3278 | 2025.04.17 00:23:26.420510 [ 275 ] {8535f72a-5e6d-4b5e-97b7-c6d780758b2f} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002201 sec., 61790.09541117674 rows/sec., 5.33 MiB/sec. | ||
| 3279 | 2025.04.17 00:23:26.420643 [ 275 ] {8535f72a-5e6d-4b5e-97b7-c6d780758b2f} <Debug> TCPHandler: Processed in 0.002628607 sec. | ||
| 3280 | 2025.04.17 00:23:26.420841 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3281 | 2025.04.17 00:23:26.420976 [ 275 ] {0428c158-26d3-4770-847f-e56a6960ceb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3282 | 2025.04.17 00:23:26.421035 [ 275 ] {0428c158-26d3-4770-847f-e56a6960ceb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3283 | 2025.04.17 00:23:26.421637 [ 275 ] {0428c158-26d3-4770-847f-e56a6960ceb4} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3284 | 2025.04.17 00:23:26.421676 [ 275 ] {0428c158-26d3-4770-847f-e56a6960ceb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3285 | 2025.04.17 00:23:26.422026 [ 275 ] {0428c158-26d3-4770-847f-e56a6960ceb4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3286 | 2025.04.17 00:23:26.422259 [ 275 ] {0428c158-26d3-4770-847f-e56a6960ceb4} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3287 | 2025.04.17 00:23:26.422461 [ 275 ] {0428c158-26d3-4770-847f-e56a6960ceb4} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001519 sec., 26333.113890717577 rows/sec., 1.93 MiB/sec. | ||
| 3288 | 2025.04.17 00:23:26.422538 [ 275 ] {0428c158-26d3-4770-847f-e56a6960ceb4} <Debug> TCPHandler: Processed in 0.001758804 sec. | ||
| 3289 | 2025.04.17 00:23:26.422667 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3290 | 2025.04.17 00:23:26.422777 [ 275 ] {304c540c-b595-4b02-924d-381039df443a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3291 | 2025.04.17 00:23:26.422822 [ 275 ] {304c540c-b595-4b02-924d-381039df443a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3292 | 2025.04.17 00:23:26.423368 [ 275 ] {304c540c-b595-4b02-924d-381039df443a} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3293 | 2025.04.17 00:23:26.423407 [ 275 ] {304c540c-b595-4b02-924d-381039df443a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3294 | 2025.04.17 00:23:26.423764 [ 275 ] {304c540c-b595-4b02-924d-381039df443a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3295 | 2025.04.17 00:23:26.423994 [ 275 ] {304c540c-b595-4b02-924d-381039df443a} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3296 | 2025.04.17 00:23:26.424231 [ 275 ] {304c540c-b595-4b02-924d-381039df443a} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.00146 sec., 71232.87671232877 rows/sec., 5.56 MiB/sec. | ||
| 3297 | 2025.04.17 00:23:26.424287 [ 275 ] {304c540c-b595-4b02-924d-381039df443a} <Debug> TCPHandler: Processed in 0.001669493 sec. | ||
| 3298 | 2025.04.17 00:23:26.424406 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3299 | 2025.04.17 00:23:26.424509 [ 275 ] {cd98946e-2e28-4b18-bcc6-42b9d8c5890e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3300 | 2025.04.17 00:23:26.424557 [ 275 ] {cd98946e-2e28-4b18-bcc6-42b9d8c5890e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3301 | 2025.04.17 00:23:26.425064 [ 275 ] {cd98946e-2e28-4b18-bcc6-42b9d8c5890e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3302 | 2025.04.17 00:23:26.425101 [ 275 ] {cd98946e-2e28-4b18-bcc6-42b9d8c5890e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3303 | 2025.04.17 00:23:26.425477 [ 275 ] {cd98946e-2e28-4b18-bcc6-42b9d8c5890e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3304 | 2025.04.17 00:23:26.425707 [ 275 ] {cd98946e-2e28-4b18-bcc6-42b9d8c5890e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3305 | 2025.04.17 00:23:26.425907 [ 275 ] {cd98946e-2e28-4b18-bcc6-42b9d8c5890e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001419 sec., 112755.46159267091 rows/sec., 7.85 MiB/sec. | ||
| 3306 | 2025.04.17 00:23:26.425956 [ 275 ] {cd98946e-2e28-4b18-bcc6-42b9d8c5890e} <Debug> TCPHandler: Processed in 0.00159846 sec. | ||
| 3307 | 2025.04.17 00:23:26.426077 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3308 | 2025.04.17 00:23:26.426179 [ 275 ] {e77fffdc-e729-4325-a289-89a7574fd5ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3309 | 2025.04.17 00:23:26.426248 [ 275 ] {e77fffdc-e729-4325-a289-89a7574fd5ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3310 | 2025.04.17 00:23:26.427377 [ 275 ] {e77fffdc-e729-4325-a289-89a7574fd5ee} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3311 | 2025.04.17 00:23:26.427414 [ 275 ] {e77fffdc-e729-4325-a289-89a7574fd5ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3312 | 2025.04.17 00:23:26.428042 [ 275 ] {e77fffdc-e729-4325-a289-89a7574fd5ee} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3313 | 2025.04.17 00:23:26.428293 [ 275 ] {e77fffdc-e729-4325-a289-89a7574fd5ee} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3314 | 2025.04.17 00:23:26.428485 [ 134 ] {} <Debug> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3315 | 2025.04.17 00:23:26.428535 [ 275 ] {e77fffdc-e729-4325-a289-89a7574fd5ee} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002375 sec., 16842.105263157897 rows/sec., 30.18 MiB/sec. | ||
| 3316 | 2025.04.17 00:23:26.428586 [ 134 ] {} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3317 | 2025.04.17 00:23:26.428675 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3318 | 2025.04.17 00:23:26.428855 [ 275 ] {e77fffdc-e729-4325-a289-89a7574fd5ee} <Debug> TCPHandler: Processed in 0.002822182 sec. | ||
| 3319 | 2025.04.17 00:23:26.428934 [ 198 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::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 | ||
| 3320 | 2025.04.17 00:23:26.429078 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3321 | 2025.04.17 00:23:26.429309 [ 275 ] {27573e32-3879-4fbd-b322-08bccc35687f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3322 | 2025.04.17 00:23:26.429435 [ 275 ] {27573e32-3879-4fbd-b322-08bccc35687f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3323 | 2025.04.17 00:23:26.429824 [ 198 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3324 | 2025.04.17 00:23:26.430079 [ 198 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 162 rows starting from the beginning of the part | ||
| 3325 | 2025.04.17 00:23:26.430813 [ 198 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
| 3326 | 2025.04.17 00:23:26.431558 [ 275 ] {27573e32-3879-4fbd-b322-08bccc35687f} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3327 | 2025.04.17 00:23:26.431592 [ 198 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 3328 | 2025.04.17 00:23:26.431638 [ 275 ] {27573e32-3879-4fbd-b322-08bccc35687f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3329 | 2025.04.17 00:23:26.432216 [ 198 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part | ||
| 3330 | 2025.04.17 00:23:26.432831 [ 198 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part | ||
| 3331 | 2025.04.17 00:23:26.433178 [ 275 ] {27573e32-3879-4fbd-b322-08bccc35687f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3332 | 2025.04.17 00:23:26.433468 [ 198 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part | ||
| 3333 | 2025.04.17 00:23:26.434019 [ 275 ] {27573e32-3879-4fbd-b322-08bccc35687f} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3334 | 2025.04.17 00:23:26.434794 [ 275 ] {27573e32-3879-4fbd-b322-08bccc35687f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005542 sec., 10826.416456153012 rows/sec., 747.14 KiB/sec. | ||
| 3335 | 2025.04.17 00:23:26.435136 [ 275 ] {27573e32-3879-4fbd-b322-08bccc35687f} <Debug> TCPHandler: Processed in 0.006138795 sec. | ||
| 3336 | 2025.04.17 00:23:26.438384 [ 198 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 362 rows, containing 19 columns (19 merged, 0 gathered) in 0.009578031 sec., 37794.82442685767 rows/sec., 67.73 MiB/sec. | ||
| 3337 | 2025.04.17 00:23:26.439002 [ 193 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3338 | 2025.04.17 00:23:26.439489 [ 193 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3339 | 2025.04.17 00:23:26.439586 [ 193 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3340 | 2025.04.17 00:23:26.439758 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
| 3341 | 2025.04.17 00:23:30.692991 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3342 | 2025.04.17 00:23:30.693055 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3343 | 2025.04.17 00:23:30.785626 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3344 | 2025.04.17 00:23:30.786521 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3345 | 2025.04.17 00:23:30.786595 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3346 | 2025.04.17 00:23:30.787222 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3347 | 2025.04.17 00:23:30.787486 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3348 | 2025.04.17 00:23:30.787758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3349 | 2025.04.17 00:23:31.331425 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3350 | 2025.04.17 00:23:31.350482 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3351 | 2025.04.17 00:23:31.350527 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3352 | 2025.04.17 00:23:31.357869 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3353 | 2025.04.17 00:23:31.358600 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3354 | 2025.04.17 00:23:31.361036 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3355 | 2025.04.17 00:23:31.417113 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3356 | 2025.04.17 00:23:31.417329 [ 275 ] {afc0fe31-83c5-4f6f-8d0b-a32d7b73fa33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3357 | 2025.04.17 00:23:31.417411 [ 275 ] {afc0fe31-83c5-4f6f-8d0b-a32d7b73fa33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3358 | 2025.04.17 00:23:31.418289 [ 275 ] {afc0fe31-83c5-4f6f-8d0b-a32d7b73fa33} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3359 | 2025.04.17 00:23:31.418337 [ 275 ] {afc0fe31-83c5-4f6f-8d0b-a32d7b73fa33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3360 | 2025.04.17 00:23:31.418791 [ 275 ] {afc0fe31-83c5-4f6f-8d0b-a32d7b73fa33} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3361 | 2025.04.17 00:23:31.419047 [ 275 ] {afc0fe31-83c5-4f6f-8d0b-a32d7b73fa33} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3362 | 2025.04.17 00:23:31.419218 [ 123 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3363 | 2025.04.17 00:23:31.419290 [ 123 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3364 | 2025.04.17 00:23:31.419311 [ 275 ] {afc0fe31-83c5-4f6f-8d0b-a32d7b73fa33} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002032 sec., 27559.05511811024 rows/sec., 2.12 MiB/sec. | ||
| 3365 | 2025.04.17 00:23:31.419326 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3366 | 2025.04.17 00:23:31.419491 [ 275 ] {afc0fe31-83c5-4f6f-8d0b-a32d7b73fa33} <Debug> TCPHandler: Processed in 0.002515523 sec. | ||
| 3367 | 2025.04.17 00:23:31.419844 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::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 | ||
| 3368 | 2025.04.17 00:23:31.419854 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3369 | 2025.04.17 00:23:31.420118 [ 275 ] {a3b98ff7-1036-49ea-92e8-c0d01448455e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3370 | 2025.04.17 00:23:31.420139 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3371 | 2025.04.17 00:23:31.420216 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1964 rows starting from the beginning of the part | ||
| 3372 | 2025.04.17 00:23:31.420216 [ 275 ] {a3b98ff7-1036-49ea-92e8-c0d01448455e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3373 | 2025.04.17 00:23:31.420566 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
| 3374 | 2025.04.17 00:23:31.420887 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 136 rows starting from the beginning of the part | ||
| 3375 | 2025.04.17 00:23:31.421211 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 177 rows starting from the beginning of the part | ||
| 3376 | 2025.04.17 00:23:31.421531 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 136 rows starting from the beginning of the part | ||
| 3377 | 2025.04.17 00:23:31.421892 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part | ||
| 3378 | 2025.04.17 00:23:31.423183 [ 275 ] {a3b98ff7-1036-49ea-92e8-c0d01448455e} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3379 | 2025.04.17 00:23:31.423243 [ 275 ] {a3b98ff7-1036-49ea-92e8-c0d01448455e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3380 | 2025.04.17 00:23:31.424224 [ 275 ] {a3b98ff7-1036-49ea-92e8-c0d01448455e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3381 | 2025.04.17 00:23:31.424592 [ 275 ] {a3b98ff7-1036-49ea-92e8-c0d01448455e} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3382 | 2025.04.17 00:23:31.424823 [ 123 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3383 | 2025.04.17 00:23:31.424928 [ 123 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3384 | 2025.04.17 00:23:31.425025 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3385 | 2025.04.17 00:23:31.425371 [ 275 ] {a3b98ff7-1036-49ea-92e8-c0d01448455e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005265 sec., 12155.745489078823 rows/sec., 971.55 KiB/sec. | ||
| 3386 | 2025.04.17 00:23:31.425742 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3387 | 2025.04.17 00:23:31.425920 [ 199 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2525 rows, containing 5 columns (5 merged, 0 gathered) in 0.006437152 sec., 392254.2142860694 rows/sec., 34.02 MiB/sec. | ||
| 3388 | 2025.04.17 00:23:31.426147 [ 275 ] {a3b98ff7-1036-49ea-92e8-c0d01448455e} <Debug> TCPHandler: Processed in 0.006398751 sec. | ||
| 3389 | 2025.04.17 00:23:31.426456 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3390 | 2025.04.17 00:23:31.426503 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 942 rows starting from the beginning of the part | ||
| 3391 | 2025.04.17 00:23:31.426546 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3392 | 2025.04.17 00:23:31.426710 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3393 | 2025.04.17 00:23:31.426951 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
| 3394 | 2025.04.17 00:23:31.427063 [ 275 ] {0537f3d5-afe1-42b6-ac9b-d97187057287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3395 | 2025.04.17 00:23:31.427366 [ 275 ] {0537f3d5-afe1-42b6-ac9b-d97187057287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3396 | 2025.04.17 00:23:31.427489 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 104 rows starting from the beginning of the part | ||
| 3397 | 2025.04.17 00:23:31.428121 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 102 rows starting from the beginning of the part | ||
| 3398 | 2025.04.17 00:23:31.428352 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_21_4} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2025.04.17 00:23:31.428895 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 104 rows starting from the beginning of the part | ||
| 3400 | 2025.04.17 00:23:31.429046 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_21_4} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3401 | 2025.04.17 00:23:31.429486 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part | ||
| 3402 | 2025.04.17 00:23:31.429580 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3403 | 2025.04.17 00:23:31.430848 [ 275 ] {0537f3d5-afe1-42b6-ac9b-d97187057287} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3404 | 2025.04.17 00:23:31.430923 [ 275 ] {0537f3d5-afe1-42b6-ac9b-d97187057287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3405 | 2025.04.17 00:23:31.431998 [ 275 ] {0537f3d5-afe1-42b6-ac9b-d97187057287} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3406 | 2025.04.17 00:23:31.432668 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1380 rows, containing 5 columns (5 merged, 0 gathered) in 0.007425827 sec., 185837.88714711505 rows/sec., 14.65 MiB/sec. | ||
| 3407 | 2025.04.17 00:23:31.432689 [ 275 ] {0537f3d5-afe1-42b6-ac9b-d97187057287} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3408 | 2025.04.17 00:23:31.432965 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3409 | 2025.04.17 00:23:31.433064 [ 275 ] {0537f3d5-afe1-42b6-ac9b-d97187057287} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006231 sec., 25678.061306371368 rows/sec., 1.79 MiB/sec. | ||
| 3410 | 2025.04.17 00:23:31.433198 [ 275 ] {0537f3d5-afe1-42b6-ac9b-d97187057287} <Debug> TCPHandler: Processed in 0.00673865 sec. | ||
| 3411 | 2025.04.17 00:23:31.433365 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3412 | 2025.04.17 00:23:31.433548 [ 275 ] {b89b1aa8-6b17-418f-a440-e28f8cb37927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3413 | 2025.04.17 00:23:31.433560 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_21_4} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3414 | 2025.04.17 00:23:31.433663 [ 275 ] {b89b1aa8-6b17-418f-a440-e28f8cb37927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3415 | 2025.04.17 00:23:31.433783 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_21_4} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3416 | 2025.04.17 00:23:31.433982 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3417 | 2025.04.17 00:23:31.434418 [ 275 ] {b89b1aa8-6b17-418f-a440-e28f8cb37927} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3418 | 2025.04.17 00:23:31.434462 [ 275 ] {b89b1aa8-6b17-418f-a440-e28f8cb37927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3419 | 2025.04.17 00:23:31.434823 [ 275 ] {b89b1aa8-6b17-418f-a440-e28f8cb37927} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3420 | 2025.04.17 00:23:31.435053 [ 275 ] {b89b1aa8-6b17-418f-a440-e28f8cb37927} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3421 | 2025.04.17 00:23:31.435264 [ 275 ] {b89b1aa8-6b17-418f-a440-e28f8cb37927} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001778 sec., 33745.781777277836 rows/sec., 2.27 MiB/sec. | ||
| 3422 | 2025.04.17 00:23:31.435319 [ 275 ] {b89b1aa8-6b17-418f-a440-e28f8cb37927} <Debug> TCPHandler: Processed in 0.002012181 sec. | ||
| 3423 | 2025.04.17 00:23:35.810151 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 448 | ||
| 3424 | 2025.04.17 00:23:35.812994 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3425 | 2025.04.17 00:23:35.813053 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3426 | 2025.04.17 00:23:35.814504 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3427 | 2025.04.17 00:23:35.814835 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3428 | 2025.04.17 00:23:35.815621 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 448 | ||
| 3429 | 2025.04.17 00:23:36.447873 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3430 | 2025.04.17 00:23:36.448172 [ 275 ] {4951f5d2-c9c0-4b28-8f24-22fe51126425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3431 | 2025.04.17 00:23:36.448287 [ 275 ] {4951f5d2-c9c0-4b28-8f24-22fe51126425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3432 | 2025.04.17 00:23:36.449262 [ 275 ] {4951f5d2-c9c0-4b28-8f24-22fe51126425} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3433 | 2025.04.17 00:23:36.449302 [ 275 ] {4951f5d2-c9c0-4b28-8f24-22fe51126425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3434 | 2025.04.17 00:23:36.449728 [ 275 ] {4951f5d2-c9c0-4b28-8f24-22fe51126425} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3435 | 2025.04.17 00:23:36.449971 [ 275 ] {4951f5d2-c9c0-4b28-8f24-22fe51126425} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3436 | 2025.04.17 00:23:36.450200 [ 275 ] {4951f5d2-c9c0-4b28-8f24-22fe51126425} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002113 sec., 3786.0861334595365 rows/sec., 308.73 KiB/sec. | ||
| 3437 | 2025.04.17 00:23:36.450331 [ 275 ] {4951f5d2-c9c0-4b28-8f24-22fe51126425} <Debug> TCPHandler: Processed in 0.002660977 sec. | ||
| 3438 | 2025.04.17 00:23:36.450465 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3439 | 2025.04.17 00:23:36.450573 [ 275 ] {2c3f2996-cdd9-497c-8d22-f6c43f4a3abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3440 | 2025.04.17 00:23:36.450618 [ 275 ] {2c3f2996-cdd9-497c-8d22-f6c43f4a3abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3441 | 2025.04.17 00:23:36.451678 [ 275 ] {2c3f2996-cdd9-497c-8d22-f6c43f4a3abb} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3442 | 2025.04.17 00:23:36.451716 [ 275 ] {2c3f2996-cdd9-497c-8d22-f6c43f4a3abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3443 | 2025.04.17 00:23:36.452148 [ 275 ] {2c3f2996-cdd9-497c-8d22-f6c43f4a3abb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3444 | 2025.04.17 00:23:36.452392 [ 275 ] {2c3f2996-cdd9-497c-8d22-f6c43f4a3abb} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3445 | 2025.04.17 00:23:36.452559 [ 275 ] {2c3f2996-cdd9-497c-8d22-f6c43f4a3abb} <Debug> executeQuery: Read 1280 rows, 108.88 KiB in 0.002008 sec., 637450.1992031874 rows/sec., 52.95 MiB/sec. | ||
| 3446 | 2025.04.17 00:23:36.452610 [ 275 ] {2c3f2996-cdd9-497c-8d22-f6c43f4a3abb} <Debug> TCPHandler: Processed in 0.002194945 sec. | ||
| 3447 | 2025.04.17 00:23:36.452729 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3448 | 2025.04.17 00:23:36.452834 [ 275 ] {6516e04b-caf1-494a-96d2-158eb81ac53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3449 | 2025.04.17 00:23:36.452879 [ 275 ] {6516e04b-caf1-494a-96d2-158eb81ac53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3450 | 2025.04.17 00:23:36.453435 [ 275 ] {6516e04b-caf1-494a-96d2-158eb81ac53d} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3451 | 2025.04.17 00:23:36.453473 [ 275 ] {6516e04b-caf1-494a-96d2-158eb81ac53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3452 | 2025.04.17 00:23:36.453812 [ 275 ] {6516e04b-caf1-494a-96d2-158eb81ac53d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3453 | 2025.04.17 00:23:36.454042 [ 275 ] {6516e04b-caf1-494a-96d2-158eb81ac53d} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3454 | 2025.04.17 00:23:36.454202 [ 275 ] {6516e04b-caf1-494a-96d2-158eb81ac53d} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.00139 sec., 34532.374100719426 rows/sec., 2.51 MiB/sec. | ||
| 3455 | 2025.04.17 00:23:36.454253 [ 275 ] {6516e04b-caf1-494a-96d2-158eb81ac53d} <Debug> TCPHandler: Processed in 0.0015781 sec. | ||
| 3456 | 2025.04.17 00:23:36.454386 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3457 | 2025.04.17 00:23:36.454521 [ 275 ] {0a0dfa6a-4be5-4700-8872-72031fd78fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3458 | 2025.04.17 00:23:36.454574 [ 275 ] {0a0dfa6a-4be5-4700-8872-72031fd78fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3459 | 2025.04.17 00:23:36.455200 [ 275 ] {0a0dfa6a-4be5-4700-8872-72031fd78fe3} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3460 | 2025.04.17 00:23:36.455238 [ 275 ] {0a0dfa6a-4be5-4700-8872-72031fd78fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3461 | 2025.04.17 00:23:36.455602 [ 275 ] {0a0dfa6a-4be5-4700-8872-72031fd78fe3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3462 | 2025.04.17 00:23:36.455840 [ 275 ] {0a0dfa6a-4be5-4700-8872-72031fd78fe3} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3463 | 2025.04.17 00:23:36.456052 [ 275 ] {0a0dfa6a-4be5-4700-8872-72031fd78fe3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001559 sec., 146247.59461193072 rows/sec., 9.90 MiB/sec. | ||
| 3464 | 2025.04.17 00:23:36.456221 [ 275 ] {0a0dfa6a-4be5-4700-8872-72031fd78fe3} <Debug> TCPHandler: Processed in 0.001890688 sec. | ||
| 3465 | 2025.04.17 00:23:36.456347 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3466 | 2025.04.17 00:23:36.456451 [ 275 ] {789c7516-df8b-48b7-bfb8-f6a6bf96d36c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3467 | 2025.04.17 00:23:36.456495 [ 275 ] {789c7516-df8b-48b7-bfb8-f6a6bf96d36c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3468 | 2025.04.17 00:23:36.457197 [ 275 ] {789c7516-df8b-48b7-bfb8-f6a6bf96d36c} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3469 | 2025.04.17 00:23:36.457235 [ 275 ] {789c7516-df8b-48b7-bfb8-f6a6bf96d36c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3470 | 2025.04.17 00:23:36.457613 [ 275 ] {789c7516-df8b-48b7-bfb8-f6a6bf96d36c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3471 | 2025.04.17 00:23:36.457850 [ 275 ] {789c7516-df8b-48b7-bfb8-f6a6bf96d36c} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3472 | 2025.04.17 00:23:36.458065 [ 275 ] {789c7516-df8b-48b7-bfb8-f6a6bf96d36c} <Debug> executeQuery: Read 568 rows, 43.26 KiB in 0.001631 sec., 348252.60576333536 rows/sec., 25.90 MiB/sec. | ||
| 3473 | 2025.04.17 00:23:36.458296 [ 275 ] {789c7516-df8b-48b7-bfb8-f6a6bf96d36c} <Debug> TCPHandler: Processed in 0.00199722 sec. | ||
| 3474 | 2025.04.17 00:23:36.458463 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3475 | 2025.04.17 00:23:36.458567 [ 275 ] {fe7855d7-3d76-44c2-8812-8fe59da5d606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3476 | 2025.04.17 00:23:36.458615 [ 275 ] {fe7855d7-3d76-44c2-8812-8fe59da5d606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3477 | 2025.04.17 00:23:36.459313 [ 275 ] {fe7855d7-3d76-44c2-8812-8fe59da5d606} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3478 | 2025.04.17 00:23:36.459351 [ 275 ] {fe7855d7-3d76-44c2-8812-8fe59da5d606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3479 | 2025.04.17 00:23:36.459800 [ 275 ] {fe7855d7-3d76-44c2-8812-8fe59da5d606} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3480 | 2025.04.17 00:23:36.460051 [ 275 ] {fe7855d7-3d76-44c2-8812-8fe59da5d606} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3481 | 2025.04.17 00:23:36.460282 [ 275 ] {fe7855d7-3d76-44c2-8812-8fe59da5d606} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001733 sec., 510098.0957876515 rows/sec., 34.32 MiB/sec. | ||
| 3482 | 2025.04.17 00:23:36.460487 [ 275 ] {fe7855d7-3d76-44c2-8812-8fe59da5d606} <Debug> TCPHandler: Processed in 0.002076493 sec. | ||
| 3483 | 2025.04.17 00:23:36.460643 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3484 | 2025.04.17 00:23:36.460747 [ 275 ] {6cadcbd6-e438-4bc6-aeef-2d3289c032fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3485 | 2025.04.17 00:23:36.460823 [ 275 ] {6cadcbd6-e438-4bc6-aeef-2d3289c032fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3486 | 2025.04.17 00:23:36.461922 [ 275 ] {6cadcbd6-e438-4bc6-aeef-2d3289c032fc} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3487 | 2025.04.17 00:23:36.461960 [ 275 ] {6cadcbd6-e438-4bc6-aeef-2d3289c032fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3488 | 2025.04.17 00:23:36.462591 [ 275 ] {6cadcbd6-e438-4bc6-aeef-2d3289c032fc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3489 | 2025.04.17 00:23:36.462843 [ 275 ] {6cadcbd6-e438-4bc6-aeef-2d3289c032fc} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3490 | 2025.04.17 00:23:36.463025 [ 275 ] {6cadcbd6-e438-4bc6-aeef-2d3289c032fc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002301 sec., 17383.746197305518 rows/sec., 31.15 MiB/sec. | ||
| 3491 | 2025.04.17 00:23:36.463122 [ 275 ] {6cadcbd6-e438-4bc6-aeef-2d3289c032fc} <Debug> TCPHandler: Processed in 0.002528804 sec. | ||
| 3492 | 2025.04.17 00:23:36.463228 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3493 | 2025.04.17 00:23:36.463328 [ 275 ] {bb617788-3f5e-45fd-a5af-14d98f2fd128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3494 | 2025.04.17 00:23:36.463373 [ 275 ] {bb617788-3f5e-45fd-a5af-14d98f2fd128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3495 | 2025.04.17 00:23:36.463796 [ 275 ] {bb617788-3f5e-45fd-a5af-14d98f2fd128} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3496 | 2025.04.17 00:23:36.463834 [ 275 ] {bb617788-3f5e-45fd-a5af-14d98f2fd128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3497 | 2025.04.17 00:23:36.464242 [ 275 ] {bb617788-3f5e-45fd-a5af-14d98f2fd128} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3498 | 2025.04.17 00:23:36.464476 [ 275 ] {bb617788-3f5e-45fd-a5af-14d98f2fd128} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3499 | 2025.04.17 00:23:36.464697 [ 275 ] {bb617788-3f5e-45fd-a5af-14d98f2fd128} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
| 3500 | 2025.04.17 00:23:36.464884 [ 275 ] {bb617788-3f5e-45fd-a5af-14d98f2fd128} <Debug> TCPHandler: Processed in 0.001701923 sec. | ||
| 3501 | 2025.04.17 00:23:38.287906 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 3502 | 2025.04.17 00:23:38.288988 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3503 | 2025.04.17 00:23:38.289039 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3504 | 2025.04.17 00:23:38.289587 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3505 | 2025.04.17 00:23:38.289852 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3506 | 2025.04.17 00:23:38.290102 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 3507 | 2025.04.17 00:23:38.861085 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3508 | 2025.04.17 00:23:38.881247 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3509 | 2025.04.17 00:23:38.881305 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3510 | 2025.04.17 00:23:38.888522 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3511 | 2025.04.17 00:23:38.889272 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3512 | 2025.04.17 00:23:38.891866 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3513 | 2025.04.17 00:23:41.416941 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3514 | 2025.04.17 00:23:41.417170 [ 275 ] {f8c8fffe-96b4-454c-82f4-d1149673e7fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3515 | 2025.04.17 00:23:41.417251 [ 275 ] {f8c8fffe-96b4-454c-82f4-d1149673e7fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3516 | 2025.04.17 00:23:41.418108 [ 275 ] {f8c8fffe-96b4-454c-82f4-d1149673e7fe} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3517 | 2025.04.17 00:23:41.418162 [ 275 ] {f8c8fffe-96b4-454c-82f4-d1149673e7fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3518 | 2025.04.17 00:23:41.418590 [ 275 ] {f8c8fffe-96b4-454c-82f4-d1149673e7fe} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3519 | 2025.04.17 00:23:41.418841 [ 275 ] {f8c8fffe-96b4-454c-82f4-d1149673e7fe} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3520 | 2025.04.17 00:23:41.419068 [ 275 ] {f8c8fffe-96b4-454c-82f4-d1149673e7fe} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001958 sec., 28600.61287027579 rows/sec., 2.20 MiB/sec. | ||
| 3521 | 2025.04.17 00:23:41.419132 [ 275 ] {f8c8fffe-96b4-454c-82f4-d1149673e7fe} <Debug> TCPHandler: Processed in 0.002334679 sec. | ||
| 3522 | 2025.04.17 00:23:41.419272 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3523 | 2025.04.17 00:23:41.419381 [ 275 ] {a970556b-f914-4397-86c9-643c0ea569de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3524 | 2025.04.17 00:23:41.419429 [ 275 ] {a970556b-f914-4397-86c9-643c0ea569de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3525 | 2025.04.17 00:23:41.419971 [ 275 ] {a970556b-f914-4397-86c9-643c0ea569de} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3526 | 2025.04.17 00:23:41.420011 [ 275 ] {a970556b-f914-4397-86c9-643c0ea569de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3527 | 2025.04.17 00:23:41.420355 [ 275 ] {a970556b-f914-4397-86c9-643c0ea569de} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3528 | 2025.04.17 00:23:41.420586 [ 275 ] {a970556b-f914-4397-86c9-643c0ea569de} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3529 | 2025.04.17 00:23:41.420815 [ 275 ] {a970556b-f914-4397-86c9-643c0ea569de} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001453 sec., 44046.799724707496 rows/sec., 3.44 MiB/sec. | ||
| 3530 | 2025.04.17 00:23:41.420893 [ 275 ] {a970556b-f914-4397-86c9-643c0ea569de} <Debug> TCPHandler: Processed in 0.001680632 sec. | ||
| 3531 | 2025.04.17 00:23:41.421128 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3532 | 2025.04.17 00:23:41.421234 [ 275 ] {c2a27dea-626e-4cfc-ace2-8bf55fac9d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3533 | 2025.04.17 00:23:41.421285 [ 275 ] {c2a27dea-626e-4cfc-ace2-8bf55fac9d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3534 | 2025.04.17 00:23:41.421804 [ 275 ] {c2a27dea-626e-4cfc-ace2-8bf55fac9d62} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3535 | 2025.04.17 00:23:41.421842 [ 275 ] {c2a27dea-626e-4cfc-ace2-8bf55fac9d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3536 | 2025.04.17 00:23:41.422215 [ 275 ] {c2a27dea-626e-4cfc-ace2-8bf55fac9d62} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3537 | 2025.04.17 00:23:41.422450 [ 275 ] {c2a27dea-626e-4cfc-ace2-8bf55fac9d62} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3538 | 2025.04.17 00:23:41.422613 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3539 | 2025.04.17 00:23:41.422665 [ 275 ] {c2a27dea-626e-4cfc-ace2-8bf55fac9d62} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001449 sec., 110420.97998619737 rows/sec., 7.69 MiB/sec. | ||
| 3540 | 2025.04.17 00:23:41.422695 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3541 | 2025.04.17 00:23:41.422779 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3542 | 2025.04.17 00:23:41.422787 [ 275 ] {c2a27dea-626e-4cfc-ace2-8bf55fac9d62} <Debug> TCPHandler: Processed in 0.001739094 sec. | ||
| 3543 | 2025.04.17 00:23:41.423011 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3544 | 2025.04.17 00:23:41.423026 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 3545 | 2025.04.17 00:23:41.423190 [ 275 ] {11c932cc-2ba2-4057-ac7e-c8e80592200e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3546 | 2025.04.17 00:23:41.423302 [ 275 ] {11c932cc-2ba2-4057-ac7e-c8e80592200e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3547 | 2025.04.17 00:23:41.423407 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3548 | 2025.04.17 00:23:41.423524 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5649 rows starting from the beginning of the part | ||
| 3549 | 2025.04.17 00:23:41.423905 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 197 rows starting from the beginning of the part | ||
| 3550 | 2025.04.17 00:23:41.424227 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 3551 | 2025.04.17 00:23:41.424496 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 3552 | 2025.04.17 00:23:41.424801 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 884 rows starting from the beginning of the part | ||
| 3553 | 2025.04.17 00:23:41.425093 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 3554 | 2025.04.17 00:23:41.425761 [ 275 ] {11c932cc-2ba2-4057-ac7e-c8e80592200e} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3555 | 2025.04.17 00:23:41.425823 [ 275 ] {11c932cc-2ba2-4057-ac7e-c8e80592200e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3556 | 2025.04.17 00:23:41.426625 [ 275 ] {11c932cc-2ba2-4057-ac7e-c8e80592200e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3557 | 2025.04.17 00:23:41.427097 [ 275 ] {11c932cc-2ba2-4057-ac7e-c8e80592200e} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3558 | 2025.04.17 00:23:41.427572 [ 275 ] {11c932cc-2ba2-4057-ac7e-c8e80592200e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004427 sec., 13553.196295459678 rows/sec., 935.31 KiB/sec. | ||
| 3559 | 2025.04.17 00:23:41.427747 [ 275 ] {11c932cc-2ba2-4057-ac7e-c8e80592200e} <Debug> TCPHandler: Processed in 0.004811321 sec. | ||
| 3560 | 2025.04.17 00:23:41.429036 [ 189 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7210 rows, containing 5 columns (5 merged, 0 gathered) in 0.006140915 sec., 1174092.1344783308 rows/sec., 80.50 MiB/sec. | ||
| 3561 | 2025.04.17 00:23:41.429467 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3562 | 2025.04.17 00:23:41.429780 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3563 | 2025.04.17 00:23:41.429865 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3564 | 2025.04.17 00:23:41.429956 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
| 3565 | 2025.04.17 00:23:45.693114 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3566 | 2025.04.17 00:23:45.693177 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3567 | 2025.04.17 00:23:45.790224 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 3568 | 2025.04.17 00:23:45.790869 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3569 | 2025.04.17 00:23:45.790916 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3570 | 2025.04.17 00:23:45.791450 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3571 | 2025.04.17 00:23:45.791703 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3572 | 2025.04.17 00:23:45.791935 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 3573 | 2025.04.17 00:23:45.815757 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 472 | ||
| 3574 | 2025.04.17 00:23:45.818717 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3575 | 2025.04.17 00:23:45.818779 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3576 | 2025.04.17 00:23:45.820262 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3577 | 2025.04.17 00:23:45.820594 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3578 | 2025.04.17 00:23:45.821643 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 472 | ||
| 3579 | 2025.04.17 00:23:46.391931 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 3580 | 2025.04.17 00:23:46.412596 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3581 | 2025.04.17 00:23:46.412645 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3582 | 2025.04.17 00:23:46.419215 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3583 | 2025.04.17 00:23:46.419650 [ 275 ] {e4b83a3f-fabb-4ef3-ba40-9c60e30ddfab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3584 | 2025.04.17 00:23:46.419842 [ 275 ] {e4b83a3f-fabb-4ef3-ba40-9c60e30ddfab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3585 | 2025.04.17 00:23:46.421997 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3586 | 2025.04.17 00:23:46.422089 [ 275 ] {e4b83a3f-fabb-4ef3-ba40-9c60e30ddfab} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3587 | 2025.04.17 00:23:46.422158 [ 275 ] {e4b83a3f-fabb-4ef3-ba40-9c60e30ddfab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3588 | 2025.04.17 00:23:46.423232 [ 275 ] {e4b83a3f-fabb-4ef3-ba40-9c60e30ddfab} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3589 | 2025.04.17 00:23:46.423887 [ 275 ] {e4b83a3f-fabb-4ef3-ba40-9c60e30ddfab} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3590 | 2025.04.17 00:23:46.424276 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3591 | 2025.04.17 00:23:46.424493 [ 275 ] {e4b83a3f-fabb-4ef3-ba40-9c60e30ddfab} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.004947 sec., 27491.408934707903 rows/sec., 2.37 MiB/sec. | ||
| 3592 | 2025.04.17 00:23:46.424781 [ 275 ] {e4b83a3f-fabb-4ef3-ba40-9c60e30ddfab} <Debug> TCPHandler: Processed in 0.005807036 sec. | ||
| 3593 | 2025.04.17 00:23:46.425518 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3594 | 2025.04.17 00:23:46.425835 [ 275 ] {efd28d1e-cf49-44d3-8267-95812b020555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3595 | 2025.04.17 00:23:46.425966 [ 275 ] {efd28d1e-cf49-44d3-8267-95812b020555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3596 | 2025.04.17 00:23:46.429199 [ 275 ] {efd28d1e-cf49-44d3-8267-95812b020555} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3597 | 2025.04.17 00:23:46.429297 [ 275 ] {efd28d1e-cf49-44d3-8267-95812b020555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3598 | 2025.04.17 00:23:46.430888 [ 275 ] {efd28d1e-cf49-44d3-8267-95812b020555} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3599 | 2025.04.17 00:23:46.431609 [ 275 ] {efd28d1e-cf49-44d3-8267-95812b020555} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3600 | 2025.04.17 00:23:46.432299 [ 275 ] {efd28d1e-cf49-44d3-8267-95812b020555} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.006538 sec., 6118.078923218109 rows/sec., 460.05 KiB/sec. | ||
| 3601 | 2025.04.17 00:23:46.432615 [ 275 ] {efd28d1e-cf49-44d3-8267-95812b020555} <Debug> TCPHandler: Processed in 0.007185611 sec. | ||
| 3602 | 2025.04.17 00:23:46.432915 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3603 | 2025.04.17 00:23:46.433203 [ 275 ] {cdd380c6-dc56-4c07-9565-b0dbc474b4e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3604 | 2025.04.17 00:23:46.433347 [ 275 ] {cdd380c6-dc56-4c07-9565-b0dbc474b4e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3605 | 2025.04.17 00:23:46.436510 [ 275 ] {cdd380c6-dc56-4c07-9565-b0dbc474b4e6} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3606 | 2025.04.17 00:23:46.436600 [ 275 ] {cdd380c6-dc56-4c07-9565-b0dbc474b4e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3607 | 2025.04.17 00:23:46.438040 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 3608 | 2025.04.17 00:23:46.438076 [ 275 ] {cdd380c6-dc56-4c07-9565-b0dbc474b4e6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3609 | 2025.04.17 00:23:46.438337 [ 275 ] {cdd380c6-dc56-4c07-9565-b0dbc474b4e6} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3610 | 2025.04.17 00:23:46.438527 [ 275 ] {cdd380c6-dc56-4c07-9565-b0dbc474b4e6} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005418 sec., 19195.2750092285 rows/sec., 1.50 MiB/sec. | ||
| 3611 | 2025.04.17 00:23:46.438689 [ 275 ] {cdd380c6-dc56-4c07-9565-b0dbc474b4e6} <Debug> TCPHandler: Processed in 0.005884288 sec. | ||
| 3612 | 2025.04.17 00:23:46.438915 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3613 | 2025.04.17 00:23:46.439024 [ 275 ] {8ddb6493-71f9-4f94-b0cd-dc7ada35d4ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3614 | 2025.04.17 00:23:46.439072 [ 275 ] {8ddb6493-71f9-4f94-b0cd-dc7ada35d4ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3615 | 2025.04.17 00:23:46.439609 [ 275 ] {8ddb6493-71f9-4f94-b0cd-dc7ada35d4ab} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3616 | 2025.04.17 00:23:46.439645 [ 275 ] {8ddb6493-71f9-4f94-b0cd-dc7ada35d4ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3617 | 2025.04.17 00:23:46.440030 [ 275 ] {8ddb6493-71f9-4f94-b0cd-dc7ada35d4ab} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3618 | 2025.04.17 00:23:46.440258 [ 275 ] {8ddb6493-71f9-4f94-b0cd-dc7ada35d4ab} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3619 | 2025.04.17 00:23:46.440417 [ 275 ] {8ddb6493-71f9-4f94-b0cd-dc7ada35d4ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001417 sec., 112914.60832745236 rows/sec., 7.86 MiB/sec. | ||
| 3620 | 2025.04.17 00:23:46.440467 [ 275 ] {8ddb6493-71f9-4f94-b0cd-dc7ada35d4ab} <Debug> TCPHandler: Processed in 0.001625031 sec. | ||
| 3621 | 2025.04.17 00:23:46.440608 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3622 | 2025.04.17 00:23:46.440740 [ 275 ] {e3629ca0-5930-466a-8805-f79fe2af0764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3623 | 2025.04.17 00:23:46.440816 [ 275 ] {e3629ca0-5930-466a-8805-f79fe2af0764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3624 | 2025.04.17 00:23:46.441966 [ 275 ] {e3629ca0-5930-466a-8805-f79fe2af0764} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3625 | 2025.04.17 00:23:46.442002 [ 275 ] {e3629ca0-5930-466a-8805-f79fe2af0764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3626 | 2025.04.17 00:23:46.442646 [ 275 ] {e3629ca0-5930-466a-8805-f79fe2af0764} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3627 | 2025.04.17 00:23:46.442901 [ 275 ] {e3629ca0-5930-466a-8805-f79fe2af0764} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3628 | 2025.04.17 00:23:46.443082 [ 275 ] {e3629ca0-5930-466a-8805-f79fe2af0764} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002371 sec., 16870.51876845213 rows/sec., 30.23 MiB/sec. | ||
| 3629 | 2025.04.17 00:23:46.443171 [ 275 ] {e3629ca0-5930-466a-8805-f79fe2af0764} <Debug> TCPHandler: Processed in 0.002624026 sec. | ||
| 3630 | 2025.04.17 00:23:46.443282 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3631 | 2025.04.17 00:23:46.443381 [ 275 ] {2165daf9-56dc-4374-b0d4-38e96d2aa2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3632 | 2025.04.17 00:23:46.443424 [ 275 ] {2165daf9-56dc-4374-b0d4-38e96d2aa2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3633 | 2025.04.17 00:23:46.443833 [ 275 ] {2165daf9-56dc-4374-b0d4-38e96d2aa2b3} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3634 | 2025.04.17 00:23:46.443868 [ 275 ] {2165daf9-56dc-4374-b0d4-38e96d2aa2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3635 | 2025.04.17 00:23:46.444240 [ 275 ] {2165daf9-56dc-4374-b0d4-38e96d2aa2b3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3636 | 2025.04.17 00:23:46.444475 [ 275 ] {2165daf9-56dc-4374-b0d4-38e96d2aa2b3} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3637 | 2025.04.17 00:23:46.444607 [ 140 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3638 | 2025.04.17 00:23:46.444640 [ 275 ] {2165daf9-56dc-4374-b0d4-38e96d2aa2b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001281 sec., 46838.4074941452 rows/sec., 3.16 MiB/sec. | ||
| 3639 | 2025.04.17 00:23:46.444650 [ 140 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3640 | 2025.04.17 00:23:46.444684 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3641 | 2025.04.17 00:23:46.444706 [ 275 ] {2165daf9-56dc-4374-b0d4-38e96d2aa2b3} <Debug> TCPHandler: Processed in 0.001471087 sec. | ||
| 3642 | 2025.04.17 00:23:46.444820 [ 196 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 3643 | 2025.04.17 00:23:46.444932 [ 196 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3644 | 2025.04.17 00:23:46.444975 [ 196 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 820 rows starting from the beginning of the part | ||
| 3645 | 2025.04.17 00:23:46.445051 [ 196 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 3646 | 2025.04.17 00:23:46.445227 [ 196 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3647 | 2025.04.17 00:23:46.445527 [ 196 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 3648 | 2025.04.17 00:23:46.445671 [ 196 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3649 | 2025.04.17 00:23:46.445749 [ 196 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 3650 | 2025.04.17 00:23:46.446979 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1120 rows, containing 4 columns (4 merged, 0 gathered) in 0.002214526 sec., 505751.5694103388 rows/sec., 34.14 MiB/sec. | ||
| 3651 | 2025.04.17 00:23:46.447230 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3652 | 2025.04.17 00:23:46.447553 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_21_4} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3653 | 2025.04.17 00:23:46.447641 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_21_4} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3654 | 2025.04.17 00:23:46.447742 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 3655 | 2025.04.17 00:23:51.419096 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3656 | 2025.04.17 00:23:51.419413 [ 275 ] {1f06e54d-56f8-4bfa-b275-09ab7a122f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3657 | 2025.04.17 00:23:51.419488 [ 275 ] {1f06e54d-56f8-4bfa-b275-09ab7a122f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3658 | 2025.04.17 00:23:51.420236 [ 275 ] {1f06e54d-56f8-4bfa-b275-09ab7a122f81} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3659 | 2025.04.17 00:23:51.420278 [ 275 ] {1f06e54d-56f8-4bfa-b275-09ab7a122f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3660 | 2025.04.17 00:23:51.420709 [ 275 ] {1f06e54d-56f8-4bfa-b275-09ab7a122f81} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3661 | 2025.04.17 00:23:51.420954 [ 275 ] {1f06e54d-56f8-4bfa-b275-09ab7a122f81} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3662 | 2025.04.17 00:23:51.421144 [ 275 ] {1f06e54d-56f8-4bfa-b275-09ab7a122f81} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001809 sec., 13266.998341625207 rows/sec., 1.10 MiB/sec. | ||
| 3663 | 2025.04.17 00:23:51.421208 [ 275 ] {1f06e54d-56f8-4bfa-b275-09ab7a122f81} <Debug> TCPHandler: Processed in 0.002300468 sec. | ||
| 3664 | 2025.04.17 00:23:51.421355 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3665 | 2025.04.17 00:23:51.421465 [ 275 ] {321aba8b-9add-4f2b-9b41-9114fc91d8d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3666 | 2025.04.17 00:23:51.421515 [ 275 ] {321aba8b-9add-4f2b-9b41-9114fc91d8d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3667 | 2025.04.17 00:23:51.422031 [ 275 ] {321aba8b-9add-4f2b-9b41-9114fc91d8d4} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3668 | 2025.04.17 00:23:51.422068 [ 275 ] {321aba8b-9add-4f2b-9b41-9114fc91d8d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3669 | 2025.04.17 00:23:51.422407 [ 275 ] {321aba8b-9add-4f2b-9b41-9114fc91d8d4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3670 | 2025.04.17 00:23:51.422645 [ 275 ] {321aba8b-9add-4f2b-9b41-9114fc91d8d4} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3671 | 2025.04.17 00:23:51.422854 [ 275 ] {321aba8b-9add-4f2b-9b41-9114fc91d8d4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001411 sec., 1417.4344436569809 rows/sec., 115.58 KiB/sec. | ||
| 3672 | 2025.04.17 00:23:51.423006 [ 275 ] {321aba8b-9add-4f2b-9b41-9114fc91d8d4} <Debug> TCPHandler: Processed in 0.001699833 sec. | ||
| 3673 | 2025.04.17 00:23:51.423149 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3674 | 2025.04.17 00:23:51.423252 [ 275 ] {cbf88892-b540-4a6f-8f3f-80ea50d5c97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3675 | 2025.04.17 00:23:51.423297 [ 275 ] {cbf88892-b540-4a6f-8f3f-80ea50d5c97e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3676 | 2025.04.17 00:23:51.423926 [ 275 ] {cbf88892-b540-4a6f-8f3f-80ea50d5c97e} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3677 | 2025.04.17 00:23:51.423964 [ 275 ] {cbf88892-b540-4a6f-8f3f-80ea50d5c97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3678 | 2025.04.17 00:23:51.424325 [ 275 ] {cbf88892-b540-4a6f-8f3f-80ea50d5c97e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3679 | 2025.04.17 00:23:51.424563 [ 275 ] {cbf88892-b540-4a6f-8f3f-80ea50d5c97e} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3680 | 2025.04.17 00:23:51.424731 [ 275 ] {cbf88892-b540-4a6f-8f3f-80ea50d5c97e} <Debug> executeQuery: Read 177 rows, 15.94 KiB in 0.001502 sec., 117842.87616511318 rows/sec., 10.36 MiB/sec. | ||
| 3681 | 2025.04.17 00:23:51.424783 [ 275 ] {cbf88892-b540-4a6f-8f3f-80ea50d5c97e} <Debug> TCPHandler: Processed in 0.001684653 sec. | ||
| 3682 | 2025.04.17 00:23:51.424905 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3683 | 2025.04.17 00:23:51.425007 [ 275 ] {4e1281e3-2a54-4869-a117-799a805e1ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3684 | 2025.04.17 00:23:51.425053 [ 275 ] {4e1281e3-2a54-4869-a117-799a805e1ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3685 | 2025.04.17 00:23:51.425544 [ 275 ] {4e1281e3-2a54-4869-a117-799a805e1ff3} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3686 | 2025.04.17 00:23:51.425581 [ 275 ] {4e1281e3-2a54-4869-a117-799a805e1ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3687 | 2025.04.17 00:23:51.425914 [ 275 ] {4e1281e3-2a54-4869-a117-799a805e1ff3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3688 | 2025.04.17 00:23:51.426149 [ 275 ] {4e1281e3-2a54-4869-a117-799a805e1ff3} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3689 | 2025.04.17 00:23:51.426265 [ 132 ] {} <Debug> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3690 | 2025.04.17 00:23:51.426305 [ 132 ] {} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3691 | 2025.04.17 00:23:51.426322 [ 275 ] {4e1281e3-2a54-4869-a117-799a805e1ff3} <Debug> executeQuery: Read 14 rows, 1.10 KiB in 0.001334 sec., 10494.752623688157 rows/sec., 825.03 KiB/sec. | ||
| 3692 | 2025.04.17 00:23:51.426329 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3693 | 2025.04.17 00:23:51.426426 [ 275 ] {4e1281e3-2a54-4869-a117-799a805e1ff3} <Debug> TCPHandler: Processed in 0.001561599 sec. | ||
| 3694 | 2025.04.17 00:23:51.426650 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::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 | ||
| 3695 | 2025.04.17 00:23:51.426690 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3696 | 2025.04.17 00:23:51.427040 [ 275 ] {2ebd44cc-574c-46c6-8e36-4ff0a1d0d811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3697 | 2025.04.17 00:23:51.427126 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3698 | 2025.04.17 00:23:51.427150 [ 275 ] {2ebd44cc-574c-46c6-8e36-4ff0a1d0d811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3699 | 2025.04.17 00:23:51.427187 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 168 rows starting from the beginning of the part | ||
| 3700 | 2025.04.17 00:23:51.427337 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 3701 | 2025.04.17 00:23:51.427759 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part | ||
| 3702 | 2025.04.17 00:23:51.428264 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part | ||
| 3703 | 2025.04.17 00:23:51.428492 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part | ||
| 3704 | 2025.04.17 00:23:51.428850 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 3705 | 2025.04.17 00:23:51.429583 [ 275 ] {2ebd44cc-574c-46c6-8e36-4ff0a1d0d811} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3706 | 2025.04.17 00:23:51.429623 [ 275 ] {2ebd44cc-574c-46c6-8e36-4ff0a1d0d811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3707 | 2025.04.17 00:23:51.430157 [ 275 ] {2ebd44cc-574c-46c6-8e36-4ff0a1d0d811} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3708 | 2025.04.17 00:23:51.430521 [ 275 ] {2ebd44cc-574c-46c6-8e36-4ff0a1d0d811} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3709 | 2025.04.17 00:23:51.430591 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 5 columns (5 merged, 0 gathered) in 0.004177325 sec., 77561.59743376443 rows/sec., 5.63 MiB/sec. | ||
| 3710 | 2025.04.17 00:23:51.430977 [ 190 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3711 | 2025.04.17 00:23:51.430969 [ 275 ] {2ebd44cc-574c-46c6-8e36-4ff0a1d0d811} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.004006 sec., 5991.013479780329 rows/sec., 509.00 KiB/sec. | ||
| 3712 | 2025.04.17 00:23:51.431239 [ 275 ] {2ebd44cc-574c-46c6-8e36-4ff0a1d0d811} <Debug> TCPHandler: Processed in 0.004630736 sec. | ||
| 3713 | 2025.04.17 00:23:51.431392 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3714 | 2025.04.17 00:23:51.431555 [ 275 ] {79a79a28-641c-4909-a81e-2c04339d9ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3715 | 2025.04.17 00:23:51.431642 [ 275 ] {79a79a28-641c-4909-a81e-2c04339d9ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3716 | 2025.04.17 00:23:51.431643 [ 190 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_16_3} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3717 | 2025.04.17 00:23:51.431890 [ 190 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_16_3} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3718 | 2025.04.17 00:23:51.432114 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3719 | 2025.04.17 00:23:51.432542 [ 275 ] {79a79a28-641c-4909-a81e-2c04339d9ec9} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3720 | 2025.04.17 00:23:51.432585 [ 275 ] {79a79a28-641c-4909-a81e-2c04339d9ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3721 | 2025.04.17 00:23:51.432928 [ 275 ] {79a79a28-641c-4909-a81e-2c04339d9ec9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3722 | 2025.04.17 00:23:51.433163 [ 275 ] {79a79a28-641c-4909-a81e-2c04339d9ec9} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3723 | 2025.04.17 00:23:51.433328 [ 275 ] {79a79a28-641c-4909-a81e-2c04339d9ec9} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001821 sec., 6589.785831960462 rows/sec., 514.83 KiB/sec. | ||
| 3724 | 2025.04.17 00:23:51.433380 [ 275 ] {79a79a28-641c-4909-a81e-2c04339d9ec9} <Debug> TCPHandler: Processed in 0.002054672 sec. | ||
| 3725 | 2025.04.17 00:23:51.433495 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3726 | 2025.04.17 00:23:51.433598 [ 275 ] {8005e5bb-bcd6-4dae-8850-1f840957fd2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3727 | 2025.04.17 00:23:51.433644 [ 275 ] {8005e5bb-bcd6-4dae-8850-1f840957fd2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3728 | 2025.04.17 00:23:51.434173 [ 275 ] {8005e5bb-bcd6-4dae-8850-1f840957fd2c} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3729 | 2025.04.17 00:23:51.434209 [ 275 ] {8005e5bb-bcd6-4dae-8850-1f840957fd2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3730 | 2025.04.17 00:23:51.434564 [ 275 ] {8005e5bb-bcd6-4dae-8850-1f840957fd2c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3731 | 2025.04.17 00:23:51.434794 [ 275 ] {8005e5bb-bcd6-4dae-8850-1f840957fd2c} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3732 | 2025.04.17 00:23:51.434998 [ 275 ] {8005e5bb-bcd6-4dae-8850-1f840957fd2c} <Debug> executeQuery: Read 102 rows, 8.54 KiB in 0.001413 sec., 72186.83651804671 rows/sec., 5.90 MiB/sec. | ||
| 3733 | 2025.04.17 00:23:51.435195 [ 275 ] {8005e5bb-bcd6-4dae-8850-1f840957fd2c} <Debug> TCPHandler: Processed in 0.001746824 sec. | ||
| 3734 | 2025.04.17 00:23:51.435376 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3735 | 2025.04.17 00:23:51.435480 [ 275 ] {0435409c-0eb9-4a69-880e-f03ecdfa2f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3736 | 2025.04.17 00:23:51.435531 [ 275 ] {0435409c-0eb9-4a69-880e-f03ecdfa2f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3737 | 2025.04.17 00:23:51.436065 [ 275 ] {0435409c-0eb9-4a69-880e-f03ecdfa2f31} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3738 | 2025.04.17 00:23:51.436102 [ 275 ] {0435409c-0eb9-4a69-880e-f03ecdfa2f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3739 | 2025.04.17 00:23:51.436478 [ 275 ] {0435409c-0eb9-4a69-880e-f03ecdfa2f31} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3740 | 2025.04.17 00:23:51.436704 [ 275 ] {0435409c-0eb9-4a69-880e-f03ecdfa2f31} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3741 | 2025.04.17 00:23:51.436871 [ 275 ] {0435409c-0eb9-4a69-880e-f03ecdfa2f31} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.001414 sec., 139321.07496463932 rows/sec., 9.99 MiB/sec. | ||
| 3742 | 2025.04.17 00:23:51.436921 [ 275 ] {0435409c-0eb9-4a69-880e-f03ecdfa2f31} <Debug> TCPHandler: Processed in 0.00160248 sec. | ||
| 3743 | 2025.04.17 00:23:51.437032 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3744 | 2025.04.17 00:23:51.437136 [ 275 ] {cbdc7c68-e629-4830-846b-d6a0b2b7e47a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3745 | 2025.04.17 00:23:51.437183 [ 275 ] {cbdc7c68-e629-4830-846b-d6a0b2b7e47a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3746 | 2025.04.17 00:23:51.437594 [ 275 ] {cbdc7c68-e629-4830-846b-d6a0b2b7e47a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3747 | 2025.04.17 00:23:51.437632 [ 275 ] {cbdc7c68-e629-4830-846b-d6a0b2b7e47a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3748 | 2025.04.17 00:23:51.437974 [ 275 ] {cbdc7c68-e629-4830-846b-d6a0b2b7e47a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3749 | 2025.04.17 00:23:51.438201 [ 275 ] {cbdc7c68-e629-4830-846b-d6a0b2b7e47a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3750 | 2025.04.17 00:23:51.438419 [ 275 ] {cbdc7c68-e629-4830-846b-d6a0b2b7e47a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001295 sec., 46332.04633204633 rows/sec., 3.12 MiB/sec. | ||
| 3751 | 2025.04.17 00:23:51.438498 [ 275 ] {cbdc7c68-e629-4830-846b-d6a0b2b7e47a} <Debug> TCPHandler: Processed in 0.001509688 sec. | ||
| 3752 | 2025.04.17 00:23:53.292072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 3753 | 2025.04.17 00:23:53.292798 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3754 | 2025.04.17 00:23:53.292850 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3755 | 2025.04.17 00:23:53.293389 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3756 | 2025.04.17 00:23:53.293645 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3757 | 2025.04.17 00:23:53.293855 [ 130 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3758 | 2025.04.17 00:23:53.293922 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 3759 | 2025.04.17 00:23:53.293965 [ 130 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3760 | 2025.04.17 00:23:53.293998 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3761 | 2025.04.17 00:23:53.294195 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 3762 | 2025.04.17 00:23:53.294436 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3763 | 2025.04.17 00:23:53.294491 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 3764 | 2025.04.17 00:23:53.294569 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 3765 | 2025.04.17 00:23:53.294674 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 3766 | 2025.04.17 00:23:53.294923 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 3767 | 2025.04.17 00:23:53.295148 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 3768 | 2025.04.17 00:23:53.295347 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 3769 | 2025.04.17 00:23:53.297814 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003727824 sec., 2601785.921223749 rows/sec., 37.22 MiB/sec. | ||
| 3770 | 2025.04.17 00:23:53.298152 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3771 | 2025.04.17 00:23:53.298523 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_21_4} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3772 | 2025.04.17 00:23:53.298613 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_21_4} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3773 | 2025.04.17 00:23:53.298726 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. | ||
| 3774 | 2025.04.17 00:23:53.938125 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 3775 | 2025.04.17 00:23:53.959850 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3776 | 2025.04.17 00:23:53.959918 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3777 | 2025.04.17 00:23:53.967207 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3778 | 2025.04.17 00:23:53.967965 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3779 | 2025.04.17 00:23:53.968370 [ 130 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3780 | 2025.04.17 00:23:53.968512 [ 130 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3781 | 2025.04.17 00:23:53.968591 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3782 | 2025.04.17 00:23:53.968881 [ 191 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 3783 | 2025.04.17 00:23:53.976735 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 3784 | 2025.04.17 00:23:53.977971 [ 191 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3785 | 2025.04.17 00:23:53.978851 [ 191 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 3786 | 2025.04.17 00:23:53.983359 [ 191 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 3787 | 2025.04.17 00:23:53.987908 [ 191 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 3788 | 2025.04.17 00:23:53.992933 [ 191 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 3789 | 2025.04.17 00:23:53.998225 [ 191 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 3790 | 2025.04.17 00:23:54.000176 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.99 MiB, peak 187.87 MiB, free memory in arenas 0.00 B, will set to 182.28 MiB (RSS), difference: -3.71 MiB | ||
| 3791 | 2025.04.17 00:23:54.003415 [ 191 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 3792 | 2025.04.17 00:23:54.059187 [ 196 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.090457758 sec., 1757.7265180505578 rows/sec., 9.09 MiB/sec. | ||
| 3793 | 2025.04.17 00:23:54.061936 [ 196 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3794 | 2025.04.17 00:23:54.064755 [ 196 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_21_4} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3795 | 2025.04.17 00:23:54.064877 [ 196 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_21_4} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3796 | 2025.04.17 00:23:54.067262 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 3797 | 2025.04.17 00:23:55.000228 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.84 MiB, peak 189.39 MiB, free memory in arenas 0.00 B, will set to 184.20 MiB (RSS), difference: 5.36 MiB | ||
| 3798 | 2025.04.17 00:23:55.821813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 502 | ||
| 3799 | 2025.04.17 00:23:55.825005 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3800 | 2025.04.17 00:23:55.825066 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3801 | 2025.04.17 00:23:55.826616 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3802 | 2025.04.17 00:23:55.826940 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3803 | 2025.04.17 00:23:55.827602 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 502 | ||
| 3804 | 2025.04.17 00:23:56.418503 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3805 | 2025.04.17 00:23:56.418701 [ 275 ] {ebf79dd0-56f8-4aae-afa6-a2f714436ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3806 | 2025.04.17 00:23:56.418789 [ 275 ] {ebf79dd0-56f8-4aae-afa6-a2f714436ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3807 | 2025.04.17 00:23:56.419661 [ 275 ] {ebf79dd0-56f8-4aae-afa6-a2f714436ae3} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3808 | 2025.04.17 00:23:56.419713 [ 275 ] {ebf79dd0-56f8-4aae-afa6-a2f714436ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3809 | 2025.04.17 00:23:56.420176 [ 275 ] {ebf79dd0-56f8-4aae-afa6-a2f714436ae3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3810 | 2025.04.17 00:23:56.420438 [ 275 ] {ebf79dd0-56f8-4aae-afa6-a2f714436ae3} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3811 | 2025.04.17 00:23:56.420635 [ 127 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3812 | 2025.04.17 00:23:56.420683 [ 275 ] {ebf79dd0-56f8-4aae-afa6-a2f714436ae3} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002038 sec., 66732.09028459275 rows/sec., 5.76 MiB/sec. | ||
| 3813 | 2025.04.17 00:23:56.420737 [ 127 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3814 | 2025.04.17 00:23:56.420814 [ 275 ] {ebf79dd0-56f8-4aae-afa6-a2f714436ae3} <Debug> TCPHandler: Processed in 0.002438022 sec. | ||
| 3815 | 2025.04.17 00:23:56.420817 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3816 | 2025.04.17 00:23:56.420987 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3817 | 2025.04.17 00:23:56.421032 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 3818 | 2025.04.17 00:23:56.421177 [ 275 ] {2621398c-f289-4253-9220-9d9d9e353430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3819 | 2025.04.17 00:23:56.421305 [ 275 ] {2621398c-f289-4253-9220-9d9d9e353430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3820 | 2025.04.17 00:23:56.421328 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3821 | 2025.04.17 00:23:56.421441 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1965 rows starting from the beginning of the part | ||
| 3822 | 2025.04.17 00:23:56.421737 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1280 rows starting from the beginning of the part | ||
| 3823 | 2025.04.17 00:23:56.422049 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 3824 | 2025.04.17 00:23:56.422354 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 136 rows starting from the beginning of the part | ||
| 3825 | 2025.04.17 00:23:56.422724 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 177 rows starting from the beginning of the part | ||
| 3826 | 2025.04.17 00:23:56.423046 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 136 rows starting from the beginning of the part | ||
| 3827 | 2025.04.17 00:23:56.424323 [ 275 ] {2621398c-f289-4253-9220-9d9d9e353430} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3828 | 2025.04.17 00:23:56.424380 [ 275 ] {2621398c-f289-4253-9220-9d9d9e353430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3829 | 2025.04.17 00:23:56.425423 [ 275 ] {2621398c-f289-4253-9220-9d9d9e353430} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3830 | 2025.04.17 00:23:56.425848 [ 275 ] {2621398c-f289-4253-9220-9d9d9e353430} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3831 | 2025.04.17 00:23:56.426111 [ 275 ] {2621398c-f289-4253-9220-9d9d9e353430} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004992 sec., 8012.820512820513 rows/sec., 602.53 KiB/sec. | ||
| 3832 | 2025.04.17 00:23:56.426188 [ 275 ] {2621398c-f289-4253-9220-9d9d9e353430} <Debug> TCPHandler: Processed in 0.005285343 sec. | ||
| 3833 | 2025.04.17 00:23:56.426364 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3834 | 2025.04.17 00:23:56.426646 [ 275 ] {8fce4adc-b5af-4e1c-8ce8-3cef79d76c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3835 | 2025.04.17 00:23:56.426727 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3750 rows, containing 5 columns (5 merged, 0 gathered) in 0.005786055 sec., 648109.9816714497 rows/sec., 56.30 MiB/sec. | ||
| 3836 | 2025.04.17 00:23:56.426740 [ 275 ] {8fce4adc-b5af-4e1c-8ce8-3cef79d76c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3837 | 2025.04.17 00:23:56.427070 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3838 | 2025.04.17 00:23:56.427462 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_26_5} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3839 | 2025.04.17 00:23:56.427504 [ 275 ] {8fce4adc-b5af-4e1c-8ce8-3cef79d76c6d} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3840 | 2025.04.17 00:23:56.427550 [ 275 ] {8fce4adc-b5af-4e1c-8ce8-3cef79d76c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3841 | 2025.04.17 00:23:56.427561 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_26_5} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3842 | 2025.04.17 00:23:56.427673 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 3843 | 2025.04.17 00:23:56.427951 [ 275 ] {8fce4adc-b5af-4e1c-8ce8-3cef79d76c6d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3844 | 2025.04.17 00:23:56.428189 [ 275 ] {8fce4adc-b5af-4e1c-8ce8-3cef79d76c6d} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3845 | 2025.04.17 00:23:56.428336 [ 124 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3846 | 2025.04.17 00:23:56.428365 [ 275 ] {8fce4adc-b5af-4e1c-8ce8-3cef79d76c6d} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001831 sec., 56799.563080284 rows/sec., 4.44 MiB/sec. | ||
| 3847 | 2025.04.17 00:23:56.428385 [ 124 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3848 | 2025.04.17 00:23:56.428430 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3849 | 2025.04.17 00:23:56.428442 [ 275 ] {8fce4adc-b5af-4e1c-8ce8-3cef79d76c6d} <Debug> TCPHandler: Processed in 0.002168005 sec. | ||
| 3850 | 2025.04.17 00:23:56.428696 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3851 | 2025.04.17 00:23:56.428716 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 3852 | 2025.04.17 00:23:56.429117 [ 275 ] {91880ce3-9b4d-4184-92a4-bf9cee79beb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3853 | 2025.04.17 00:23:56.429156 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3854 | 2025.04.17 00:23:56.429238 [ 275 ] {91880ce3-9b4d-4184-92a4-bf9cee79beb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3855 | 2025.04.17 00:23:56.429238 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 944 rows starting from the beginning of the part | ||
| 3856 | 2025.04.17 00:23:56.429584 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 568 rows starting from the beginning of the part | ||
| 3857 | 2025.04.17 00:23:56.429980 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 3858 | 2025.04.17 00:23:56.430317 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 104 rows starting from the beginning of the part | ||
| 3859 | 2025.04.17 00:23:56.430706 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 102 rows starting from the beginning of the part | ||
| 3860 | 2025.04.17 00:23:56.431045 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 104 rows starting from the beginning of the part | ||
| 3861 | 2025.04.17 00:23:56.432123 [ 275 ] {91880ce3-9b4d-4184-92a4-bf9cee79beb2} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3862 | 2025.04.17 00:23:56.432189 [ 275 ] {91880ce3-9b4d-4184-92a4-bf9cee79beb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3863 | 2025.04.17 00:23:56.433296 [ 275 ] {91880ce3-9b4d-4184-92a4-bf9cee79beb2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3864 | 2025.04.17 00:23:56.433647 [ 275 ] {91880ce3-9b4d-4184-92a4-bf9cee79beb2} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3865 | 2025.04.17 00:23:56.434006 [ 275 ] {91880ce3-9b4d-4184-92a4-bf9cee79beb2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005048 sec., 31695.721077654514 rows/sec., 2.21 MiB/sec. | ||
| 3866 | 2025.04.17 00:23:56.434188 [ 275 ] {91880ce3-9b4d-4184-92a4-bf9cee79beb2} <Debug> TCPHandler: Processed in 0.005605942 sec. | ||
| 3867 | 2025.04.17 00:23:56.434262 [ 195 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1886 rows, containing 5 columns (5 merged, 0 gathered) in 0.005696563 sec., 331076.8265004706 rows/sec., 26.00 MiB/sec. | ||
| 3868 | 2025.04.17 00:23:56.434353 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3869 | 2025.04.17 00:23:56.434474 [ 275 ] {57e4bd1e-e6ee-4e38-9dde-a992566c1614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3870 | 2025.04.17 00:23:56.434503 [ 192 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3871 | 2025.04.17 00:23:56.434583 [ 275 ] {57e4bd1e-e6ee-4e38-9dde-a992566c1614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3872 | 2025.04.17 00:23:56.435030 [ 192 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_26_5} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3873 | 2025.04.17 00:23:56.435194 [ 192 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_26_5} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3874 | 2025.04.17 00:23:56.435342 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 3875 | 2025.04.17 00:23:56.436033 [ 275 ] {57e4bd1e-e6ee-4e38-9dde-a992566c1614} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3876 | 2025.04.17 00:23:56.436070 [ 275 ] {57e4bd1e-e6ee-4e38-9dde-a992566c1614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3877 | 2025.04.17 00:23:56.436745 [ 275 ] {57e4bd1e-e6ee-4e38-9dde-a992566c1614} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3878 | 2025.04.17 00:23:56.437003 [ 275 ] {57e4bd1e-e6ee-4e38-9dde-a992566c1614} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3879 | 2025.04.17 00:23:56.437255 [ 275 ] {57e4bd1e-e6ee-4e38-9dde-a992566c1614} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002809 sec., 14239.94304022784 rows/sec., 25.52 MiB/sec. | ||
| 3880 | 2025.04.17 00:23:56.437689 [ 275 ] {57e4bd1e-e6ee-4e38-9dde-a992566c1614} <Debug> TCPHandler: Processed in 0.003400216 sec. | ||
| 3881 | 2025.04.17 00:23:56.437811 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3882 | 2025.04.17 00:23:56.437923 [ 275 ] {66efd9d7-4347-4f62-aea2-045d4fae5f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3883 | 2025.04.17 00:23:56.437970 [ 275 ] {66efd9d7-4347-4f62-aea2-045d4fae5f8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3884 | 2025.04.17 00:23:56.438463 [ 275 ] {66efd9d7-4347-4f62-aea2-045d4fae5f8d} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3885 | 2025.04.17 00:23:56.438512 [ 275 ] {66efd9d7-4347-4f62-aea2-045d4fae5f8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3886 | 2025.04.17 00:23:56.438950 [ 275 ] {66efd9d7-4347-4f62-aea2-045d4fae5f8d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3887 | 2025.04.17 00:23:56.439230 [ 275 ] {66efd9d7-4347-4f62-aea2-045d4fae5f8d} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3888 | 2025.04.17 00:23:56.439426 [ 275 ] {66efd9d7-4347-4f62-aea2-045d4fae5f8d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001524 sec., 39370.07874015748 rows/sec., 2.65 MiB/sec. | ||
| 3889 | 2025.04.17 00:23:56.439484 [ 275 ] {66efd9d7-4347-4f62-aea2-045d4fae5f8d} <Debug> TCPHandler: Processed in 0.001723053 sec. | ||
| 3890 | 2025.04.17 00:24:00.693216 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3891 | 2025.04.17 00:24:00.693282 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3892 | 2025.04.17 00:24:00.794254 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 3893 | 2025.04.17 00:24:00.794871 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3894 | 2025.04.17 00:24:00.794916 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3895 | 2025.04.17 00:24:00.795502 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3896 | 2025.04.17 00:24:00.795772 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3897 | 2025.04.17 00:24:00.795977 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 3898 | 2025.04.17 00:24:01.417128 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3899 | 2025.04.17 00:24:01.417316 [ 275 ] {10804fe0-5bcc-446f-bc4f-39581ac392c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3900 | 2025.04.17 00:24:01.417391 [ 275 ] {10804fe0-5bcc-446f-bc4f-39581ac392c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3901 | 2025.04.17 00:24:01.418158 [ 275 ] {10804fe0-5bcc-446f-bc4f-39581ac392c3} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3902 | 2025.04.17 00:24:01.418209 [ 275 ] {10804fe0-5bcc-446f-bc4f-39581ac392c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3903 | 2025.04.17 00:24:01.418642 [ 275 ] {10804fe0-5bcc-446f-bc4f-39581ac392c3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3904 | 2025.04.17 00:24:01.418892 [ 275 ] {10804fe0-5bcc-446f-bc4f-39581ac392c3} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3905 | 2025.04.17 00:24:01.419110 [ 275 ] {10804fe0-5bcc-446f-bc4f-39581ac392c3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001848 sec., 30303.030303030304 rows/sec., 2.33 MiB/sec. | ||
| 3906 | 2025.04.17 00:24:01.419179 [ 275 ] {10804fe0-5bcc-446f-bc4f-39581ac392c3} <Debug> TCPHandler: Processed in 0.002183485 sec. | ||
| 3907 | 2025.04.17 00:24:01.419308 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3908 | 2025.04.17 00:24:01.419432 [ 275 ] {2dc3c40f-52bd-42a9-bf84-bf462210ff89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3909 | 2025.04.17 00:24:01.419481 [ 275 ] {2dc3c40f-52bd-42a9-bf84-bf462210ff89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3910 | 2025.04.17 00:24:01.420042 [ 275 ] {2dc3c40f-52bd-42a9-bf84-bf462210ff89} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3911 | 2025.04.17 00:24:01.420085 [ 275 ] {2dc3c40f-52bd-42a9-bf84-bf462210ff89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3912 | 2025.04.17 00:24:01.420437 [ 275 ] {2dc3c40f-52bd-42a9-bf84-bf462210ff89} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3913 | 2025.04.17 00:24:01.420683 [ 275 ] {2dc3c40f-52bd-42a9-bf84-bf462210ff89} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3914 | 2025.04.17 00:24:01.420871 [ 275 ] {2dc3c40f-52bd-42a9-bf84-bf462210ff89} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001461 sec., 43805.61259411362 rows/sec., 3.42 MiB/sec. | ||
| 3915 | 2025.04.17 00:24:01.420930 [ 275 ] {2dc3c40f-52bd-42a9-bf84-bf462210ff89} <Debug> TCPHandler: Processed in 0.001676292 sec. | ||
| 3916 | 2025.04.17 00:24:01.421049 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3917 | 2025.04.17 00:24:01.421165 [ 275 ] {33b6b233-9d93-4971-8514-08f36c213b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3918 | 2025.04.17 00:24:01.421213 [ 275 ] {33b6b233-9d93-4971-8514-08f36c213b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3919 | 2025.04.17 00:24:01.421728 [ 275 ] {33b6b233-9d93-4971-8514-08f36c213b83} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3920 | 2025.04.17 00:24:01.421767 [ 275 ] {33b6b233-9d93-4971-8514-08f36c213b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3921 | 2025.04.17 00:24:01.422148 [ 275 ] {33b6b233-9d93-4971-8514-08f36c213b83} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3922 | 2025.04.17 00:24:01.422380 [ 275 ] {33b6b233-9d93-4971-8514-08f36c213b83} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3923 | 2025.04.17 00:24:01.422578 [ 275 ] {33b6b233-9d93-4971-8514-08f36c213b83} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001437 sec., 111343.07585247043 rows/sec., 7.75 MiB/sec. | ||
| 3924 | 2025.04.17 00:24:01.422630 [ 275 ] {33b6b233-9d93-4971-8514-08f36c213b83} <Debug> TCPHandler: Processed in 0.001634131 sec. | ||
| 3925 | 2025.04.17 00:24:01.422739 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3926 | 2025.04.17 00:24:01.422854 [ 275 ] {87e1ad45-3cb4-4913-aacb-e6d4a5616d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3927 | 2025.04.17 00:24:01.422900 [ 275 ] {87e1ad45-3cb4-4913-aacb-e6d4a5616d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3928 | 2025.04.17 00:24:01.423318 [ 275 ] {87e1ad45-3cb4-4913-aacb-e6d4a5616d40} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3929 | 2025.04.17 00:24:01.423358 [ 275 ] {87e1ad45-3cb4-4913-aacb-e6d4a5616d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3930 | 2025.04.17 00:24:01.423700 [ 275 ] {87e1ad45-3cb4-4913-aacb-e6d4a5616d40} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3931 | 2025.04.17 00:24:01.423933 [ 275 ] {87e1ad45-3cb4-4913-aacb-e6d4a5616d40} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3932 | 2025.04.17 00:24:01.424127 [ 275 ] {87e1ad45-3cb4-4913-aacb-e6d4a5616d40} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001295 sec., 46332.04633204633 rows/sec., 3.12 MiB/sec. | ||
| 3933 | 2025.04.17 00:24:01.424175 [ 275 ] {87e1ad45-3cb4-4913-aacb-e6d4a5616d40} <Debug> TCPHandler: Processed in 0.001487587 sec. | ||
| 3934 | 2025.04.17 00:24:01.476810 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 3935 | 2025.04.17 00:24:01.495850 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3936 | 2025.04.17 00:24:01.495907 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3937 | 2025.04.17 00:24:01.502945 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3938 | 2025.04.17 00:24:01.503683 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3939 | 2025.04.17 00:24:01.506856 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 3940 | 2025.04.17 00:24:02.281497 [ 118 ] {} <Debug> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3941 | 2025.04.17 00:24:02.281569 [ 118 ] {} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3942 | 2025.04.17 00:24:02.281596 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3943 | 2025.04.17 00:24:02.281748 [ 194 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::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 | ||
| 3944 | 2025.04.17 00:24:02.281920 [ 194 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3945 | 2025.04.17 00:24:02.281957 [ 194 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 3946 | 2025.04.17 00:24:02.282036 [ 194 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3947 | 2025.04.17 00:24:02.282229 [ 194 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 3948 | 2025.04.17 00:24:02.282515 [ 194 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 3949 | 2025.04.17 00:24:02.282686 [ 194 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 3950 | 2025.04.17 00:24:02.283790 [ 192 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.002125474 sec., 10350.63237658988 rows/sec., 884.45 KiB/sec. | ||
| 3951 | 2025.04.17 00:24:02.283944 [ 194 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3952 | 2025.04.17 00:24:02.284225 [ 194 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_5_1} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3953 | 2025.04.17 00:24:02.284317 [ 194 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_5_1} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3954 | 2025.04.17 00:24:02.284392 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3955 | 2025.04.17 00:24:05.827786 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 522 | ||
| 3956 | 2025.04.17 00:24:05.830577 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3957 | 2025.04.17 00:24:05.830635 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3958 | 2025.04.17 00:24:05.832132 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3959 | 2025.04.17 00:24:05.832463 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3960 | 2025.04.17 00:24:05.833108 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 522 | ||
| 3961 | 2025.04.17 00:24:06.445500 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3962 | 2025.04.17 00:24:06.445688 [ 275 ] {abe3d6ab-722a-466e-a9b6-6c7a6e544a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3963 | 2025.04.17 00:24:06.445757 [ 275 ] {abe3d6ab-722a-466e-a9b6-6c7a6e544a31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3964 | 2025.04.17 00:24:06.446686 [ 275 ] {abe3d6ab-722a-466e-a9b6-6c7a6e544a31} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3965 | 2025.04.17 00:24:06.446728 [ 275 ] {abe3d6ab-722a-466e-a9b6-6c7a6e544a31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3966 | 2025.04.17 00:24:06.447142 [ 275 ] {abe3d6ab-722a-466e-a9b6-6c7a6e544a31} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3967 | 2025.04.17 00:24:06.447396 [ 275 ] {abe3d6ab-722a-466e-a9b6-6c7a6e544a31} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3968 | 2025.04.17 00:24:06.447609 [ 275 ] {abe3d6ab-722a-466e-a9b6-6c7a6e544a31} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001966 sec., 3051.881993896236 rows/sec., 248.86 KiB/sec. | ||
| 3969 | 2025.04.17 00:24:06.447665 [ 275 ] {abe3d6ab-722a-466e-a9b6-6c7a6e544a31} <Debug> TCPHandler: Processed in 0.002295908 sec. | ||
| 3970 | 2025.04.17 00:24:06.447811 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3971 | 2025.04.17 00:24:06.447923 [ 275 ] {282b6c21-6d0d-486f-8113-0c222046c988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3972 | 2025.04.17 00:24:06.447966 [ 275 ] {282b6c21-6d0d-486f-8113-0c222046c988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3973 | 2025.04.17 00:24:06.449231 [ 275 ] {282b6c21-6d0d-486f-8113-0c222046c988} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3974 | 2025.04.17 00:24:06.449271 [ 275 ] {282b6c21-6d0d-486f-8113-0c222046c988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3975 | 2025.04.17 00:24:06.449732 [ 275 ] {282b6c21-6d0d-486f-8113-0c222046c988} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3976 | 2025.04.17 00:24:06.449966 [ 275 ] {282b6c21-6d0d-486f-8113-0c222046c988} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3977 | 2025.04.17 00:24:06.450153 [ 275 ] {282b6c21-6d0d-486f-8113-0c222046c988} <Debug> executeQuery: Read 1279 rows, 108.81 KiB in 0.002247 sec., 569203.3822874945 rows/sec., 47.29 MiB/sec. | ||
| 3978 | 2025.04.17 00:24:06.450273 [ 275 ] {282b6c21-6d0d-486f-8113-0c222046c988} <Debug> TCPHandler: Processed in 0.002509983 sec. | ||
| 3979 | 2025.04.17 00:24:06.450456 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3980 | 2025.04.17 00:24:06.450570 [ 275 ] {5f493012-72d5-429e-8940-f9a31544995e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3981 | 2025.04.17 00:24:06.450616 [ 275 ] {5f493012-72d5-429e-8940-f9a31544995e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3982 | 2025.04.17 00:24:06.451176 [ 275 ] {5f493012-72d5-429e-8940-f9a31544995e} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3983 | 2025.04.17 00:24:06.451239 [ 275 ] {5f493012-72d5-429e-8940-f9a31544995e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3984 | 2025.04.17 00:24:06.451576 [ 275 ] {5f493012-72d5-429e-8940-f9a31544995e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3985 | 2025.04.17 00:24:06.451804 [ 275 ] {5f493012-72d5-429e-8940-f9a31544995e} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3986 | 2025.04.17 00:24:06.452011 [ 275 ] {5f493012-72d5-429e-8940-f9a31544995e} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.001463 sec., 31442.241968557755 rows/sec., 2.29 MiB/sec. | ||
| 3987 | 2025.04.17 00:24:06.452061 [ 275 ] {5f493012-72d5-429e-8940-f9a31544995e} <Debug> TCPHandler: Processed in 0.001675323 sec. | ||
| 3988 | 2025.04.17 00:24:06.452232 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3989 | 2025.04.17 00:24:06.452362 [ 275 ] {42655662-a32b-4f64-88b2-a346bed07225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3990 | 2025.04.17 00:24:06.452415 [ 275 ] {42655662-a32b-4f64-88b2-a346bed07225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3991 | 2025.04.17 00:24:06.453106 [ 275 ] {42655662-a32b-4f64-88b2-a346bed07225} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3992 | 2025.04.17 00:24:06.453145 [ 275 ] {42655662-a32b-4f64-88b2-a346bed07225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 3993 | 2025.04.17 00:24:06.453500 [ 275 ] {42655662-a32b-4f64-88b2-a346bed07225} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3994 | 2025.04.17 00:24:06.453731 [ 275 ] {42655662-a32b-4f64-88b2-a346bed07225} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3995 | 2025.04.17 00:24:06.453907 [ 111 ] {} <Debug> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3996 | 2025.04.17 00:24:06.453930 [ 275 ] {42655662-a32b-4f64-88b2-a346bed07225} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001597 sec., 142767.6894176581 rows/sec., 9.67 MiB/sec. | ||
| 3997 | 2025.04.17 00:24:06.453993 [ 111 ] {} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3998 | 2025.04.17 00:24:06.454041 [ 275 ] {42655662-a32b-4f64-88b2-a346bed07225} <Debug> TCPHandler: Processed in 0.001884047 sec. | ||
| 3999 | 2025.04.17 00:24:06.454053 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4000 | 2025.04.17 00:24:06.454240 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4001 | 2025.04.17 00:24:06.454470 [ 195 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 4002 | 2025.04.17 00:24:06.454643 [ 275 ] {e66f0415-6f9f-4db3-a2b5-30de66bf5f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4003 | 2025.04.17 00:24:06.454760 [ 275 ] {e66f0415-6f9f-4db3-a2b5-30de66bf5f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4004 | 2025.04.17 00:24:06.454918 [ 195 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4005 | 2025.04.17 00:24:06.454998 [ 195 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 366 rows starting from the beginning of the part | ||
| 4006 | 2025.04.17 00:24:06.455229 [ 195 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part | ||
| 4007 | 2025.04.17 00:24:06.455621 [ 195 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
| 4008 | 2025.04.17 00:24:06.455982 [ 195 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part | ||
| 4009 | 2025.04.17 00:24:06.456361 [ 195 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
| 4010 | 2025.04.17 00:24:06.456674 [ 195 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part | ||
| 4011 | 2025.04.17 00:24:06.457747 [ 275 ] {e66f0415-6f9f-4db3-a2b5-30de66bf5f39} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4012 | 2025.04.17 00:24:06.457805 [ 275 ] {e66f0415-6f9f-4db3-a2b5-30de66bf5f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4013 | 2025.04.17 00:24:06.458875 [ 275 ] {e66f0415-6f9f-4db3-a2b5-30de66bf5f39} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4014 | 2025.04.17 00:24:06.459302 [ 275 ] {e66f0415-6f9f-4db3-a2b5-30de66bf5f39} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4015 | 2025.04.17 00:24:06.459837 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1098 rows, containing 5 columns (5 merged, 0 gathered) in 0.005662373 sec., 193911.6338679914 rows/sec., 14.00 MiB/sec. | ||
| 4016 | 2025.04.17 00:24:06.459960 [ 275 ] {e66f0415-6f9f-4db3-a2b5-30de66bf5f39} <Debug> executeQuery: Read 566 rows, 43.10 KiB in 0.005413 sec., 104563.08886015149 rows/sec., 7.78 MiB/sec. | ||
| 4017 | 2025.04.17 00:24:06.460263 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 4018 | 2025.04.17 00:24:06.460297 [ 275 ] {e66f0415-6f9f-4db3-a2b5-30de66bf5f39} <Debug> TCPHandler: Processed in 0.006175736 sec. | ||
| 4019 | 2025.04.17 00:24:06.460615 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4020 | 2025.04.17 00:24:06.460775 [ 275 ] {0a4de231-20f0-42cc-83a4-de49ffe19a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4021 | 2025.04.17 00:24:06.460881 [ 275 ] {0a4de231-20f0-42cc-83a4-de49ffe19a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4022 | 2025.04.17 00:24:06.460980 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_10_2} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4023 | 2025.04.17 00:24:06.461259 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_10_2} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 4024 | 2025.04.17 00:24:06.461454 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 4025 | 2025.04.17 00:24:06.462011 [ 275 ] {0a4de231-20f0-42cc-83a4-de49ffe19a02} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4026 | 2025.04.17 00:24:06.462056 [ 275 ] {0a4de231-20f0-42cc-83a4-de49ffe19a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4027 | 2025.04.17 00:24:06.462490 [ 275 ] {0a4de231-20f0-42cc-83a4-de49ffe19a02} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4028 | 2025.04.17 00:24:06.462731 [ 275 ] {0a4de231-20f0-42cc-83a4-de49ffe19a02} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4029 | 2025.04.17 00:24:06.462900 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4030 | 2025.04.17 00:24:06.462921 [ 275 ] {0a4de231-20f0-42cc-83a4-de49ffe19a02} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.002208 sec., 399909.4202898551 rows/sec., 26.91 MiB/sec. | ||
| 4031 | 2025.04.17 00:24:06.462983 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4032 | 2025.04.17 00:24:06.463063 [ 275 ] {0a4de231-20f0-42cc-83a4-de49ffe19a02} <Debug> TCPHandler: Processed in 0.002510894 sec. | ||
| 4033 | 2025.04.17 00:24:06.463072 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4034 | 2025.04.17 00:24:06.463258 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4035 | 2025.04.17 00:24:06.463269 [ 194 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 4036 | 2025.04.17 00:24:06.463445 [ 275 ] {d7b6382e-cde8-48e4-ae69-9b0da3c99ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4037 | 2025.04.17 00:24:06.463582 [ 194 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4038 | 2025.04.17 00:24:06.463620 [ 275 ] {d7b6382e-cde8-48e4-ae69-9b0da3c99ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4039 | 2025.04.17 00:24:06.463659 [ 194 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7210 rows starting from the beginning of the part | ||
| 4040 | 2025.04.17 00:24:06.464127 [ 194 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 4041 | 2025.04.17 00:24:06.464590 [ 194 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 197 rows starting from the beginning of the part | ||
| 4042 | 2025.04.17 00:24:06.465001 [ 194 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 4043 | 2025.04.17 00:24:06.465507 [ 194 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 4044 | 2025.04.17 00:24:06.465953 [ 194 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 883 rows starting from the beginning of the part | ||
| 4045 | 2025.04.17 00:24:06.469369 [ 275 ] {d7b6382e-cde8-48e4-ae69-9b0da3c99ee4} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4046 | 2025.04.17 00:24:06.469451 [ 275 ] {d7b6382e-cde8-48e4-ae69-9b0da3c99ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4047 | 2025.04.17 00:24:06.470714 [ 275 ] {d7b6382e-cde8-48e4-ae69-9b0da3c99ee4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4048 | 2025.04.17 00:24:06.471135 [ 275 ] {d7b6382e-cde8-48e4-ae69-9b0da3c99ee4} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4049 | 2025.04.17 00:24:06.471417 [ 275 ] {d7b6382e-cde8-48e4-ae69-9b0da3c99ee4} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008044 sec., 4972.650422675286 rows/sec., 8.91 MiB/sec. | ||
| 4050 | 2025.04.17 00:24:06.471608 [ 275 ] {d7b6382e-cde8-48e4-ae69-9b0da3c99ee4} <Debug> TCPHandler: Processed in 0.008451423 sec. | ||
| 4051 | 2025.04.17 00:24:06.471718 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4052 | 2025.04.17 00:24:06.471933 [ 275 ] {231f9fa3-b847-4050-ae6b-ced7c683bdd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4053 | 2025.04.17 00:24:06.472090 [ 275 ] {231f9fa3-b847-4050-ae6b-ced7c683bdd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4054 | 2025.04.17 00:24:06.472386 [ 201 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8770 rows, containing 5 columns (5 merged, 0 gathered) in 0.009165841 sec., 956813.4555247031 rows/sec., 65.61 MiB/sec. | ||
| 4055 | 2025.04.17 00:24:06.472773 [ 201 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4056 | 2025.04.17 00:24:06.473090 [ 275 ] {231f9fa3-b847-4050-ae6b-ced7c683bdd4} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4057 | 2025.04.17 00:24:06.473149 [ 275 ] {231f9fa3-b847-4050-ae6b-ced7c683bdd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4058 | 2025.04.17 00:24:06.473535 [ 201 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4059 | 2025.04.17 00:24:06.473731 [ 201 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4060 | 2025.04.17 00:24:06.473901 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
| 4061 | 2025.04.17 00:24:06.473954 [ 275 ] {231f9fa3-b847-4050-ae6b-ced7c683bdd4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4062 | 2025.04.17 00:24:06.474200 [ 275 ] {231f9fa3-b847-4050-ae6b-ced7c683bdd4} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4063 | 2025.04.17 00:24:06.474391 [ 275 ] {231f9fa3-b847-4050-ae6b-ced7c683bdd4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002542 sec., 23603.461841070024 rows/sec., 1.59 MiB/sec. | ||
| 4064 | 2025.04.17 00:24:06.474452 [ 275 ] {231f9fa3-b847-4050-ae6b-ced7c683bdd4} <Debug> TCPHandler: Processed in 0.002781721 sec. | ||
| 4065 | 2025.04.17 00:24:08.296103 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4066 | 2025.04.17 00:24:08.296781 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4067 | 2025.04.17 00:24:08.296838 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4068 | 2025.04.17 00:24:08.297392 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4069 | 2025.04.17 00:24:08.297651 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4070 | 2025.04.17 00:24:08.297852 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4071 | 2025.04.17 00:24:09.006935 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4072 | 2025.04.17 00:24:09.027339 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4073 | 2025.04.17 00:24:09.027406 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4074 | 2025.04.17 00:24:09.034572 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4075 | 2025.04.17 00:24:09.035329 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4076 | 2025.04.17 00:24:09.038825 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4077 | 2025.04.17 00:24:11.417109 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4078 | 2025.04.17 00:24:11.417376 [ 275 ] {f525f200-bd0c-4e8a-8504-91dd32cd1c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4079 | 2025.04.17 00:24:11.417446 [ 275 ] {f525f200-bd0c-4e8a-8504-91dd32cd1c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4080 | 2025.04.17 00:24:11.418255 [ 275 ] {f525f200-bd0c-4e8a-8504-91dd32cd1c9a} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4081 | 2025.04.17 00:24:11.418295 [ 275 ] {f525f200-bd0c-4e8a-8504-91dd32cd1c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4082 | 2025.04.17 00:24:11.418732 [ 275 ] {f525f200-bd0c-4e8a-8504-91dd32cd1c9a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4083 | 2025.04.17 00:24:11.418980 [ 275 ] {f525f200-bd0c-4e8a-8504-91dd32cd1c9a} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4084 | 2025.04.17 00:24:11.419195 [ 275 ] {f525f200-bd0c-4e8a-8504-91dd32cd1c9a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001867 sec., 29994.643813604715 rows/sec., 2.30 MiB/sec. | ||
| 4085 | 2025.04.17 00:24:11.419318 [ 275 ] {f525f200-bd0c-4e8a-8504-91dd32cd1c9a} <Debug> TCPHandler: Processed in 0.002398581 sec. | ||
| 4086 | 2025.04.17 00:24:11.419525 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4087 | 2025.04.17 00:24:11.419629 [ 275 ] {e187960b-98dd-4490-8391-bfdab83adc66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4088 | 2025.04.17 00:24:11.419676 [ 275 ] {e187960b-98dd-4490-8391-bfdab83adc66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4089 | 2025.04.17 00:24:11.420225 [ 275 ] {e187960b-98dd-4490-8391-bfdab83adc66} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4090 | 2025.04.17 00:24:11.420262 [ 275 ] {e187960b-98dd-4490-8391-bfdab83adc66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4091 | 2025.04.17 00:24:11.420601 [ 275 ] {e187960b-98dd-4490-8391-bfdab83adc66} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4092 | 2025.04.17 00:24:11.420832 [ 275 ] {e187960b-98dd-4490-8391-bfdab83adc66} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4093 | 2025.04.17 00:24:11.421009 [ 275 ] {e187960b-98dd-4490-8391-bfdab83adc66} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001396 sec., 45845.27220630372 rows/sec., 3.58 MiB/sec. | ||
| 4094 | 2025.04.17 00:24:11.421088 [ 275 ] {e187960b-98dd-4490-8391-bfdab83adc66} <Debug> TCPHandler: Processed in 0.001621961 sec. | ||
| 4095 | 2025.04.17 00:24:11.421306 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4096 | 2025.04.17 00:24:11.421417 [ 275 ] {e16cd321-54e7-4fc1-b102-cfc87fbe16f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4097 | 2025.04.17 00:24:11.421467 [ 275 ] {e16cd321-54e7-4fc1-b102-cfc87fbe16f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4098 | 2025.04.17 00:24:11.422009 [ 275 ] {e16cd321-54e7-4fc1-b102-cfc87fbe16f1} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4099 | 2025.04.17 00:24:11.422048 [ 275 ] {e16cd321-54e7-4fc1-b102-cfc87fbe16f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4100 | 2025.04.17 00:24:11.422427 [ 275 ] {e16cd321-54e7-4fc1-b102-cfc87fbe16f1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4101 | 2025.04.17 00:24:11.422668 [ 275 ] {e16cd321-54e7-4fc1-b102-cfc87fbe16f1} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4102 | 2025.04.17 00:24:11.422830 [ 275 ] {e16cd321-54e7-4fc1-b102-cfc87fbe16f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001436 sec., 111420.61281337048 rows/sec., 7.76 MiB/sec. | ||
| 4103 | 2025.04.17 00:24:11.422879 [ 275 ] {e16cd321-54e7-4fc1-b102-cfc87fbe16f1} <Debug> TCPHandler: Processed in 0.001655191 sec. | ||
| 4104 | 2025.04.17 00:24:11.422992 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4105 | 2025.04.17 00:24:11.423094 [ 275 ] {74bdc945-27d8-4a70-b49b-322128a3f62b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4106 | 2025.04.17 00:24:11.423140 [ 275 ] {74bdc945-27d8-4a70-b49b-322128a3f62b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4107 | 2025.04.17 00:24:11.423608 [ 275 ] {74bdc945-27d8-4a70-b49b-322128a3f62b} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4108 | 2025.04.17 00:24:11.423657 [ 275 ] {74bdc945-27d8-4a70-b49b-322128a3f62b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4109 | 2025.04.17 00:24:11.424092 [ 275 ] {74bdc945-27d8-4a70-b49b-322128a3f62b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4110 | 2025.04.17 00:24:11.424326 [ 275 ] {74bdc945-27d8-4a70-b49b-322128a3f62b} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4111 | 2025.04.17 00:24:11.424447 [ 104 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4112 | 2025.04.17 00:24:11.424493 [ 275 ] {74bdc945-27d8-4a70-b49b-322128a3f62b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. | ||
| 4113 | 2025.04.17 00:24:11.424499 [ 104 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4114 | 2025.04.17 00:24:11.424542 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4115 | 2025.04.17 00:24:11.424554 [ 275 ] {74bdc945-27d8-4a70-b49b-322128a3f62b} <Debug> TCPHandler: Processed in 0.001610591 sec. | ||
| 4116 | 2025.04.17 00:24:11.424861 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 4117 | 2025.04.17 00:24:11.425066 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4118 | 2025.04.17 00:24:11.425109 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1120 rows starting from the beginning of the part | ||
| 4119 | 2025.04.17 00:24:11.425190 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 4120 | 2025.04.17 00:24:11.425374 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 4121 | 2025.04.17 00:24:11.425620 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 4122 | 2025.04.17 00:24:11.425749 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 4123 | 2025.04.17 00:24:11.425861 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 4124 | 2025.04.17 00:24:11.427072 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 4 columns (4 merged, 0 gathered) in 0.002412811 sec., 588525.1683617159 rows/sec., 39.72 MiB/sec. | ||
| 4125 | 2025.04.17 00:24:11.427251 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4126 | 2025.04.17 00:24:11.427514 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_26_5} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4127 | 2025.04.17 00:24:11.427592 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_26_5} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4128 | 2025.04.17 00:24:11.427663 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4129 | 2025.04.17 00:24:15.693543 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4130 | 2025.04.17 00:24:15.693618 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4131 | 2025.04.17 00:24:15.798121 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 4132 | 2025.04.17 00:24:15.798744 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4133 | 2025.04.17 00:24:15.798790 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4134 | 2025.04.17 00:24:15.799350 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4135 | 2025.04.17 00:24:15.799608 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4136 | 2025.04.17 00:24:15.799843 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4137 | 2025.04.17 00:24:15.833365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 546 | ||
| 4138 | 2025.04.17 00:24:15.836287 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4139 | 2025.04.17 00:24:15.836351 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4140 | 2025.04.17 00:24:15.837830 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4141 | 2025.04.17 00:24:15.838150 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4142 | 2025.04.17 00:24:15.838388 [ 99 ] {} <Debug> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4143 | 2025.04.17 00:24:15.838506 [ 99 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4144 | 2025.04.17 00:24:15.838575 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4145 | 2025.04.17 00:24:15.839045 [ 199 ] {bc8e46af-749e-4702-ad44-a333defcf195::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 | ||
| 4146 | 2025.04.17 00:24:15.840314 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 546 | ||
| 4147 | 2025.04.17 00:24:15.840663 [ 199 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4148 | 2025.04.17 00:24:15.840843 [ 199 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 428 rows starting from the beginning of the part | ||
| 4149 | 2025.04.17 00:24:15.841345 [ 199 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 20 rows starting from the beginning of the part | ||
| 4150 | 2025.04.17 00:24:15.841832 [ 199 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
| 4151 | 2025.04.17 00:24:15.842323 [ 199 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
| 4152 | 2025.04.17 00:24:15.842795 [ 199 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part | ||
| 4153 | 2025.04.17 00:24:15.843234 [ 199 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
| 4154 | 2025.04.17 00:24:15.850892 [ 200 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 546 rows, containing 72 columns (72 merged, 0 gathered) in 0.012180247 sec., 44826.677160159394 rows/sec., 42.36 MiB/sec. | ||
| 4155 | 2025.04.17 00:24:15.852112 [ 193 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4156 | 2025.04.17 00:24:15.852978 [ 193 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_16_3} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4157 | 2025.04.17 00:24:15.853080 [ 193 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_16_3} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4158 | 2025.04.17 00:24:15.853429 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. | ||
| 4159 | 2025.04.17 00:24:16.419077 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4160 | 2025.04.17 00:24:16.419269 [ 275 ] {3cd77ce3-90c9-454b-95e9-be3752f97d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4161 | 2025.04.17 00:24:16.419344 [ 275 ] {3cd77ce3-90c9-454b-95e9-be3752f97d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4162 | 2025.04.17 00:24:16.420132 [ 275 ] {3cd77ce3-90c9-454b-95e9-be3752f97d45} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4163 | 2025.04.17 00:24:16.420189 [ 275 ] {3cd77ce3-90c9-454b-95e9-be3752f97d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4164 | 2025.04.17 00:24:16.420639 [ 275 ] {3cd77ce3-90c9-454b-95e9-be3752f97d45} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4165 | 2025.04.17 00:24:16.420900 [ 275 ] {3cd77ce3-90c9-454b-95e9-be3752f97d45} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4166 | 2025.04.17 00:24:16.421150 [ 275 ] {3cd77ce3-90c9-454b-95e9-be3752f97d45} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001933 sec., 70356.95809622349 rows/sec., 6.07 MiB/sec. | ||
| 4167 | 2025.04.17 00:24:16.421214 [ 275 ] {3cd77ce3-90c9-454b-95e9-be3752f97d45} <Debug> TCPHandler: Processed in 0.002271027 sec. | ||
| 4168 | 2025.04.17 00:24:16.421355 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4169 | 2025.04.17 00:24:16.421467 [ 275 ] {115e431f-d81c-4730-ac22-7db379ce695e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4170 | 2025.04.17 00:24:16.421518 [ 275 ] {115e431f-d81c-4730-ac22-7db379ce695e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4171 | 2025.04.17 00:24:16.422073 [ 275 ] {115e431f-d81c-4730-ac22-7db379ce695e} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4172 | 2025.04.17 00:24:16.422115 [ 275 ] {115e431f-d81c-4730-ac22-7db379ce695e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4173 | 2025.04.17 00:24:16.422474 [ 275 ] {115e431f-d81c-4730-ac22-7db379ce695e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4174 | 2025.04.17 00:24:16.422709 [ 275 ] {115e431f-d81c-4730-ac22-7db379ce695e} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4175 | 2025.04.17 00:24:16.422969 [ 275 ] {115e431f-d81c-4730-ac22-7db379ce695e} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001526 sec., 26212.31979030144 rows/sec., 1.92 MiB/sec. | ||
| 4176 | 2025.04.17 00:24:16.423169 [ 275 ] {115e431f-d81c-4730-ac22-7db379ce695e} <Debug> TCPHandler: Processed in 0.001861987 sec. | ||
| 4177 | 2025.04.17 00:24:16.423342 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4178 | 2025.04.17 00:24:16.423449 [ 275 ] {a19e8bb3-24eb-4e6d-bc2f-b0cac11a0c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4179 | 2025.04.17 00:24:16.423498 [ 275 ] {a19e8bb3-24eb-4e6d-bc2f-b0cac11a0c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4180 | 2025.04.17 00:24:16.424118 [ 275 ] {a19e8bb3-24eb-4e6d-bc2f-b0cac11a0c6f} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4181 | 2025.04.17 00:24:16.424160 [ 275 ] {a19e8bb3-24eb-4e6d-bc2f-b0cac11a0c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4182 | 2025.04.17 00:24:16.424522 [ 275 ] {a19e8bb3-24eb-4e6d-bc2f-b0cac11a0c6f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4183 | 2025.04.17 00:24:16.424801 [ 275 ] {a19e8bb3-24eb-4e6d-bc2f-b0cac11a0c6f} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4184 | 2025.04.17 00:24:16.425018 [ 275 ] {a19e8bb3-24eb-4e6d-bc2f-b0cac11a0c6f} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001594 sec., 65244.66750313676 rows/sec., 5.10 MiB/sec. | ||
| 4185 | 2025.04.17 00:24:16.425081 [ 275 ] {a19e8bb3-24eb-4e6d-bc2f-b0cac11a0c6f} <Debug> TCPHandler: Processed in 0.001796755 sec. | ||
| 4186 | 2025.04.17 00:24:16.425213 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4187 | 2025.04.17 00:24:16.425322 [ 275 ] {d5e365b0-6476-498d-9c9b-54b66e0dece9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4188 | 2025.04.17 00:24:16.425376 [ 275 ] {d5e365b0-6476-498d-9c9b-54b66e0dece9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4189 | 2025.04.17 00:24:16.425900 [ 275 ] {d5e365b0-6476-498d-9c9b-54b66e0dece9} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4190 | 2025.04.17 00:24:16.425939 [ 275 ] {d5e365b0-6476-498d-9c9b-54b66e0dece9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4191 | 2025.04.17 00:24:16.426339 [ 275 ] {d5e365b0-6476-498d-9c9b-54b66e0dece9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4192 | 2025.04.17 00:24:16.426598 [ 275 ] {d5e365b0-6476-498d-9c9b-54b66e0dece9} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4193 | 2025.04.17 00:24:16.426854 [ 275 ] {d5e365b0-6476-498d-9c9b-54b66e0dece9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
| 4194 | 2025.04.17 00:24:16.427013 [ 275 ] {d5e365b0-6476-498d-9c9b-54b66e0dece9} <Debug> TCPHandler: Processed in 0.001850057 sec. | ||
| 4195 | 2025.04.17 00:24:16.427229 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4196 | 2025.04.17 00:24:16.427337 [ 275 ] {6e2a778a-73fa-454b-b822-7d77d9439aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4197 | 2025.04.17 00:24:16.427416 [ 275 ] {6e2a778a-73fa-454b-b822-7d77d9439aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4198 | 2025.04.17 00:24:16.428566 [ 275 ] {6e2a778a-73fa-454b-b822-7d77d9439aaa} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4199 | 2025.04.17 00:24:16.428605 [ 275 ] {6e2a778a-73fa-454b-b822-7d77d9439aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4200 | 2025.04.17 00:24:16.429277 [ 275 ] {6e2a778a-73fa-454b-b822-7d77d9439aaa} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4201 | 2025.04.17 00:24:16.429538 [ 275 ] {6e2a778a-73fa-454b-b822-7d77d9439aaa} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4202 | 2025.04.17 00:24:16.429714 [ 99 ] {} <Debug> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4203 | 2025.04.17 00:24:16.429814 [ 275 ] {6e2a778a-73fa-454b-b822-7d77d9439aaa} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002492 sec., 16051.364365971109 rows/sec., 28.76 MiB/sec. | ||
| 4204 | 2025.04.17 00:24:16.429816 [ 99 ] {} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4205 | 2025.04.17 00:24:16.429911 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4206 | 2025.04.17 00:24:16.430238 [ 275 ] {6e2a778a-73fa-454b-b822-7d77d9439aaa} <Debug> TCPHandler: Processed in 0.003072597 sec. | ||
| 4207 | 2025.04.17 00:24:16.430271 [ 187 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::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 | ||
| 4208 | 2025.04.17 00:24:16.430441 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4209 | 2025.04.17 00:24:16.430698 [ 275 ] {272e92bc-2cdd-4ca9-a9fa-504b9f34a790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4210 | 2025.04.17 00:24:16.430831 [ 275 ] {272e92bc-2cdd-4ca9-a9fa-504b9f34a790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4211 | 2025.04.17 00:24:16.430974 [ 187 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4212 | 2025.04.17 00:24:16.431246 [ 187 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 362 rows starting from the beginning of the part | ||
| 4213 | 2025.04.17 00:24:16.431906 [ 187 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part | ||
| 4214 | 2025.04.17 00:24:16.432685 [ 187 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part | ||
| 4215 | 2025.04.17 00:24:16.432794 [ 275 ] {272e92bc-2cdd-4ca9-a9fa-504b9f34a790} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4216 | 2025.04.17 00:24:16.432911 [ 275 ] {272e92bc-2cdd-4ca9-a9fa-504b9f34a790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4217 | 2025.04.17 00:24:16.433281 [ 187 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
| 4218 | 2025.04.17 00:24:16.433866 [ 187 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part | ||
| 4219 | 2025.04.17 00:24:16.434499 [ 187 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part | ||
| 4220 | 2025.04.17 00:24:16.434638 [ 275 ] {272e92bc-2cdd-4ca9-a9fa-504b9f34a790} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4221 | 2025.04.17 00:24:16.435383 [ 275 ] {272e92bc-2cdd-4ca9-a9fa-504b9f34a790} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4222 | 2025.04.17 00:24:16.435769 [ 275 ] {272e92bc-2cdd-4ca9-a9fa-504b9f34a790} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005146 sec., 11659.541391371939 rows/sec., 804.63 KiB/sec. | ||
| 4223 | 2025.04.17 00:24:16.435949 [ 275 ] {272e92bc-2cdd-4ca9-a9fa-504b9f34a790} <Debug> TCPHandler: Processed in 0.00557632 sec. | ||
| 4224 | 2025.04.17 00:24:16.439599 [ 193 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 19 columns (19 merged, 0 gathered) in 0.009551061 sec., 58841.63026495172 rows/sec., 105.44 MiB/sec. | ||
| 4225 | 2025.04.17 00:24:16.440461 [ 189 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4226 | 2025.04.17 00:24:16.440933 [ 189 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4227 | 2025.04.17 00:24:16.441025 [ 189 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4228 | 2025.04.17 00:24:16.441204 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.56 MiB. | ||
| 4229 | 2025.04.17 00:24:16.539141 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4230 | 2025.04.17 00:24:16.560356 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4231 | 2025.04.17 00:24:16.560407 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4232 | 2025.04.17 00:24:16.568113 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4233 | 2025.04.17 00:24:16.568903 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4234 | 2025.04.17 00:24:16.572274 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4235 | 2025.04.17 00:24:21.419148 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4236 | 2025.04.17 00:24:21.419374 [ 275 ] {f9be4a1d-34bf-4e3f-ae71-45dd615ca68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4237 | 2025.04.17 00:24:21.419456 [ 275 ] {f9be4a1d-34bf-4e3f-ae71-45dd615ca68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4238 | 2025.04.17 00:24:21.420194 [ 275 ] {f9be4a1d-34bf-4e3f-ae71-45dd615ca68c} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4239 | 2025.04.17 00:24:21.420243 [ 275 ] {f9be4a1d-34bf-4e3f-ae71-45dd615ca68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4240 | 2025.04.17 00:24:21.420677 [ 275 ] {f9be4a1d-34bf-4e3f-ae71-45dd615ca68c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4241 | 2025.04.17 00:24:21.420932 [ 275 ] {f9be4a1d-34bf-4e3f-ae71-45dd615ca68c} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4242 | 2025.04.17 00:24:21.421262 [ 275 ] {f9be4a1d-34bf-4e3f-ae71-45dd615ca68c} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00192 sec., 12500 rows/sec., 1.04 MiB/sec. | ||
| 4243 | 2025.04.17 00:24:21.421504 [ 275 ] {f9be4a1d-34bf-4e3f-ae71-45dd615ca68c} <Debug> TCPHandler: Processed in 0.002490752 sec. | ||
| 4244 | 2025.04.17 00:24:21.421633 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4245 | 2025.04.17 00:24:21.421745 [ 275 ] {1aad6eee-9974-41b1-b66a-470d12cf2077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4246 | 2025.04.17 00:24:21.421795 [ 275 ] {1aad6eee-9974-41b1-b66a-470d12cf2077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4247 | 2025.04.17 00:24:21.422321 [ 275 ] {1aad6eee-9974-41b1-b66a-470d12cf2077} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4248 | 2025.04.17 00:24:21.422360 [ 275 ] {1aad6eee-9974-41b1-b66a-470d12cf2077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4249 | 2025.04.17 00:24:21.422717 [ 275 ] {1aad6eee-9974-41b1-b66a-470d12cf2077} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4250 | 2025.04.17 00:24:21.422954 [ 275 ] {1aad6eee-9974-41b1-b66a-470d12cf2077} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4251 | 2025.04.17 00:24:21.423159 [ 275 ] {1aad6eee-9974-41b1-b66a-470d12cf2077} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001441 sec., 1387.9250520471894 rows/sec., 113.18 KiB/sec. | ||
| 4252 | 2025.04.17 00:24:21.423213 [ 275 ] {1aad6eee-9974-41b1-b66a-470d12cf2077} <Debug> TCPHandler: Processed in 0.001631431 sec. | ||
| 4253 | 2025.04.17 00:24:21.423325 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4254 | 2025.04.17 00:24:21.423430 [ 275 ] {dcf71f99-a290-4ea5-bb9e-5186822ca33c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4255 | 2025.04.17 00:24:21.423476 [ 275 ] {dcf71f99-a290-4ea5-bb9e-5186822ca33c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4256 | 2025.04.17 00:24:21.424060 [ 275 ] {dcf71f99-a290-4ea5-bb9e-5186822ca33c} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4257 | 2025.04.17 00:24:21.424100 [ 275 ] {dcf71f99-a290-4ea5-bb9e-5186822ca33c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4258 | 2025.04.17 00:24:21.424454 [ 275 ] {dcf71f99-a290-4ea5-bb9e-5186822ca33c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4259 | 2025.04.17 00:24:21.424687 [ 275 ] {dcf71f99-a290-4ea5-bb9e-5186822ca33c} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4260 | 2025.04.17 00:24:21.424859 [ 93 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4261 | 2025.04.17 00:24:21.424910 [ 275 ] {dcf71f99-a290-4ea5-bb9e-5186822ca33c} <Debug> executeQuery: Read 177 rows, 15.94 KiB in 0.001494 sec., 118473.8955823293 rows/sec., 10.42 MiB/sec. | ||
| 4262 | 2025.04.17 00:24:21.424937 [ 93 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4263 | 2025.04.17 00:24:21.424998 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4264 | 2025.04.17 00:24:21.425028 [ 275 ] {dcf71f99-a290-4ea5-bb9e-5186822ca33c} <Debug> TCPHandler: Processed in 0.001748204 sec. | ||
| 4265 | 2025.04.17 00:24:21.425224 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4266 | 2025.04.17 00:24:21.425248 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::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 | ||
| 4267 | 2025.04.17 00:24:21.425380 [ 275 ] {e5ed886f-2972-4734-8ccf-89b31998ab70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4268 | 2025.04.17 00:24:21.425482 [ 275 ] {e5ed886f-2972-4734-8ccf-89b31998ab70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4269 | 2025.04.17 00:24:21.425653 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4270 | 2025.04.17 00:24:21.425755 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1968 rows starting from the beginning of the part | ||
| 4271 | 2025.04.17 00:24:21.426085 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
| 4272 | 2025.04.17 00:24:21.426498 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1279 rows starting from the beginning of the part | ||
| 4273 | 2025.04.17 00:24:21.426907 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4274 | 2025.04.17 00:24:21.427267 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 136 rows starting from the beginning of the part | ||
| 4275 | 2025.04.17 00:24:21.427448 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 177 rows starting from the beginning of the part | ||
| 4276 | 2025.04.17 00:24:21.428337 [ 275 ] {e5ed886f-2972-4734-8ccf-89b31998ab70} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4277 | 2025.04.17 00:24:21.428403 [ 275 ] {e5ed886f-2972-4734-8ccf-89b31998ab70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4278 | 2025.04.17 00:24:21.429275 [ 275 ] {e5ed886f-2972-4734-8ccf-89b31998ab70} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4279 | 2025.04.17 00:24:21.429790 [ 275 ] {e5ed886f-2972-4734-8ccf-89b31998ab70} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4280 | 2025.04.17 00:24:21.430494 [ 275 ] {e5ed886f-2972-4734-8ccf-89b31998ab70} <Debug> executeQuery: Read 14 rows, 1.10 KiB in 0.005148 sec., 2719.5027195027196 rows/sec., 213.79 KiB/sec. | ||
| 4281 | 2025.04.17 00:24:21.430711 [ 275 ] {e5ed886f-2972-4734-8ccf-89b31998ab70} <Debug> TCPHandler: Processed in 0.0055607 sec. | ||
| 4282 | 2025.04.17 00:24:21.430877 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4283 | 2025.04.17 00:24:21.431171 [ 275 ] {d8c483d6-1fff-4e30-80cd-d85d3967b9b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4284 | 2025.04.17 00:24:21.431266 [ 275 ] {d8c483d6-1fff-4e30-80cd-d85d3967b9b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4285 | 2025.04.17 00:24:21.431299 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3672 rows, containing 5 columns (5 merged, 0 gathered) in 0.006167295 sec., 595398.7931499953 rows/sec., 51.59 MiB/sec. | ||
| 4286 | 2025.04.17 00:24:21.431724 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4287 | 2025.04.17 00:24:21.432246 [ 275 ] {d8c483d6-1fff-4e30-80cd-d85d3967b9b9} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4288 | 2025.04.17 00:24:21.432293 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_31_6} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4289 | 2025.04.17 00:24:21.432313 [ 275 ] {d8c483d6-1fff-4e30-80cd-d85d3967b9b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4290 | 2025.04.17 00:24:21.432499 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_31_6} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4291 | 2025.04.17 00:24:21.432686 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 4292 | 2025.04.17 00:24:21.432907 [ 275 ] {d8c483d6-1fff-4e30-80cd-d85d3967b9b9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4293 | 2025.04.17 00:24:21.433147 [ 275 ] {d8c483d6-1fff-4e30-80cd-d85d3967b9b9} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4294 | 2025.04.17 00:24:21.433421 [ 275 ] {d8c483d6-1fff-4e30-80cd-d85d3967b9b9} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002365 sec., 10147.99154334038 rows/sec., 862.18 KiB/sec. | ||
| 4295 | 2025.04.17 00:24:21.433623 [ 275 ] {d8c483d6-1fff-4e30-80cd-d85d3967b9b9} <Debug> TCPHandler: Processed in 0.002825891 sec. | ||
| 4296 | 2025.04.17 00:24:21.433745 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4297 | 2025.04.17 00:24:21.433848 [ 275 ] {8b0e3fe7-5400-445b-99b8-e242fb9f75d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4298 | 2025.04.17 00:24:21.433894 [ 275 ] {8b0e3fe7-5400-445b-99b8-e242fb9f75d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4299 | 2025.04.17 00:24:21.434421 [ 275 ] {8b0e3fe7-5400-445b-99b8-e242fb9f75d5} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4300 | 2025.04.17 00:24:21.434461 [ 275 ] {8b0e3fe7-5400-445b-99b8-e242fb9f75d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4301 | 2025.04.17 00:24:21.434800 [ 275 ] {8b0e3fe7-5400-445b-99b8-e242fb9f75d5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4302 | 2025.04.17 00:24:21.435031 [ 275 ] {8b0e3fe7-5400-445b-99b8-e242fb9f75d5} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4303 | 2025.04.17 00:24:21.435250 [ 275 ] {8b0e3fe7-5400-445b-99b8-e242fb9f75d5} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001418 sec., 8462.62341325811 rows/sec., 661.14 KiB/sec. | ||
| 4304 | 2025.04.17 00:24:21.435320 [ 275 ] {8b0e3fe7-5400-445b-99b8-e242fb9f75d5} <Debug> TCPHandler: Processed in 0.001624481 sec. | ||
| 4305 | 2025.04.17 00:24:21.435430 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4306 | 2025.04.17 00:24:21.435535 [ 275 ] {f7285b85-1313-48c3-92d2-70f6cb66630f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4307 | 2025.04.17 00:24:21.435580 [ 275 ] {f7285b85-1313-48c3-92d2-70f6cb66630f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4308 | 2025.04.17 00:24:21.436118 [ 275 ] {f7285b85-1313-48c3-92d2-70f6cb66630f} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4309 | 2025.04.17 00:24:21.436156 [ 275 ] {f7285b85-1313-48c3-92d2-70f6cb66630f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4310 | 2025.04.17 00:24:21.436507 [ 275 ] {f7285b85-1313-48c3-92d2-70f6cb66630f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4311 | 2025.04.17 00:24:21.436745 [ 275 ] {f7285b85-1313-48c3-92d2-70f6cb66630f} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4312 | 2025.04.17 00:24:21.436912 [ 93 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4313 | 2025.04.17 00:24:21.436964 [ 275 ] {f7285b85-1313-48c3-92d2-70f6cb66630f} <Debug> executeQuery: Read 102 rows, 8.54 KiB in 0.001442 sec., 70735.09015256588 rows/sec., 5.78 MiB/sec. | ||
| 4314 | 2025.04.17 00:24:21.436972 [ 93 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4315 | 2025.04.17 00:24:21.437050 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4316 | 2025.04.17 00:24:21.437079 [ 275 ] {f7285b85-1313-48c3-92d2-70f6cb66630f} <Debug> TCPHandler: Processed in 0.001696383 sec. | ||
| 4317 | 2025.04.17 00:24:21.437277 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 4318 | 2025.04.17 00:24:21.437296 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4319 | 2025.04.17 00:24:21.437540 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4320 | 2025.04.17 00:24:21.437548 [ 275 ] {06207c57-c68e-48b6-9266-6fb74eab2ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4321 | 2025.04.17 00:24:21.437597 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 950 rows starting from the beginning of the part | ||
| 4322 | 2025.04.17 00:24:21.437661 [ 275 ] {06207c57-c68e-48b6-9266-6fb74eab2ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4323 | 2025.04.17 00:24:21.437915 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
| 4324 | 2025.04.17 00:24:21.438309 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 566 rows starting from the beginning of the part | ||
| 4325 | 2025.04.17 00:24:21.438722 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4326 | 2025.04.17 00:24:21.439053 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 104 rows starting from the beginning of the part | ||
| 4327 | 2025.04.17 00:24:21.439374 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 102 rows starting from the beginning of the part | ||
| 4328 | 2025.04.17 00:24:21.440361 [ 275 ] {06207c57-c68e-48b6-9266-6fb74eab2ee1} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4329 | 2025.04.17 00:24:21.440436 [ 275 ] {06207c57-c68e-48b6-9266-6fb74eab2ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4330 | 2025.04.17 00:24:21.441532 [ 275 ] {06207c57-c68e-48b6-9266-6fb74eab2ee1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4331 | 2025.04.17 00:24:21.441956 [ 275 ] {06207c57-c68e-48b6-9266-6fb74eab2ee1} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4332 | 2025.04.17 00:24:21.442391 [ 275 ] {06207c57-c68e-48b6-9266-6fb74eab2ee1} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.004923 sec., 40016.25025391021 rows/sec., 2.87 MiB/sec. | ||
| 4333 | 2025.04.17 00:24:21.442672 [ 275 ] {06207c57-c68e-48b6-9266-6fb74eab2ee1} <Debug> TCPHandler: Processed in 0.005441997 sec. | ||
| 4334 | 2025.04.17 00:24:21.442700 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1850 rows, containing 5 columns (5 merged, 0 gathered) in 0.005544519 sec., 333662.84794046154 rows/sec., 26.18 MiB/sec. | ||
| 4335 | 2025.04.17 00:24:21.442840 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4336 | 2025.04.17 00:24:21.442939 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4337 | 2025.04.17 00:24:21.443047 [ 275 ] {ff617aa3-2326-4f76-b212-18301e1762bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4338 | 2025.04.17 00:24:21.443135 [ 275 ] {ff617aa3-2326-4f76-b212-18301e1762bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4339 | 2025.04.17 00:24:21.443577 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_31_6} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4340 | 2025.04.17 00:24:21.443701 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_31_6} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4341 | 2025.04.17 00:24:21.443864 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4342 | 2025.04.17 00:24:21.444012 [ 275 ] {ff617aa3-2326-4f76-b212-18301e1762bb} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4343 | 2025.04.17 00:24:21.444056 [ 275 ] {ff617aa3-2326-4f76-b212-18301e1762bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4344 | 2025.04.17 00:24:21.444426 [ 275 ] {ff617aa3-2326-4f76-b212-18301e1762bb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4345 | 2025.04.17 00:24:21.444664 [ 275 ] {ff617aa3-2326-4f76-b212-18301e1762bb} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4346 | 2025.04.17 00:24:21.444873 [ 275 ] {ff617aa3-2326-4f76-b212-18301e1762bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00191 sec., 31413.612565445026 rows/sec., 2.12 MiB/sec. | ||
| 4347 | 2025.04.17 00:24:21.444928 [ 275 ] {ff617aa3-2326-4f76-b212-18301e1762bb} <Debug> TCPHandler: Processed in 0.002154625 sec. | ||
| 4348 | 2025.04.17 00:24:23.300358 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 4349 | 2025.04.17 00:24:23.301027 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4350 | 2025.04.17 00:24:23.301068 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4351 | 2025.04.17 00:24:23.301567 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4352 | 2025.04.17 00:24:23.301873 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4353 | 2025.04.17 00:24:23.302100 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 4354 | 2025.04.17 00:24:24.073573 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 4355 | 2025.04.17 00:24:24.095101 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4356 | 2025.04.17 00:24:24.095172 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4357 | 2025.04.17 00:24:24.102660 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4358 | 2025.04.17 00:24:24.103436 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4359 | 2025.04.17 00:24:24.106773 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 4360 | 2025.04.17 00:24:25.841745 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 576 | ||
| 4361 | 2025.04.17 00:24:25.844795 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4362 | 2025.04.17 00:24:25.844860 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4363 | 2025.04.17 00:24:25.846341 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4364 | 2025.04.17 00:24:25.846656 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4365 | 2025.04.17 00:24:25.847491 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 576 | ||
| 4366 | 2025.04.17 00:24:26.420729 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4367 | 2025.04.17 00:24:26.421091 [ 275 ] {2e895fae-9e39-428c-b42a-36d5c396e761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4368 | 2025.04.17 00:24:26.421197 [ 275 ] {2e895fae-9e39-428c-b42a-36d5c396e761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4369 | 2025.04.17 00:24:26.422045 [ 275 ] {2e895fae-9e39-428c-b42a-36d5c396e761} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4370 | 2025.04.17 00:24:26.422090 [ 275 ] {2e895fae-9e39-428c-b42a-36d5c396e761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4371 | 2025.04.17 00:24:26.422535 [ 275 ] {2e895fae-9e39-428c-b42a-36d5c396e761} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4372 | 2025.04.17 00:24:26.422791 [ 275 ] {2e895fae-9e39-428c-b42a-36d5c396e761} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4373 | 2025.04.17 00:24:26.423001 [ 275 ] {2e895fae-9e39-428c-b42a-36d5c396e761} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002008 sec., 67729.08366533865 rows/sec., 5.85 MiB/sec. | ||
| 4374 | 2025.04.17 00:24:26.423063 [ 275 ] {2e895fae-9e39-428c-b42a-36d5c396e761} <Debug> TCPHandler: Processed in 0.002475312 sec. | ||
| 4375 | 2025.04.17 00:24:26.423186 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4376 | 2025.04.17 00:24:26.423290 [ 275 ] {c054e51c-d438-4cc1-9b3e-b6e9bc92dd4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4377 | 2025.04.17 00:24:26.423337 [ 275 ] {c054e51c-d438-4cc1-9b3e-b6e9bc92dd4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4378 | 2025.04.17 00:24:26.423901 [ 275 ] {c054e51c-d438-4cc1-9b3e-b6e9bc92dd4f} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4379 | 2025.04.17 00:24:26.423940 [ 275 ] {c054e51c-d438-4cc1-9b3e-b6e9bc92dd4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4380 | 2025.04.17 00:24:26.424292 [ 275 ] {c054e51c-d438-4cc1-9b3e-b6e9bc92dd4f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4381 | 2025.04.17 00:24:26.424542 [ 275 ] {c054e51c-d438-4cc1-9b3e-b6e9bc92dd4f} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4382 | 2025.04.17 00:24:26.424716 [ 82 ] {} <Debug> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4383 | 2025.04.17 00:24:26.424774 [ 275 ] {c054e51c-d438-4cc1-9b3e-b6e9bc92dd4f} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001468 sec., 27247.956403269756 rows/sec., 2.00 MiB/sec. | ||
| 4384 | 2025.04.17 00:24:26.424799 [ 82 ] {} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4385 | 2025.04.17 00:24:26.424879 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4386 | 2025.04.17 00:24:26.424891 [ 275 ] {c054e51c-d438-4cc1-9b3e-b6e9bc92dd4f} <Debug> TCPHandler: Processed in 0.001730154 sec. | ||
| 4387 | 2025.04.17 00:24:26.425148 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4388 | 2025.04.17 00:24:26.425189 [ 189 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::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 | ||
| 4389 | 2025.04.17 00:24:26.425449 [ 275 ] {6a5423cd-2f6d-41b6-8bdc-84771b0db8ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4390 | 2025.04.17 00:24:26.425549 [ 275 ] {6a5423cd-2f6d-41b6-8bdc-84771b0db8ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4391 | 2025.04.17 00:24:26.425579 [ 189 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4392 | 2025.04.17 00:24:26.425698 [ 189 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 176 rows starting from the beginning of the part | ||
| 4393 | 2025.04.17 00:24:26.426035 [ 189 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part | ||
| 4394 | 2025.04.17 00:24:26.426426 [ 189 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 46 rows starting from the beginning of the part | ||
| 4395 | 2025.04.17 00:24:26.426742 [ 189 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part | ||
| 4396 | 2025.04.17 00:24:26.427169 [ 189 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 4397 | 2025.04.17 00:24:26.427413 [ 189 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
| 4398 | 2025.04.17 00:24:26.428395 [ 275 ] {6a5423cd-2f6d-41b6-8bdc-84771b0db8ae} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4399 | 2025.04.17 00:24:26.428458 [ 275 ] {6a5423cd-2f6d-41b6-8bdc-84771b0db8ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4400 | 2025.04.17 00:24:26.429454 [ 275 ] {6a5423cd-2f6d-41b6-8bdc-84771b0db8ae} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4401 | 2025.04.17 00:24:26.430099 [ 275 ] {6a5423cd-2f6d-41b6-8bdc-84771b0db8ae} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4402 | 2025.04.17 00:24:26.430125 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 356 rows, containing 5 columns (5 merged, 0 gathered) in 0.005110908 sec., 69654.94193986665 rows/sec., 5.07 MiB/sec. | ||
| 4403 | 2025.04.17 00:24:26.430424 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4404 | 2025.04.17 00:24:26.430653 [ 275 ] {6a5423cd-2f6d-41b6-8bdc-84771b0db8ae} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005249 sec., 19813.297771004 rows/sec., 1.55 MiB/sec. | ||
| 4405 | 2025.04.17 00:24:26.430957 [ 275 ] {6a5423cd-2f6d-41b6-8bdc-84771b0db8ae} <Debug> TCPHandler: Processed in 0.005913529 sec. | ||
| 4406 | 2025.04.17 00:24:26.431363 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4407 | 2025.04.17 00:24:26.431392 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_21_4} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4408 | 2025.04.17 00:24:26.431682 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_21_4} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4409 | 2025.04.17 00:24:26.431710 [ 275 ] {f4ce9825-8095-4194-9681-e45ab9282a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4410 | 2025.04.17 00:24:26.431835 [ 275 ] {f4ce9825-8095-4194-9681-e45ab9282a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4411 | 2025.04.17 00:24:26.431836 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 4412 | 2025.04.17 00:24:26.432408 [ 275 ] {f4ce9825-8095-4194-9681-e45ab9282a40} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4413 | 2025.04.17 00:24:26.432449 [ 275 ] {f4ce9825-8095-4194-9681-e45ab9282a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4414 | 2025.04.17 00:24:26.432883 [ 275 ] {f4ce9825-8095-4194-9681-e45ab9282a40} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4415 | 2025.04.17 00:24:26.433117 [ 275 ] {f4ce9825-8095-4194-9681-e45ab9282a40} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4416 | 2025.04.17 00:24:26.433334 [ 275 ] {f4ce9825-8095-4194-9681-e45ab9282a40} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001681 sec., 95181.43961927424 rows/sec., 6.63 MiB/sec. | ||
| 4417 | 2025.04.17 00:24:26.433390 [ 275 ] {f4ce9825-8095-4194-9681-e45ab9282a40} <Debug> TCPHandler: Processed in 0.002191115 sec. | ||
| 4418 | 2025.04.17 00:24:26.433507 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4419 | 2025.04.17 00:24:26.433610 [ 275 ] {9bfecbaa-fec3-4255-9f67-c541d2b81756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4420 | 2025.04.17 00:24:26.433679 [ 275 ] {9bfecbaa-fec3-4255-9f67-c541d2b81756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4421 | 2025.04.17 00:24:26.434805 [ 275 ] {9bfecbaa-fec3-4255-9f67-c541d2b81756} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4422 | 2025.04.17 00:24:26.434843 [ 275 ] {9bfecbaa-fec3-4255-9f67-c541d2b81756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4423 | 2025.04.17 00:24:26.435455 [ 275 ] {9bfecbaa-fec3-4255-9f67-c541d2b81756} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4424 | 2025.04.17 00:24:26.435702 [ 275 ] {9bfecbaa-fec3-4255-9f67-c541d2b81756} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4425 | 2025.04.17 00:24:26.435992 [ 275 ] {9bfecbaa-fec3-4255-9f67-c541d2b81756} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002402 sec., 16652.78934221482 rows/sec., 29.84 MiB/sec. | ||
| 4426 | 2025.04.17 00:24:26.436090 [ 275 ] {9bfecbaa-fec3-4255-9f67-c541d2b81756} <Debug> TCPHandler: Processed in 0.002632187 sec. | ||
| 4427 | 2025.04.17 00:24:26.436208 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4428 | 2025.04.17 00:24:26.436313 [ 275 ] {cd571199-165d-41bc-b435-500f7768a17b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4429 | 2025.04.17 00:24:26.436361 [ 275 ] {cd571199-165d-41bc-b435-500f7768a17b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4430 | 2025.04.17 00:24:26.436803 [ 275 ] {cd571199-165d-41bc-b435-500f7768a17b} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4431 | 2025.04.17 00:24:26.436842 [ 275 ] {cd571199-165d-41bc-b435-500f7768a17b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4432 | 2025.04.17 00:24:26.437194 [ 275 ] {cd571199-165d-41bc-b435-500f7768a17b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4433 | 2025.04.17 00:24:26.437432 [ 275 ] {cd571199-165d-41bc-b435-500f7768a17b} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4434 | 2025.04.17 00:24:26.437657 [ 275 ] {cd571199-165d-41bc-b435-500f7768a17b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
| 4435 | 2025.04.17 00:24:26.437742 [ 275 ] {cd571199-165d-41bc-b435-500f7768a17b} <Debug> TCPHandler: Processed in 0.00158478 sec. | ||
| 4436 | 2025.04.17 00:24:30.693662 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4437 | 2025.04.17 00:24:30.693739 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4438 | 2025.04.17 00:24:30.803441 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 4439 | 2025.04.17 00:24:30.804169 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4440 | 2025.04.17 00:24:30.804230 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4441 | 2025.04.17 00:24:30.804793 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4442 | 2025.04.17 00:24:30.805072 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4443 | 2025.04.17 00:24:30.805303 [ 79 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4444 | 2025.04.17 00:24:30.805334 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 4445 | 2025.04.17 00:24:30.805387 [ 79 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4446 | 2025.04.17 00:24:30.805419 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4447 | 2025.04.17 00:24:30.805551 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 4448 | 2025.04.17 00:24:30.805728 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4449 | 2025.04.17 00:24:30.805761 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 4450 | 2025.04.17 00:24:30.805831 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 4451 | 2025.04.17 00:24:30.805972 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 4452 | 2025.04.17 00:24:30.806266 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 4453 | 2025.04.17 00:24:30.806453 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 4454 | 2025.04.17 00:24:30.806652 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 4455 | 2025.04.17 00:24:30.811111 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005624732 sec., 2125612.384732286 rows/sec., 30.41 MiB/sec. | ||
| 4456 | 2025.04.17 00:24:30.811500 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4457 | 2025.04.17 00:24:30.811842 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_26_5} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4458 | 2025.04.17 00:24:30.811932 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_26_5} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4459 | 2025.04.17 00:24:30.812046 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 4460 | 2025.04.17 00:24:31.418941 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4461 | 2025.04.17 00:24:31.419149 [ 275 ] {ea2b1e33-2feb-4c7e-bd54-0bd5254ab1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4462 | 2025.04.17 00:24:31.419234 [ 275 ] {ea2b1e33-2feb-4c7e-bd54-0bd5254ab1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4463 | 2025.04.17 00:24:31.420103 [ 275 ] {ea2b1e33-2feb-4c7e-bd54-0bd5254ab1ff} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4464 | 2025.04.17 00:24:31.420167 [ 275 ] {ea2b1e33-2feb-4c7e-bd54-0bd5254ab1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4465 | 2025.04.17 00:24:31.420656 [ 275 ] {ea2b1e33-2feb-4c7e-bd54-0bd5254ab1ff} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4466 | 2025.04.17 00:24:31.420915 [ 275 ] {ea2b1e33-2feb-4c7e-bd54-0bd5254ab1ff} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4467 | 2025.04.17 00:24:31.421164 [ 275 ] {ea2b1e33-2feb-4c7e-bd54-0bd5254ab1ff} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002066 sec., 27105.5179090029 rows/sec., 2.08 MiB/sec. | ||
| 4468 | 2025.04.17 00:24:31.421264 [ 275 ] {ea2b1e33-2feb-4c7e-bd54-0bd5254ab1ff} <Debug> TCPHandler: Processed in 0.002464482 sec. | ||
| 4469 | 2025.04.17 00:24:31.421504 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4470 | 2025.04.17 00:24:31.421624 [ 275 ] {facc83f9-bf79-4be5-a93f-5877649179c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4471 | 2025.04.17 00:24:31.421676 [ 275 ] {facc83f9-bf79-4be5-a93f-5877649179c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4472 | 2025.04.17 00:24:31.422247 [ 275 ] {facc83f9-bf79-4be5-a93f-5877649179c6} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4473 | 2025.04.17 00:24:31.422289 [ 275 ] {facc83f9-bf79-4be5-a93f-5877649179c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4474 | 2025.04.17 00:24:31.422656 [ 275 ] {facc83f9-bf79-4be5-a93f-5877649179c6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4475 | 2025.04.17 00:24:31.422892 [ 275 ] {facc83f9-bf79-4be5-a93f-5877649179c6} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4476 | 2025.04.17 00:24:31.423093 [ 275 ] {facc83f9-bf79-4be5-a93f-5877649179c6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001496 sec., 42780.74866310161 rows/sec., 3.34 MiB/sec. | ||
| 4477 | 2025.04.17 00:24:31.423146 [ 275 ] {facc83f9-bf79-4be5-a93f-5877649179c6} <Debug> TCPHandler: Processed in 0.001732004 sec. | ||
| 4478 | 2025.04.17 00:24:31.423265 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4479 | 2025.04.17 00:24:31.423371 [ 275 ] {7103da91-9be8-49c5-bf01-fee25cb335dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4480 | 2025.04.17 00:24:31.423422 [ 275 ] {7103da91-9be8-49c5-bf01-fee25cb335dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4481 | 2025.04.17 00:24:31.423939 [ 275 ] {7103da91-9be8-49c5-bf01-fee25cb335dd} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4482 | 2025.04.17 00:24:31.423980 [ 275 ] {7103da91-9be8-49c5-bf01-fee25cb335dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4483 | 2025.04.17 00:24:31.424355 [ 275 ] {7103da91-9be8-49c5-bf01-fee25cb335dd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4484 | 2025.04.17 00:24:31.424598 [ 275 ] {7103da91-9be8-49c5-bf01-fee25cb335dd} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4485 | 2025.04.17 00:24:31.424786 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4486 | 2025.04.17 00:24:31.424857 [ 275 ] {7103da91-9be8-49c5-bf01-fee25cb335dd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. | ||
| 4487 | 2025.04.17 00:24:31.424884 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4488 | 2025.04.17 00:24:31.424966 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4489 | 2025.04.17 00:24:31.424978 [ 275 ] {7103da91-9be8-49c5-bf01-fee25cb335dd} <Debug> TCPHandler: Processed in 0.001762674 sec. | ||
| 4490 | 2025.04.17 00:24:31.425164 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4491 | 2025.04.17 00:24:31.425168 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 4492 | 2025.04.17 00:24:31.425284 [ 275 ] {ea9dd7af-50e8-4313-9f79-8eb765fa7463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4493 | 2025.04.17 00:24:31.425345 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4494 | 2025.04.17 00:24:31.425352 [ 275 ] {ea9dd7af-50e8-4313-9f79-8eb765fa7463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4495 | 2025.04.17 00:24:31.425397 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8770 rows starting from the beginning of the part | ||
| 4496 | 2025.04.17 00:24:31.425641 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 4497 | 2025.04.17 00:24:31.426040 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 4498 | 2025.04.17 00:24:31.426454 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 197 rows starting from the beginning of the part | ||
| 4499 | 2025.04.17 00:24:31.426786 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 4500 | 2025.04.17 00:24:31.427118 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 4501 | 2025.04.17 00:24:31.427710 [ 275 ] {ea9dd7af-50e8-4313-9f79-8eb765fa7463} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4502 | 2025.04.17 00:24:31.427753 [ 275 ] {ea9dd7af-50e8-4313-9f79-8eb765fa7463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4503 | 2025.04.17 00:24:31.428206 [ 275 ] {ea9dd7af-50e8-4313-9f79-8eb765fa7463} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4504 | 2025.04.17 00:24:31.428482 [ 275 ] {ea9dd7af-50e8-4313-9f79-8eb765fa7463} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4505 | 2025.04.17 00:24:31.428803 [ 275 ] {ea9dd7af-50e8-4313-9f79-8eb765fa7463} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003544 sec., 16930.022573363432 rows/sec., 1.14 MiB/sec. | ||
| 4506 | 2025.04.17 00:24:31.428883 [ 275 ] {ea9dd7af-50e8-4313-9f79-8eb765fa7463} <Debug> TCPHandler: Processed in 0.003774745 sec. | ||
| 4507 | 2025.04.17 00:24:31.430710 [ 196 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9607 rows, containing 5 columns (5 merged, 0 gathered) in 0.005626122 sec., 1707570.5077138392 rows/sec., 117.32 MiB/sec. | ||
| 4508 | 2025.04.17 00:24:31.430977 [ 196 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4509 | 2025.04.17 00:24:31.431313 [ 196 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4510 | 2025.04.17 00:24:31.431414 [ 196 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4511 | 2025.04.17 00:24:31.431504 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.91 MiB. | ||
| 4512 | 2025.04.17 00:24:31.607219 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 4513 | 2025.04.17 00:24:31.628430 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4514 | 2025.04.17 00:24:31.628472 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4515 | 2025.04.17 00:24:31.635769 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4516 | 2025.04.17 00:24:31.636554 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4517 | 2025.04.17 00:24:31.636858 [ 79 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4518 | 2025.04.17 00:24:31.636925 [ 79 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4519 | 2025.04.17 00:24:31.636970 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4520 | 2025.04.17 00:24:31.637584 [ 192 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 4521 | 2025.04.17 00:24:31.652481 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 4522 | 2025.04.17 00:24:31.654107 [ 192 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4523 | 2025.04.17 00:24:31.655788 [ 192 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 4524 | 2025.04.17 00:24:31.661555 [ 192 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 4525 | 2025.04.17 00:24:31.667140 [ 192 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 4526 | 2025.04.17 00:24:31.672685 [ 192 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 4527 | 2025.04.17 00:24:31.678504 [ 192 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 4528 | 2025.04.17 00:24:31.683107 [ 192 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 4529 | 2025.04.17 00:24:31.742409 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.105309242 sec., 1861.1851749915738 rows/sec., 9.62 MiB/sec. | ||
| 4530 | 2025.04.17 00:24:31.745258 [ 194 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4531 | 2025.04.17 00:24:31.748244 [ 194 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_26_5} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4532 | 2025.04.17 00:24:31.748378 [ 194 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_26_5} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4533 | 2025.04.17 00:24:31.750855 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4534 | 2025.04.17 00:24:32.000175 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.64 MiB, peak 201.18 MiB, free memory in arenas 0.00 B, will set to 191.94 MiB (RSS), difference: 1.31 MiB | ||
| 4535 | 2025.04.17 00:24:34.018982 [ 76 ] {} <Debug> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4536 | 2025.04.17 00:24:34.019097 [ 76 ] {} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4537 | 2025.04.17 00:24:34.019139 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4538 | 2025.04.17 00:24:34.019379 [ 201 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::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 | ||
| 4539 | 2025.04.17 00:24:34.019625 [ 201 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4540 | 2025.04.17 00:24:34.019664 [ 201 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::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 | ||
| 4541 | 2025.04.17 00:24:34.019770 [ 201 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
| 4542 | 2025.04.17 00:24:34.019993 [ 201 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 4543 | 2025.04.17 00:24:34.020221 [ 201 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
| 4544 | 2025.04.17 00:24:34.020434 [ 201 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
| 4545 | 2025.04.17 00:24:34.021599 [ 195 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 5 columns (5 merged, 0 gathered) in 0.002355619 sec., 130751.19533337097 rows/sec., 9.60 MiB/sec. | ||
| 4546 | 2025.04.17 00:24:34.021771 [ 201 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4547 | 2025.04.17 00:24:34.022058 [ 201 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_5_1} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4548 | 2025.04.17 00:24:34.022141 [ 201 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_5_1} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4549 | 2025.04.17 00:24:34.022224 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4550 | 2025.04.17 00:24:34.767475 [ 76 ] {} <Debug> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4551 | 2025.04.17 00:24:34.767572 [ 76 ] {} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4552 | 2025.04.17 00:24:34.767615 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4553 | 2025.04.17 00:24:34.767931 [ 199 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::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 | ||
| 4554 | 2025.04.17 00:24:34.768197 [ 199 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4555 | 2025.04.17 00:24:34.768261 [ 199 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::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 | ||
| 4556 | 2025.04.17 00:24:34.768415 [ 199 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
| 4557 | 2025.04.17 00:24:34.768831 [ 199 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 4558 | 2025.04.17 00:24:34.769084 [ 199 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 4559 | 2025.04.17 00:24:34.769169 [ 199 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
| 4560 | 2025.04.17 00:24:34.770401 [ 201 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.002665087 sec., 60035.56356696798 rows/sec., 4.00 MiB/sec. | ||
| 4561 | 2025.04.17 00:24:34.770582 [ 195 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4562 | 2025.04.17 00:24:34.770873 [ 195 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_5_1} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4563 | 2025.04.17 00:24:34.770952 [ 195 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_5_1} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4564 | 2025.04.17 00:24:34.771033 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4565 | 2025.04.17 00:24:35.847787 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 596 | ||
| 4566 | 2025.04.17 00:24:35.850590 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4567 | 2025.04.17 00:24:35.850657 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4568 | 2025.04.17 00:24:35.852806 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4569 | 2025.04.17 00:24:35.853149 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4570 | 2025.04.17 00:24:35.854482 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 596 | ||
| 4571 | 2025.04.17 00:24:36.447777 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4572 | 2025.04.17 00:24:36.448077 [ 275 ] {1803bda5-e70d-4a7d-a5fe-76516b730528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4573 | 2025.04.17 00:24:36.448190 [ 275 ] {1803bda5-e70d-4a7d-a5fe-76516b730528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4574 | 2025.04.17 00:24:36.449051 [ 275 ] {1803bda5-e70d-4a7d-a5fe-76516b730528} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4575 | 2025.04.17 00:24:36.449096 [ 275 ] {1803bda5-e70d-4a7d-a5fe-76516b730528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4576 | 2025.04.17 00:24:36.449510 [ 275 ] {1803bda5-e70d-4a7d-a5fe-76516b730528} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4577 | 2025.04.17 00:24:36.449759 [ 275 ] {1803bda5-e70d-4a7d-a5fe-76516b730528} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4578 | 2025.04.17 00:24:36.449964 [ 275 ] {1803bda5-e70d-4a7d-a5fe-76516b730528} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001963 sec., 4075.3948038716253 rows/sec., 332.32 KiB/sec. | ||
| 4579 | 2025.04.17 00:24:36.450018 [ 275 ] {1803bda5-e70d-4a7d-a5fe-76516b730528} <Debug> TCPHandler: Processed in 0.002425511 sec. | ||
| 4580 | 2025.04.17 00:24:36.450158 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4581 | 2025.04.17 00:24:36.450261 [ 275 ] {09fc83c2-8b2b-412e-b3c0-4a82b373394b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4582 | 2025.04.17 00:24:36.450304 [ 275 ] {09fc83c2-8b2b-412e-b3c0-4a82b373394b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4583 | 2025.04.17 00:24:36.451474 [ 275 ] {09fc83c2-8b2b-412e-b3c0-4a82b373394b} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4584 | 2025.04.17 00:24:36.451516 [ 275 ] {09fc83c2-8b2b-412e-b3c0-4a82b373394b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4585 | 2025.04.17 00:24:36.451951 [ 275 ] {09fc83c2-8b2b-412e-b3c0-4a82b373394b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4586 | 2025.04.17 00:24:36.452182 [ 275 ] {09fc83c2-8b2b-412e-b3c0-4a82b373394b} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4587 | 2025.04.17 00:24:36.452358 [ 275 ] {09fc83c2-8b2b-412e-b3c0-4a82b373394b} <Debug> executeQuery: Read 1280 rows, 108.88 KiB in 0.002115 sec., 605200.9456264775 rows/sec., 50.27 MiB/sec. | ||
| 4588 | 2025.04.17 00:24:36.452466 [ 275 ] {09fc83c2-8b2b-412e-b3c0-4a82b373394b} <Debug> TCPHandler: Processed in 0.002351399 sec. | ||
| 4589 | 2025.04.17 00:24:36.452673 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4590 | 2025.04.17 00:24:36.452834 [ 275 ] {865485c0-bb8a-4366-8931-dc53a9b40d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4591 | 2025.04.17 00:24:36.452880 [ 275 ] {865485c0-bb8a-4366-8931-dc53a9b40d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4592 | 2025.04.17 00:24:36.453474 [ 275 ] {865485c0-bb8a-4366-8931-dc53a9b40d9d} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4593 | 2025.04.17 00:24:36.453512 [ 275 ] {865485c0-bb8a-4366-8931-dc53a9b40d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4594 | 2025.04.17 00:24:36.453853 [ 275 ] {865485c0-bb8a-4366-8931-dc53a9b40d9d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4595 | 2025.04.17 00:24:36.454083 [ 275 ] {865485c0-bb8a-4366-8931-dc53a9b40d9d} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4596 | 2025.04.17 00:24:36.454279 [ 275 ] {865485c0-bb8a-4366-8931-dc53a9b40d9d} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.001466 sec., 32742.155525238744 rows/sec., 2.38 MiB/sec. | ||
| 4597 | 2025.04.17 00:24:36.454358 [ 275 ] {865485c0-bb8a-4366-8931-dc53a9b40d9d} <Debug> TCPHandler: Processed in 0.001782395 sec. | ||
| 4598 | 2025.04.17 00:24:36.454495 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4599 | 2025.04.17 00:24:36.454605 [ 275 ] {5bf34cd7-459b-47a4-adb7-c13f8dec1b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4600 | 2025.04.17 00:24:36.454647 [ 275 ] {5bf34cd7-459b-47a4-adb7-c13f8dec1b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4601 | 2025.04.17 00:24:36.455217 [ 275 ] {5bf34cd7-459b-47a4-adb7-c13f8dec1b84} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4602 | 2025.04.17 00:24:36.455254 [ 275 ] {5bf34cd7-459b-47a4-adb7-c13f8dec1b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4603 | 2025.04.17 00:24:36.455593 [ 275 ] {5bf34cd7-459b-47a4-adb7-c13f8dec1b84} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4604 | 2025.04.17 00:24:36.455838 [ 275 ] {5bf34cd7-459b-47a4-adb7-c13f8dec1b84} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4605 | 2025.04.17 00:24:36.456033 [ 275 ] {5bf34cd7-459b-47a4-adb7-c13f8dec1b84} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001448 sec., 157458.56353591158 rows/sec., 10.66 MiB/sec. | ||
| 4606 | 2025.04.17 00:24:36.456117 [ 275 ] {5bf34cd7-459b-47a4-adb7-c13f8dec1b84} <Debug> TCPHandler: Processed in 0.001674212 sec. | ||
| 4607 | 2025.04.17 00:24:36.456336 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4608 | 2025.04.17 00:24:36.456439 [ 275 ] {37c89840-1bdd-43ca-b339-7d452f51aae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4609 | 2025.04.17 00:24:36.456484 [ 275 ] {37c89840-1bdd-43ca-b339-7d452f51aae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4610 | 2025.04.17 00:24:36.457189 [ 275 ] {37c89840-1bdd-43ca-b339-7d452f51aae1} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4611 | 2025.04.17 00:24:36.457227 [ 275 ] {37c89840-1bdd-43ca-b339-7d452f51aae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4612 | 2025.04.17 00:24:36.457600 [ 275 ] {37c89840-1bdd-43ca-b339-7d452f51aae1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4613 | 2025.04.17 00:24:36.457840 [ 275 ] {37c89840-1bdd-43ca-b339-7d452f51aae1} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4614 | 2025.04.17 00:24:36.458039 [ 275 ] {37c89840-1bdd-43ca-b339-7d452f51aae1} <Debug> executeQuery: Read 568 rows, 43.26 KiB in 0.001622 sec., 350184.9568434032 rows/sec., 26.05 MiB/sec. | ||
| 4615 | 2025.04.17 00:24:36.458087 [ 275 ] {37c89840-1bdd-43ca-b339-7d452f51aae1} <Debug> TCPHandler: Processed in 0.001821026 sec. | ||
| 4616 | 2025.04.17 00:24:36.458202 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4617 | 2025.04.17 00:24:36.458311 [ 275 ] {27f7789b-a225-4f60-8581-5ff09c8e2de6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4618 | 2025.04.17 00:24:36.458359 [ 275 ] {27f7789b-a225-4f60-8581-5ff09c8e2de6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4619 | 2025.04.17 00:24:36.459074 [ 275 ] {27f7789b-a225-4f60-8581-5ff09c8e2de6} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4620 | 2025.04.17 00:24:36.459120 [ 275 ] {27f7789b-a225-4f60-8581-5ff09c8e2de6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4621 | 2025.04.17 00:24:36.459597 [ 275 ] {27f7789b-a225-4f60-8581-5ff09c8e2de6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4622 | 2025.04.17 00:24:36.459834 [ 275 ] {27f7789b-a225-4f60-8581-5ff09c8e2de6} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4623 | 2025.04.17 00:24:36.460043 [ 275 ] {27f7789b-a225-4f60-8581-5ff09c8e2de6} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001752 sec., 504566.21004566207 rows/sec., 33.95 MiB/sec. | ||
| 4624 | 2025.04.17 00:24:36.460136 [ 275 ] {27f7789b-a225-4f60-8581-5ff09c8e2de6} <Debug> TCPHandler: Processed in 0.00198188 sec. | ||
| 4625 | 2025.04.17 00:24:36.460289 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4626 | 2025.04.17 00:24:36.460390 [ 275 ] {458b0b19-e49d-4c82-898a-946d0e038865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4627 | 2025.04.17 00:24:36.460454 [ 275 ] {458b0b19-e49d-4c82-898a-946d0e038865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4628 | 2025.04.17 00:24:36.461555 [ 275 ] {458b0b19-e49d-4c82-898a-946d0e038865} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4629 | 2025.04.17 00:24:36.461593 [ 275 ] {458b0b19-e49d-4c82-898a-946d0e038865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4630 | 2025.04.17 00:24:36.462229 [ 275 ] {458b0b19-e49d-4c82-898a-946d0e038865} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4631 | 2025.04.17 00:24:36.462481 [ 275 ] {458b0b19-e49d-4c82-898a-946d0e038865} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4632 | 2025.04.17 00:24:36.462712 [ 275 ] {458b0b19-e49d-4c82-898a-946d0e038865} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002344 sec., 17064.84641638225 rows/sec., 30.58 MiB/sec. | ||
| 4633 | 2025.04.17 00:24:36.462804 [ 275 ] {458b0b19-e49d-4c82-898a-946d0e038865} <Debug> TCPHandler: Processed in 0.002581175 sec. | ||
| 4634 | 2025.04.17 00:24:36.462917 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4635 | 2025.04.17 00:24:36.463029 [ 275 ] {8f34423a-2be5-431c-a19e-1edf3b4567f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4636 | 2025.04.17 00:24:36.463074 [ 275 ] {8f34423a-2be5-431c-a19e-1edf3b4567f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4637 | 2025.04.17 00:24:36.463483 [ 275 ] {8f34423a-2be5-431c-a19e-1edf3b4567f6} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4638 | 2025.04.17 00:24:36.463521 [ 275 ] {8f34423a-2be5-431c-a19e-1edf3b4567f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4639 | 2025.04.17 00:24:36.463868 [ 275 ] {8f34423a-2be5-431c-a19e-1edf3b4567f6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4640 | 2025.04.17 00:24:36.464097 [ 275 ] {8f34423a-2be5-431c-a19e-1edf3b4567f6} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4641 | 2025.04.17 00:24:36.464252 [ 73 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4642 | 2025.04.17 00:24:36.464317 [ 275 ] {8f34423a-2be5-431c-a19e-1edf3b4567f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001307 sec., 45906.65646518745 rows/sec., 3.09 MiB/sec. | ||
| 4643 | 2025.04.17 00:24:36.464342 [ 73 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4644 | 2025.04.17 00:24:36.464412 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4645 | 2025.04.17 00:24:36.464423 [ 275 ] {8f34423a-2be5-431c-a19e-1edf3b4567f6} <Debug> TCPHandler: Processed in 0.001552859 sec. | ||
| 4646 | 2025.04.17 00:24:36.464593 [ 201 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 4647 | 2025.04.17 00:24:36.464728 [ 201 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4648 | 2025.04.17 00:24:36.464764 [ 201 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1420 rows starting from the beginning of the part | ||
| 4649 | 2025.04.17 00:24:36.464835 [ 201 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 4650 | 2025.04.17 00:24:36.464953 [ 201 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 4651 | 2025.04.17 00:24:36.465304 [ 201 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 4652 | 2025.04.17 00:24:36.465524 [ 201 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 4653 | 2025.04.17 00:24:36.465681 [ 201 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 4654 | 2025.04.17 00:24:36.467021 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1720 rows, containing 4 columns (4 merged, 0 gathered) in 0.002489933 sec., 690781.6395059626 rows/sec., 46.61 MiB/sec. | ||
| 4655 | 2025.04.17 00:24:36.467440 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4656 | 2025.04.17 00:24:36.467765 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_31_6} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4657 | 2025.04.17 00:24:36.467885 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_31_6} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4658 | 2025.04.17 00:24:36.467984 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4659 | 2025.04.17 00:24:38.306128 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 4660 | 2025.04.17 00:24:38.306770 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4661 | 2025.04.17 00:24:38.306813 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4662 | 2025.04.17 00:24:38.307399 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4663 | 2025.04.17 00:24:38.307663 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4664 | 2025.04.17 00:24:38.307866 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 4665 | 2025.04.17 00:24:39.153287 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 4666 | 2025.04.17 00:24:39.172903 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4667 | 2025.04.17 00:24:39.172962 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4668 | 2025.04.17 00:24:39.179856 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4669 | 2025.04.17 00:24:39.180605 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4670 | 2025.04.17 00:24:39.183944 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 4671 | 2025.04.17 00:24:41.417740 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4672 | 2025.04.17 00:24:41.417963 [ 275 ] {86085e6a-020b-477c-9b49-517d7dba2d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4673 | 2025.04.17 00:24:41.418047 [ 275 ] {86085e6a-020b-477c-9b49-517d7dba2d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4674 | 2025.04.17 00:24:41.418879 [ 275 ] {86085e6a-020b-477c-9b49-517d7dba2d0a} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4675 | 2025.04.17 00:24:41.418927 [ 275 ] {86085e6a-020b-477c-9b49-517d7dba2d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4676 | 2025.04.17 00:24:41.419365 [ 275 ] {86085e6a-020b-477c-9b49-517d7dba2d0a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4677 | 2025.04.17 00:24:41.419624 [ 275 ] {86085e6a-020b-477c-9b49-517d7dba2d0a} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4678 | 2025.04.17 00:24:41.419840 [ 275 ] {86085e6a-020b-477c-9b49-517d7dba2d0a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001934 sec., 28955.532574974146 rows/sec., 2.22 MiB/sec. | ||
| 4679 | 2025.04.17 00:24:41.419953 [ 275 ] {86085e6a-020b-477c-9b49-517d7dba2d0a} <Debug> TCPHandler: Processed in 0.00235217 sec. | ||
| 4680 | 2025.04.17 00:24:41.420194 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4681 | 2025.04.17 00:24:41.420317 [ 275 ] {5e9d86a2-c43e-40fe-800a-a20046036fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4682 | 2025.04.17 00:24:41.420369 [ 275 ] {5e9d86a2-c43e-40fe-800a-a20046036fe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4683 | 2025.04.17 00:24:41.420936 [ 275 ] {5e9d86a2-c43e-40fe-800a-a20046036fe1} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4684 | 2025.04.17 00:24:41.420976 [ 275 ] {5e9d86a2-c43e-40fe-800a-a20046036fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4685 | 2025.04.17 00:24:41.421337 [ 275 ] {5e9d86a2-c43e-40fe-800a-a20046036fe1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4686 | 2025.04.17 00:24:41.421579 [ 275 ] {5e9d86a2-c43e-40fe-800a-a20046036fe1} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4687 | 2025.04.17 00:24:41.421771 [ 275 ] {5e9d86a2-c43e-40fe-800a-a20046036fe1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001472 sec., 43478.260869565216 rows/sec., 3.39 MiB/sec. | ||
| 4688 | 2025.04.17 00:24:41.421874 [ 275 ] {5e9d86a2-c43e-40fe-800a-a20046036fe1} <Debug> TCPHandler: Processed in 0.001765654 sec. | ||
| 4689 | 2025.04.17 00:24:41.422113 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4690 | 2025.04.17 00:24:41.422225 [ 275 ] {4fe504bc-9fa5-41e5-9da6-e24792fdb383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4691 | 2025.04.17 00:24:41.422278 [ 275 ] {4fe504bc-9fa5-41e5-9da6-e24792fdb383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4692 | 2025.04.17 00:24:41.422783 [ 275 ] {4fe504bc-9fa5-41e5-9da6-e24792fdb383} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4693 | 2025.04.17 00:24:41.422821 [ 275 ] {4fe504bc-9fa5-41e5-9da6-e24792fdb383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4694 | 2025.04.17 00:24:41.423220 [ 275 ] {4fe504bc-9fa5-41e5-9da6-e24792fdb383} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4695 | 2025.04.17 00:24:41.423453 [ 275 ] {4fe504bc-9fa5-41e5-9da6-e24792fdb383} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4696 | 2025.04.17 00:24:41.423660 [ 275 ] {4fe504bc-9fa5-41e5-9da6-e24792fdb383} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001455 sec., 109965.63573883162 rows/sec., 7.66 MiB/sec. | ||
| 4697 | 2025.04.17 00:24:41.423825 [ 275 ] {4fe504bc-9fa5-41e5-9da6-e24792fdb383} <Debug> TCPHandler: Processed in 0.001791575 sec. | ||
| 4698 | 2025.04.17 00:24:41.424044 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4699 | 2025.04.17 00:24:41.424147 [ 275 ] {39478c65-1da6-4dc8-8f23-f2caf4f379a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4700 | 2025.04.17 00:24:41.424195 [ 275 ] {39478c65-1da6-4dc8-8f23-f2caf4f379a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4701 | 2025.04.17 00:24:41.424641 [ 275 ] {39478c65-1da6-4dc8-8f23-f2caf4f379a3} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4702 | 2025.04.17 00:24:41.424677 [ 275 ] {39478c65-1da6-4dc8-8f23-f2caf4f379a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4703 | 2025.04.17 00:24:41.425027 [ 275 ] {39478c65-1da6-4dc8-8f23-f2caf4f379a3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4704 | 2025.04.17 00:24:41.425264 [ 275 ] {39478c65-1da6-4dc8-8f23-f2caf4f379a3} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4705 | 2025.04.17 00:24:41.425485 [ 275 ] {39478c65-1da6-4dc8-8f23-f2caf4f379a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
| 4706 | 2025.04.17 00:24:41.425594 [ 275 ] {39478c65-1da6-4dc8-8f23-f2caf4f379a3} <Debug> TCPHandler: Processed in 0.001622391 sec. | ||
| 4707 | 2025.04.17 00:24:45.694010 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4708 | 2025.04.17 00:24:45.694126 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4709 | 2025.04.17 00:24:45.808294 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 4710 | 2025.04.17 00:24:45.808908 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4711 | 2025.04.17 00:24:45.808948 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4712 | 2025.04.17 00:24:45.809524 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4713 | 2025.04.17 00:24:45.809776 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4714 | 2025.04.17 00:24:45.809997 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 4715 | 2025.04.17 00:24:45.854902 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 620 | ||
| 4716 | 2025.04.17 00:24:45.857828 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4717 | 2025.04.17 00:24:45.857891 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4718 | 2025.04.17 00:24:45.859588 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4719 | 2025.04.17 00:24:45.859921 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4720 | 2025.04.17 00:24:45.860564 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 620 | ||
| 4721 | 2025.04.17 00:24:46.426368 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4722 | 2025.04.17 00:24:46.426661 [ 275 ] {2947db63-c25c-4d77-9927-fa4ac124703a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4723 | 2025.04.17 00:24:46.426777 [ 275 ] {2947db63-c25c-4d77-9927-fa4ac124703a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4724 | 2025.04.17 00:24:46.428190 [ 275 ] {2947db63-c25c-4d77-9927-fa4ac124703a} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4725 | 2025.04.17 00:24:46.428237 [ 275 ] {2947db63-c25c-4d77-9927-fa4ac124703a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4726 | 2025.04.17 00:24:46.428675 [ 275 ] {2947db63-c25c-4d77-9927-fa4ac124703a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4727 | 2025.04.17 00:24:46.428923 [ 275 ] {2947db63-c25c-4d77-9927-fa4ac124703a} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4728 | 2025.04.17 00:24:46.429153 [ 275 ] {2947db63-c25c-4d77-9927-fa4ac124703a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002578 sec., 82234.29014740109 rows/sec., 5.23 MiB/sec. | ||
| 4729 | 2025.04.17 00:24:46.429218 [ 275 ] {2947db63-c25c-4d77-9927-fa4ac124703a} <Debug> TCPHandler: Processed in 0.003038896 sec. | ||
| 4730 | 2025.04.17 00:24:46.429351 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4731 | 2025.04.17 00:24:46.429456 [ 275 ] {b7ef02d8-c4ec-4ad6-ae88-b1a8d3b76374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4732 | 2025.04.17 00:24:46.429501 [ 275 ] {b7ef02d8-c4ec-4ad6-ae88-b1a8d3b76374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4733 | 2025.04.17 00:24:46.430354 [ 275 ] {b7ef02d8-c4ec-4ad6-ae88-b1a8d3b76374} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4734 | 2025.04.17 00:24:46.430394 [ 275 ] {b7ef02d8-c4ec-4ad6-ae88-b1a8d3b76374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4735 | 2025.04.17 00:24:46.430793 [ 275 ] {b7ef02d8-c4ec-4ad6-ae88-b1a8d3b76374} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4736 | 2025.04.17 00:24:46.431046 [ 275 ] {b7ef02d8-c4ec-4ad6-ae88-b1a8d3b76374} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4737 | 2025.04.17 00:24:46.431232 [ 57 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4738 | 2025.04.17 00:24:46.431272 [ 275 ] {b7ef02d8-c4ec-4ad6-ae88-b1a8d3b76374} <Debug> executeQuery: Read 697 rows, 57.01 KiB in 0.001839 sec., 379010.331702012 rows/sec., 30.27 MiB/sec. | ||
| 4739 | 2025.04.17 00:24:46.431322 [ 57 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4740 | 2025.04.17 00:24:46.431386 [ 275 ] {b7ef02d8-c4ec-4ad6-ae88-b1a8d3b76374} <Debug> TCPHandler: Processed in 0.002083823 sec. | ||
| 4741 | 2025.04.17 00:24:46.431392 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4742 | 2025.04.17 00:24:46.431560 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4743 | 2025.04.17 00:24:46.431767 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::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 | ||
| 4744 | 2025.04.17 00:24:46.431845 [ 275 ] {1c6e9daa-b00a-41af-88ce-b7061d48a822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4745 | 2025.04.17 00:24:46.431983 [ 275 ] {1c6e9daa-b00a-41af-88ce-b7061d48a822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4746 | 2025.04.17 00:24:46.432380 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4747 | 2025.04.17 00:24:46.432462 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1968 rows starting from the beginning of the part | ||
| 4748 | 2025.04.17 00:24:46.432764 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 136 rows starting from the beginning of the part | ||
| 4749 | 2025.04.17 00:24:46.433126 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part | ||
| 4750 | 2025.04.17 00:24:46.433462 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1280 rows starting from the beginning of the part | ||
| 4751 | 2025.04.17 00:24:46.433781 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
| 4752 | 2025.04.17 00:24:46.434104 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 697 rows starting from the beginning of the part | ||
| 4753 | 2025.04.17 00:24:46.435018 [ 275 ] {1c6e9daa-b00a-41af-88ce-b7061d48a822} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4754 | 2025.04.17 00:24:46.435086 [ 275 ] {1c6e9daa-b00a-41af-88ce-b7061d48a822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4755 | 2025.04.17 00:24:46.435918 [ 275 ] {1c6e9daa-b00a-41af-88ce-b7061d48a822} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4756 | 2025.04.17 00:24:46.436430 [ 275 ] {1c6e9daa-b00a-41af-88ce-b7061d48a822} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4757 | 2025.04.17 00:24:46.436727 [ 275 ] {1c6e9daa-b00a-41af-88ce-b7061d48a822} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.004948 sec., 29506.87146321746 rows/sec., 1.85 MiB/sec. | ||
| 4758 | 2025.04.17 00:24:46.436790 [ 275 ] {1c6e9daa-b00a-41af-88ce-b7061d48a822} <Debug> TCPHandler: Processed in 0.005324314 sec. | ||
| 4759 | 2025.04.17 00:24:46.436918 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4760 | 2025.04.17 00:24:46.437027 [ 275 ] {3e10dd46-a036-4647-851f-240b8ecd6405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4761 | 2025.04.17 00:24:46.437119 [ 275 ] {3e10dd46-a036-4647-851f-240b8ecd6405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4762 | 2025.04.17 00:24:46.437568 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4193 rows, containing 5 columns (5 merged, 0 gathered) in 0.006045852 sec., 693533.3514614648 rows/sec., 59.60 MiB/sec. | ||
| 4763 | 2025.04.17 00:24:46.437861 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4764 | 2025.04.17 00:24:46.438433 [ 275 ] {3e10dd46-a036-4647-851f-240b8ecd6405} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4765 | 2025.04.17 00:24:46.438481 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_36_7} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4766 | 2025.04.17 00:24:46.438502 [ 275 ] {3e10dd46-a036-4647-851f-240b8ecd6405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4767 | 2025.04.17 00:24:46.438673 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_36_7} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4768 | 2025.04.17 00:24:46.438831 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 4769 | 2025.04.17 00:24:46.439096 [ 275 ] {3e10dd46-a036-4647-851f-240b8ecd6405} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4770 | 2025.04.17 00:24:46.439350 [ 275 ] {3e10dd46-a036-4647-851f-240b8ecd6405} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4771 | 2025.04.17 00:24:46.439554 [ 275 ] {3e10dd46-a036-4647-851f-240b8ecd6405} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002553 sec., 44261.65295730513 rows/sec., 2.87 MiB/sec. | ||
| 4772 | 2025.04.17 00:24:46.439612 [ 275 ] {3e10dd46-a036-4647-851f-240b8ecd6405} <Debug> TCPHandler: Processed in 0.002747279 sec. | ||
| 4773 | 2025.04.17 00:24:46.439728 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4774 | 2025.04.17 00:24:46.439830 [ 275 ] {a5e10914-c760-41cc-bda2-b781f006c24f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4775 | 2025.04.17 00:24:46.439874 [ 275 ] {a5e10914-c760-41cc-bda2-b781f006c24f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4776 | 2025.04.17 00:24:46.440412 [ 275 ] {a5e10914-c760-41cc-bda2-b781f006c24f} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4777 | 2025.04.17 00:24:46.440450 [ 275 ] {a5e10914-c760-41cc-bda2-b781f006c24f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4778 | 2025.04.17 00:24:46.440789 [ 275 ] {a5e10914-c760-41cc-bda2-b781f006c24f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4779 | 2025.04.17 00:24:46.441033 [ 275 ] {a5e10914-c760-41cc-bda2-b781f006c24f} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4780 | 2025.04.17 00:24:46.441226 [ 275 ] {a5e10914-c760-41cc-bda2-b781f006c24f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001418 sec., 78984.48519040903 rows/sec., 4.50 MiB/sec. | ||
| 4781 | 2025.04.17 00:24:46.441277 [ 275 ] {a5e10914-c760-41cc-bda2-b781f006c24f} <Debug> TCPHandler: Processed in 0.00160081 sec. | ||
| 4782 | 2025.04.17 00:24:46.441394 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4783 | 2025.04.17 00:24:46.441496 [ 275 ] {1eb9c70e-867a-4b51-9714-2c6670664902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4784 | 2025.04.17 00:24:46.441541 [ 275 ] {1eb9c70e-867a-4b51-9714-2c6670664902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4785 | 2025.04.17 00:24:46.442206 [ 275 ] {1eb9c70e-867a-4b51-9714-2c6670664902} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4786 | 2025.04.17 00:24:46.442245 [ 275 ] {1eb9c70e-867a-4b51-9714-2c6670664902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4787 | 2025.04.17 00:24:46.442608 [ 275 ] {1eb9c70e-867a-4b51-9714-2c6670664902} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4788 | 2025.04.17 00:24:46.442844 [ 275 ] {1eb9c70e-867a-4b51-9714-2c6670664902} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4789 | 2025.04.17 00:24:46.443008 [ 57 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4790 | 2025.04.17 00:24:46.443081 [ 57 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4791 | 2025.04.17 00:24:46.443089 [ 275 ] {1eb9c70e-867a-4b51-9714-2c6670664902} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.00161 sec., 262111.80124223602 rows/sec., 18.67 MiB/sec. | ||
| 4792 | 2025.04.17 00:24:46.443114 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4793 | 2025.04.17 00:24:46.443237 [ 275 ] {1eb9c70e-867a-4b51-9714-2c6670664902} <Debug> TCPHandler: Processed in 0.001900088 sec. | ||
| 4794 | 2025.04.17 00:24:46.443528 [ 201 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 4795 | 2025.04.17 00:24:46.443561 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4796 | 2025.04.17 00:24:46.443884 [ 275 ] {53ef4da2-2d4c-4b80-919d-260aa6a14346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4797 | 2025.04.17 00:24:46.443928 [ 201 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4798 | 2025.04.17 00:24:46.444042 [ 275 ] {53ef4da2-2d4c-4b80-919d-260aa6a14346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4799 | 2025.04.17 00:24:46.444068 [ 201 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 950 rows starting from the beginning of the part | ||
| 4800 | 2025.04.17 00:24:46.444385 [ 201 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 104 rows starting from the beginning of the part | ||
| 4801 | 2025.04.17 00:24:46.444710 [ 201 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 4802 | 2025.04.17 00:24:46.445076 [ 201 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 568 rows starting from the beginning of the part | ||
| 4803 | 2025.04.17 00:24:46.445381 [ 201 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 4804 | 2025.04.17 00:24:46.445667 [ 201 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 422 rows starting from the beginning of the part | ||
| 4805 | 2025.04.17 00:24:46.446681 [ 275 ] {53ef4da2-2d4c-4b80-919d-260aa6a14346} <Trace> oximeter.measurements_bool (cdf54b2a-bd53-46b4-8670-127039d772b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4806 | 2025.04.17 00:24:46.446748 [ 275 ] {53ef4da2-2d4c-4b80-919d-260aa6a14346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4807 | 2025.04.17 00:24:46.447726 [ 275 ] {53ef4da2-2d4c-4b80-919d-260aa6a14346} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4808 | 2025.04.17 00:24:46.448202 [ 275 ] {53ef4da2-2d4c-4b80-919d-260aa6a14346} <Trace> oximeter.measurements_bool (cdf54b2a-bd53-46b4-8670-127039d772b2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4809 | 2025.04.17 00:24:46.448683 [ 275 ] {53ef4da2-2d4c-4b80-919d-260aa6a14346} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004783 sec., 1254.4428183148652 rows/sec., 65.54 KiB/sec. | ||
| 4810 | 2025.04.17 00:24:46.449108 [ 275 ] {53ef4da2-2d4c-4b80-919d-260aa6a14346} <Debug> TCPHandler: Processed in 0.005635092 sec. | ||
| 4811 | 2025.04.17 00:24:46.449198 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005943849 sec., 365419.781020682 rows/sec., 28.31 MiB/sec. | ||
| 4812 | 2025.04.17 00:24:46.449273 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4813 | 2025.04.17 00:24:46.449418 [ 275 ] {70e4bc34-7936-48ed-8b51-70209c483279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4814 | 2025.04.17 00:24:46.449425 [ 187 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4815 | 2025.04.17 00:24:46.449519 [ 275 ] {70e4bc34-7936-48ed-8b51-70209c483279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4816 | 2025.04.17 00:24:46.450036 [ 187 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_36_7} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4817 | 2025.04.17 00:24:46.450137 [ 187 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_36_7} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4818 | 2025.04.17 00:24:46.450302 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 4819 | 2025.04.17 00:24:46.450533 [ 275 ] {70e4bc34-7936-48ed-8b51-70209c483279} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4820 | 2025.04.17 00:24:46.450578 [ 275 ] {70e4bc34-7936-48ed-8b51-70209c483279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4821 | 2025.04.17 00:24:46.450971 [ 275 ] {70e4bc34-7936-48ed-8b51-70209c483279} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4822 | 2025.04.17 00:24:46.451220 [ 275 ] {70e4bc34-7936-48ed-8b51-70209c483279} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4823 | 2025.04.17 00:24:46.451428 [ 275 ] {70e4bc34-7936-48ed-8b51-70209c483279} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002054 sec., 115384.61538461539 rows/sec., 7.73 MiB/sec. | ||
| 4824 | 2025.04.17 00:24:46.451483 [ 275 ] {70e4bc34-7936-48ed-8b51-70209c483279} <Debug> TCPHandler: Processed in 0.002267317 sec. | ||
| 4825 | 2025.04.17 00:24:46.451598 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4826 | 2025.04.17 00:24:46.451703 [ 275 ] {3098f66d-48f8-46d1-9c15-242ac2c7145a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4827 | 2025.04.17 00:24:46.451751 [ 275 ] {3098f66d-48f8-46d1-9c15-242ac2c7145a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4828 | 2025.04.17 00:24:46.452140 [ 275 ] {3098f66d-48f8-46d1-9c15-242ac2c7145a} <Trace> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4829 | 2025.04.17 00:24:46.452178 [ 275 ] {3098f66d-48f8-46d1-9c15-242ac2c7145a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4830 | 2025.04.17 00:24:46.452515 [ 275 ] {3098f66d-48f8-46d1-9c15-242ac2c7145a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4831 | 2025.04.17 00:24:46.452740 [ 275 ] {3098f66d-48f8-46d1-9c15-242ac2c7145a} <Trace> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4832 | 2025.04.17 00:24:46.453011 [ 275 ] {3098f66d-48f8-46d1-9c15-242ac2c7145a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001302 sec., 768.0491551459294 rows/sec., 51.75 KiB/sec. | ||
| 4833 | 2025.04.17 00:24:46.453114 [ 275 ] {3098f66d-48f8-46d1-9c15-242ac2c7145a} <Debug> TCPHandler: Processed in 0.001566019 sec. | ||
| 4834 | 2025.04.17 00:24:46.453228 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4835 | 2025.04.17 00:24:46.453334 [ 275 ] {ba61a319-2343-4142-8832-18bac5535db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4836 | 2025.04.17 00:24:46.453399 [ 275 ] {ba61a319-2343-4142-8832-18bac5535db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4837 | 2025.04.17 00:24:46.454525 [ 275 ] {ba61a319-2343-4142-8832-18bac5535db4} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4838 | 2025.04.17 00:24:46.454563 [ 275 ] {ba61a319-2343-4142-8832-18bac5535db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4839 | 2025.04.17 00:24:46.455226 [ 275 ] {ba61a319-2343-4142-8832-18bac5535db4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4840 | 2025.04.17 00:24:46.455472 [ 275 ] {ba61a319-2343-4142-8832-18bac5535db4} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4841 | 2025.04.17 00:24:46.455698 [ 275 ] {ba61a319-2343-4142-8832-18bac5535db4} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002386 sec., 16764.459346186086 rows/sec., 30.04 MiB/sec. | ||
| 4842 | 2025.04.17 00:24:46.455788 [ 275 ] {ba61a319-2343-4142-8832-18bac5535db4} <Debug> TCPHandler: Processed in 0.002610396 sec. | ||
| 4843 | 2025.04.17 00:24:46.455892 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4844 | 2025.04.17 00:24:46.455993 [ 275 ] {5abad8b0-1d06-4f3f-9c3e-0b26623489b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4845 | 2025.04.17 00:24:46.456041 [ 275 ] {5abad8b0-1d06-4f3f-9c3e-0b26623489b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4846 | 2025.04.17 00:24:46.456451 [ 275 ] {5abad8b0-1d06-4f3f-9c3e-0b26623489b0} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4847 | 2025.04.17 00:24:46.456488 [ 275 ] {5abad8b0-1d06-4f3f-9c3e-0b26623489b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4848 | 2025.04.17 00:24:46.456830 [ 275 ] {5abad8b0-1d06-4f3f-9c3e-0b26623489b0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4849 | 2025.04.17 00:24:46.457063 [ 275 ] {5abad8b0-1d06-4f3f-9c3e-0b26623489b0} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4850 | 2025.04.17 00:24:46.457263 [ 275 ] {5abad8b0-1d06-4f3f-9c3e-0b26623489b0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001292 sec., 63467.492260061925 rows/sec., 4.03 MiB/sec. | ||
| 4851 | 2025.04.17 00:24:46.457311 [ 275 ] {5abad8b0-1d06-4f3f-9c3e-0b26623489b0} <Debug> TCPHandler: Processed in 0.001468117 sec. | ||
| 4852 | 2025.04.17 00:24:46.684261 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 4853 | 2025.04.17 00:24:46.703686 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4854 | 2025.04.17 00:24:46.703731 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4855 | 2025.04.17 00:24:46.712526 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4856 | 2025.04.17 00:24:46.713308 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4857 | 2025.04.17 00:24:46.716475 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 4858 | 2025.04.17 00:24:47.000206 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.91 MiB, peak 201.18 MiB, free memory in arenas 0.00 B, will set to 192.81 MiB (RSS), difference: -1.10 MiB | ||
| 4859 | 2025.04.17 00:24:51.418434 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4860 | 2025.04.17 00:24:51.418662 [ 275 ] {5bb1eebd-7233-46b6-a56e-b4f019fdc772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4861 | 2025.04.17 00:24:51.418745 [ 275 ] {5bb1eebd-7233-46b6-a56e-b4f019fdc772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4862 | 2025.04.17 00:24:51.419531 [ 275 ] {5bb1eebd-7233-46b6-a56e-b4f019fdc772} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4863 | 2025.04.17 00:24:51.419581 [ 275 ] {5bb1eebd-7233-46b6-a56e-b4f019fdc772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4864 | 2025.04.17 00:24:51.420004 [ 275 ] {5bb1eebd-7233-46b6-a56e-b4f019fdc772} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4865 | 2025.04.17 00:24:51.420248 [ 275 ] {5bb1eebd-7233-46b6-a56e-b4f019fdc772} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4866 | 2025.04.17 00:24:51.420498 [ 275 ] {5bb1eebd-7233-46b6-a56e-b4f019fdc772} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001892 sec., 1057.0824524312895 rows/sec., 86.20 KiB/sec. | ||
| 4867 | 2025.04.17 00:24:51.420690 [ 275 ] {5bb1eebd-7233-46b6-a56e-b4f019fdc772} <Debug> TCPHandler: Processed in 0.00239694 sec. | ||
| 4868 | 2025.04.17 00:24:51.420832 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4869 | 2025.04.17 00:24:51.420933 [ 275 ] {8a00bcf6-236e-41fb-b48b-ca22ec83a496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4870 | 2025.04.17 00:24:51.420977 [ 275 ] {8a00bcf6-236e-41fb-b48b-ca22ec83a496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4871 | 2025.04.17 00:24:51.421540 [ 275 ] {8a00bcf6-236e-41fb-b48b-ca22ec83a496} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4872 | 2025.04.17 00:24:51.421578 [ 275 ] {8a00bcf6-236e-41fb-b48b-ca22ec83a496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4873 | 2025.04.17 00:24:51.421922 [ 275 ] {8a00bcf6-236e-41fb-b48b-ca22ec83a496} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4874 | 2025.04.17 00:24:51.422148 [ 275 ] {8a00bcf6-236e-41fb-b48b-ca22ec83a496} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4875 | 2025.04.17 00:24:51.422364 [ 275 ] {8a00bcf6-236e-41fb-b48b-ca22ec83a496} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001448 sec., 39364.640883977896 rows/sec., 3.02 MiB/sec. | ||
| 4876 | 2025.04.17 00:24:51.422443 [ 275 ] {8a00bcf6-236e-41fb-b48b-ca22ec83a496} <Debug> TCPHandler: Processed in 0.001659622 sec. | ||
| 4877 | 2025.04.17 00:24:51.422662 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4878 | 2025.04.17 00:24:51.422773 [ 275 ] {8672eca4-87de-4a8e-b7ee-8d5e72e3ebb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4879 | 2025.04.17 00:24:51.422818 [ 275 ] {8672eca4-87de-4a8e-b7ee-8d5e72e3ebb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4880 | 2025.04.17 00:24:51.423323 [ 275 ] {8672eca4-87de-4a8e-b7ee-8d5e72e3ebb5} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4881 | 2025.04.17 00:24:51.423361 [ 275 ] {8672eca4-87de-4a8e-b7ee-8d5e72e3ebb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4882 | 2025.04.17 00:24:51.423684 [ 275 ] {8672eca4-87de-4a8e-b7ee-8d5e72e3ebb5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4883 | 2025.04.17 00:24:51.423922 [ 275 ] {8672eca4-87de-4a8e-b7ee-8d5e72e3ebb5} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4884 | 2025.04.17 00:24:51.424098 [ 275 ] {8672eca4-87de-4a8e-b7ee-8d5e72e3ebb5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00134 sec., 1492.5373134328358 rows/sec., 104.22 KiB/sec. | ||
| 4885 | 2025.04.17 00:24:51.424227 [ 275 ] {8672eca4-87de-4a8e-b7ee-8d5e72e3ebb5} <Debug> TCPHandler: Processed in 0.001649172 sec. | ||
| 4886 | 2025.04.17 00:24:51.424434 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4887 | 2025.04.17 00:24:51.424538 [ 275 ] {a370ab6b-f398-4556-91ea-6b519edfbf26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4888 | 2025.04.17 00:24:51.424582 [ 275 ] {a370ab6b-f398-4556-91ea-6b519edfbf26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4889 | 2025.04.17 00:24:51.425165 [ 275 ] {a370ab6b-f398-4556-91ea-6b519edfbf26} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4890 | 2025.04.17 00:24:51.425203 [ 275 ] {a370ab6b-f398-4556-91ea-6b519edfbf26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4891 | 2025.04.17 00:24:51.425547 [ 275 ] {a370ab6b-f398-4556-91ea-6b519edfbf26} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4892 | 2025.04.17 00:24:51.425772 [ 275 ] {a370ab6b-f398-4556-91ea-6b519edfbf26} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4893 | 2025.04.17 00:24:51.425947 [ 275 ] {a370ab6b-f398-4556-91ea-6b519edfbf26} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001424 sec., 46348.31460674157 rows/sec., 3.62 MiB/sec. | ||
| 4894 | 2025.04.17 00:24:51.426029 [ 275 ] {a370ab6b-f398-4556-91ea-6b519edfbf26} <Debug> TCPHandler: Processed in 0.001667842 sec. | ||
| 4895 | 2025.04.17 00:24:51.426259 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4896 | 2025.04.17 00:24:51.426380 [ 275 ] {160c9062-7e89-47f1-a6e7-d8c6cc3ca699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4897 | 2025.04.17 00:24:51.426429 [ 275 ] {160c9062-7e89-47f1-a6e7-d8c6cc3ca699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4898 | 2025.04.17 00:24:51.426993 [ 275 ] {160c9062-7e89-47f1-a6e7-d8c6cc3ca699} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4899 | 2025.04.17 00:24:51.427031 [ 275 ] {160c9062-7e89-47f1-a6e7-d8c6cc3ca699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4900 | 2025.04.17 00:24:51.427398 [ 275 ] {160c9062-7e89-47f1-a6e7-d8c6cc3ca699} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4901 | 2025.04.17 00:24:51.427626 [ 275 ] {160c9062-7e89-47f1-a6e7-d8c6cc3ca699} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4902 | 2025.04.17 00:24:51.427789 [ 275 ] {160c9062-7e89-47f1-a6e7-d8c6cc3ca699} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00143 sec., 112587.41258741259 rows/sec., 7.84 MiB/sec. | ||
| 4903 | 2025.04.17 00:24:51.427838 [ 275 ] {160c9062-7e89-47f1-a6e7-d8c6cc3ca699} <Debug> TCPHandler: Processed in 0.001677052 sec. | ||
| 4904 | 2025.04.17 00:24:51.427988 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4905 | 2025.04.17 00:24:51.428121 [ 275 ] {85bd3a85-3058-422f-9358-31aeac3ca1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4906 | 2025.04.17 00:24:51.428176 [ 275 ] {85bd3a85-3058-422f-9358-31aeac3ca1f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4907 | 2025.04.17 00:24:51.428672 [ 275 ] {85bd3a85-3058-422f-9358-31aeac3ca1f2} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4908 | 2025.04.17 00:24:51.428715 [ 275 ] {85bd3a85-3058-422f-9358-31aeac3ca1f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4909 | 2025.04.17 00:24:51.429152 [ 275 ] {85bd3a85-3058-422f-9358-31aeac3ca1f2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4910 | 2025.04.17 00:24:51.429385 [ 275 ] {85bd3a85-3058-422f-9358-31aeac3ca1f2} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4911 | 2025.04.17 00:24:51.429587 [ 275 ] {85bd3a85-3058-422f-9358-31aeac3ca1f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 4912 | 2025.04.17 00:24:51.429714 [ 275 ] {85bd3a85-3058-422f-9358-31aeac3ca1f2} <Debug> TCPHandler: Processed in 0.001792385 sec. | ||
| 4913 | 2025.04.17 00:24:53.311028 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 4914 | 2025.04.17 00:24:53.311705 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4915 | 2025.04.17 00:24:53.311755 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4916 | 2025.04.17 00:24:53.312313 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4917 | 2025.04.17 00:24:53.312569 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4918 | 2025.04.17 00:24:53.312836 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 4919 | 2025.04.17 00:24:54.217439 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 4920 | 2025.04.17 00:24:54.240860 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4921 | 2025.04.17 00:24:54.240933 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4922 | 2025.04.17 00:24:54.248818 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4923 | 2025.04.17 00:24:54.249624 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4924 | 2025.04.17 00:24:54.253528 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 4925 | 2025.04.17 00:24:55.860765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 654 | ||
| 4926 | 2025.04.17 00:24:55.863838 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4927 | 2025.04.17 00:24:55.863889 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4928 | 2025.04.17 00:24:55.865335 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4929 | 2025.04.17 00:24:55.865622 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4930 | 2025.04.17 00:24:55.866732 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 654 | ||
| 4931 | 2025.04.17 00:24:56.420832 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4932 | 2025.04.17 00:24:56.421128 [ 275 ] {9880da89-c806-4ba0-b679-007844577c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4933 | 2025.04.17 00:24:56.421240 [ 275 ] {9880da89-c806-4ba0-b679-007844577c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4934 | 2025.04.17 00:24:56.422211 [ 275 ] {9880da89-c806-4ba0-b679-007844577c00} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4935 | 2025.04.17 00:24:56.422265 [ 275 ] {9880da89-c806-4ba0-b679-007844577c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4936 | 2025.04.17 00:24:56.422714 [ 275 ] {9880da89-c806-4ba0-b679-007844577c00} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4937 | 2025.04.17 00:24:56.422976 [ 275 ] {9880da89-c806-4ba0-b679-007844577c00} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4938 | 2025.04.17 00:24:56.423206 [ 275 ] {9880da89-c806-4ba0-b679-007844577c00} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002149 sec., 63285.2489530014 rows/sec., 5.46 MiB/sec. | ||
| 4939 | 2025.04.17 00:24:56.423274 [ 275 ] {9880da89-c806-4ba0-b679-007844577c00} <Debug> TCPHandler: Processed in 0.002614025 sec. | ||
| 4940 | 2025.04.17 00:24:56.423423 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4941 | 2025.04.17 00:24:56.423532 [ 275 ] {486b31ef-0828-4b1d-98a5-1823bd9342f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4942 | 2025.04.17 00:24:56.423582 [ 275 ] {486b31ef-0828-4b1d-98a5-1823bd9342f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4943 | 2025.04.17 00:24:56.424119 [ 275 ] {486b31ef-0828-4b1d-98a5-1823bd9342f3} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4944 | 2025.04.17 00:24:56.424160 [ 275 ] {486b31ef-0828-4b1d-98a5-1823bd9342f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4945 | 2025.04.17 00:24:56.424516 [ 275 ] {486b31ef-0828-4b1d-98a5-1823bd9342f3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4946 | 2025.04.17 00:24:56.424752 [ 275 ] {486b31ef-0828-4b1d-98a5-1823bd9342f3} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4947 | 2025.04.17 00:24:56.424954 [ 275 ] {486b31ef-0828-4b1d-98a5-1823bd9342f3} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001447 sec., 27643.400138217003 rows/sec., 2.03 MiB/sec. | ||
| 4948 | 2025.04.17 00:24:56.425075 [ 275 ] {486b31ef-0828-4b1d-98a5-1823bd9342f3} <Debug> TCPHandler: Processed in 0.001703033 sec. | ||
| 4949 | 2025.04.17 00:24:56.425266 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4950 | 2025.04.17 00:24:56.425391 [ 275 ] {88ff68a8-23d6-4657-9565-febc4203b8e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4951 | 2025.04.17 00:24:56.425438 [ 275 ] {88ff68a8-23d6-4657-9565-febc4203b8e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4952 | 2025.04.17 00:24:56.426000 [ 275 ] {88ff68a8-23d6-4657-9565-febc4203b8e2} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4953 | 2025.04.17 00:24:56.426039 [ 275 ] {88ff68a8-23d6-4657-9565-febc4203b8e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4954 | 2025.04.17 00:24:56.426392 [ 275 ] {88ff68a8-23d6-4657-9565-febc4203b8e2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4955 | 2025.04.17 00:24:56.426623 [ 275 ] {88ff68a8-23d6-4657-9565-febc4203b8e2} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4956 | 2025.04.17 00:24:56.426814 [ 275 ] {88ff68a8-23d6-4657-9565-febc4203b8e2} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001442 sec., 72122.05270457698 rows/sec., 5.63 MiB/sec. | ||
| 4957 | 2025.04.17 00:24:56.426871 [ 275 ] {88ff68a8-23d6-4657-9565-febc4203b8e2} <Debug> TCPHandler: Processed in 0.001691153 sec. | ||
| 4958 | 2025.04.17 00:24:56.426982 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4959 | 2025.04.17 00:24:56.427084 [ 275 ] {4186312c-5611-49f0-b869-b30cb88cc9a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4960 | 2025.04.17 00:24:56.427133 [ 275 ] {4186312c-5611-49f0-b869-b30cb88cc9a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4961 | 2025.04.17 00:24:56.427626 [ 275 ] {4186312c-5611-49f0-b869-b30cb88cc9a2} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4962 | 2025.04.17 00:24:56.427664 [ 275 ] {4186312c-5611-49f0-b869-b30cb88cc9a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4963 | 2025.04.17 00:24:56.428036 [ 275 ] {4186312c-5611-49f0-b869-b30cb88cc9a2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4964 | 2025.04.17 00:24:56.428268 [ 275 ] {4186312c-5611-49f0-b869-b30cb88cc9a2} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4965 | 2025.04.17 00:24:56.428448 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4966 | 2025.04.17 00:24:56.428470 [ 275 ] {4186312c-5611-49f0-b869-b30cb88cc9a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001408 sec., 113636.36363636363 rows/sec., 7.91 MiB/sec. | ||
| 4967 | 2025.04.17 00:24:56.428531 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4968 | 2025.04.17 00:24:56.428586 [ 275 ] {4186312c-5611-49f0-b869-b30cb88cc9a2} <Debug> TCPHandler: Processed in 0.001651741 sec. | ||
| 4969 | 2025.04.17 00:24:56.428612 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4970 | 2025.04.17 00:24:56.428762 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4971 | 2025.04.17 00:24:56.428992 [ 201 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 4972 | 2025.04.17 00:24:56.429495 [ 201 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4973 | 2025.04.17 00:24:56.429607 [ 201 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9607 rows starting from the beginning of the part | ||
| 4974 | 2025.04.17 00:24:56.429615 [ 275 ] {ffbda9e8-4bdf-46ee-a459-a5afb9ee02ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4975 | 2025.04.17 00:24:56.429790 [ 201 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 884 rows starting from the beginning of the part | ||
| 4976 | 2025.04.17 00:24:56.430118 [ 201 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 4977 | 2025.04.17 00:24:56.430136 [ 275 ] {ffbda9e8-4bdf-46ee-a459-a5afb9ee02ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4978 | 2025.04.17 00:24:56.430417 [ 201 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 4979 | 2025.04.17 00:24:56.430832 [ 201 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 161 rows starting from the beginning of the part | ||
| 4980 | 2025.04.17 00:24:56.431129 [ 201 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 4981 | 2025.04.17 00:24:56.434998 [ 275 ] {ffbda9e8-4bdf-46ee-a459-a5afb9ee02ef} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4982 | 2025.04.17 00:24:56.435083 [ 275 ] {ffbda9e8-4bdf-46ee-a459-a5afb9ee02ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4983 | 2025.04.17 00:24:56.436528 [ 275 ] {ffbda9e8-4bdf-46ee-a459-a5afb9ee02ef} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4984 | 2025.04.17 00:24:56.436994 [ 275 ] {ffbda9e8-4bdf-46ee-a459-a5afb9ee02ef} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4985 | 2025.04.17 00:24:56.437257 [ 275 ] {ffbda9e8-4bdf-46ee-a459-a5afb9ee02ef} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008089 sec., 4944.987019409074 rows/sec., 8.86 MiB/sec. | ||
| 4986 | 2025.04.17 00:24:56.437384 [ 275 ] {ffbda9e8-4bdf-46ee-a459-a5afb9ee02ef} <Debug> TCPHandler: Processed in 0.00871595 sec. | ||
| 4987 | 2025.04.17 00:24:56.437522 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4988 | 2025.04.17 00:24:56.437628 [ 275 ] {92eec819-4eee-43a2-a337-17d95a62470b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4989 | 2025.04.17 00:24:56.437676 [ 275 ] {92eec819-4eee-43a2-a337-17d95a62470b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4990 | 2025.04.17 00:24:56.438455 [ 193 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11209 rows, containing 5 columns (5 merged, 0 gathered) in 0.009693245 sec., 1156372.2984408215 rows/sec., 79.32 MiB/sec. | ||
| 4991 | 2025.04.17 00:24:56.438602 [ 275 ] {92eec819-4eee-43a2-a337-17d95a62470b} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4992 | 2025.04.17 00:24:56.438647 [ 275 ] {92eec819-4eee-43a2-a337-17d95a62470b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 4993 | 2025.04.17 00:24:56.438826 [ 193 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4994 | 2025.04.17 00:24:56.439339 [ 275 ] {92eec819-4eee-43a2-a337-17d95a62470b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4995 | 2025.04.17 00:24:56.439438 [ 193 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4996 | 2025.04.17 00:24:56.439578 [ 193 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4997 | 2025.04.17 00:24:56.439734 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
| 4998 | 2025.04.17 00:24:56.439816 [ 275 ] {92eec819-4eee-43a2-a337-17d95a62470b} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4999 | 2025.04.17 00:24:56.440046 [ 275 ] {92eec819-4eee-43a2-a337-17d95a62470b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002442 sec., 24570.02457002457 rows/sec., 1.66 MiB/sec. | ||
| 5000 | 2025.04.17 00:24:56.440106 [ 275 ] {92eec819-4eee-43a2-a337-17d95a62470b} <Debug> TCPHandler: Processed in 0.002651246 sec. | ||
| 5001 | 2025.04.17 00:25:00.694186 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5002 | 2025.04.17 00:25:00.694256 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5003 | 2025.04.17 00:25:00.813132 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 5004 | 2025.04.17 00:25:00.813835 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5005 | 2025.04.17 00:25:00.813889 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5006 | 2025.04.17 00:25:00.814439 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5007 | 2025.04.17 00:25:00.814701 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5008 | 2025.04.17 00:25:00.814944 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5009 | 2025.04.17 00:25:01.418794 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5010 | 2025.04.17 00:25:01.418999 [ 275 ] {ed74a468-53b7-4145-82b7-1cc72d4f5d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5011 | 2025.04.17 00:25:01.419076 [ 275 ] {ed74a468-53b7-4145-82b7-1cc72d4f5d8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5012 | 2025.04.17 00:25:01.419896 [ 275 ] {ed74a468-53b7-4145-82b7-1cc72d4f5d8a} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5013 | 2025.04.17 00:25:01.419946 [ 275 ] {ed74a468-53b7-4145-82b7-1cc72d4f5d8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5014 | 2025.04.17 00:25:01.420359 [ 275 ] {ed74a468-53b7-4145-82b7-1cc72d4f5d8a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5015 | 2025.04.17 00:25:01.420599 [ 275 ] {ed74a468-53b7-4145-82b7-1cc72d4f5d8a} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5016 | 2025.04.17 00:25:01.420822 [ 275 ] {ed74a468-53b7-4145-82b7-1cc72d4f5d8a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.29 MiB/sec. | ||
| 5017 | 2025.04.17 00:25:01.420877 [ 275 ] {ed74a468-53b7-4145-82b7-1cc72d4f5d8a} <Debug> TCPHandler: Processed in 0.002230326 sec. | ||
| 5018 | 2025.04.17 00:25:01.421006 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5019 | 2025.04.17 00:25:01.421109 [ 275 ] {449942b5-f3ed-4800-b113-50436d696c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5020 | 2025.04.17 00:25:01.421154 [ 275 ] {449942b5-f3ed-4800-b113-50436d696c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5021 | 2025.04.17 00:25:01.421673 [ 275 ] {449942b5-f3ed-4800-b113-50436d696c40} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5022 | 2025.04.17 00:25:01.421711 [ 275 ] {449942b5-f3ed-4800-b113-50436d696c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5023 | 2025.04.17 00:25:01.422046 [ 275 ] {449942b5-f3ed-4800-b113-50436d696c40} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5024 | 2025.04.17 00:25:01.422272 [ 275 ] {449942b5-f3ed-4800-b113-50436d696c40} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5025 | 2025.04.17 00:25:01.422464 [ 275 ] {449942b5-f3ed-4800-b113-50436d696c40} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001377 sec., 46477.850399419025 rows/sec., 3.63 MiB/sec. | ||
| 5026 | 2025.04.17 00:25:01.422514 [ 275 ] {449942b5-f3ed-4800-b113-50436d696c40} <Debug> TCPHandler: Processed in 0.00156071 sec. | ||
| 5027 | 2025.04.17 00:25:01.422634 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5028 | 2025.04.17 00:25:01.422735 [ 275 ] {069caf4d-6ec6-40e7-a3ce-9b39616d70f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5029 | 2025.04.17 00:25:01.422782 [ 275 ] {069caf4d-6ec6-40e7-a3ce-9b39616d70f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5030 | 2025.04.17 00:25:01.423350 [ 275 ] {069caf4d-6ec6-40e7-a3ce-9b39616d70f1} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5031 | 2025.04.17 00:25:01.423398 [ 275 ] {069caf4d-6ec6-40e7-a3ce-9b39616d70f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5032 | 2025.04.17 00:25:01.423818 [ 275 ] {069caf4d-6ec6-40e7-a3ce-9b39616d70f1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5033 | 2025.04.17 00:25:01.424052 [ 275 ] {069caf4d-6ec6-40e7-a3ce-9b39616d70f1} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5034 | 2025.04.17 00:25:01.424249 [ 275 ] {069caf4d-6ec6-40e7-a3ce-9b39616d70f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. | ||
| 5035 | 2025.04.17 00:25:01.424301 [ 275 ] {069caf4d-6ec6-40e7-a3ce-9b39616d70f1} <Debug> TCPHandler: Processed in 0.001716244 sec. | ||
| 5036 | 2025.04.17 00:25:01.424420 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5037 | 2025.04.17 00:25:01.424521 [ 275 ] {939703e6-252c-4fab-b9dd-0b5098ed5c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5038 | 2025.04.17 00:25:01.424566 [ 275 ] {939703e6-252c-4fab-b9dd-0b5098ed5c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5039 | 2025.04.17 00:25:01.424982 [ 275 ] {939703e6-252c-4fab-b9dd-0b5098ed5c5a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5040 | 2025.04.17 00:25:01.425020 [ 275 ] {939703e6-252c-4fab-b9dd-0b5098ed5c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5041 | 2025.04.17 00:25:01.425379 [ 275 ] {939703e6-252c-4fab-b9dd-0b5098ed5c5a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5042 | 2025.04.17 00:25:01.425608 [ 275 ] {939703e6-252c-4fab-b9dd-0b5098ed5c5a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5043 | 2025.04.17 00:25:01.425796 [ 41 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5044 | 2025.04.17 00:25:01.425826 [ 275 ] {939703e6-252c-4fab-b9dd-0b5098ed5c5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001326 sec., 45248.86877828054 rows/sec., 3.05 MiB/sec. | ||
| 5045 | 2025.04.17 00:25:01.425875 [ 41 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5046 | 2025.04.17 00:25:01.425932 [ 275 ] {939703e6-252c-4fab-b9dd-0b5098ed5c5a} <Debug> TCPHandler: Processed in 0.00155853 sec. | ||
| 5047 | 2025.04.17 00:25:01.425938 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5048 | 2025.04.17 00:25:01.426133 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 5049 | 2025.04.17 00:25:01.426316 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5050 | 2025.04.17 00:25:01.426362 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1720 rows starting from the beginning of the part | ||
| 5051 | 2025.04.17 00:25:01.426475 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 5052 | 2025.04.17 00:25:01.426660 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 5053 | 2025.04.17 00:25:01.426796 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 5054 | 2025.04.17 00:25:01.426982 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 5055 | 2025.04.17 00:25:01.427059 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 5056 | 2025.04.17 00:25:01.428379 [ 193 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2042 rows, containing 4 columns (4 merged, 0 gathered) in 0.002324918 sec., 878310.5468665991 rows/sec., 59.11 MiB/sec. | ||
| 5057 | 2025.04.17 00:25:01.428678 [ 201 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5058 | 2025.04.17 00:25:01.429059 [ 201 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_36_7} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5059 | 2025.04.17 00:25:01.429159 [ 201 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_36_7} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5060 | 2025.04.17 00:25:01.429264 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5061 | 2025.04.17 00:25:01.753750 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5062 | 2025.04.17 00:25:01.773764 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5063 | 2025.04.17 00:25:01.773818 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5064 | 2025.04.17 00:25:01.781097 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5065 | 2025.04.17 00:25:01.781850 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5066 | 2025.04.17 00:25:01.784436 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5067 | 2025.04.17 00:25:03.045455 [ 40 ] {} <Debug> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5068 | 2025.04.17 00:25:03.045541 [ 40 ] {} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5069 | 2025.04.17 00:25:03.045586 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5070 | 2025.04.17 00:25:03.045797 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::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 | ||
| 5071 | 2025.04.17 00:25:03.046003 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5072 | 2025.04.17 00:25:03.046042 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 5073 | 2025.04.17 00:25:03.046131 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 5074 | 2025.04.17 00:25:03.046368 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 5075 | 2025.04.17 00:25:03.046506 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
| 5076 | 2025.04.17 00:25:03.046759 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 5077 | 2025.04.17 00:25:03.047820 [ 193 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002138064 sec., 16837.662483442968 rows/sec., 1.41 MiB/sec. | ||
| 5078 | 2025.04.17 00:25:03.047951 [ 197 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5079 | 2025.04.17 00:25:03.048232 [ 197 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_9_2} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5080 | 2025.04.17 00:25:03.048314 [ 197 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_9_2} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5081 | 2025.04.17 00:25:03.048389 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5082 | 2025.04.17 00:25:05.867823 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 674 | ||
| 5083 | 2025.04.17 00:25:05.870649 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5084 | 2025.04.17 00:25:05.870711 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5085 | 2025.04.17 00:25:05.872174 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5086 | 2025.04.17 00:25:05.872505 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5087 | 2025.04.17 00:25:05.872751 [ 36 ] {} <Debug> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5088 | 2025.04.17 00:25:05.872881 [ 36 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5089 | 2025.04.17 00:25:05.872943 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5090 | 2025.04.17 00:25:05.873354 [ 189 ] {bc8e46af-749e-4702-ad44-a333defcf195::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 | ||
| 5091 | 2025.04.17 00:25:05.874086 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 674 | ||
| 5092 | 2025.04.17 00:25:05.874520 [ 189 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5093 | 2025.04.17 00:25:05.874685 [ 189 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 546 rows starting from the beginning of the part | ||
| 5094 | 2025.04.17 00:25:05.875190 [ 189 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
| 5095 | 2025.04.17 00:25:05.875684 [ 189 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part | ||
| 5096 | 2025.04.17 00:25:05.876167 [ 189 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part | ||
| 5097 | 2025.04.17 00:25:05.876633 [ 189 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 34 rows starting from the beginning of the part | ||
| 5098 | 2025.04.17 00:25:05.877091 [ 189 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part | ||
| 5099 | 2025.04.17 00:25:05.884470 [ 193 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 674 rows, containing 72 columns (72 merged, 0 gathered) in 0.011359306 sec., 59334.610758791074 rows/sec., 53.39 MiB/sec. | ||
| 5100 | 2025.04.17 00:25:05.886071 [ 191 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5101 | 2025.04.17 00:25:05.886922 [ 191 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_21_4} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5102 | 2025.04.17 00:25:05.887030 [ 191 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_21_4} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5103 | 2025.04.17 00:25:05.887417 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 5104 | 2025.04.17 00:25:06.447569 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5105 | 2025.04.17 00:25:06.447839 [ 275 ] {8c8b04e5-6425-4b17-b0cb-62848835f5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5106 | 2025.04.17 00:25:06.447911 [ 275 ] {8c8b04e5-6425-4b17-b0cb-62848835f5e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5107 | 2025.04.17 00:25:06.448669 [ 275 ] {8c8b04e5-6425-4b17-b0cb-62848835f5e0} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5108 | 2025.04.17 00:25:06.448717 [ 275 ] {8c8b04e5-6425-4b17-b0cb-62848835f5e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5109 | 2025.04.17 00:25:06.449148 [ 275 ] {8c8b04e5-6425-4b17-b0cb-62848835f5e0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5110 | 2025.04.17 00:25:06.449397 [ 275 ] {8c8b04e5-6425-4b17-b0cb-62848835f5e0} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5111 | 2025.04.17 00:25:06.449620 [ 275 ] {8c8b04e5-6425-4b17-b0cb-62848835f5e0} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001836 sec., 3267.97385620915 rows/sec., 266.48 KiB/sec. | ||
| 5112 | 2025.04.17 00:25:06.449676 [ 275 ] {8c8b04e5-6425-4b17-b0cb-62848835f5e0} <Debug> TCPHandler: Processed in 0.002293407 sec. | ||
| 5113 | 2025.04.17 00:25:06.449803 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5114 | 2025.04.17 00:25:06.449907 [ 275 ] {fcd05793-799c-48c5-8571-cddd29ad5cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5115 | 2025.04.17 00:25:06.449950 [ 275 ] {fcd05793-799c-48c5-8571-cddd29ad5cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5116 | 2025.04.17 00:25:06.451208 [ 275 ] {fcd05793-799c-48c5-8571-cddd29ad5cf9} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5117 | 2025.04.17 00:25:06.451247 [ 275 ] {fcd05793-799c-48c5-8571-cddd29ad5cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5118 | 2025.04.17 00:25:06.451681 [ 275 ] {fcd05793-799c-48c5-8571-cddd29ad5cf9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5119 | 2025.04.17 00:25:06.451921 [ 275 ] {fcd05793-799c-48c5-8571-cddd29ad5cf9} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5120 | 2025.04.17 00:25:06.452128 [ 275 ] {fcd05793-799c-48c5-8571-cddd29ad5cf9} <Debug> executeQuery: Read 1279 rows, 108.81 KiB in 0.002242 sec., 570472.7921498661 rows/sec., 47.39 MiB/sec. | ||
| 5121 | 2025.04.17 00:25:06.452180 [ 275 ] {fcd05793-799c-48c5-8571-cddd29ad5cf9} <Debug> TCPHandler: Processed in 0.002427571 sec. | ||
| 5122 | 2025.04.17 00:25:06.452304 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5123 | 2025.04.17 00:25:06.452414 [ 275 ] {7a1c1eca-9f08-4e5d-a150-c153ea222a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5124 | 2025.04.17 00:25:06.452460 [ 275 ] {7a1c1eca-9f08-4e5d-a150-c153ea222a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5125 | 2025.04.17 00:25:06.452990 [ 275 ] {7a1c1eca-9f08-4e5d-a150-c153ea222a32} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5126 | 2025.04.17 00:25:06.453034 [ 275 ] {7a1c1eca-9f08-4e5d-a150-c153ea222a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5127 | 2025.04.17 00:25:06.453383 [ 275 ] {7a1c1eca-9f08-4e5d-a150-c153ea222a32} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5128 | 2025.04.17 00:25:06.453617 [ 275 ] {7a1c1eca-9f08-4e5d-a150-c153ea222a32} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5129 | 2025.04.17 00:25:06.453796 [ 35 ] {} <Debug> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5130 | 2025.04.17 00:25:06.453842 [ 275 ] {7a1c1eca-9f08-4e5d-a150-c153ea222a32} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.001449 sec., 31746.031746031746 rows/sec., 2.31 MiB/sec. | ||
| 5131 | 2025.04.17 00:25:06.453920 [ 35 ] {} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5132 | 2025.04.17 00:25:06.453971 [ 275 ] {7a1c1eca-9f08-4e5d-a150-c153ea222a32} <Debug> TCPHandler: Processed in 0.001710093 sec. | ||
| 5133 | 2025.04.17 00:25:06.454012 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5134 | 2025.04.17 00:25:06.454145 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5135 | 2025.04.17 00:25:06.454221 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::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 | ||
| 5136 | 2025.04.17 00:25:06.454272 [ 275 ] {c37f9d52-a98d-468a-8968-896a39d0cf21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5137 | 2025.04.17 00:25:06.454328 [ 275 ] {c37f9d52-a98d-468a-8968-896a39d0cf21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5138 | 2025.04.17 00:25:06.454396 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5139 | 2025.04.17 00:25:06.454448 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 176 rows starting from the beginning of the part | ||
| 5140 | 2025.04.17 00:25:06.454633 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 5141 | 2025.04.17 00:25:06.455027 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 146 rows starting from the beginning of the part | ||
| 5142 | 2025.04.17 00:25:06.455374 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 5143 | 2025.04.17 00:25:06.455650 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part | ||
| 5144 | 2025.04.17 00:25:06.455939 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 46 rows starting from the beginning of the part | ||
| 5145 | 2025.04.17 00:25:06.456687 [ 275 ] {c37f9d52-a98d-468a-8968-896a39d0cf21} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5146 | 2025.04.17 00:25:06.456733 [ 275 ] {c37f9d52-a98d-468a-8968-896a39d0cf21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5147 | 2025.04.17 00:25:06.457248 [ 275 ] {c37f9d52-a98d-468a-8968-896a39d0cf21} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5148 | 2025.04.17 00:25:06.457592 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 458 rows, containing 5 columns (5 merged, 0 gathered) in 0.003444777 sec., 132954.90535381535 rows/sec., 9.34 MiB/sec. | ||
| 5149 | 2025.04.17 00:25:06.457592 [ 275 ] {c37f9d52-a98d-468a-8968-896a39d0cf21} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5150 | 2025.04.17 00:25:06.457893 [ 194 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5151 | 2025.04.17 00:25:06.457945 [ 275 ] {c37f9d52-a98d-468a-8968-896a39d0cf21} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.003692 sec., 61755.146262188515 rows/sec., 4.18 MiB/sec. | ||
| 5152 | 2025.04.17 00:25:06.458138 [ 275 ] {c37f9d52-a98d-468a-8968-896a39d0cf21} <Debug> TCPHandler: Processed in 0.004078373 sec. | ||
| 5153 | 2025.04.17 00:25:06.458289 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5154 | 2025.04.17 00:25:06.458461 [ 275 ] {53c5f663-d428-481c-8871-0030d3e027e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5155 | 2025.04.17 00:25:06.458546 [ 275 ] {53c5f663-d428-481c-8871-0030d3e027e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5156 | 2025.04.17 00:25:06.458550 [ 194 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_26_5} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5157 | 2025.04.17 00:25:06.458811 [ 194 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_26_5} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5158 | 2025.04.17 00:25:06.459042 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5159 | 2025.04.17 00:25:06.459687 [ 275 ] {53c5f663-d428-481c-8871-0030d3e027e6} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5160 | 2025.04.17 00:25:06.459733 [ 275 ] {53c5f663-d428-481c-8871-0030d3e027e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5161 | 2025.04.17 00:25:06.460117 [ 275 ] {53c5f663-d428-481c-8871-0030d3e027e6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5162 | 2025.04.17 00:25:06.460348 [ 275 ] {53c5f663-d428-481c-8871-0030d3e027e6} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5163 | 2025.04.17 00:25:06.460548 [ 275 ] {53c5f663-d428-481c-8871-0030d3e027e6} <Debug> executeQuery: Read 566 rows, 43.10 KiB in 0.002135 sec., 265105.3864168618 rows/sec., 19.71 MiB/sec. | ||
| 5164 | 2025.04.17 00:25:06.460602 [ 275 ] {53c5f663-d428-481c-8871-0030d3e027e6} <Debug> TCPHandler: Processed in 0.00238977 sec. | ||
| 5165 | 2025.04.17 00:25:06.460725 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5166 | 2025.04.17 00:25:06.460829 [ 275 ] {5a858225-4995-4b43-94d4-e4f315adbd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5167 | 2025.04.17 00:25:06.460877 [ 275 ] {5a858225-4995-4b43-94d4-e4f315adbd3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5168 | 2025.04.17 00:25:06.461590 [ 275 ] {5a858225-4995-4b43-94d4-e4f315adbd3c} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5169 | 2025.04.17 00:25:06.461630 [ 275 ] {5a858225-4995-4b43-94d4-e4f315adbd3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5170 | 2025.04.17 00:25:06.462046 [ 275 ] {5a858225-4995-4b43-94d4-e4f315adbd3c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5171 | 2025.04.17 00:25:06.462277 [ 275 ] {5a858225-4995-4b43-94d4-e4f315adbd3c} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5172 | 2025.04.17 00:25:06.462473 [ 275 ] {5a858225-4995-4b43-94d4-e4f315adbd3c} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001666 sec., 530012.0048019207 rows/sec., 35.66 MiB/sec. | ||
| 5173 | 2025.04.17 00:25:06.462524 [ 275 ] {5a858225-4995-4b43-94d4-e4f315adbd3c} <Debug> TCPHandler: Processed in 0.001848787 sec. | ||
| 5174 | 2025.04.17 00:25:06.462635 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5175 | 2025.04.17 00:25:06.462738 [ 275 ] {c4db084d-11aa-4d0d-954c-2ccd59cc9156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5176 | 2025.04.17 00:25:06.462802 [ 275 ] {c4db084d-11aa-4d0d-954c-2ccd59cc9156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5177 | 2025.04.17 00:25:06.463918 [ 275 ] {c4db084d-11aa-4d0d-954c-2ccd59cc9156} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5178 | 2025.04.17 00:25:06.463956 [ 275 ] {c4db084d-11aa-4d0d-954c-2ccd59cc9156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5179 | 2025.04.17 00:25:06.464583 [ 275 ] {c4db084d-11aa-4d0d-954c-2ccd59cc9156} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5180 | 2025.04.17 00:25:06.464826 [ 275 ] {c4db084d-11aa-4d0d-954c-2ccd59cc9156} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5181 | 2025.04.17 00:25:06.464994 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5182 | 2025.04.17 00:25:06.465063 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5183 | 2025.04.17 00:25:06.465097 [ 275 ] {c4db084d-11aa-4d0d-954c-2ccd59cc9156} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002364 sec., 16920.47377326565 rows/sec., 30.32 MiB/sec. | ||
| 5184 | 2025.04.17 00:25:06.465103 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5185 | 2025.04.17 00:25:06.465481 [ 275 ] {c4db084d-11aa-4d0d-954c-2ccd59cc9156} <Debug> TCPHandler: Processed in 0.002892102 sec. | ||
| 5186 | 2025.04.17 00:25:06.465499 [ 191 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::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 | ||
| 5187 | 2025.04.17 00:25:06.465650 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5188 | 2025.04.17 00:25:06.465899 [ 275 ] {c281d6c0-5941-4dd2-bdc8-e7ad36524a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5189 | 2025.04.17 00:25:06.466013 [ 275 ] {c281d6c0-5941-4dd2-bdc8-e7ad36524a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5190 | 2025.04.17 00:25:06.466294 [ 191 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5191 | 2025.04.17 00:25:06.466559 [ 191 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 562 rows starting from the beginning of the part | ||
| 5192 | 2025.04.17 00:25:06.467255 [ 191 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part | ||
| 5193 | 2025.04.17 00:25:06.467992 [ 275 ] {c281d6c0-5941-4dd2-bdc8-e7ad36524a95} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5194 | 2025.04.17 00:25:06.468019 [ 191 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part | ||
| 5195 | 2025.04.17 00:25:06.468069 [ 275 ] {c281d6c0-5941-4dd2-bdc8-e7ad36524a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5196 | 2025.04.17 00:25:06.468624 [ 191 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part | ||
| 5197 | 2025.04.17 00:25:06.469282 [ 191 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part | ||
| 5198 | 2025.04.17 00:25:06.469596 [ 275 ] {c281d6c0-5941-4dd2-bdc8-e7ad36524a95} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5199 | 2025.04.17 00:25:06.469900 [ 191 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
| 5200 | 2025.04.17 00:25:06.470622 [ 275 ] {c281d6c0-5941-4dd2-bdc8-e7ad36524a95} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5201 | 2025.04.17 00:25:06.471135 [ 275 ] {c281d6c0-5941-4dd2-bdc8-e7ad36524a95} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005339 sec., 11238.059561715678 rows/sec., 775.54 KiB/sec. | ||
| 5202 | 2025.04.17 00:25:06.471263 [ 275 ] {c281d6c0-5941-4dd2-bdc8-e7ad36524a95} <Debug> TCPHandler: Processed in 0.005677233 sec. | ||
| 5203 | 2025.04.17 00:25:06.490044 [ 192 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 19 columns (19 merged, 0 gathered) in 0.024782564 sec., 30747.423874301305 rows/sec., 55.10 MiB/sec. | ||
| 5204 | 2025.04.17 00:25:06.491166 [ 192 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5205 | 2025.04.17 00:25:06.491576 [ 192 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5206 | 2025.04.17 00:25:06.491651 [ 192 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5207 | 2025.04.17 00:25:06.491795 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 5208 | 2025.04.17 00:25:07.001142 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.57 MiB, peak 203.30 MiB, free memory in arenas 0.00 B, will set to 197.24 MiB (RSS), difference: 1.67 MiB | ||
| 5209 | 2025.04.17 00:25:08.315957 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 5210 | 2025.04.17 00:25:08.316696 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5211 | 2025.04.17 00:25:08.316739 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5212 | 2025.04.17 00:25:08.317282 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5213 | 2025.04.17 00:25:08.317546 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5214 | 2025.04.17 00:25:08.317707 [ 32 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5215 | 2025.04.17 00:25:08.317766 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 5216 | 2025.04.17 00:25:08.317776 [ 32 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5217 | 2025.04.17 00:25:08.317805 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5218 | 2025.04.17 00:25:08.317921 [ 200 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 5219 | 2025.04.17 00:25:08.318034 [ 200 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5220 | 2025.04.17 00:25:08.318073 [ 200 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 5221 | 2025.04.17 00:25:08.318179 [ 200 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 5222 | 2025.04.17 00:25:08.318320 [ 200 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 5223 | 2025.04.17 00:25:08.318622 [ 200 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 5224 | 2025.04.17 00:25:08.318936 [ 200 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 5225 | 2025.04.17 00:25:08.319071 [ 200 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 5226 | 2025.04.17 00:25:08.321296 [ 192 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003430296 sec., 4161156.9380601556 rows/sec., 59.53 MiB/sec. | ||
| 5227 | 2025.04.17 00:25:08.321581 [ 200 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5228 | 2025.04.17 00:25:08.321864 [ 200 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_31_6} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5229 | 2025.04.17 00:25:08.321943 [ 200 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_31_6} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5230 | 2025.04.17 00:25:08.322023 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 5231 | 2025.04.17 00:25:09.285369 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 5232 | 2025.04.17 00:25:09.305813 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5233 | 2025.04.17 00:25:09.305868 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5234 | 2025.04.17 00:25:09.313109 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5235 | 2025.04.17 00:25:09.313874 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5236 | 2025.04.17 00:25:09.314288 [ 30 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5237 | 2025.04.17 00:25:09.314431 [ 30 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5238 | 2025.04.17 00:25:09.314514 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5239 | 2025.04.17 00:25:09.314826 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 5240 | 2025.04.17 00:25:09.324049 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 5241 | 2025.04.17 00:25:09.325320 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5242 | 2025.04.17 00:25:09.326199 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 5243 | 2025.04.17 00:25:09.330494 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 5244 | 2025.04.17 00:25:09.334889 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 5245 | 2025.04.17 00:25:09.339619 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 5246 | 2025.04.17 00:25:09.344543 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
| 5247 | 2025.04.17 00:25:09.348992 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part | ||
| 5248 | 2025.04.17 00:25:09.407659 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.093002273 sec., 2516.067537403091 rows/sec., 13.01 MiB/sec. | ||
| 5249 | 2025.04.17 00:25:09.410385 [ 190 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5250 | 2025.04.17 00:25:09.413258 [ 190 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_31_6} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5251 | 2025.04.17 00:25:09.413392 [ 190 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_31_6} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5252 | 2025.04.17 00:25:09.415630 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 5253 | 2025.04.17 00:25:11.418706 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5254 | 2025.04.17 00:25:11.418969 [ 275 ] {59452793-a7bb-4d57-9aaa-db2f96a927a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5255 | 2025.04.17 00:25:11.419043 [ 275 ] {59452793-a7bb-4d57-9aaa-db2f96a927a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5256 | 2025.04.17 00:25:11.419890 [ 275 ] {59452793-a7bb-4d57-9aaa-db2f96a927a4} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5257 | 2025.04.17 00:25:11.419945 [ 275 ] {59452793-a7bb-4d57-9aaa-db2f96a927a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5258 | 2025.04.17 00:25:11.420404 [ 275 ] {59452793-a7bb-4d57-9aaa-db2f96a927a4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5259 | 2025.04.17 00:25:11.420656 [ 275 ] {59452793-a7bb-4d57-9aaa-db2f96a927a4} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5260 | 2025.04.17 00:25:11.420872 [ 27 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5261 | 2025.04.17 00:25:11.420883 [ 275 ] {59452793-a7bb-4d57-9aaa-db2f96a927a4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001962 sec., 28542.303771661565 rows/sec., 2.19 MiB/sec. | ||
| 5262 | 2025.04.17 00:25:11.420972 [ 27 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5263 | 2025.04.17 00:25:11.421052 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5264 | 2025.04.17 00:25:11.421064 [ 275 ] {59452793-a7bb-4d57-9aaa-db2f96a927a4} <Debug> TCPHandler: Processed in 0.002536044 sec. | ||
| 5265 | 2025.04.17 00:25:11.421273 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::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 | ||
| 5266 | 2025.04.17 00:25:11.421325 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5267 | 2025.04.17 00:25:11.421532 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5268 | 2025.04.17 00:25:11.421586 [ 275 ] {aa07795b-8e7f-4e51-a482-ebbd91f31e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5269 | 2025.04.17 00:25:11.421608 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1968 rows starting from the beginning of the part | ||
| 5270 | 2025.04.17 00:25:11.421695 [ 275 ] {aa07795b-8e7f-4e51-a482-ebbd91f31e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5271 | 2025.04.17 00:25:11.421929 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 57 rows starting from the beginning of the part | ||
| 5272 | 2025.04.17 00:25:11.422278 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 136 rows starting from the beginning of the part | ||
| 5273 | 2025.04.17 00:25:11.422596 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::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 | ||
| 5274 | 2025.04.17 00:25:11.422875 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1279 rows starting from the beginning of the part | ||
| 5275 | 2025.04.17 00:25:11.423205 [ 187 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
| 5276 | 2025.04.17 00:25:11.424657 [ 275 ] {aa07795b-8e7f-4e51-a482-ebbd91f31e19} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5277 | 2025.04.17 00:25:11.424743 [ 275 ] {aa07795b-8e7f-4e51-a482-ebbd91f31e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5278 | 2025.04.17 00:25:11.425835 [ 275 ] {aa07795b-8e7f-4e51-a482-ebbd91f31e19} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5279 | 2025.04.17 00:25:11.426181 [ 275 ] {aa07795b-8e7f-4e51-a482-ebbd91f31e19} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5280 | 2025.04.17 00:25:11.426384 [ 27 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5281 | 2025.04.17 00:25:11.426485 [ 27 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5282 | 2025.04.17 00:25:11.426536 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5283 | 2025.04.17 00:25:11.426560 [ 275 ] {aa07795b-8e7f-4e51-a482-ebbd91f31e19} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005013 sec., 12766.806303610612 rows/sec., 1020.39 KiB/sec. | ||
| 5284 | 2025.04.17 00:25:11.426973 [ 275 ] {aa07795b-8e7f-4e51-a482-ebbd91f31e19} <Debug> TCPHandler: Processed in 0.005727154 sec. | ||
| 5285 | 2025.04.17 00:25:11.427063 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 5286 | 2025.04.17 00:25:11.427729 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5287 | 2025.04.17 00:25:11.427719 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5288 | 2025.04.17 00:25:11.427877 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 950 rows starting from the beginning of the part | ||
| 5289 | 2025.04.17 00:25:11.428330 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3552 rows, containing 5 columns (5 merged, 0 gathered) in 0.00714783 sec., 496934.0345251636 rows/sec., 42.88 MiB/sec. | ||
| 5290 | 2025.04.17 00:25:11.428413 [ 275 ] {c3a002b7-dab1-448a-b870-87fa434de0b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5291 | 2025.04.17 00:25:11.428415 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 66 rows starting from the beginning of the part | ||
| 5292 | 2025.04.17 00:25:11.428619 [ 275 ] {c3a002b7-dab1-448a-b870-87fa434de0b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5293 | 2025.04.17 00:25:11.428871 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5294 | 2025.04.17 00:25:11.428906 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 104 rows starting from the beginning of the part | ||
| 5295 | 2025.04.17 00:25:11.429641 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 5296 | 2025.04.17 00:25:11.430184 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_41_8} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5297 | 2025.04.17 00:25:11.430222 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 566 rows starting from the beginning of the part | ||
| 5298 | 2025.04.17 00:25:11.430671 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_41_8} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5299 | 2025.04.17 00:25:11.430932 [ 186 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
| 5300 | 2025.04.17 00:25:11.431075 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 5301 | 2025.04.17 00:25:11.432132 [ 275 ] {c3a002b7-dab1-448a-b870-87fa434de0b9} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5302 | 2025.04.17 00:25:11.432196 [ 275 ] {c3a002b7-dab1-448a-b870-87fa434de0b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5303 | 2025.04.17 00:25:11.433246 [ 275 ] {c3a002b7-dab1-448a-b870-87fa434de0b9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5304 | 2025.04.17 00:25:11.433668 [ 275 ] {c3a002b7-dab1-448a-b870-87fa434de0b9} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5305 | 2025.04.17 00:25:11.434295 [ 275 ] {c3a002b7-dab1-448a-b870-87fa434de0b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006057 sec., 26415.717351824336 rows/sec., 1.84 MiB/sec. | ||
| 5306 | 2025.04.17 00:25:11.434788 [ 275 ] {c3a002b7-dab1-448a-b870-87fa434de0b9} <Debug> TCPHandler: Processed in 0.007237882 sec. | ||
| 5307 | 2025.04.17 00:25:11.434843 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1814 rows, containing 5 columns (5 merged, 0 gathered) in 0.008165866 sec., 222144.22818106491 rows/sec., 17.37 MiB/sec. | ||
| 5308 | 2025.04.17 00:25:11.435202 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5309 | 2025.04.17 00:25:11.435346 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5310 | 2025.04.17 00:25:11.435473 [ 275 ] {ed90981b-af2b-4a68-a0ad-282960ad62db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5311 | 2025.04.17 00:25:11.435659 [ 275 ] {ed90981b-af2b-4a68-a0ad-282960ad62db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5312 | 2025.04.17 00:25:11.436266 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_41_8} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5313 | 2025.04.17 00:25:11.436512 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_41_8} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5314 | 2025.04.17 00:25:11.436708 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5315 | 2025.04.17 00:25:11.436789 [ 275 ] {ed90981b-af2b-4a68-a0ad-282960ad62db} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5316 | 2025.04.17 00:25:11.436833 [ 275 ] {ed90981b-af2b-4a68-a0ad-282960ad62db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5317 | 2025.04.17 00:25:11.437197 [ 275 ] {ed90981b-af2b-4a68-a0ad-282960ad62db} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5318 | 2025.04.17 00:25:11.437451 [ 275 ] {ed90981b-af2b-4a68-a0ad-282960ad62db} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5319 | 2025.04.17 00:25:11.437655 [ 275 ] {ed90981b-af2b-4a68-a0ad-282960ad62db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002299 sec., 26098.303610265335 rows/sec., 1.76 MiB/sec. | ||
| 5320 | 2025.04.17 00:25:11.437709 [ 275 ] {ed90981b-af2b-4a68-a0ad-282960ad62db} <Debug> TCPHandler: Processed in 0.002628257 sec. | ||
| 5321 | 2025.04.17 00:25:15.694364 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5322 | 2025.04.17 00:25:15.694430 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5323 | 2025.04.17 00:25:15.817900 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 5324 | 2025.04.17 00:25:15.818708 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5325 | 2025.04.17 00:25:15.818757 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5326 | 2025.04.17 00:25:15.819340 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5327 | 2025.04.17 00:25:15.819599 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5328 | 2025.04.17 00:25:15.819798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 5329 | 2025.04.17 00:25:15.874270 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 698 | ||
| 5330 | 2025.04.17 00:25:15.877325 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5331 | 2025.04.17 00:25:15.877390 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5332 | 2025.04.17 00:25:15.879107 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5333 | 2025.04.17 00:25:15.879427 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5334 | 2025.04.17 00:25:15.880593 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 698 | ||
| 5335 | 2025.04.17 00:25:16.001429 [ 249 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000915853 sec. | ||
| 5336 | 2025.04.17 00:25:16.420536 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5337 | 2025.04.17 00:25:16.420839 [ 275 ] {4f676b4c-4496-4d18-8055-15503a837330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5338 | 2025.04.17 00:25:16.420954 [ 275 ] {4f676b4c-4496-4d18-8055-15503a837330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5339 | 2025.04.17 00:25:16.421970 [ 275 ] {4f676b4c-4496-4d18-8055-15503a837330} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5340 | 2025.04.17 00:25:16.422019 [ 275 ] {4f676b4c-4496-4d18-8055-15503a837330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5341 | 2025.04.17 00:25:16.422458 [ 275 ] {4f676b4c-4496-4d18-8055-15503a837330} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5342 | 2025.04.17 00:25:16.422710 [ 275 ] {4f676b4c-4496-4d18-8055-15503a837330} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5343 | 2025.04.17 00:25:16.422956 [ 275 ] {4f676b4c-4496-4d18-8055-15503a837330} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.00219 sec., 62100.45662100456 rows/sec., 5.36 MiB/sec. | ||
| 5344 | 2025.04.17 00:25:16.423051 [ 275 ] {4f676b4c-4496-4d18-8055-15503a837330} <Debug> TCPHandler: Processed in 0.002698548 sec. | ||
| 5345 | 2025.04.17 00:25:16.423279 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5346 | 2025.04.17 00:25:16.423417 [ 275 ] {2b3e4aac-a515-4391-b0bb-635f86b50807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5347 | 2025.04.17 00:25:16.423490 [ 275 ] {2b3e4aac-a515-4391-b0bb-635f86b50807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5348 | 2025.04.17 00:25:16.424078 [ 275 ] {2b3e4aac-a515-4391-b0bb-635f86b50807} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5349 | 2025.04.17 00:25:16.424118 [ 275 ] {2b3e4aac-a515-4391-b0bb-635f86b50807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5350 | 2025.04.17 00:25:16.424469 [ 275 ] {2b3e4aac-a515-4391-b0bb-635f86b50807} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5351 | 2025.04.17 00:25:16.424702 [ 275 ] {2b3e4aac-a515-4391-b0bb-635f86b50807} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5352 | 2025.04.17 00:25:16.424895 [ 275 ] {2b3e4aac-a515-4391-b0bb-635f86b50807} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.0015 sec., 26666.666666666668 rows/sec., 1.96 MiB/sec. | ||
| 5353 | 2025.04.17 00:25:16.424945 [ 275 ] {2b3e4aac-a515-4391-b0bb-635f86b50807} <Debug> TCPHandler: Processed in 0.001753984 sec. | ||
| 5354 | 2025.04.17 00:25:16.425086 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5355 | 2025.04.17 00:25:16.425256 [ 275 ] {d62e35f3-749d-487c-b8ad-795191521b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5356 | 2025.04.17 00:25:16.425310 [ 275 ] {d62e35f3-749d-487c-b8ad-795191521b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5357 | 2025.04.17 00:25:16.426016 [ 275 ] {d62e35f3-749d-487c-b8ad-795191521b43} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5358 | 2025.04.17 00:25:16.426064 [ 275 ] {d62e35f3-749d-487c-b8ad-795191521b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5359 | 2025.04.17 00:25:16.426433 [ 275 ] {d62e35f3-749d-487c-b8ad-795191521b43} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5360 | 2025.04.17 00:25:16.426681 [ 275 ] {d62e35f3-749d-487c-b8ad-795191521b43} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5361 | 2025.04.17 00:25:16.426878 [ 275 ] {d62e35f3-749d-487c-b8ad-795191521b43} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.00165 sec., 63030.30303030303 rows/sec., 4.92 MiB/sec. | ||
| 5362 | 2025.04.17 00:25:16.426928 [ 275 ] {d62e35f3-749d-487c-b8ad-795191521b43} <Debug> TCPHandler: Processed in 0.001903288 sec. | ||
| 5363 | 2025.04.17 00:25:16.427051 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5364 | 2025.04.17 00:25:16.427160 [ 275 ] {493eade5-d19e-4e65-90f5-1761bb39bacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5365 | 2025.04.17 00:25:16.427208 [ 275 ] {493eade5-d19e-4e65-90f5-1761bb39bacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5366 | 2025.04.17 00:25:16.427760 [ 275 ] {493eade5-d19e-4e65-90f5-1761bb39bacd} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5367 | 2025.04.17 00:25:16.427800 [ 275 ] {493eade5-d19e-4e65-90f5-1761bb39bacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5368 | 2025.04.17 00:25:16.428184 [ 275 ] {493eade5-d19e-4e65-90f5-1761bb39bacd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5369 | 2025.04.17 00:25:16.428415 [ 275 ] {493eade5-d19e-4e65-90f5-1761bb39bacd} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5370 | 2025.04.17 00:25:16.428636 [ 275 ] {493eade5-d19e-4e65-90f5-1761bb39bacd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001492 sec., 107238.60589812332 rows/sec., 7.47 MiB/sec. | ||
| 5371 | 2025.04.17 00:25:16.428708 [ 275 ] {493eade5-d19e-4e65-90f5-1761bb39bacd} <Debug> TCPHandler: Processed in 0.001706253 sec. | ||
| 5372 | 2025.04.17 00:25:16.428947 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5373 | 2025.04.17 00:25:16.429089 [ 275 ] {5c847efb-3d5e-42c2-b401-5c7a41d25eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5374 | 2025.04.17 00:25:16.429162 [ 275 ] {5c847efb-3d5e-42c2-b401-5c7a41d25eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5375 | 2025.04.17 00:25:16.430344 [ 275 ] {5c847efb-3d5e-42c2-b401-5c7a41d25eb3} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5376 | 2025.04.17 00:25:16.430384 [ 275 ] {5c847efb-3d5e-42c2-b401-5c7a41d25eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5377 | 2025.04.17 00:25:16.431032 [ 275 ] {5c847efb-3d5e-42c2-b401-5c7a41d25eb3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5378 | 2025.04.17 00:25:16.431279 [ 275 ] {5c847efb-3d5e-42c2-b401-5c7a41d25eb3} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5379 | 2025.04.17 00:25:16.431548 [ 275 ] {5c847efb-3d5e-42c2-b401-5c7a41d25eb3} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00249 sec., 16064.25702811245 rows/sec., 28.79 MiB/sec. | ||
| 5380 | 2025.04.17 00:25:16.432011 [ 275 ] {5c847efb-3d5e-42c2-b401-5c7a41d25eb3} <Debug> TCPHandler: Processed in 0.003149469 sec. | ||
| 5381 | 2025.04.17 00:25:16.432159 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5382 | 2025.04.17 00:25:16.432264 [ 275 ] {f0ca55b7-a6b7-4cd5-b283-6a4b243dec0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5383 | 2025.04.17 00:25:16.432310 [ 275 ] {f0ca55b7-a6b7-4cd5-b283-6a4b243dec0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5384 | 2025.04.17 00:25:16.432770 [ 275 ] {f0ca55b7-a6b7-4cd5-b283-6a4b243dec0f} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5385 | 2025.04.17 00:25:16.432812 [ 275 ] {f0ca55b7-a6b7-4cd5-b283-6a4b243dec0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5386 | 2025.04.17 00:25:16.433159 [ 275 ] {f0ca55b7-a6b7-4cd5-b283-6a4b243dec0f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5387 | 2025.04.17 00:25:16.433397 [ 275 ] {f0ca55b7-a6b7-4cd5-b283-6a4b243dec0f} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5388 | 2025.04.17 00:25:16.433603 [ 275 ] {f0ca55b7-a6b7-4cd5-b283-6a4b243dec0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. | ||
| 5389 | 2025.04.17 00:25:16.433651 [ 275 ] {f0ca55b7-a6b7-4cd5-b283-6a4b243dec0f} <Debug> TCPHandler: Processed in 0.001541269 sec. | ||
| 5390 | 2025.04.17 00:25:16.824208 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 5391 | 2025.04.17 00:25:16.842336 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5392 | 2025.04.17 00:25:16.842392 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5393 | 2025.04.17 00:25:16.849264 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5394 | 2025.04.17 00:25:16.849998 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5395 | 2025.04.17 00:25:16.852369 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 5396 | 2025.04.17 00:25:18.193557 [ 70 ] {} <Debug> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 5397 | 2025.04.17 00:25:18.193645 [ 70 ] {} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5398 | 2025.04.17 00:25:18.193678 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5399 | 2025.04.17 00:25:18.194081 [ 200 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 5400 | 2025.04.17 00:25:18.194319 [ 200 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5401 | 2025.04.17 00:25:18.194376 [ 200 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 366 rows starting from the beginning of the part | ||
| 5402 | 2025.04.17 00:25:18.194494 [ 200 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
| 5403 | 2025.04.17 00:25:18.194766 [ 200 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part | ||
| 5404 | 2025.04.17 00:25:18.194957 [ 200 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
| 5405 | 2025.04.17 00:25:18.195104 [ 200 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part | ||
| 5406 | 2025.04.17 00:25:18.196966 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 959 rows, containing 5 columns (5 merged, 0 gathered) in 0.003148109 sec., 304627.31754205463 rows/sec., 21.81 MiB/sec. | ||
| 5407 | 2025.04.17 00:25:18.197281 [ 198 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 5408 | 2025.04.17 00:25:18.197724 [ 198 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_14_3} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5409 | 2025.04.17 00:25:18.197869 [ 198 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_14_3} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 5410 | 2025.04.17 00:25:18.198016 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 5411 | 2025.04.17 00:25:21.422185 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5412 | 2025.04.17 00:25:21.422402 [ 275 ] {7124436a-1f51-49bd-a405-9209f245478a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5413 | 2025.04.17 00:25:21.422472 [ 275 ] {7124436a-1f51-49bd-a405-9209f245478a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5414 | 2025.04.17 00:25:21.423296 [ 275 ] {7124436a-1f51-49bd-a405-9209f245478a} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2025.04.17 00:25:21.423341 [ 275 ] {7124436a-1f51-49bd-a405-9209f245478a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5416 | 2025.04.17 00:25:21.423753 [ 275 ] {7124436a-1f51-49bd-a405-9209f245478a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5417 | 2025.04.17 00:25:21.423997 [ 275 ] {7124436a-1f51-49bd-a405-9209f245478a} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2025.04.17 00:25:21.424239 [ 275 ] {7124436a-1f51-49bd-a405-9209f245478a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001877 sec., 12786.361214704315 rows/sec., 1.06 MiB/sec. | ||
| 5419 | 2025.04.17 00:25:21.424522 [ 275 ] {7124436a-1f51-49bd-a405-9209f245478a} <Debug> TCPHandler: Processed in 0.002475422 sec. | ||
| 5420 | 2025.04.17 00:25:21.424692 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5421 | 2025.04.17 00:25:21.424795 [ 275 ] {947ba7a1-c764-412e-9cb9-9cd54ec981a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5422 | 2025.04.17 00:25:21.424840 [ 275 ] {947ba7a1-c764-412e-9cb9-9cd54ec981a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5423 | 2025.04.17 00:25:21.425406 [ 275 ] {947ba7a1-c764-412e-9cb9-9cd54ec981a6} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5424 | 2025.04.17 00:25:21.425444 [ 275 ] {947ba7a1-c764-412e-9cb9-9cd54ec981a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5425 | 2025.04.17 00:25:21.425767 [ 275 ] {947ba7a1-c764-412e-9cb9-9cd54ec981a6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5426 | 2025.04.17 00:25:21.425996 [ 275 ] {947ba7a1-c764-412e-9cb9-9cd54ec981a6} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5427 | 2025.04.17 00:25:21.426224 [ 275 ] {947ba7a1-c764-412e-9cb9-9cd54ec981a6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001446 sec., 1383.1258644536654 rows/sec., 112.78 KiB/sec. | ||
| 5428 | 2025.04.17 00:25:21.426357 [ 275 ] {947ba7a1-c764-412e-9cb9-9cd54ec981a6} <Debug> TCPHandler: Processed in 0.001722863 sec. | ||
| 5429 | 2025.04.17 00:25:21.426529 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5430 | 2025.04.17 00:25:21.426631 [ 275 ] {851fd8e8-0e50-4acb-ace1-2b0968183280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5431 | 2025.04.17 00:25:21.426675 [ 275 ] {851fd8e8-0e50-4acb-ace1-2b0968183280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5432 | 2025.04.17 00:25:21.427348 [ 275 ] {851fd8e8-0e50-4acb-ace1-2b0968183280} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5433 | 2025.04.17 00:25:21.427387 [ 275 ] {851fd8e8-0e50-4acb-ace1-2b0968183280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5434 | 2025.04.17 00:25:21.427736 [ 275 ] {851fd8e8-0e50-4acb-ace1-2b0968183280} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5435 | 2025.04.17 00:25:21.427973 [ 275 ] {851fd8e8-0e50-4acb-ace1-2b0968183280} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5436 | 2025.04.17 00:25:21.428174 [ 275 ] {851fd8e8-0e50-4acb-ace1-2b0968183280} <Debug> executeQuery: Read 177 rows, 15.94 KiB in 0.001566 sec., 113026.81992337166 rows/sec., 9.94 MiB/sec. | ||
| 5437 | 2025.04.17 00:25:21.428225 [ 275 ] {851fd8e8-0e50-4acb-ace1-2b0968183280} <Debug> TCPHandler: Processed in 0.001755305 sec. | ||
| 5438 | 2025.04.17 00:25:21.428356 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5439 | 2025.04.17 00:25:21.428458 [ 275 ] {ef4573f6-79e8-4475-a87a-396a485905e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5440 | 2025.04.17 00:25:21.428502 [ 275 ] {ef4573f6-79e8-4475-a87a-396a485905e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5441 | 2025.04.17 00:25:21.429015 [ 275 ] {ef4573f6-79e8-4475-a87a-396a485905e1} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5442 | 2025.04.17 00:25:21.429054 [ 275 ] {ef4573f6-79e8-4475-a87a-396a485905e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5443 | 2025.04.17 00:25:21.429394 [ 275 ] {ef4573f6-79e8-4475-a87a-396a485905e1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5444 | 2025.04.17 00:25:21.429623 [ 275 ] {ef4573f6-79e8-4475-a87a-396a485905e1} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5445 | 2025.04.17 00:25:21.429856 [ 275 ] {ef4573f6-79e8-4475-a87a-396a485905e1} <Debug> executeQuery: Read 14 rows, 1.10 KiB in 0.001403 sec., 9978.617248752673 rows/sec., 784.45 KiB/sec. | ||
| 5446 | 2025.04.17 00:25:21.430044 [ 275 ] {ef4573f6-79e8-4475-a87a-396a485905e1} <Debug> TCPHandler: Processed in 0.001735444 sec. | ||
| 5447 | 2025.04.17 00:25:21.430228 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5448 | 2025.04.17 00:25:21.430330 [ 275 ] {8e3edf45-7ec8-48b8-aae1-81c694487a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5449 | 2025.04.17 00:25:21.430374 [ 275 ] {8e3edf45-7ec8-48b8-aae1-81c694487a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5450 | 2025.04.17 00:25:21.430912 [ 275 ] {8e3edf45-7ec8-48b8-aae1-81c694487a97} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5451 | 2025.04.17 00:25:21.430951 [ 275 ] {8e3edf45-7ec8-48b8-aae1-81c694487a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5452 | 2025.04.17 00:25:21.431281 [ 275 ] {8e3edf45-7ec8-48b8-aae1-81c694487a97} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5453 | 2025.04.17 00:25:21.431513 [ 275 ] {8e3edf45-7ec8-48b8-aae1-81c694487a97} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5454 | 2025.04.17 00:25:21.431707 [ 275 ] {8e3edf45-7ec8-48b8-aae1-81c694487a97} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001399 sec., 17155.11079342387 rows/sec., 1.42 MiB/sec. | ||
| 5455 | 2025.04.17 00:25:21.431758 [ 275 ] {8e3edf45-7ec8-48b8-aae1-81c694487a97} <Debug> TCPHandler: Processed in 0.001591941 sec. | ||
| 5456 | 2025.04.17 00:25:21.431905 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5457 | 2025.04.17 00:25:21.432038 [ 275 ] {fab064c4-fbb1-4619-9981-434bd7c1652f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5458 | 2025.04.17 00:25:21.432090 [ 275 ] {fab064c4-fbb1-4619-9981-434bd7c1652f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5459 | 2025.04.17 00:25:21.432659 [ 275 ] {fab064c4-fbb1-4619-9981-434bd7c1652f} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5460 | 2025.04.17 00:25:21.432698 [ 275 ] {fab064c4-fbb1-4619-9981-434bd7c1652f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5461 | 2025.04.17 00:25:21.433036 [ 275 ] {fab064c4-fbb1-4619-9981-434bd7c1652f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5462 | 2025.04.17 00:25:21.433267 [ 275 ] {fab064c4-fbb1-4619-9981-434bd7c1652f} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5463 | 2025.04.17 00:25:21.433463 [ 275 ] {fab064c4-fbb1-4619-9981-434bd7c1652f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001454 sec., 8253.094910591471 rows/sec., 644.77 KiB/sec. | ||
| 5464 | 2025.04.17 00:25:21.433514 [ 275 ] {fab064c4-fbb1-4619-9981-434bd7c1652f} <Debug> TCPHandler: Processed in 0.001670342 sec. | ||
| 5465 | 2025.04.17 00:25:21.433626 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5466 | 2025.04.17 00:25:21.433734 [ 275 ] {5a6c5870-94e4-4d5f-86c0-cca42ffd8e3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5467 | 2025.04.17 00:25:21.433783 [ 275 ] {5a6c5870-94e4-4d5f-86c0-cca42ffd8e3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5468 | 2025.04.17 00:25:21.434340 [ 275 ] {5a6c5870-94e4-4d5f-86c0-cca42ffd8e3a} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5469 | 2025.04.17 00:25:21.434381 [ 275 ] {5a6c5870-94e4-4d5f-86c0-cca42ffd8e3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5470 | 2025.04.17 00:25:21.434754 [ 275 ] {5a6c5870-94e4-4d5f-86c0-cca42ffd8e3a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5471 | 2025.04.17 00:25:21.434991 [ 275 ] {5a6c5870-94e4-4d5f-86c0-cca42ffd8e3a} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5472 | 2025.04.17 00:25:21.435216 [ 275 ] {5a6c5870-94e4-4d5f-86c0-cca42ffd8e3a} <Debug> executeQuery: Read 102 rows, 8.54 KiB in 0.0015 sec., 68000 rows/sec., 5.56 MiB/sec. | ||
| 5473 | 2025.04.17 00:25:21.435316 [ 275 ] {5a6c5870-94e4-4d5f-86c0-cca42ffd8e3a} <Debug> TCPHandler: Processed in 0.001740274 sec. | ||
| 5474 | 2025.04.17 00:25:21.435542 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5475 | 2025.04.17 00:25:21.435666 [ 275 ] {b6f3dc7c-24f8-448f-9c6f-087a37021fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5476 | 2025.04.17 00:25:21.435717 [ 275 ] {b6f3dc7c-24f8-448f-9c6f-087a37021fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5477 | 2025.04.17 00:25:21.436295 [ 275 ] {b6f3dc7c-24f8-448f-9c6f-087a37021fec} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5478 | 2025.04.17 00:25:21.436353 [ 275 ] {b6f3dc7c-24f8-448f-9c6f-087a37021fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5479 | 2025.04.17 00:25:21.436814 [ 275 ] {b6f3dc7c-24f8-448f-9c6f-087a37021fec} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5480 | 2025.04.17 00:25:21.437052 [ 275 ] {b6f3dc7c-24f8-448f-9c6f-087a37021fec} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5481 | 2025.04.17 00:25:21.437226 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5482 | 2025.04.17 00:25:21.437262 [ 275 ] {b6f3dc7c-24f8-448f-9c6f-087a37021fec} <Debug> executeQuery: Read 233 rows, 17.46 KiB in 0.001619 sec., 143915.9975293391 rows/sec., 10.53 MiB/sec. | ||
| 5483 | 2025.04.17 00:25:21.437308 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5484 | 2025.04.17 00:25:21.437383 [ 275 ] {b6f3dc7c-24f8-448f-9c6f-087a37021fec} <Debug> TCPHandler: Processed in 0.001927928 sec. | ||
| 5485 | 2025.04.17 00:25:21.437385 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5486 | 2025.04.17 00:25:21.437565 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5487 | 2025.04.17 00:25:21.437579 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 5488 | 2025.04.17 00:25:21.437801 [ 275 ] {f25d4793-16ee-46a9-b6e3-34bbc6cd2e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5489 | 2025.04.17 00:25:21.437930 [ 275 ] {f25d4793-16ee-46a9-b6e3-34bbc6cd2e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5490 | 2025.04.17 00:25:21.437932 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5491 | 2025.04.17 00:25:21.438043 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11209 rows starting from the beginning of the part | ||
| 5492 | 2025.04.17 00:25:21.438274 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 5493 | 2025.04.17 00:25:21.438711 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 883 rows starting from the beginning of the part | ||
| 5494 | 2025.04.17 00:25:21.439073 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 5495 | 2025.04.17 00:25:21.439351 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 5496 | 2025.04.17 00:25:21.439710 [ 200 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 233 rows starting from the beginning of the part | ||
| 5497 | 2025.04.17 00:25:21.440246 [ 275 ] {f25d4793-16ee-46a9-b6e3-34bbc6cd2e84} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5498 | 2025.04.17 00:25:21.440292 [ 275 ] {f25d4793-16ee-46a9-b6e3-34bbc6cd2e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5499 | 2025.04.17 00:25:21.440744 [ 275 ] {f25d4793-16ee-46a9-b6e3-34bbc6cd2e84} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5500 | 2025.04.17 00:25:21.441008 [ 275 ] {f25d4793-16ee-46a9-b6e3-34bbc6cd2e84} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5501 | 2025.04.17 00:25:21.441308 [ 275 ] {f25d4793-16ee-46a9-b6e3-34bbc6cd2e84} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003585 sec., 16736.401673640168 rows/sec., 1.13 MiB/sec. | ||
| 5502 | 2025.04.17 00:25:21.441392 [ 275 ] {f25d4793-16ee-46a9-b6e3-34bbc6cd2e84} <Debug> TCPHandler: Processed in 0.003906308 sec. | ||
| 5503 | 2025.04.17 00:25:21.443645 [ 198 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12805 rows, containing 5 columns (5 merged, 0 gathered) in 0.006126125 sec., 2090228.3254096187 rows/sec., 143.45 MiB/sec. | ||
| 5504 | 2025.04.17 00:25:21.444073 [ 193 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5505 | 2025.04.17 00:25:21.444439 [ 193 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5506 | 2025.04.17 00:25:21.444531 [ 193 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5507 | 2025.04.17 00:25:21.444636 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. | ||
| 5508 | 2025.04.17 00:25:23.319964 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 5509 | 2025.04.17 00:25:23.320638 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5510 | 2025.04.17 00:25:23.320690 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5511 | 2025.04.17 00:25:23.321223 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5512 | 2025.04.17 00:25:23.321487 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5513 | 2025.04.17 00:25:23.321763 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 5514 | 2025.04.17 00:25:24.353395 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 5515 | 2025.04.17 00:25:24.374189 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5516 | 2025.04.17 00:25:24.374259 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 5517 | 2025.04.17 00:25:24.382150 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5518 | 2025.04.17 00:25:24.382926 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5519 | 2025.04.17 00:25:24.387183 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 5520 | 2025.04.17 00:25:25.881585 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 728 | ||
| 5521 | 2025.04.17 00:25:25.884602 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2025.04.17 00:25:25.884663 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5523 | 2025.04.17 00:25:25.886131 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5524 | 2025.04.17 00:25:25.886444 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2025.04.17 00:25:25.888195 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728 | ||
| 5526 | 2025.04.17 00:25:26.420117 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5527 | 2025.04.17 00:25:26.420399 [ 275 ] {954d0774-b61e-4304-a96f-62c576e74c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5528 | 2025.04.17 00:25:26.420471 [ 275 ] {954d0774-b61e-4304-a96f-62c576e74c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5529 | 2025.04.17 00:25:26.421451 [ 275 ] {954d0774-b61e-4304-a96f-62c576e74c2f} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5530 | 2025.04.17 00:25:26.421504 [ 275 ] {954d0774-b61e-4304-a96f-62c576e74c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5531 | 2025.04.17 00:25:26.421944 [ 275 ] {954d0774-b61e-4304-a96f-62c576e74c2f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5532 | 2025.04.17 00:25:26.422190 [ 275 ] {954d0774-b61e-4304-a96f-62c576e74c2f} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5533 | 2025.04.17 00:25:26.422427 [ 275 ] {954d0774-b61e-4304-a96f-62c576e74c2f} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002091 sec., 65040.650406504064 rows/sec., 5.62 MiB/sec. | ||
| 5534 | 2025.04.17 00:25:26.422493 [ 275 ] {954d0774-b61e-4304-a96f-62c576e74c2f} <Debug> TCPHandler: Processed in 0.002563435 sec. | ||
| 5535 | 2025.04.17 00:25:26.422659 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5536 | 2025.04.17 00:25:26.422771 [ 275 ] {a6300e7e-ba46-4278-8f42-459c96f375c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5537 | 2025.04.17 00:25:26.422815 [ 275 ] {a6300e7e-ba46-4278-8f42-459c96f375c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5538 | 2025.04.17 00:25:26.423387 [ 275 ] {a6300e7e-ba46-4278-8f42-459c96f375c6} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5539 | 2025.04.17 00:25:26.423426 [ 275 ] {a6300e7e-ba46-4278-8f42-459c96f375c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5540 | 2025.04.17 00:25:26.423765 [ 275 ] {a6300e7e-ba46-4278-8f42-459c96f375c6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5541 | 2025.04.17 00:25:26.424010 [ 275 ] {a6300e7e-ba46-4278-8f42-459c96f375c6} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5542 | 2025.04.17 00:25:26.424211 [ 275 ] {a6300e7e-ba46-4278-8f42-459c96f375c6} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001462 sec., 27359.781121751028 rows/sec., 2.01 MiB/sec. | ||
| 5543 | 2025.04.17 00:25:26.424261 [ 275 ] {a6300e7e-ba46-4278-8f42-459c96f375c6} <Debug> TCPHandler: Processed in 0.001668922 sec. | ||
| 5544 | 2025.04.17 00:25:26.424384 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5545 | 2025.04.17 00:25:26.424498 [ 275 ] {c305e680-127b-46c3-be41-0f7453bd2dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5546 | 2025.04.17 00:25:26.424541 [ 275 ] {c305e680-127b-46c3-be41-0f7453bd2dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5547 | 2025.04.17 00:25:26.425125 [ 275 ] {c305e680-127b-46c3-be41-0f7453bd2dca} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5548 | 2025.04.17 00:25:26.425163 [ 275 ] {c305e680-127b-46c3-be41-0f7453bd2dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5549 | 2025.04.17 00:25:26.425503 [ 275 ] {c305e680-127b-46c3-be41-0f7453bd2dca} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5550 | 2025.04.17 00:25:26.425733 [ 275 ] {c305e680-127b-46c3-be41-0f7453bd2dca} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5551 | 2025.04.17 00:25:26.425938 [ 275 ] {c305e680-127b-46c3-be41-0f7453bd2dca} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001461 sec., 71184.12046543464 rows/sec., 5.56 MiB/sec. | ||
| 5552 | 2025.04.17 00:25:26.425987 [ 275 ] {c305e680-127b-46c3-be41-0f7453bd2dca} <Debug> TCPHandler: Processed in 0.001650971 sec. | ||
| 5553 | 2025.04.17 00:25:26.426122 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5554 | 2025.04.17 00:25:26.426224 [ 275 ] {05cc9803-fde9-477c-aaec-2e911ff35733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5555 | 2025.04.17 00:25:26.426271 [ 275 ] {05cc9803-fde9-477c-aaec-2e911ff35733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5556 | 2025.04.17 00:25:26.426844 [ 275 ] {05cc9803-fde9-477c-aaec-2e911ff35733} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5557 | 2025.04.17 00:25:26.426887 [ 275 ] {05cc9803-fde9-477c-aaec-2e911ff35733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5558 | 2025.04.17 00:25:26.427273 [ 275 ] {05cc9803-fde9-477c-aaec-2e911ff35733} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5559 | 2025.04.17 00:25:26.427511 [ 275 ] {05cc9803-fde9-477c-aaec-2e911ff35733} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5560 | 2025.04.17 00:25:26.427748 [ 275 ] {05cc9803-fde9-477c-aaec-2e911ff35733} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec. | ||
| 5561 | 2025.04.17 00:25:26.427818 [ 275 ] {05cc9803-fde9-477c-aaec-2e911ff35733} <Debug> TCPHandler: Processed in 0.001744584 sec. | ||
| 5562 | 2025.04.17 00:25:26.428069 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5563 | 2025.04.17 00:25:26.428179 [ 275 ] {3bfbbbf7-3cb4-4354-b540-aed1050328c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5564 | 2025.04.17 00:25:26.428253 [ 275 ] {3bfbbbf7-3cb4-4354-b540-aed1050328c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5565 | 2025.04.17 00:25:26.429448 [ 275 ] {3bfbbbf7-3cb4-4354-b540-aed1050328c7} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5566 | 2025.04.17 00:25:26.429486 [ 275 ] {3bfbbbf7-3cb4-4354-b540-aed1050328c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5567 | 2025.04.17 00:25:26.430124 [ 275 ] {3bfbbbf7-3cb4-4354-b540-aed1050328c7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5568 | 2025.04.17 00:25:26.430373 [ 275 ] {3bfbbbf7-3cb4-4354-b540-aed1050328c7} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5569 | 2025.04.17 00:25:26.430612 [ 275 ] {3bfbbbf7-3cb4-4354-b540-aed1050328c7} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002453 sec., 16306.563391765187 rows/sec., 29.22 MiB/sec. | ||
| 5570 | 2025.04.17 00:25:26.430876 [ 275 ] {3bfbbbf7-3cb4-4354-b540-aed1050328c7} <Debug> TCPHandler: Processed in 0.002888103 sec. | ||
| 5571 | 2025.04.17 00:25:26.431025 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5572 | 2025.04.17 00:25:26.431128 [ 275 ] {39ab9f50-0840-4d5a-8632-312ae1764c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5573 | 2025.04.17 00:25:26.431173 [ 275 ] {39ab9f50-0840-4d5a-8632-312ae1764c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5574 | 2025.04.17 00:25:26.431597 [ 275 ] {39ab9f50-0840-4d5a-8632-312ae1764c5d} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5575 | 2025.04.17 00:25:26.431634 [ 275 ] {39ab9f50-0840-4d5a-8632-312ae1764c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5576 | 2025.04.17 00:25:26.431979 [ 275 ] {39ab9f50-0840-4d5a-8632-312ae1764c5d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5577 | 2025.04.17 00:25:26.432207 [ 275 ] {39ab9f50-0840-4d5a-8632-312ae1764c5d} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5578 | 2025.04.17 00:25:26.432375 [ 169 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5579 | 2025.04.17 00:25:26.432427 [ 275 ] {39ab9f50-0840-4d5a-8632-312ae1764c5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001315 sec., 45627.37642585552 rows/sec., 3.07 MiB/sec. | ||
| 5580 | 2025.04.17 00:25:26.432458 [ 169 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5581 | 2025.04.17 00:25:26.432538 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5582 | 2025.04.17 00:25:26.432538 [ 275 ] {39ab9f50-0840-4d5a-8632-312ae1764c5d} <Debug> TCPHandler: Processed in 0.00157339 sec. | ||
| 5583 | 2025.04.17 00:25:26.432733 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 5584 | 2025.04.17 00:25:26.432868 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5585 | 2025.04.17 00:25:26.432908 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2042 rows starting from the beginning of the part | ||
| 5586 | 2025.04.17 00:25:26.432983 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 5587 | 2025.04.17 00:25:26.433145 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 5588 | 2025.04.17 00:25:26.433441 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 5589 | 2025.04.17 00:25:26.433621 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 5590 | 2025.04.17 00:25:26.433738 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5591 | 2025.04.17 00:25:26.435062 [ 193 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2342 rows, containing 4 columns (4 merged, 0 gathered) in 0.00238051 sec., 983822.7942751762 rows/sec., 66.23 MiB/sec. | ||
| 5592 | 2025.04.17 00:25:26.435347 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5593 | 2025.04.17 00:25:26.435683 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_41_8} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5594 | 2025.04.17 00:25:26.435773 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_41_8} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5595 | 2025.04.17 00:25:26.435875 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5596 | 2025.04.17 00:25:30.694506 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5597 | 2025.04.17 00:25:30.694576 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5598 | 2025.04.17 00:25:30.821876 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 5599 | 2025.04.17 00:25:30.822668 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5600 | 2025.04.17 00:25:30.822726 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5601 | 2025.04.17 00:25:30.823353 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5602 | 2025.04.17 00:25:30.823618 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5603 | 2025.04.17 00:25:30.823909 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 5604 | 2025.04.17 00:25:31.418908 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5605 | 2025.04.17 00:25:31.419116 [ 275 ] {3ba77db5-7e4e-4c90-8d4a-36caa361147f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5606 | 2025.04.17 00:25:31.419200 [ 275 ] {3ba77db5-7e4e-4c90-8d4a-36caa361147f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5607 | 2025.04.17 00:25:31.420074 [ 275 ] {3ba77db5-7e4e-4c90-8d4a-36caa361147f} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5608 | 2025.04.17 00:25:31.420120 [ 275 ] {3ba77db5-7e4e-4c90-8d4a-36caa361147f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5609 | 2025.04.17 00:25:31.420541 [ 275 ] {3ba77db5-7e4e-4c90-8d4a-36caa361147f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5610 | 2025.04.17 00:25:31.420795 [ 275 ] {3ba77db5-7e4e-4c90-8d4a-36caa361147f} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5611 | 2025.04.17 00:25:31.421034 [ 275 ] {3ba77db5-7e4e-4c90-8d4a-36caa361147f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001978 sec., 28311.425682507583 rows/sec., 2.17 MiB/sec. | ||
| 5612 | 2025.04.17 00:25:31.421100 [ 275 ] {3ba77db5-7e4e-4c90-8d4a-36caa361147f} <Debug> TCPHandler: Processed in 0.002330228 sec. | ||
| 5613 | 2025.04.17 00:25:31.421247 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5614 | 2025.04.17 00:25:31.421355 [ 275 ] {e06b7fdb-d40e-4e59-843d-aff30b3a13e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5615 | 2025.04.17 00:25:31.421403 [ 275 ] {e06b7fdb-d40e-4e59-843d-aff30b3a13e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5616 | 2025.04.17 00:25:31.421955 [ 275 ] {e06b7fdb-d40e-4e59-843d-aff30b3a13e1} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5617 | 2025.04.17 00:25:31.421994 [ 275 ] {e06b7fdb-d40e-4e59-843d-aff30b3a13e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5618 | 2025.04.17 00:25:31.422344 [ 275 ] {e06b7fdb-d40e-4e59-843d-aff30b3a13e1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5619 | 2025.04.17 00:25:31.422591 [ 275 ] {e06b7fdb-d40e-4e59-843d-aff30b3a13e1} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2025.04.17 00:25:31.422818 [ 275 ] {e06b7fdb-d40e-4e59-843d-aff30b3a13e1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001489 sec., 42981.86702484889 rows/sec., 3.35 MiB/sec. | ||
| 5621 | 2025.04.17 00:25:31.422869 [ 275 ] {e06b7fdb-d40e-4e59-843d-aff30b3a13e1} <Debug> TCPHandler: Processed in 0.001678102 sec. | ||
| 5622 | 2025.04.17 00:25:31.422988 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5623 | 2025.04.17 00:25:31.423091 [ 275 ] {b58f65bc-1d24-4d9b-b70a-1e58e6e3ad44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5624 | 2025.04.17 00:25:31.423139 [ 275 ] {b58f65bc-1d24-4d9b-b70a-1e58e6e3ad44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5625 | 2025.04.17 00:25:31.423906 [ 275 ] {b58f65bc-1d24-4d9b-b70a-1e58e6e3ad44} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5626 | 2025.04.17 00:25:31.423944 [ 275 ] {b58f65bc-1d24-4d9b-b70a-1e58e6e3ad44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5627 | 2025.04.17 00:25:31.424319 [ 275 ] {b58f65bc-1d24-4d9b-b70a-1e58e6e3ad44} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5628 | 2025.04.17 00:25:31.424550 [ 275 ] {b58f65bc-1d24-4d9b-b70a-1e58e6e3ad44} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5629 | 2025.04.17 00:25:31.424800 [ 275 ] {b58f65bc-1d24-4d9b-b70a-1e58e6e3ad44} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001722 sec., 92915.21486643438 rows/sec., 6.47 MiB/sec. | ||
| 5630 | 2025.04.17 00:25:31.424933 [ 275 ] {b58f65bc-1d24-4d9b-b70a-1e58e6e3ad44} <Debug> TCPHandler: Processed in 0.00198936 sec. | ||
| 5631 | 2025.04.17 00:25:31.425168 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5632 | 2025.04.17 00:25:31.425280 [ 275 ] {54431405-9968-4291-901e-5fe70fa12ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5633 | 2025.04.17 00:25:31.425328 [ 275 ] {54431405-9968-4291-901e-5fe70fa12ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5634 | 2025.04.17 00:25:31.425778 [ 275 ] {54431405-9968-4291-901e-5fe70fa12ece} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5635 | 2025.04.17 00:25:31.425816 [ 275 ] {54431405-9968-4291-901e-5fe70fa12ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5636 | 2025.04.17 00:25:31.426179 [ 275 ] {54431405-9968-4291-901e-5fe70fa12ece} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5637 | 2025.04.17 00:25:31.426414 [ 275 ] {54431405-9968-4291-901e-5fe70fa12ece} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5638 | 2025.04.17 00:25:31.426614 [ 275 ] {54431405-9968-4291-901e-5fe70fa12ece} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
| 5639 | 2025.04.17 00:25:31.426664 [ 275 ] {54431405-9968-4291-901e-5fe70fa12ece} <Debug> TCPHandler: Processed in 0.00158372 sec. | ||
| 5640 | 2025.04.17 00:25:31.887390 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 5641 | 2025.04.17 00:25:31.907989 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5642 | 2025.04.17 00:25:31.908048 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5643 | 2025.04.17 00:25:31.915540 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5644 | 2025.04.17 00:25:31.916321 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5645 | 2025.04.17 00:25:31.919728 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 5646 | 2025.04.17 00:25:35.888695 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 748 | ||
| 5647 | 2025.04.17 00:25:35.891499 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5648 | 2025.04.17 00:25:35.891554 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5649 | 2025.04.17 00:25:35.893001 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5650 | 2025.04.17 00:25:35.893328 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5651 | 2025.04.17 00:25:35.894526 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 748 | ||
| 5652 | 2025.04.17 00:25:36.447895 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5653 | 2025.04.17 00:25:36.448153 [ 275 ] {7d707b93-789a-4d99-83ed-ec3d7e3e98b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5654 | 2025.04.17 00:25:36.448271 [ 275 ] {7d707b93-789a-4d99-83ed-ec3d7e3e98b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5655 | 2025.04.17 00:25:36.449322 [ 275 ] {7d707b93-789a-4d99-83ed-ec3d7e3e98b4} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5656 | 2025.04.17 00:25:36.449374 [ 275 ] {7d707b93-789a-4d99-83ed-ec3d7e3e98b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5657 | 2025.04.17 00:25:36.449792 [ 275 ] {7d707b93-789a-4d99-83ed-ec3d7e3e98b4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5658 | 2025.04.17 00:25:36.450049 [ 275 ] {7d707b93-789a-4d99-83ed-ec3d7e3e98b4} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5659 | 2025.04.17 00:25:36.450305 [ 275 ] {7d707b93-789a-4d99-83ed-ec3d7e3e98b4} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002229 sec., 3589.053387169134 rows/sec., 292.66 KiB/sec. | ||
| 5660 | 2025.04.17 00:25:36.450487 [ 275 ] {7d707b93-789a-4d99-83ed-ec3d7e3e98b4} <Debug> TCPHandler: Processed in 0.002726379 sec. | ||
| 5661 | 2025.04.17 00:25:36.450654 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5662 | 2025.04.17 00:25:36.450766 [ 275 ] {e8120aac-187b-4c42-8186-f38b64b19540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5663 | 2025.04.17 00:25:36.450814 [ 275 ] {e8120aac-187b-4c42-8186-f38b64b19540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5664 | 2025.04.17 00:25:36.452023 [ 275 ] {e8120aac-187b-4c42-8186-f38b64b19540} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5665 | 2025.04.17 00:25:36.452064 [ 275 ] {e8120aac-187b-4c42-8186-f38b64b19540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5666 | 2025.04.17 00:25:36.452494 [ 275 ] {e8120aac-187b-4c42-8186-f38b64b19540} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5667 | 2025.04.17 00:25:36.452728 [ 275 ] {e8120aac-187b-4c42-8186-f38b64b19540} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5668 | 2025.04.17 00:25:36.452956 [ 34 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5669 | 2025.04.17 00:25:36.452989 [ 275 ] {e8120aac-187b-4c42-8186-f38b64b19540} <Debug> executeQuery: Read 1280 rows, 108.88 KiB in 0.002248 sec., 569395.0177935943 rows/sec., 47.30 MiB/sec. | ||
| 5670 | 2025.04.17 00:25:36.453046 [ 34 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5671 | 2025.04.17 00:25:36.453127 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5672 | 2025.04.17 00:25:36.453132 [ 275 ] {e8120aac-187b-4c42-8186-f38b64b19540} <Debug> TCPHandler: Processed in 0.002526073 sec. | ||
| 5673 | 2025.04.17 00:25:36.453456 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5674 | 2025.04.17 00:25:36.453656 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::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 | ||
| 5675 | 2025.04.17 00:25:36.453870 [ 275 ] {bdef2796-c291-4939-aa66-1afc20704467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5676 | 2025.04.17 00:25:36.454096 [ 275 ] {bdef2796-c291-4939-aa66-1afc20704467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5677 | 2025.04.17 00:25:36.454410 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5678 | 2025.04.17 00:25:36.454555 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1968 rows starting from the beginning of the part | ||
| 5679 | 2025.04.17 00:25:36.455038 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 136 rows starting from the beginning of the part | ||
| 5680 | 2025.04.17 00:25:36.455433 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 177 rows starting from the beginning of the part | ||
| 5681 | 2025.04.17 00:25:36.455791 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 136 rows starting from the beginning of the part | ||
| 5682 | 2025.04.17 00:25:36.456129 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part | ||
| 5683 | 2025.04.17 00:25:36.456422 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1280 rows starting from the beginning of the part | ||
| 5684 | 2025.04.17 00:25:36.457293 [ 275 ] {bdef2796-c291-4939-aa66-1afc20704467} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5685 | 2025.04.17 00:25:36.457364 [ 275 ] {bdef2796-c291-4939-aa66-1afc20704467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5686 | 2025.04.17 00:25:36.458260 [ 275 ] {bdef2796-c291-4939-aa66-1afc20704467} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5687 | 2025.04.17 00:25:36.458766 [ 275 ] {bdef2796-c291-4939-aa66-1afc20704467} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5688 | 2025.04.17 00:25:36.459183 [ 275 ] {bdef2796-c291-4939-aa66-1afc20704467} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.00548 sec., 8759.12408759124 rows/sec., 650.80 KiB/sec. | ||
| 5689 | 2025.04.17 00:25:36.459442 [ 275 ] {bdef2796-c291-4939-aa66-1afc20704467} <Debug> TCPHandler: Processed in 0.006122154 sec. | ||
| 5690 | 2025.04.17 00:25:36.459830 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5691 | 2025.04.17 00:25:36.460069 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3753 rows, containing 5 columns (5 merged, 0 gathered) in 0.00676901 sec., 554438.5368022798 rows/sec., 48.16 MiB/sec. | ||
| 5692 | 2025.04.17 00:25:36.460077 [ 275 ] {05302d70-08c8-4728-aec6-b6408b48147d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5693 | 2025.04.17 00:25:36.460166 [ 275 ] {05302d70-08c8-4728-aec6-b6408b48147d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5694 | 2025.04.17 00:25:36.460379 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5695 | 2025.04.17 00:25:36.460980 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_46_9} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5696 | 2025.04.17 00:25:36.461196 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_46_9} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5697 | 2025.04.17 00:25:36.461382 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 5698 | 2025.04.17 00:25:36.461473 [ 275 ] {05302d70-08c8-4728-aec6-b6408b48147d} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5699 | 2025.04.17 00:25:36.461516 [ 275 ] {05302d70-08c8-4728-aec6-b6408b48147d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5700 | 2025.04.17 00:25:36.461870 [ 275 ] {05302d70-08c8-4728-aec6-b6408b48147d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5701 | 2025.04.17 00:25:36.462118 [ 275 ] {05302d70-08c8-4728-aec6-b6408b48147d} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5702 | 2025.04.17 00:25:36.462335 [ 275 ] {05302d70-08c8-4728-aec6-b6408b48147d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002317 sec., 98403.10746655158 rows/sec., 6.66 MiB/sec. | ||
| 5703 | 2025.04.17 00:25:36.462462 [ 275 ] {05302d70-08c8-4728-aec6-b6408b48147d} <Debug> TCPHandler: Processed in 0.002736439 sec. | ||
| 5704 | 2025.04.17 00:25:36.462570 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5705 | 2025.04.17 00:25:36.462668 [ 275 ] {76b39924-7c66-4598-88ab-14e052236d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5706 | 2025.04.17 00:25:36.462711 [ 275 ] {76b39924-7c66-4598-88ab-14e052236d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5707 | 2025.04.17 00:25:36.463446 [ 275 ] {76b39924-7c66-4598-88ab-14e052236d11} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5708 | 2025.04.17 00:25:36.463484 [ 275 ] {76b39924-7c66-4598-88ab-14e052236d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5709 | 2025.04.17 00:25:36.463847 [ 275 ] {76b39924-7c66-4598-88ab-14e052236d11} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5710 | 2025.04.17 00:25:36.464084 [ 275 ] {76b39924-7c66-4598-88ab-14e052236d11} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5711 | 2025.04.17 00:25:36.464246 [ 34 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5712 | 2025.04.17 00:25:36.464303 [ 275 ] {76b39924-7c66-4598-88ab-14e052236d11} <Debug> executeQuery: Read 568 rows, 43.26 KiB in 0.00165 sec., 344242.42424242425 rows/sec., 25.60 MiB/sec. | ||
| 5713 | 2025.04.17 00:25:36.464311 [ 34 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5714 | 2025.04.17 00:25:36.464385 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5715 | 2025.04.17 00:25:36.464418 [ 275 ] {76b39924-7c66-4598-88ab-14e052236d11} <Debug> TCPHandler: Processed in 0.001894588 sec. | ||
| 5716 | 2025.04.17 00:25:36.464642 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5717 | 2025.04.17 00:25:36.464643 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 5718 | 2025.04.17 00:25:36.464820 [ 275 ] {5782863e-4f9e-4bd2-8cd2-57acc4712224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5719 | 2025.04.17 00:25:36.464945 [ 275 ] {5782863e-4f9e-4bd2-8cd2-57acc4712224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5720 | 2025.04.17 00:25:36.464961 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5721 | 2025.04.17 00:25:36.465059 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 950 rows starting from the beginning of the part | ||
| 5722 | 2025.04.17 00:25:36.465339 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 104 rows starting from the beginning of the part | ||
| 5723 | 2025.04.17 00:25:36.465631 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 102 rows starting from the beginning of the part | ||
| 5724 | 2025.04.17 00:25:36.465956 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 104 rows starting from the beginning of the part | ||
| 5725 | 2025.04.17 00:25:36.466292 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part | ||
| 5726 | 2025.04.17 00:25:36.466609 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 568 rows starting from the beginning of the part | ||
| 5727 | 2025.04.17 00:25:36.467705 [ 275 ] {5782863e-4f9e-4bd2-8cd2-57acc4712224} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5728 | 2025.04.17 00:25:36.467760 [ 275 ] {5782863e-4f9e-4bd2-8cd2-57acc4712224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5729 | 2025.04.17 00:25:36.468893 [ 275 ] {5782863e-4f9e-4bd2-8cd2-57acc4712224} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5730 | 2025.04.17 00:25:36.469251 [ 275 ] {5782863e-4f9e-4bd2-8cd2-57acc4712224} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5731 | 2025.04.17 00:25:36.469700 [ 275 ] {5782863e-4f9e-4bd2-8cd2-57acc4712224} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.004924 sec., 179528.83834281072 rows/sec., 12.08 MiB/sec. | ||
| 5732 | 2025.04.17 00:25:36.469935 [ 275 ] {5782863e-4f9e-4bd2-8cd2-57acc4712224} <Debug> TCPHandler: Processed in 0.005368445 sec. | ||
| 5733 | 2025.04.17 00:25:36.469950 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1892 rows, containing 5 columns (5 merged, 0 gathered) in 0.005447657 sec., 347305.27270714735 rows/sec., 27.28 MiB/sec. | ||
| 5734 | 2025.04.17 00:25:36.470087 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5735 | 2025.04.17 00:25:36.470195 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5736 | 2025.04.17 00:25:36.470251 [ 275 ] {87045578-f635-4e38-8074-0a9435d215ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5737 | 2025.04.17 00:25:36.470394 [ 275 ] {87045578-f635-4e38-8074-0a9435d215ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5738 | 2025.04.17 00:25:36.470841 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_46_9} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5739 | 2025.04.17 00:25:36.471111 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_46_9} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5740 | 2025.04.17 00:25:36.471338 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5741 | 2025.04.17 00:25:36.472223 [ 275 ] {87045578-f635-4e38-8074-0a9435d215ed} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5742 | 2025.04.17 00:25:36.472266 [ 275 ] {87045578-f635-4e38-8074-0a9435d215ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5743 | 2025.04.17 00:25:36.472932 [ 275 ] {87045578-f635-4e38-8074-0a9435d215ed} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5744 | 2025.04.17 00:25:36.473180 [ 275 ] {87045578-f635-4e38-8074-0a9435d215ed} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5745 | 2025.04.17 00:25:36.473415 [ 275 ] {87045578-f635-4e38-8074-0a9435d215ed} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003219 sec., 12426.219322771047 rows/sec., 22.27 MiB/sec. | ||
| 5746 | 2025.04.17 00:25:36.473519 [ 275 ] {87045578-f635-4e38-8074-0a9435d215ed} <Debug> TCPHandler: Processed in 0.003497928 sec. | ||
| 5747 | 2025.04.17 00:25:36.473632 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5748 | 2025.04.17 00:25:36.473734 [ 275 ] {ef1c9d9a-8dc2-4360-8fc6-9b7a55909f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5749 | 2025.04.17 00:25:36.473779 [ 275 ] {ef1c9d9a-8dc2-4360-8fc6-9b7a55909f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5750 | 2025.04.17 00:25:36.474181 [ 275 ] {ef1c9d9a-8dc2-4360-8fc6-9b7a55909f86} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5751 | 2025.04.17 00:25:36.474218 [ 275 ] {ef1c9d9a-8dc2-4360-8fc6-9b7a55909f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5752 | 2025.04.17 00:25:36.474564 [ 275 ] {ef1c9d9a-8dc2-4360-8fc6-9b7a55909f86} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5753 | 2025.04.17 00:25:36.474797 [ 275 ] {ef1c9d9a-8dc2-4360-8fc6-9b7a55909f86} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5754 | 2025.04.17 00:25:36.474993 [ 275 ] {ef1c9d9a-8dc2-4360-8fc6-9b7a55909f86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00128 sec., 46874.99999999999 rows/sec., 3.16 MiB/sec. | ||
| 5755 | 2025.04.17 00:25:36.475041 [ 275 ] {ef1c9d9a-8dc2-4360-8fc6-9b7a55909f86} <Debug> TCPHandler: Processed in 0.001458096 sec. | ||
| 5756 | 2025.04.17 00:25:38.324169 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 5757 | 2025.04.17 00:25:38.324914 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5758 | 2025.04.17 00:25:38.324974 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5759 | 2025.04.17 00:25:38.325539 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5760 | 2025.04.17 00:25:38.325800 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5761 | 2025.04.17 00:25:38.326080 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 5762 | 2025.04.17 00:25:39.419927 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 5763 | 2025.04.17 00:25:39.441661 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5764 | 2025.04.17 00:25:39.441718 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5765 | 2025.04.17 00:25:39.449195 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5766 | 2025.04.17 00:25:39.449967 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5767 | 2025.04.17 00:25:39.452573 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 5768 | 2025.04.17 00:25:41.418565 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5769 | 2025.04.17 00:25:41.418884 [ 275 ] {ae8ac8ff-60ba-4418-a79f-db8cd2caea77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5770 | 2025.04.17 00:25:41.418997 [ 275 ] {ae8ac8ff-60ba-4418-a79f-db8cd2caea77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5771 | 2025.04.17 00:25:41.419864 [ 275 ] {ae8ac8ff-60ba-4418-a79f-db8cd2caea77} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5772 | 2025.04.17 00:25:41.419909 [ 275 ] {ae8ac8ff-60ba-4418-a79f-db8cd2caea77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5773 | 2025.04.17 00:25:41.420326 [ 275 ] {ae8ac8ff-60ba-4418-a79f-db8cd2caea77} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5774 | 2025.04.17 00:25:41.420570 [ 275 ] {ae8ac8ff-60ba-4418-a79f-db8cd2caea77} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5775 | 2025.04.17 00:25:41.420789 [ 275 ] {ae8ac8ff-60ba-4418-a79f-db8cd2caea77} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001989 sec., 28154.85168426345 rows/sec., 2.16 MiB/sec. | ||
| 5776 | 2025.04.17 00:25:41.420846 [ 275 ] {ae8ac8ff-60ba-4418-a79f-db8cd2caea77} <Debug> TCPHandler: Processed in 0.002460532 sec. | ||
| 5777 | 2025.04.17 00:25:41.420969 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5778 | 2025.04.17 00:25:41.421071 [ 275 ] {2410db40-510d-488c-a6d8-90d7d6567b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5779 | 2025.04.17 00:25:41.421115 [ 275 ] {2410db40-510d-488c-a6d8-90d7d6567b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5780 | 2025.04.17 00:25:41.421646 [ 275 ] {2410db40-510d-488c-a6d8-90d7d6567b0a} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5781 | 2025.04.17 00:25:41.421684 [ 275 ] {2410db40-510d-488c-a6d8-90d7d6567b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5782 | 2025.04.17 00:25:41.422018 [ 275 ] {2410db40-510d-488c-a6d8-90d7d6567b0a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5783 | 2025.04.17 00:25:41.422249 [ 275 ] {2410db40-510d-488c-a6d8-90d7d6567b0a} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5784 | 2025.04.17 00:25:41.422448 [ 275 ] {2410db40-510d-488c-a6d8-90d7d6567b0a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001397 sec., 45812.45526127416 rows/sec., 3.58 MiB/sec. | ||
| 5785 | 2025.04.17 00:25:41.422498 [ 275 ] {2410db40-510d-488c-a6d8-90d7d6567b0a} <Debug> TCPHandler: Processed in 0.001579029 sec. | ||
| 5786 | 2025.04.17 00:25:41.422610 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5787 | 2025.04.17 00:25:41.422711 [ 275 ] {5b17402d-2320-494b-8647-0a9369c3f452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5788 | 2025.04.17 00:25:41.422759 [ 275 ] {5b17402d-2320-494b-8647-0a9369c3f452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5789 | 2025.04.17 00:25:41.423255 [ 275 ] {5b17402d-2320-494b-8647-0a9369c3f452} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5790 | 2025.04.17 00:25:41.423292 [ 275 ] {5b17402d-2320-494b-8647-0a9369c3f452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5791 | 2025.04.17 00:25:41.423668 [ 275 ] {5b17402d-2320-494b-8647-0a9369c3f452} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5792 | 2025.04.17 00:25:41.423898 [ 275 ] {5b17402d-2320-494b-8647-0a9369c3f452} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5793 | 2025.04.17 00:25:41.424121 [ 275 ] {5b17402d-2320-494b-8647-0a9369c3f452} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001427 sec., 112123.33566923616 rows/sec., 7.81 MiB/sec. | ||
| 5794 | 2025.04.17 00:25:41.424219 [ 275 ] {5b17402d-2320-494b-8647-0a9369c3f452} <Debug> TCPHandler: Processed in 0.001656312 sec. | ||
| 5795 | 2025.04.17 00:25:41.424405 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5796 | 2025.04.17 00:25:41.424561 [ 275 ] {75bf3e6c-bd16-44fb-b086-7c8013cf4a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5797 | 2025.04.17 00:25:41.424608 [ 275 ] {75bf3e6c-bd16-44fb-b086-7c8013cf4a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5798 | 2025.04.17 00:25:41.425033 [ 275 ] {75bf3e6c-bd16-44fb-b086-7c8013cf4a90} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5799 | 2025.04.17 00:25:41.425071 [ 275 ] {75bf3e6c-bd16-44fb-b086-7c8013cf4a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5800 | 2025.04.17 00:25:41.425717 [ 275 ] {75bf3e6c-bd16-44fb-b086-7c8013cf4a90} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5801 | 2025.04.17 00:25:41.425949 [ 275 ] {75bf3e6c-bd16-44fb-b086-7c8013cf4a90} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5802 | 2025.04.17 00:25:41.426140 [ 275 ] {75bf3e6c-bd16-44fb-b086-7c8013cf4a90} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001604 sec., 37406.48379052369 rows/sec., 2.52 MiB/sec. | ||
| 5803 | 2025.04.17 00:25:41.426188 [ 275 ] {75bf3e6c-bd16-44fb-b086-7c8013cf4a90} <Debug> TCPHandler: Processed in 0.001873067 sec. | ||
| 5804 | 2025.04.17 00:25:45.694613 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5805 | 2025.04.17 00:25:45.694684 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5806 | 2025.04.17 00:25:45.826797 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 5807 | 2025.04.17 00:25:45.827427 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5808 | 2025.04.17 00:25:45.827478 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5809 | 2025.04.17 00:25:45.828056 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5810 | 2025.04.17 00:25:45.828319 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5811 | 2025.04.17 00:25:45.828528 [ 67 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5812 | 2025.04.17 00:25:45.828615 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 5813 | 2025.04.17 00:25:45.828624 [ 67 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5814 | 2025.04.17 00:25:45.828663 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5815 | 2025.04.17 00:25:45.828879 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 5816 | 2025.04.17 00:25:45.829250 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5817 | 2025.04.17 00:25:45.829303 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 5818 | 2025.04.17 00:25:45.829374 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 5819 | 2025.04.17 00:25:45.829593 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 5820 | 2025.04.17 00:25:45.829777 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 5821 | 2025.04.17 00:25:45.829924 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 5822 | 2025.04.17 00:25:45.830095 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 5823 | 2025.04.17 00:25:45.832612 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003876757 sec., 4264131.076567347 rows/sec., 61.00 MiB/sec. | ||
| 5824 | 2025.04.17 00:25:45.832762 [ 199 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5825 | 2025.04.17 00:25:45.833126 [ 199 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_36_7} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5826 | 2025.04.17 00:25:45.833210 [ 199 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_36_7} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5827 | 2025.04.17 00:25:45.833323 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 5828 | 2025.04.17 00:25:45.895324 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 772 | ||
| 5829 | 2025.04.17 00:25:45.898367 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5830 | 2025.04.17 00:25:45.898420 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5831 | 2025.04.17 00:25:45.899899 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5832 | 2025.04.17 00:25:45.900212 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5833 | 2025.04.17 00:25:45.901493 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 772 | ||
| 5834 | 2025.04.17 00:25:46.420485 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5835 | 2025.04.17 00:25:46.420785 [ 275 ] {f944c4ab-8ddb-4743-aa36-2fe036db3e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5836 | 2025.04.17 00:25:46.420907 [ 275 ] {f944c4ab-8ddb-4743-aa36-2fe036db3e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5837 | 2025.04.17 00:25:46.421824 [ 275 ] {f944c4ab-8ddb-4743-aa36-2fe036db3e34} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5838 | 2025.04.17 00:25:46.421877 [ 275 ] {f944c4ab-8ddb-4743-aa36-2fe036db3e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5839 | 2025.04.17 00:25:46.422323 [ 275 ] {f944c4ab-8ddb-4743-aa36-2fe036db3e34} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5840 | 2025.04.17 00:25:46.422580 [ 275 ] {f944c4ab-8ddb-4743-aa36-2fe036db3e34} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5841 | 2025.04.17 00:25:46.422818 [ 275 ] {f944c4ab-8ddb-4743-aa36-2fe036db3e34} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002121 sec., 64120.69778406412 rows/sec., 5.54 MiB/sec. | ||
| 5842 | 2025.04.17 00:25:46.422885 [ 275 ] {f944c4ab-8ddb-4743-aa36-2fe036db3e34} <Debug> TCPHandler: Processed in 0.002582335 sec. | ||
| 5843 | 2025.04.17 00:25:46.423010 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5844 | 2025.04.17 00:25:46.423119 [ 275 ] {cf7afeef-be56-439c-b357-b2fb97367c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5845 | 2025.04.17 00:25:46.423167 [ 275 ] {cf7afeef-be56-439c-b357-b2fb97367c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5846 | 2025.04.17 00:25:46.423686 [ 275 ] {cf7afeef-be56-439c-b357-b2fb97367c31} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5847 | 2025.04.17 00:25:46.423727 [ 275 ] {cf7afeef-be56-439c-b357-b2fb97367c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5848 | 2025.04.17 00:25:46.424078 [ 275 ] {cf7afeef-be56-439c-b357-b2fb97367c31} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5849 | 2025.04.17 00:25:46.424352 [ 275 ] {cf7afeef-be56-439c-b357-b2fb97367c31} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5850 | 2025.04.17 00:25:46.424515 [ 67 ] {} <Debug> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5851 | 2025.04.17 00:25:46.424573 [ 275 ] {cf7afeef-be56-439c-b357-b2fb97367c31} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001479 sec., 27045.300878972277 rows/sec., 1.99 MiB/sec. | ||
| 5852 | 2025.04.17 00:25:46.424600 [ 67 ] {} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5853 | 2025.04.17 00:25:46.424661 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5854 | 2025.04.17 00:25:46.424689 [ 275 ] {cf7afeef-be56-439c-b357-b2fb97367c31} <Debug> TCPHandler: Processed in 0.001729374 sec. | ||
| 5855 | 2025.04.17 00:25:46.424822 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::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 | ||
| 5856 | 2025.04.17 00:25:46.424836 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5857 | 2025.04.17 00:25:46.424956 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5858 | 2025.04.17 00:25:46.424972 [ 275 ] {b0958482-3cf4-45f8-a3f0-4790f9122ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5859 | 2025.04.17 00:25:46.425003 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 176 rows starting from the beginning of the part | ||
| 5860 | 2025.04.17 00:25:46.425028 [ 275 ] {b0958482-3cf4-45f8-a3f0-4790f9122ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5861 | 2025.04.17 00:25:46.425246 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part | ||
| 5862 | 2025.04.17 00:25:46.425682 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 5863 | 2025.04.17 00:25:46.426027 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part | ||
| 5864 | 2025.04.17 00:25:46.426406 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 48 rows starting from the beginning of the part | ||
| 5865 | 2025.04.17 00:25:46.426795 [ 188 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part | ||
| 5866 | 2025.04.17 00:25:46.427627 [ 275 ] {b0958482-3cf4-45f8-a3f0-4790f9122ea5} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5867 | 2025.04.17 00:25:46.427671 [ 275 ] {b0958482-3cf4-45f8-a3f0-4790f9122ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5868 | 2025.04.17 00:25:46.428224 [ 275 ] {b0958482-3cf4-45f8-a3f0-4790f9122ea5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5869 | 2025.04.17 00:25:46.428538 [ 191 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 5 columns (5 merged, 0 gathered) in 0.003778415 sec., 94748.72400199555 rows/sec., 6.90 MiB/sec. | ||
| 5870 | 2025.04.17 00:25:46.428596 [ 275 ] {b0958482-3cf4-45f8-a3f0-4790f9122ea5} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5871 | 2025.04.17 00:25:46.428870 [ 191 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5872 | 2025.04.17 00:25:46.428955 [ 275 ] {b0958482-3cf4-45f8-a3f0-4790f9122ea5} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.003996 sec., 26026.026026026022 rows/sec., 2.03 MiB/sec. | ||
| 5873 | 2025.04.17 00:25:46.429277 [ 275 ] {b0958482-3cf4-45f8-a3f0-4790f9122ea5} <Debug> TCPHandler: Processed in 0.004497393 sec. | ||
| 5874 | 2025.04.17 00:25:46.429529 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5875 | 2025.04.17 00:25:46.429733 [ 275 ] {4c7c6bb5-f243-42a3-a025-1977a7f214ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5876 | 2025.04.17 00:25:46.429826 [ 275 ] {4c7c6bb5-f243-42a3-a025-1977a7f214ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5877 | 2025.04.17 00:25:46.429845 [ 191 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_31_6} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5878 | 2025.04.17 00:25:46.430101 [ 191 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_31_6} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5879 | 2025.04.17 00:25:46.430295 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5880 | 2025.04.17 00:25:46.430673 [ 275 ] {4c7c6bb5-f243-42a3-a025-1977a7f214ae} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5881 | 2025.04.17 00:25:46.430716 [ 275 ] {4c7c6bb5-f243-42a3-a025-1977a7f214ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5882 | 2025.04.17 00:25:46.431116 [ 275 ] {4c7c6bb5-f243-42a3-a025-1977a7f214ae} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5883 | 2025.04.17 00:25:46.431353 [ 275 ] {4c7c6bb5-f243-42a3-a025-1977a7f214ae} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5884 | 2025.04.17 00:25:46.431536 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5885 | 2025.04.17 00:25:46.431581 [ 275 ] {4c7c6bb5-f243-42a3-a025-1977a7f214ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001914 sec., 83594.56635318705 rows/sec., 5.82 MiB/sec. | ||
| 5886 | 2025.04.17 00:25:46.431633 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5887 | 2025.04.17 00:25:46.431709 [ 275 ] {4c7c6bb5-f243-42a3-a025-1977a7f214ae} <Debug> TCPHandler: Processed in 0.002257867 sec. | ||
| 5888 | 2025.04.17 00:25:46.431716 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5889 | 2025.04.17 00:25:46.431918 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5890 | 2025.04.17 00:25:46.431979 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 5891 | 2025.04.17 00:25:46.432218 [ 275 ] {42b431df-7aa6-41e4-a435-7b0a9a6d453c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5892 | 2025.04.17 00:25:46.432534 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5893 | 2025.04.17 00:25:46.432577 [ 275 ] {42b431df-7aa6-41e4-a435-7b0a9a6d453c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5894 | 2025.04.17 00:25:46.432693 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12805 rows starting from the beginning of the part | ||
| 5895 | 2025.04.17 00:25:46.433293 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 5896 | 2025.04.17 00:25:46.433842 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 5897 | 2025.04.17 00:25:46.434149 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 884 rows starting from the beginning of the part | ||
| 5898 | 2025.04.17 00:25:46.434522 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 5899 | 2025.04.17 00:25:46.434909 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
| 5900 | 2025.04.17 00:25:46.436926 [ 275 ] {42b431df-7aa6-41e4-a435-7b0a9a6d453c} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5901 | 2025.04.17 00:25:46.436976 [ 275 ] {42b431df-7aa6-41e4-a435-7b0a9a6d453c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5902 | 2025.04.17 00:25:46.438124 [ 275 ] {42b431df-7aa6-41e4-a435-7b0a9a6d453c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5903 | 2025.04.17 00:25:46.438450 [ 275 ] {42b431df-7aa6-41e4-a435-7b0a9a6d453c} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5904 | 2025.04.17 00:25:46.439092 [ 275 ] {42b431df-7aa6-41e4-a435-7b0a9a6d453c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006997 sec., 5716.735743890239 rows/sec., 10.24 MiB/sec. | ||
| 5905 | 2025.04.17 00:25:46.439224 [ 275 ] {42b431df-7aa6-41e4-a435-7b0a9a6d453c} <Debug> TCPHandler: Processed in 0.007411997 sec. | ||
| 5906 | 2025.04.17 00:25:46.439353 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5907 | 2025.04.17 00:25:46.439460 [ 275 ] {ede1eb68-9164-4b86-9c2a-692a5c1b609a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5908 | 2025.04.17 00:25:46.439512 [ 275 ] {ede1eb68-9164-4b86-9c2a-692a5c1b609a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5909 | 2025.04.17 00:25:46.440218 [ 275 ] {ede1eb68-9164-4b86-9c2a-692a5c1b609a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5910 | 2025.04.17 00:25:46.440262 [ 275 ] {ede1eb68-9164-4b86-9c2a-692a5c1b609a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5911 | 2025.04.17 00:25:46.440781 [ 275 ] {ede1eb68-9164-4b86-9c2a-692a5c1b609a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5912 | 2025.04.17 00:25:46.440801 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14329 rows, containing 5 columns (5 merged, 0 gathered) in 0.008977446 sec., 1596110.965189877 rows/sec., 109.48 MiB/sec. | ||
| 5913 | 2025.04.17 00:25:46.441062 [ 275 ] {ede1eb68-9164-4b86-9c2a-692a5c1b609a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5914 | 2025.04.17 00:25:46.441371 [ 275 ] {ede1eb68-9164-4b86-9c2a-692a5c1b609a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001935 sec., 31007.751937984496 rows/sec., 2.09 MiB/sec. | ||
| 5915 | 2025.04.17 00:25:46.441573 [ 275 ] {ede1eb68-9164-4b86-9c2a-692a5c1b609a} <Debug> TCPHandler: Processed in 0.002268587 sec. | ||
| 5916 | 2025.04.17 00:25:46.441591 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5917 | 2025.04.17 00:25:46.442317 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5918 | 2025.04.17 00:25:46.442410 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5919 | 2025.04.17 00:25:46.442517 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. | ||
| 5920 | 2025.04.17 00:25:46.953182 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 5921 | 2025.04.17 00:25:46.974960 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5922 | 2025.04.17 00:25:46.975011 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5923 | 2025.04.17 00:25:46.982544 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5924 | 2025.04.17 00:25:46.983381 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5925 | 2025.04.17 00:25:46.983809 [ 66 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5926 | 2025.04.17 00:25:46.983961 [ 66 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5927 | 2025.04.17 00:25:46.984044 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5928 | 2025.04.17 00:25:46.984348 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 5929 | 2025.04.17 00:25:46.993295 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 5930 | 2025.04.17 00:25:46.994436 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5931 | 2025.04.17 00:25:46.995311 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 5932 | 2025.04.17 00:25:46.999806 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 5933 | 2025.04.17 00:25:47.004883 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 5934 | 2025.04.17 00:25:47.009845 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 5935 | 2025.04.17 00:25:47.014827 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 5936 | 2025.04.17 00:25:47.019153 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 5937 | 2025.04.17 00:25:47.075955 [ 190 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.091796462 sec., 2963.0771608605137 rows/sec., 15.32 MiB/sec. | ||
| 5938 | 2025.04.17 00:25:47.078897 [ 201 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5939 | 2025.04.17 00:25:47.081849 [ 201 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_36_7} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5940 | 2025.04.17 00:25:47.081976 [ 201 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_36_7} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5941 | 2025.04.17 00:25:47.084462 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 5942 | 2025.04.17 00:25:48.000388 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.00 MiB, peak 215.90 MiB, free memory in arenas 0.00 B, will set to 205.13 MiB (RSS), difference: 1.12 MiB | ||
| 5943 | 2025.04.17 00:25:51.420337 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5944 | 2025.04.17 00:25:51.420563 [ 275 ] {cdddf849-1784-4729-801d-d78ed8fb170d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5945 | 2025.04.17 00:25:51.420644 [ 275 ] {cdddf849-1784-4729-801d-d78ed8fb170d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5946 | 2025.04.17 00:25:51.421453 [ 275 ] {cdddf849-1784-4729-801d-d78ed8fb170d} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5947 | 2025.04.17 00:25:51.421500 [ 275 ] {cdddf849-1784-4729-801d-d78ed8fb170d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5948 | 2025.04.17 00:25:51.421950 [ 275 ] {cdddf849-1784-4729-801d-d78ed8fb170d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5949 | 2025.04.17 00:25:51.422199 [ 275 ] {cdddf849-1784-4729-801d-d78ed8fb170d} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5950 | 2025.04.17 00:25:51.422500 [ 275 ] {cdddf849-1784-4729-801d-d78ed8fb170d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001994 sec., 12036.108324974924 rows/sec., 1022.60 KiB/sec. | ||
| 5951 | 2025.04.17 00:25:51.422697 [ 275 ] {cdddf849-1784-4729-801d-d78ed8fb170d} <Debug> TCPHandler: Processed in 0.002492143 sec. | ||
| 5952 | 2025.04.17 00:25:51.422830 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5953 | 2025.04.17 00:25:51.422940 [ 275 ] {1df27bfd-ced7-4cf9-8d43-312a9c4301ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5954 | 2025.04.17 00:25:51.422989 [ 275 ] {1df27bfd-ced7-4cf9-8d43-312a9c4301ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5955 | 2025.04.17 00:25:51.423531 [ 275 ] {1df27bfd-ced7-4cf9-8d43-312a9c4301ae} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5956 | 2025.04.17 00:25:51.423571 [ 275 ] {1df27bfd-ced7-4cf9-8d43-312a9c4301ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5957 | 2025.04.17 00:25:51.423921 [ 275 ] {1df27bfd-ced7-4cf9-8d43-312a9c4301ae} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5958 | 2025.04.17 00:25:51.424165 [ 275 ] {1df27bfd-ced7-4cf9-8d43-312a9c4301ae} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5959 | 2025.04.17 00:25:51.424372 [ 275 ] {1df27bfd-ced7-4cf9-8d43-312a9c4301ae} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001459 sec., 1370.8019191226867 rows/sec., 111.78 KiB/sec. | ||
| 5960 | 2025.04.17 00:25:51.424426 [ 275 ] {1df27bfd-ced7-4cf9-8d43-312a9c4301ae} <Debug> TCPHandler: Processed in 0.001646712 sec. | ||
| 5961 | 2025.04.17 00:25:51.424539 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5962 | 2025.04.17 00:25:51.424645 [ 275 ] {11a5fb1e-984d-4118-aa9e-a489cf59df3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5963 | 2025.04.17 00:25:51.424691 [ 275 ] {11a5fb1e-984d-4118-aa9e-a489cf59df3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5964 | 2025.04.17 00:25:51.425299 [ 275 ] {11a5fb1e-984d-4118-aa9e-a489cf59df3c} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5965 | 2025.04.17 00:25:51.425338 [ 275 ] {11a5fb1e-984d-4118-aa9e-a489cf59df3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5966 | 2025.04.17 00:25:51.425719 [ 275 ] {11a5fb1e-984d-4118-aa9e-a489cf59df3c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5967 | 2025.04.17 00:25:51.426002 [ 275 ] {11a5fb1e-984d-4118-aa9e-a489cf59df3c} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5968 | 2025.04.17 00:25:51.426267 [ 275 ] {11a5fb1e-984d-4118-aa9e-a489cf59df3c} <Debug> executeQuery: Read 177 rows, 15.94 KiB in 0.001629 sec., 108655.61694290976 rows/sec., 9.56 MiB/sec. | ||
| 5969 | 2025.04.17 00:25:51.426366 [ 275 ] {11a5fb1e-984d-4118-aa9e-a489cf59df3c} <Debug> TCPHandler: Processed in 0.001876248 sec. | ||
| 5970 | 2025.04.17 00:25:51.426556 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5971 | 2025.04.17 00:25:51.426684 [ 275 ] {d8bcd161-029f-41e1-9deb-a287b854196e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5972 | 2025.04.17 00:25:51.426731 [ 275 ] {d8bcd161-029f-41e1-9deb-a287b854196e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5973 | 2025.04.17 00:25:51.427268 [ 275 ] {d8bcd161-029f-41e1-9deb-a287b854196e} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5974 | 2025.04.17 00:25:51.427307 [ 275 ] {d8bcd161-029f-41e1-9deb-a287b854196e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5975 | 2025.04.17 00:25:51.427660 [ 275 ] {d8bcd161-029f-41e1-9deb-a287b854196e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5976 | 2025.04.17 00:25:51.427895 [ 275 ] {d8bcd161-029f-41e1-9deb-a287b854196e} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5977 | 2025.04.17 00:25:51.428077 [ 275 ] {d8bcd161-029f-41e1-9deb-a287b854196e} <Debug> executeQuery: Read 14 rows, 1.10 KiB in 0.001411 sec., 9922.041105598866 rows/sec., 780.00 KiB/sec. | ||
| 5978 | 2025.04.17 00:25:51.428159 [ 275 ] {d8bcd161-029f-41e1-9deb-a287b854196e} <Debug> TCPHandler: Processed in 0.001702423 sec. | ||
| 5979 | 2025.04.17 00:25:51.428393 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5980 | 2025.04.17 00:25:51.428517 [ 275 ] {635d0697-f246-48e8-82c8-486a5bb50292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5981 | 2025.04.17 00:25:51.428563 [ 275 ] {635d0697-f246-48e8-82c8-486a5bb50292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5982 | 2025.04.17 00:25:51.429085 [ 275 ] {635d0697-f246-48e8-82c8-486a5bb50292} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5983 | 2025.04.17 00:25:51.429122 [ 275 ] {635d0697-f246-48e8-82c8-486a5bb50292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5984 | 2025.04.17 00:25:51.429461 [ 275 ] {635d0697-f246-48e8-82c8-486a5bb50292} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5985 | 2025.04.17 00:25:51.429704 [ 275 ] {635d0697-f246-48e8-82c8-486a5bb50292} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5986 | 2025.04.17 00:25:51.429900 [ 275 ] {635d0697-f246-48e8-82c8-486a5bb50292} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001391 sec., 17253.774263120056 rows/sec., 1.43 MiB/sec. | ||
| 5987 | 2025.04.17 00:25:51.430095 [ 275 ] {635d0697-f246-48e8-82c8-486a5bb50292} <Debug> TCPHandler: Processed in 0.001781274 sec. | ||
| 5988 | 2025.04.17 00:25:51.430247 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5989 | 2025.04.17 00:25:51.430344 [ 275 ] {fa547255-e3a6-43c8-97dd-5df3c422be82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5990 | 2025.04.17 00:25:51.430388 [ 275 ] {fa547255-e3a6-43c8-97dd-5df3c422be82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5991 | 2025.04.17 00:25:51.430917 [ 275 ] {fa547255-e3a6-43c8-97dd-5df3c422be82} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5992 | 2025.04.17 00:25:51.430953 [ 275 ] {fa547255-e3a6-43c8-97dd-5df3c422be82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 5993 | 2025.04.17 00:25:51.431305 [ 275 ] {fa547255-e3a6-43c8-97dd-5df3c422be82} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5994 | 2025.04.17 00:25:51.431540 [ 275 ] {fa547255-e3a6-43c8-97dd-5df3c422be82} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5995 | 2025.04.17 00:25:51.431704 [ 275 ] {fa547255-e3a6-43c8-97dd-5df3c422be82} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001381 sec., 8689.355539464155 rows/sec., 678.86 KiB/sec. | ||
| 5996 | 2025.04.17 00:25:51.431760 [ 275 ] {fa547255-e3a6-43c8-97dd-5df3c422be82} <Debug> TCPHandler: Processed in 0.001560309 sec. | ||
| 5997 | 2025.04.17 00:25:51.431869 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5998 | 2025.04.17 00:25:51.431968 [ 275 ] {f68ebd1b-c19a-424a-b12e-b98618573287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5999 | 2025.04.17 00:25:51.432011 [ 275 ] {f68ebd1b-c19a-424a-b12e-b98618573287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6000 | 2025.04.17 00:25:51.432538 [ 275 ] {f68ebd1b-c19a-424a-b12e-b98618573287} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6001 | 2025.04.17 00:25:51.432574 [ 275 ] {f68ebd1b-c19a-424a-b12e-b98618573287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6002 | 2025.04.17 00:25:51.432927 [ 275 ] {f68ebd1b-c19a-424a-b12e-b98618573287} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6003 | 2025.04.17 00:25:51.433172 [ 275 ] {f68ebd1b-c19a-424a-b12e-b98618573287} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6004 | 2025.04.17 00:25:51.433339 [ 275 ] {f68ebd1b-c19a-424a-b12e-b98618573287} <Debug> executeQuery: Read 102 rows, 8.54 KiB in 0.001387 sec., 73540.01441961067 rows/sec., 6.01 MiB/sec. | ||
| 6005 | 2025.04.17 00:25:51.433387 [ 275 ] {f68ebd1b-c19a-424a-b12e-b98618573287} <Debug> TCPHandler: Processed in 0.001565069 sec. | ||
| 6006 | 2025.04.17 00:25:51.433500 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6007 | 2025.04.17 00:25:51.433601 [ 275 ] {9f1e407b-ca32-4c76-a2ac-f5b275ae2098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6008 | 2025.04.17 00:25:51.433648 [ 275 ] {9f1e407b-ca32-4c76-a2ac-f5b275ae2098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6009 | 2025.04.17 00:25:51.434159 [ 275 ] {9f1e407b-ca32-4c76-a2ac-f5b275ae2098} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6010 | 2025.04.17 00:25:51.434195 [ 275 ] {9f1e407b-ca32-4c76-a2ac-f5b275ae2098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6011 | 2025.04.17 00:25:51.434569 [ 275 ] {9f1e407b-ca32-4c76-a2ac-f5b275ae2098} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6012 | 2025.04.17 00:25:51.434822 [ 275 ] {9f1e407b-ca32-4c76-a2ac-f5b275ae2098} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6013 | 2025.04.17 00:25:51.434992 [ 275 ] {9f1e407b-ca32-4c76-a2ac-f5b275ae2098} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.001408 sec., 139914.77272727274 rows/sec., 10.04 MiB/sec. | ||
| 6014 | 2025.04.17 00:25:51.435041 [ 275 ] {9f1e407b-ca32-4c76-a2ac-f5b275ae2098} <Debug> TCPHandler: Processed in 0.00158789 sec. | ||
| 6015 | 2025.04.17 00:25:51.435155 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6016 | 2025.04.17 00:25:51.435256 [ 275 ] {a33bd2d8-5c48-48fc-97a5-a8a770d324ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6017 | 2025.04.17 00:25:51.435300 [ 275 ] {a33bd2d8-5c48-48fc-97a5-a8a770d324ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6018 | 2025.04.17 00:25:51.435721 [ 275 ] {a33bd2d8-5c48-48fc-97a5-a8a770d324ff} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6019 | 2025.04.17 00:25:51.435756 [ 275 ] {a33bd2d8-5c48-48fc-97a5-a8a770d324ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6020 | 2025.04.17 00:25:51.436114 [ 275 ] {a33bd2d8-5c48-48fc-97a5-a8a770d324ff} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6021 | 2025.04.17 00:25:51.436353 [ 275 ] {a33bd2d8-5c48-48fc-97a5-a8a770d324ff} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6022 | 2025.04.17 00:25:51.436480 [ 92 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6023 | 2025.04.17 00:25:51.436520 [ 92 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6024 | 2025.04.17 00:25:51.436530 [ 275 ] {a33bd2d8-5c48-48fc-97a5-a8a770d324ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001292 sec., 46439.62848297214 rows/sec., 3.13 MiB/sec. | ||
| 6025 | 2025.04.17 00:25:51.436547 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6026 | 2025.04.17 00:25:51.436608 [ 275 ] {a33bd2d8-5c48-48fc-97a5-a8a770d324ff} <Debug> TCPHandler: Processed in 0.001492487 sec. | ||
| 6027 | 2025.04.17 00:25:51.436786 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 6028 | 2025.04.17 00:25:51.436965 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6029 | 2025.04.17 00:25:51.437013 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2342 rows starting from the beginning of the part | ||
| 6030 | 2025.04.17 00:25:51.437107 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 6031 | 2025.04.17 00:25:51.437347 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 6032 | 2025.04.17 00:25:51.437583 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 6033 | 2025.04.17 00:25:51.437749 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 6034 | 2025.04.17 00:25:51.437864 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 6035 | 2025.04.17 00:25:51.439413 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2642 rows, containing 4 columns (4 merged, 0 gathered) in 0.00276613 sec., 955125.0302769573 rows/sec., 64.30 MiB/sec. | ||
| 6036 | 2025.04.17 00:25:51.439736 [ 197 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6037 | 2025.04.17 00:25:51.440098 [ 197 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_46_9} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6038 | 2025.04.17 00:25:51.440218 [ 197 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_46_9} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6039 | 2025.04.17 00:25:51.440355 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6040 | 2025.04.17 00:25:53.328915 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 6041 | 2025.04.17 00:25:53.329580 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6042 | 2025.04.17 00:25:53.329632 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6043 | 2025.04.17 00:25:53.330240 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6044 | 2025.04.17 00:25:53.330510 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6045 | 2025.04.17 00:25:53.330787 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 6046 | 2025.04.17 00:25:54.493649 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 6047 | 2025.04.17 00:25:54.512159 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6048 | 2025.04.17 00:25:54.512222 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6049 | 2025.04.17 00:25:54.519038 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6050 | 2025.04.17 00:25:54.519754 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6051 | 2025.04.17 00:25:54.523116 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 6052 | 2025.04.17 00:25:55.902046 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 802 | ||
| 6053 | 2025.04.17 00:25:55.905159 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6054 | 2025.04.17 00:25:55.905211 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6055 | 2025.04.17 00:25:55.906689 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6056 | 2025.04.17 00:25:55.907005 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6057 | 2025.04.17 00:25:55.907172 [ 106 ] {} <Debug> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6058 | 2025.04.17 00:25:55.907231 [ 106 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6059 | 2025.04.17 00:25:55.907279 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6060 | 2025.04.17 00:25:55.907658 [ 200 ] {bc8e46af-749e-4702-ad44-a333defcf195::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 | ||
| 6061 | 2025.04.17 00:25:55.908608 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 802 | ||
| 6062 | 2025.04.17 00:25:55.909000 [ 200 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6063 | 2025.04.17 00:25:55.909197 [ 200 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 674 rows starting from the beginning of the part | ||
| 6064 | 2025.04.17 00:25:55.909729 [ 200 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part | ||
| 6065 | 2025.04.17 00:25:55.910219 [ 200 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
| 6066 | 2025.04.17 00:25:55.910684 [ 200 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 20 rows starting from the beginning of the part | ||
| 6067 | 2025.04.17 00:25:55.911127 [ 200 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part | ||
| 6068 | 2025.04.17 00:25:55.911646 [ 200 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part | ||
| 6069 | 2025.04.17 00:25:55.919320 [ 197 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 802 rows, containing 72 columns (72 merged, 0 gathered) in 0.01192704 sec., 67242.16570079417 rows/sec., 58.43 MiB/sec. | ||
| 6070 | 2025.04.17 00:25:55.920696 [ 197 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6071 | 2025.04.17 00:25:55.921563 [ 197 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_26_5} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6072 | 2025.04.17 00:25:55.921668 [ 197 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_26_5} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6073 | 2025.04.17 00:25:55.922032 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 6074 | 2025.04.17 00:25:56.420808 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6075 | 2025.04.17 00:25:56.421002 [ 275 ] {e959faf4-c119-434d-8d74-8b6a78a51c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6076 | 2025.04.17 00:25:56.421078 [ 275 ] {e959faf4-c119-434d-8d74-8b6a78a51c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6077 | 2025.04.17 00:25:56.422004 [ 275 ] {e959faf4-c119-434d-8d74-8b6a78a51c6f} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6078 | 2025.04.17 00:25:56.422046 [ 275 ] {e959faf4-c119-434d-8d74-8b6a78a51c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6079 | 2025.04.17 00:25:56.422477 [ 275 ] {e959faf4-c119-434d-8d74-8b6a78a51c6f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6080 | 2025.04.17 00:25:56.422732 [ 275 ] {e959faf4-c119-434d-8d74-8b6a78a51c6f} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6081 | 2025.04.17 00:25:56.422968 [ 275 ] {e959faf4-c119-434d-8d74-8b6a78a51c6f} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002024 sec., 67193.67588932806 rows/sec., 5.80 MiB/sec. | ||
| 6082 | 2025.04.17 00:25:56.423021 [ 275 ] {e959faf4-c119-434d-8d74-8b6a78a51c6f} <Debug> TCPHandler: Processed in 0.002343309 sec. | ||
| 6083 | 2025.04.17 00:25:56.423147 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6084 | 2025.04.17 00:25:56.423257 [ 275 ] {c778cc97-e067-478c-bb12-fe2f9c032659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6085 | 2025.04.17 00:25:56.423302 [ 275 ] {c778cc97-e067-478c-bb12-fe2f9c032659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6086 | 2025.04.17 00:25:56.423810 [ 275 ] {c778cc97-e067-478c-bb12-fe2f9c032659} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6087 | 2025.04.17 00:25:56.423848 [ 275 ] {c778cc97-e067-478c-bb12-fe2f9c032659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6088 | 2025.04.17 00:25:56.424187 [ 275 ] {c778cc97-e067-478c-bb12-fe2f9c032659} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6089 | 2025.04.17 00:25:56.424452 [ 275 ] {c778cc97-e067-478c-bb12-fe2f9c032659} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6090 | 2025.04.17 00:25:56.424942 [ 275 ] {c778cc97-e067-478c-bb12-fe2f9c032659} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00169 sec., 23668.639053254436 rows/sec., 1.74 MiB/sec. | ||
| 6091 | 2025.04.17 00:25:56.425014 [ 275 ] {c778cc97-e067-478c-bb12-fe2f9c032659} <Debug> TCPHandler: Processed in 0.001915358 sec. | ||
| 6092 | 2025.04.17 00:25:56.425124 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6093 | 2025.04.17 00:25:56.425234 [ 275 ] {97483fbd-201d-4627-a757-840059b2e6c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6094 | 2025.04.17 00:25:56.425278 [ 275 ] {97483fbd-201d-4627-a757-840059b2e6c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6095 | 2025.04.17 00:25:56.425839 [ 275 ] {97483fbd-201d-4627-a757-840059b2e6c5} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6096 | 2025.04.17 00:25:56.425877 [ 275 ] {97483fbd-201d-4627-a757-840059b2e6c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6097 | 2025.04.17 00:25:56.426255 [ 275 ] {97483fbd-201d-4627-a757-840059b2e6c5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6098 | 2025.04.17 00:25:56.426490 [ 275 ] {97483fbd-201d-4627-a757-840059b2e6c5} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6099 | 2025.04.17 00:25:56.426696 [ 275 ] {97483fbd-201d-4627-a757-840059b2e6c5} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001483 sec., 70128.11867835469 rows/sec., 5.48 MiB/sec. | ||
| 6100 | 2025.04.17 00:25:56.426752 [ 275 ] {97483fbd-201d-4627-a757-840059b2e6c5} <Debug> TCPHandler: Processed in 0.001675652 sec. | ||
| 6101 | 2025.04.17 00:25:56.426900 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6102 | 2025.04.17 00:25:56.427006 [ 275 ] {5c55a7f8-931e-41e4-8487-79b83b4a04ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6103 | 2025.04.17 00:25:56.427053 [ 275 ] {5c55a7f8-931e-41e4-8487-79b83b4a04ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6104 | 2025.04.17 00:25:56.427551 [ 275 ] {5c55a7f8-931e-41e4-8487-79b83b4a04ee} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6105 | 2025.04.17 00:25:56.427587 [ 275 ] {5c55a7f8-931e-41e4-8487-79b83b4a04ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6106 | 2025.04.17 00:25:56.427963 [ 275 ] {5c55a7f8-931e-41e4-8487-79b83b4a04ee} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6107 | 2025.04.17 00:25:56.428198 [ 275 ] {5c55a7f8-931e-41e4-8487-79b83b4a04ee} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6108 | 2025.04.17 00:25:56.428411 [ 275 ] {5c55a7f8-931e-41e4-8487-79b83b4a04ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001425 sec., 112280.70175438595 rows/sec., 7.82 MiB/sec. | ||
| 6109 | 2025.04.17 00:25:56.428459 [ 275 ] {5c55a7f8-931e-41e4-8487-79b83b4a04ee} <Debug> TCPHandler: Processed in 0.001617711 sec. | ||
| 6110 | 2025.04.17 00:25:56.428568 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6111 | 2025.04.17 00:25:56.428677 [ 275 ] {117860d0-cae4-4ed4-a4f7-2a8a0b9cbae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6112 | 2025.04.17 00:25:56.428741 [ 275 ] {117860d0-cae4-4ed4-a4f7-2a8a0b9cbae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6113 | 2025.04.17 00:25:56.429848 [ 275 ] {117860d0-cae4-4ed4-a4f7-2a8a0b9cbae1} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6114 | 2025.04.17 00:25:56.429886 [ 275 ] {117860d0-cae4-4ed4-a4f7-2a8a0b9cbae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6115 | 2025.04.17 00:25:56.430523 [ 275 ] {117860d0-cae4-4ed4-a4f7-2a8a0b9cbae1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6116 | 2025.04.17 00:25:56.430776 [ 275 ] {117860d0-cae4-4ed4-a4f7-2a8a0b9cbae1} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6117 | 2025.04.17 00:25:56.430960 [ 134 ] {} <Debug> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6118 | 2025.04.17 00:25:56.431030 [ 275 ] {117860d0-cae4-4ed4-a4f7-2a8a0b9cbae1} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002372 sec., 16863.406408094434 rows/sec., 30.22 MiB/sec. | ||
| 6119 | 2025.04.17 00:25:56.431055 [ 134 ] {} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6120 | 2025.04.17 00:25:56.431138 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6121 | 2025.04.17 00:25:56.431357 [ 275 ] {117860d0-cae4-4ed4-a4f7-2a8a0b9cbae1} <Debug> TCPHandler: Processed in 0.002832151 sec. | ||
| 6122 | 2025.04.17 00:25:56.431463 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::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 | ||
| 6123 | 2025.04.17 00:25:56.431546 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6124 | 2025.04.17 00:25:56.431786 [ 275 ] {a644075b-33c9-450b-942b-875a475e389b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6125 | 2025.04.17 00:25:56.431910 [ 275 ] {a644075b-33c9-450b-942b-875a475e389b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6126 | 2025.04.17 00:25:56.432504 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6127 | 2025.04.17 00:25:56.432721 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 762 rows starting from the beginning of the part | ||
| 6128 | 2025.04.17 00:25:56.433451 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part | ||
| 6129 | 2025.04.17 00:25:56.433767 [ 275 ] {a644075b-33c9-450b-942b-875a475e389b} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6130 | 2025.04.17 00:25:56.433896 [ 275 ] {a644075b-33c9-450b-942b-875a475e389b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6131 | 2025.04.17 00:25:56.434234 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part | ||
| 6132 | 2025.04.17 00:25:56.434896 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part | ||
| 6133 | 2025.04.17 00:25:56.435570 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part | ||
| 6134 | 2025.04.17 00:25:56.435778 [ 275 ] {a644075b-33c9-450b-942b-875a475e389b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6135 | 2025.04.17 00:25:56.436127 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part | ||
| 6136 | 2025.04.17 00:25:56.436845 [ 275 ] {a644075b-33c9-450b-942b-875a475e389b} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6137 | 2025.04.17 00:25:56.437466 [ 275 ] {a644075b-33c9-450b-942b-875a475e389b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00577 sec., 10398.613518197573 rows/sec., 717.61 KiB/sec. | ||
| 6138 | 2025.04.17 00:25:56.437900 [ 275 ] {a644075b-33c9-450b-942b-875a475e389b} <Debug> TCPHandler: Processed in 0.006403421 sec. | ||
| 6139 | 2025.04.17 00:25:56.451296 [ 197 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 962 rows, containing 19 columns (19 merged, 0 gathered) in 0.020007384 sec., 48082.24803402584 rows/sec., 86.16 MiB/sec. | ||
| 6140 | 2025.04.17 00:25:56.452515 [ 198 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6141 | 2025.04.17 00:25:56.452934 [ 198 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6142 | 2025.04.17 00:25:56.453021 [ 198 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6143 | 2025.04.17 00:25:56.453143 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 6144 | 2025.04.17 00:25:57.000219 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.65 MiB, peak 215.90 MiB, free memory in arenas 0.00 B, will set to 208.94 MiB (RSS), difference: 3.29 MiB | ||
| 6145 | 2025.04.17 00:26:00.694742 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6146 | 2025.04.17 00:26:00.694805 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6147 | 2025.04.17 00:26:00.831251 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 6148 | 2025.04.17 00:26:00.831906 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6149 | 2025.04.17 00:26:00.831961 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6150 | 2025.04.17 00:26:00.832534 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6151 | 2025.04.17 00:26:00.832826 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6152 | 2025.04.17 00:26:00.833070 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 6153 | 2025.04.17 00:26:01.419320 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6154 | 2025.04.17 00:26:01.419524 [ 275 ] {07f96e1b-af91-4499-bb5c-428d81933267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6155 | 2025.04.17 00:26:01.419600 [ 275 ] {07f96e1b-af91-4499-bb5c-428d81933267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6156 | 2025.04.17 00:26:01.420471 [ 275 ] {07f96e1b-af91-4499-bb5c-428d81933267} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6157 | 2025.04.17 00:26:01.420511 [ 275 ] {07f96e1b-af91-4499-bb5c-428d81933267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6158 | 2025.04.17 00:26:01.420921 [ 275 ] {07f96e1b-af91-4499-bb5c-428d81933267} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6159 | 2025.04.17 00:26:01.421170 [ 275 ] {07f96e1b-af91-4499-bb5c-428d81933267} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6160 | 2025.04.17 00:26:01.421371 [ 142 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6161 | 2025.04.17 00:26:01.421398 [ 275 ] {07f96e1b-af91-4499-bb5c-428d81933267} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001932 sec., 28985.507246376812 rows/sec., 2.23 MiB/sec. | ||
| 6162 | 2025.04.17 00:26:01.421457 [ 142 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6163 | 2025.04.17 00:26:01.421528 [ 275 ] {07f96e1b-af91-4499-bb5c-428d81933267} <Debug> TCPHandler: Processed in 0.002336149 sec. | ||
| 6164 | 2025.04.17 00:26:01.421534 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6165 | 2025.04.17 00:26:01.421722 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6166 | 2025.04.17 00:26:01.421791 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::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 | ||
| 6167 | 2025.04.17 00:26:01.421880 [ 275 ] {23841570-33f5-4d31-b2f3-2833fdc47a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6168 | 2025.04.17 00:26:01.421967 [ 275 ] {23841570-33f5-4d31-b2f3-2833fdc47a31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6169 | 2025.04.17 00:26:01.422200 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6170 | 2025.04.17 00:26:01.422275 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1968 rows starting from the beginning of the part | ||
| 6171 | 2025.04.17 00:26:01.422537 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part | ||
| 6172 | 2025.04.17 00:26:01.422824 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 136 rows starting from the beginning of the part | ||
| 6173 | 2025.04.17 00:26:01.423150 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 177 rows starting from the beginning of the part | ||
| 6174 | 2025.04.17 00:26:01.423432 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 136 rows starting from the beginning of the part | ||
| 6175 | 2025.04.17 00:26:01.423775 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
| 6176 | 2025.04.17 00:26:01.424896 [ 275 ] {23841570-33f5-4d31-b2f3-2833fdc47a31} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6177 | 2025.04.17 00:26:01.424967 [ 275 ] {23841570-33f5-4d31-b2f3-2833fdc47a31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6178 | 2025.04.17 00:26:01.425812 [ 275 ] {23841570-33f5-4d31-b2f3-2833fdc47a31} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6179 | 2025.04.17 00:26:01.426260 [ 275 ] {23841570-33f5-4d31-b2f3-2833fdc47a31} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6180 | 2025.04.17 00:26:01.426479 [ 142 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6181 | 2025.04.17 00:26:01.426583 [ 142 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6182 | 2025.04.17 00:26:01.426664 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6183 | 2025.04.17 00:26:01.426731 [ 275 ] {23841570-33f5-4d31-b2f3-2833fdc47a31} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004862 sec., 13163.30728095434 rows/sec., 1.03 MiB/sec. | ||
| 6184 | 2025.04.17 00:26:01.427215 [ 275 ] {23841570-33f5-4d31-b2f3-2833fdc47a31} <Debug> TCPHandler: Processed in 0.005569481 sec. | ||
| 6185 | 2025.04.17 00:26:01.427235 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 6186 | 2025.04.17 00:26:01.427573 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2529 rows, containing 5 columns (5 merged, 0 gathered) in 0.005912849 sec., 427712.5967532741 rows/sec., 37.08 MiB/sec. | ||
| 6187 | 2025.04.17 00:26:01.427616 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6188 | 2025.04.17 00:26:01.427677 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6189 | 2025.04.17 00:26:01.427764 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 950 rows starting from the beginning of the part | ||
| 6190 | 2025.04.17 00:26:01.427890 [ 275 ] {27c96904-ae08-48bc-adfb-9cb0e88a711b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6191 | 2025.04.17 00:26:01.427959 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6192 | 2025.04.17 00:26:01.428176 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 6193 | 2025.04.17 00:26:01.428553 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 104 rows starting from the beginning of the part | ||
| 6194 | 2025.04.17 00:26:01.428907 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 102 rows starting from the beginning of the part | ||
| 6195 | 2025.04.17 00:26:01.429042 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_51_10} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6196 | 2025.04.17 00:26:01.429242 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 104 rows starting from the beginning of the part | ||
| 6197 | 2025.04.17 00:26:01.429011 [ 275 ] {27c96904-ae08-48bc-adfb-9cb0e88a711b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6198 | 2025.04.17 00:26:01.429429 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_51_10} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6199 | 2025.04.17 00:26:01.429705 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 6200 | 2025.04.17 00:26:01.429797 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 6201 | 2025.04.17 00:26:01.431687 [ 275 ] {27c96904-ae08-48bc-adfb-9cb0e88a711b} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6202 | 2025.04.17 00:26:01.431763 [ 275 ] {27c96904-ae08-48bc-adfb-9cb0e88a711b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6203 | 2025.04.17 00:26:01.432665 [ 275 ] {27c96904-ae08-48bc-adfb-9cb0e88a711b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6204 | 2025.04.17 00:26:01.432856 [ 199 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1388 rows, containing 5 columns (5 merged, 0 gathered) in 0.006062732 sec., 228939.69253465268 rows/sec., 18.05 MiB/sec. | ||
| 6205 | 2025.04.17 00:26:01.433061 [ 275 ] {27c96904-ae08-48bc-adfb-9cb0e88a711b} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6206 | 2025.04.17 00:26:01.433184 [ 199 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6207 | 2025.04.17 00:26:01.433595 [ 275 ] {27c96904-ae08-48bc-adfb-9cb0e88a711b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005812 sec., 27529.249827942185 rows/sec., 1.92 MiB/sec. | ||
| 6208 | 2025.04.17 00:26:01.433923 [ 275 ] {27c96904-ae08-48bc-adfb-9cb0e88a711b} <Debug> TCPHandler: Processed in 0.006431822 sec. | ||
| 6209 | 2025.04.17 00:26:01.434201 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6210 | 2025.04.17 00:26:01.434270 [ 199 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_51_10} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6211 | 2025.04.17 00:26:01.434379 [ 275 ] {a44b7b3a-5270-416a-9ed8-1e337c5802df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6212 | 2025.04.17 00:26:01.434448 [ 275 ] {a44b7b3a-5270-416a-9ed8-1e337c5802df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6213 | 2025.04.17 00:26:01.434453 [ 199 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_51_10} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6214 | 2025.04.17 00:26:01.434673 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 6215 | 2025.04.17 00:26:01.435107 [ 275 ] {a44b7b3a-5270-416a-9ed8-1e337c5802df} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6216 | 2025.04.17 00:26:01.435149 [ 275 ] {a44b7b3a-5270-416a-9ed8-1e337c5802df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6217 | 2025.04.17 00:26:01.435508 [ 275 ] {a44b7b3a-5270-416a-9ed8-1e337c5802df} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6218 | 2025.04.17 00:26:01.435741 [ 275 ] {a44b7b3a-5270-416a-9ed8-1e337c5802df} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6219 | 2025.04.17 00:26:01.435936 [ 275 ] {a44b7b3a-5270-416a-9ed8-1e337c5802df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001617 sec., 37105.75139146568 rows/sec., 2.50 MiB/sec. | ||
| 6220 | 2025.04.17 00:26:01.435985 [ 275 ] {a44b7b3a-5270-416a-9ed8-1e337c5802df} <Debug> TCPHandler: Processed in 0.001842677 sec. | ||
| 6221 | 2025.04.17 00:26:02.023370 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 6222 | 2025.04.17 00:26:02.043981 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6223 | 2025.04.17 00:26:02.044048 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6224 | 2025.04.17 00:26:02.051250 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6225 | 2025.04.17 00:26:02.052008 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6226 | 2025.04.17 00:26:02.055561 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 6227 | 2025.04.17 00:26:03.260949 [ 123 ] {} <Debug> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 6228 | 2025.04.17 00:26:03.261048 [ 123 ] {} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6229 | 2025.04.17 00:26:03.261078 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6230 | 2025.04.17 00:26:03.261304 [ 186 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::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 | ||
| 6231 | 2025.04.17 00:26:03.261502 [ 186 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6232 | 2025.04.17 00:26:03.261546 [ 186 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 6233 | 2025.04.17 00:26:03.261660 [ 186 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 6234 | 2025.04.17 00:26:03.261763 [ 186 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 6235 | 2025.04.17 00:26:03.262033 [ 186 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
| 6236 | 2025.04.17 00:26:03.262159 [ 186 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
| 6237 | 2025.04.17 00:26:03.263353 [ 191 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002199635 sec., 16366.351690166777 rows/sec., 1.37 MiB/sec. | ||
| 6238 | 2025.04.17 00:26:03.263528 [ 191 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 6239 | 2025.04.17 00:26:03.263847 [ 191 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_13_3} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6240 | 2025.04.17 00:26:03.263935 [ 191 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_13_3} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 6241 | 2025.04.17 00:26:03.264033 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6242 | 2025.04.17 00:26:05.908800 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 822 | ||
| 6243 | 2025.04.17 00:26:05.911699 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6244 | 2025.04.17 00:26:05.911757 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6245 | 2025.04.17 00:26:05.913240 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6246 | 2025.04.17 00:26:05.913564 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6247 | 2025.04.17 00:26:05.914762 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 822 | ||
| 6248 | 2025.04.17 00:26:06.448554 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6249 | 2025.04.17 00:26:06.448857 [ 275 ] {9a8977a0-807d-4e0f-938e-c14346dae947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6250 | 2025.04.17 00:26:06.448972 [ 275 ] {9a8977a0-807d-4e0f-938e-c14346dae947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6251 | 2025.04.17 00:26:06.449829 [ 275 ] {9a8977a0-807d-4e0f-938e-c14346dae947} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6252 | 2025.04.17 00:26:06.449879 [ 275 ] {9a8977a0-807d-4e0f-938e-c14346dae947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6253 | 2025.04.17 00:26:06.450301 [ 275 ] {9a8977a0-807d-4e0f-938e-c14346dae947} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6254 | 2025.04.17 00:26:06.450550 [ 275 ] {9a8977a0-807d-4e0f-938e-c14346dae947} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6255 | 2025.04.17 00:26:06.450767 [ 275 ] {9a8977a0-807d-4e0f-938e-c14346dae947} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00199 sec., 3015.075376884422 rows/sec., 245.86 KiB/sec. | ||
| 6256 | 2025.04.17 00:26:06.450877 [ 275 ] {9a8977a0-807d-4e0f-938e-c14346dae947} <Debug> TCPHandler: Processed in 0.002503764 sec. | ||
| 6257 | 2025.04.17 00:26:06.451079 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6258 | 2025.04.17 00:26:06.451199 [ 275 ] {7656da91-a3e9-4441-b8d5-0bb1969a8cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6259 | 2025.04.17 00:26:06.451243 [ 275 ] {7656da91-a3e9-4441-b8d5-0bb1969a8cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6260 | 2025.04.17 00:26:06.452621 [ 275 ] {7656da91-a3e9-4441-b8d5-0bb1969a8cef} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6261 | 2025.04.17 00:26:06.452661 [ 275 ] {7656da91-a3e9-4441-b8d5-0bb1969a8cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6262 | 2025.04.17 00:26:06.453099 [ 275 ] {7656da91-a3e9-4441-b8d5-0bb1969a8cef} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6263 | 2025.04.17 00:26:06.453355 [ 275 ] {7656da91-a3e9-4441-b8d5-0bb1969a8cef} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6264 | 2025.04.17 00:26:06.453541 [ 275 ] {7656da91-a3e9-4441-b8d5-0bb1969a8cef} <Debug> executeQuery: Read 1279 rows, 108.81 KiB in 0.002364 sec., 541032.1489001692 rows/sec., 44.95 MiB/sec. | ||
| 6265 | 2025.04.17 00:26:06.453622 [ 275 ] {7656da91-a3e9-4441-b8d5-0bb1969a8cef} <Debug> TCPHandler: Processed in 0.002624266 sec. | ||
| 6266 | 2025.04.17 00:26:06.453980 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6267 | 2025.04.17 00:26:06.454092 [ 275 ] {1358d069-d088-4f0b-9c8a-bde8583b3ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6268 | 2025.04.17 00:26:06.454138 [ 275 ] {1358d069-d088-4f0b-9c8a-bde8583b3ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6269 | 2025.04.17 00:26:06.454692 [ 275 ] {1358d069-d088-4f0b-9c8a-bde8583b3ec7} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6270 | 2025.04.17 00:26:06.454730 [ 275 ] {1358d069-d088-4f0b-9c8a-bde8583b3ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6271 | 2025.04.17 00:26:06.455080 [ 275 ] {1358d069-d088-4f0b-9c8a-bde8583b3ec7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6272 | 2025.04.17 00:26:06.455350 [ 275 ] {1358d069-d088-4f0b-9c8a-bde8583b3ec7} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6273 | 2025.04.17 00:26:06.455554 [ 275 ] {1358d069-d088-4f0b-9c8a-bde8583b3ec7} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.001485 sec., 30976.430976430976 rows/sec., 2.25 MiB/sec. | ||
| 6274 | 2025.04.17 00:26:06.455604 [ 275 ] {1358d069-d088-4f0b-9c8a-bde8583b3ec7} <Debug> TCPHandler: Processed in 0.001684513 sec. | ||
| 6275 | 2025.04.17 00:26:06.455736 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6276 | 2025.04.17 00:26:06.455845 [ 275 ] {1b9c4e1a-ccdf-40a5-8adc-9aed155351d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6277 | 2025.04.17 00:26:06.455888 [ 275 ] {1b9c4e1a-ccdf-40a5-8adc-9aed155351d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6278 | 2025.04.17 00:26:06.456513 [ 275 ] {1b9c4e1a-ccdf-40a5-8adc-9aed155351d3} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6279 | 2025.04.17 00:26:06.456552 [ 275 ] {1b9c4e1a-ccdf-40a5-8adc-9aed155351d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6280 | 2025.04.17 00:26:06.456905 [ 275 ] {1b9c4e1a-ccdf-40a5-8adc-9aed155351d3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6281 | 2025.04.17 00:26:06.457136 [ 275 ] {1b9c4e1a-ccdf-40a5-8adc-9aed155351d3} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6282 | 2025.04.17 00:26:06.457368 [ 275 ] {1b9c4e1a-ccdf-40a5-8adc-9aed155351d3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001542 sec., 147859.92217898832 rows/sec., 10.01 MiB/sec. | ||
| 6283 | 2025.04.17 00:26:06.457555 [ 275 ] {1b9c4e1a-ccdf-40a5-8adc-9aed155351d3} <Debug> TCPHandler: Processed in 0.001873228 sec. | ||
| 6284 | 2025.04.17 00:26:06.457741 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6285 | 2025.04.17 00:26:06.457842 [ 275 ] {c9019054-e575-489b-afda-6fd369c58496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6286 | 2025.04.17 00:26:06.457887 [ 275 ] {c9019054-e575-489b-afda-6fd369c58496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6287 | 2025.04.17 00:26:06.458672 [ 275 ] {c9019054-e575-489b-afda-6fd369c58496} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6288 | 2025.04.17 00:26:06.458712 [ 275 ] {c9019054-e575-489b-afda-6fd369c58496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6289 | 2025.04.17 00:26:06.459084 [ 275 ] {c9019054-e575-489b-afda-6fd369c58496} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6290 | 2025.04.17 00:26:06.459323 [ 275 ] {c9019054-e575-489b-afda-6fd369c58496} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6291 | 2025.04.17 00:26:06.459508 [ 275 ] {c9019054-e575-489b-afda-6fd369c58496} <Debug> executeQuery: Read 566 rows, 43.10 KiB in 0.001688 sec., 335308.0568720379 rows/sec., 24.93 MiB/sec. | ||
| 6292 | 2025.04.17 00:26:06.459559 [ 275 ] {c9019054-e575-489b-afda-6fd369c58496} <Debug> TCPHandler: Processed in 0.001884257 sec. | ||
| 6293 | 2025.04.17 00:26:06.459676 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6294 | 2025.04.17 00:26:06.459787 [ 275 ] {722b7049-6ad1-44fb-9a25-a91253b07d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6295 | 2025.04.17 00:26:06.459834 [ 275 ] {722b7049-6ad1-44fb-9a25-a91253b07d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6296 | 2025.04.17 00:26:06.460570 [ 275 ] {722b7049-6ad1-44fb-9a25-a91253b07d4c} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6297 | 2025.04.17 00:26:06.460609 [ 275 ] {722b7049-6ad1-44fb-9a25-a91253b07d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6298 | 2025.04.17 00:26:06.461065 [ 275 ] {722b7049-6ad1-44fb-9a25-a91253b07d4c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6299 | 2025.04.17 00:26:06.461302 [ 275 ] {722b7049-6ad1-44fb-9a25-a91253b07d4c} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6300 | 2025.04.17 00:26:06.461526 [ 275 ] {722b7049-6ad1-44fb-9a25-a91253b07d4c} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001751 sec., 504283.2667047402 rows/sec., 33.93 MiB/sec. | ||
| 6301 | 2025.04.17 00:26:06.461602 [ 275 ] {722b7049-6ad1-44fb-9a25-a91253b07d4c} <Debug> TCPHandler: Processed in 0.00197503 sec. | ||
| 6302 | 2025.04.17 00:26:06.461843 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6303 | 2025.04.17 00:26:06.461974 [ 275 ] {940df4a6-9265-41cf-b5a2-3c9b480a1d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6304 | 2025.04.17 00:26:06.462047 [ 275 ] {940df4a6-9265-41cf-b5a2-3c9b480a1d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6305 | 2025.04.17 00:26:06.463215 [ 275 ] {940df4a6-9265-41cf-b5a2-3c9b480a1d0b} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6306 | 2025.04.17 00:26:06.463254 [ 275 ] {940df4a6-9265-41cf-b5a2-3c9b480a1d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6307 | 2025.04.17 00:26:06.463895 [ 275 ] {940df4a6-9265-41cf-b5a2-3c9b480a1d0b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6308 | 2025.04.17 00:26:06.464146 [ 275 ] {940df4a6-9265-41cf-b5a2-3c9b480a1d0b} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6309 | 2025.04.17 00:26:06.464373 [ 275 ] {940df4a6-9265-41cf-b5a2-3c9b480a1d0b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002423 sec., 16508.46058605035 rows/sec., 29.58 MiB/sec. | ||
| 6310 | 2025.04.17 00:26:06.464465 [ 275 ] {940df4a6-9265-41cf-b5a2-3c9b480a1d0b} <Debug> TCPHandler: Processed in 0.002711778 sec. | ||
| 6311 | 2025.04.17 00:26:06.464577 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6312 | 2025.04.17 00:26:06.464688 [ 275 ] {91b16c27-c88f-40a4-8d0b-50b5d7c5cfef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6313 | 2025.04.17 00:26:06.464733 [ 275 ] {91b16c27-c88f-40a4-8d0b-50b5d7c5cfef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6314 | 2025.04.17 00:26:06.465145 [ 275 ] {91b16c27-c88f-40a4-8d0b-50b5d7c5cfef} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6315 | 2025.04.17 00:26:06.465183 [ 275 ] {91b16c27-c88f-40a4-8d0b-50b5d7c5cfef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6316 | 2025.04.17 00:26:06.465523 [ 275 ] {91b16c27-c88f-40a4-8d0b-50b5d7c5cfef} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6317 | 2025.04.17 00:26:06.465749 [ 275 ] {91b16c27-c88f-40a4-8d0b-50b5d7c5cfef} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6318 | 2025.04.17 00:26:06.465936 [ 275 ] {91b16c27-c88f-40a4-8d0b-50b5d7c5cfef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001269 sec., 47281.32387706856 rows/sec., 3.19 MiB/sec. | ||
| 6319 | 2025.04.17 00:26:06.465983 [ 275 ] {91b16c27-c88f-40a4-8d0b-50b5d7c5cfef} <Debug> TCPHandler: Processed in 0.001454346 sec. | ||
| 6320 | 2025.04.17 00:26:08.334072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 6321 | 2025.04.17 00:26:08.334713 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6322 | 2025.04.17 00:26:08.334749 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6323 | 2025.04.17 00:26:08.335264 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6324 | 2025.04.17 00:26:08.335509 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6325 | 2025.04.17 00:26:08.335718 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 6326 | 2025.04.17 00:26:09.556544 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 6327 | 2025.04.17 00:26:09.577863 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6328 | 2025.04.17 00:26:09.577930 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6329 | 2025.04.17 00:26:09.585287 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6330 | 2025.04.17 00:26:09.586030 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6331 | 2025.04.17 00:26:09.589733 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 6332 | 2025.04.17 00:26:11.418682 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6333 | 2025.04.17 00:26:11.419012 [ 275 ] {fd3ced6e-afb2-4f4f-a58e-5ed7cac18faf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6334 | 2025.04.17 00:26:11.419129 [ 275 ] {fd3ced6e-afb2-4f4f-a58e-5ed7cac18faf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6335 | 2025.04.17 00:26:11.419936 [ 275 ] {fd3ced6e-afb2-4f4f-a58e-5ed7cac18faf} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6336 | 2025.04.17 00:26:11.419986 [ 275 ] {fd3ced6e-afb2-4f4f-a58e-5ed7cac18faf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6337 | 2025.04.17 00:26:11.420425 [ 275 ] {fd3ced6e-afb2-4f4f-a58e-5ed7cac18faf} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6338 | 2025.04.17 00:26:11.420670 [ 275 ] {fd3ced6e-afb2-4f4f-a58e-5ed7cac18faf} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6339 | 2025.04.17 00:26:11.420908 [ 275 ] {fd3ced6e-afb2-4f4f-a58e-5ed7cac18faf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001983 sec., 28240.040342914777 rows/sec., 2.17 MiB/sec. | ||
| 6340 | 2025.04.17 00:26:11.420963 [ 275 ] {fd3ced6e-afb2-4f4f-a58e-5ed7cac18faf} <Debug> TCPHandler: Processed in 0.002473443 sec. | ||
| 6341 | 2025.04.17 00:26:11.421083 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6342 | 2025.04.17 00:26:11.421194 [ 275 ] {4c208a35-8624-423a-9fdd-a10e3e136173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6343 | 2025.04.17 00:26:11.421238 [ 275 ] {4c208a35-8624-423a-9fdd-a10e3e136173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6344 | 2025.04.17 00:26:11.421777 [ 275 ] {4c208a35-8624-423a-9fdd-a10e3e136173} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6345 | 2025.04.17 00:26:11.421815 [ 275 ] {4c208a35-8624-423a-9fdd-a10e3e136173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6346 | 2025.04.17 00:26:11.422163 [ 275 ] {4c208a35-8624-423a-9fdd-a10e3e136173} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6347 | 2025.04.17 00:26:11.422401 [ 275 ] {4c208a35-8624-423a-9fdd-a10e3e136173} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6348 | 2025.04.17 00:26:11.422598 [ 275 ] {4c208a35-8624-423a-9fdd-a10e3e136173} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001425 sec., 44912.28070175438 rows/sec., 3.51 MiB/sec. | ||
| 6349 | 2025.04.17 00:26:11.422647 [ 275 ] {4c208a35-8624-423a-9fdd-a10e3e136173} <Debug> TCPHandler: Processed in 0.001613341 sec. | ||
| 6350 | 2025.04.17 00:26:11.422762 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6351 | 2025.04.17 00:26:11.422872 [ 275 ] {2bac73a9-9ea3-4155-beff-f86f216e3613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6352 | 2025.04.17 00:26:11.422920 [ 275 ] {2bac73a9-9ea3-4155-beff-f86f216e3613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6353 | 2025.04.17 00:26:11.423424 [ 275 ] {2bac73a9-9ea3-4155-beff-f86f216e3613} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6354 | 2025.04.17 00:26:11.423463 [ 275 ] {2bac73a9-9ea3-4155-beff-f86f216e3613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6355 | 2025.04.17 00:26:11.423833 [ 275 ] {2bac73a9-9ea3-4155-beff-f86f216e3613} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6356 | 2025.04.17 00:26:11.424071 [ 275 ] {2bac73a9-9ea3-4155-beff-f86f216e3613} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6357 | 2025.04.17 00:26:11.424246 [ 275 ] {2bac73a9-9ea3-4155-beff-f86f216e3613} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001395 sec., 114695.34050179212 rows/sec., 7.99 MiB/sec. | ||
| 6358 | 2025.04.17 00:26:11.424344 [ 275 ] {2bac73a9-9ea3-4155-beff-f86f216e3613} <Debug> TCPHandler: Processed in 0.00162258 sec. | ||
| 6359 | 2025.04.17 00:26:11.424354 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6360 | 2025.04.17 00:26:11.424475 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6361 | 2025.04.17 00:26:11.424494 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6362 | 2025.04.17 00:26:11.424530 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6363 | 2025.04.17 00:26:11.424691 [ 275 ] {ade42e08-24a6-4c4b-b624-d1dcc738927a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6364 | 2025.04.17 00:26:11.424763 [ 275 ] {ade42e08-24a6-4c4b-b624-d1dcc738927a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6365 | 2025.04.17 00:26:11.424774 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 6366 | 2025.04.17 00:26:11.425010 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6367 | 2025.04.17 00:26:11.425063 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14329 rows starting from the beginning of the part | ||
| 6368 | 2025.04.17 00:26:11.425169 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 197 rows starting from the beginning of the part | ||
| 6369 | 2025.04.17 00:26:11.425596 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 6370 | 2025.04.17 00:26:11.426000 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 6371 | 2025.04.17 00:26:11.426353 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 883 rows starting from the beginning of the part | ||
| 6372 | 2025.04.17 00:26:11.426680 [ 275 ] {ade42e08-24a6-4c4b-b624-d1dcc738927a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6373 | 2025.04.17 00:26:11.426715 [ 188 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 6374 | 2025.04.17 00:26:11.426756 [ 275 ] {ade42e08-24a6-4c4b-b624-d1dcc738927a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6375 | 2025.04.17 00:26:11.427573 [ 275 ] {ade42e08-24a6-4c4b-b624-d1dcc738927a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6376 | 2025.04.17 00:26:11.427854 [ 275 ] {ade42e08-24a6-4c4b-b624-d1dcc738927a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6377 | 2025.04.17 00:26:11.428137 [ 275 ] {ade42e08-24a6-4c4b-b624-d1dcc738927a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003529 sec., 17001.983564749222 rows/sec., 1.15 MiB/sec. | ||
| 6378 | 2025.04.17 00:26:11.428192 [ 275 ] {ade42e08-24a6-4c4b-b624-d1dcc738927a} <Debug> TCPHandler: Processed in 0.003774095 sec. | ||
| 6379 | 2025.04.17 00:26:11.431378 [ 191 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15889 rows, containing 5 columns (5 merged, 0 gathered) in 0.006702309 sec., 2370675.53883296 rows/sec., 162.61 MiB/sec. | ||
| 6380 | 2025.04.17 00:26:11.431816 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6381 | 2025.04.17 00:26:11.432104 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6382 | 2025.04.17 00:26:11.432183 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6383 | 2025.04.17 00:26:11.432259 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 6384 | 2025.04.17 00:26:15.694850 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6385 | 2025.04.17 00:26:15.694918 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6386 | 2025.04.17 00:26:15.836799 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 6387 | 2025.04.17 00:26:15.837411 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6388 | 2025.04.17 00:26:15.837450 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6389 | 2025.04.17 00:26:15.837976 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6390 | 2025.04.17 00:26:15.838232 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6391 | 2025.04.17 00:26:15.838437 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 6392 | 2025.04.17 00:26:15.915870 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 846 | ||
| 6393 | 2025.04.17 00:26:15.918830 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2025.04.17 00:26:15.918888 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6395 | 2025.04.17 00:26:15.920340 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6396 | 2025.04.17 00:26:15.920640 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6397 | 2025.04.17 00:26:15.921603 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 846 | ||
| 6398 | 2025.04.17 00:26:16.420448 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6399 | 2025.04.17 00:26:16.420700 [ 275 ] {004a310f-0aca-48fb-8cb5-8f7d92163444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6400 | 2025.04.17 00:26:16.420794 [ 275 ] {004a310f-0aca-48fb-8cb5-8f7d92163444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6401 | 2025.04.17 00:26:16.421776 [ 275 ] {004a310f-0aca-48fb-8cb5-8f7d92163444} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6402 | 2025.04.17 00:26:16.421827 [ 275 ] {004a310f-0aca-48fb-8cb5-8f7d92163444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6403 | 2025.04.17 00:26:16.422280 [ 275 ] {004a310f-0aca-48fb-8cb5-8f7d92163444} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6404 | 2025.04.17 00:26:16.422533 [ 275 ] {004a310f-0aca-48fb-8cb5-8f7d92163444} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6405 | 2025.04.17 00:26:16.422723 [ 275 ] {004a310f-0aca-48fb-8cb5-8f7d92163444} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002094 sec., 64947.46895893028 rows/sec., 5.61 MiB/sec. | ||
| 6406 | 2025.04.17 00:26:16.422777 [ 275 ] {004a310f-0aca-48fb-8cb5-8f7d92163444} <Debug> TCPHandler: Processed in 0.002491553 sec. | ||
| 6407 | 2025.04.17 00:26:16.422904 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6408 | 2025.04.17 00:26:16.423008 [ 275 ] {d1ca5cb3-a36d-4de8-9e81-c07194fe6665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6409 | 2025.04.17 00:26:16.423055 [ 275 ] {d1ca5cb3-a36d-4de8-9e81-c07194fe6665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6410 | 2025.04.17 00:26:16.423569 [ 275 ] {d1ca5cb3-a36d-4de8-9e81-c07194fe6665} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6411 | 2025.04.17 00:26:16.423607 [ 275 ] {d1ca5cb3-a36d-4de8-9e81-c07194fe6665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6412 | 2025.04.17 00:26:16.423948 [ 275 ] {d1ca5cb3-a36d-4de8-9e81-c07194fe6665} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6413 | 2025.04.17 00:26:16.424194 [ 275 ] {d1ca5cb3-a36d-4de8-9e81-c07194fe6665} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6414 | 2025.04.17 00:26:16.424359 [ 275 ] {d1ca5cb3-a36d-4de8-9e81-c07194fe6665} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001373 sec., 29133.284777858702 rows/sec., 2.14 MiB/sec. | ||
| 6415 | 2025.04.17 00:26:16.424409 [ 275 ] {d1ca5cb3-a36d-4de8-9e81-c07194fe6665} <Debug> TCPHandler: Processed in 0.001556169 sec. | ||
| 6416 | 2025.04.17 00:26:16.424527 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6417 | 2025.04.17 00:26:16.424635 [ 275 ] {761575ba-f338-4c99-8d4d-02cd9538ef94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6418 | 2025.04.17 00:26:16.424682 [ 275 ] {761575ba-f338-4c99-8d4d-02cd9538ef94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6419 | 2025.04.17 00:26:16.425236 [ 275 ] {761575ba-f338-4c99-8d4d-02cd9538ef94} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6420 | 2025.04.17 00:26:16.425275 [ 275 ] {761575ba-f338-4c99-8d4d-02cd9538ef94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6421 | 2025.04.17 00:26:16.425643 [ 275 ] {761575ba-f338-4c99-8d4d-02cd9538ef94} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6422 | 2025.04.17 00:26:16.425892 [ 275 ] {761575ba-f338-4c99-8d4d-02cd9538ef94} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6423 | 2025.04.17 00:26:16.426074 [ 275 ] {761575ba-f338-4c99-8d4d-02cd9538ef94} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001446 sec., 71922.5449515906 rows/sec., 5.62 MiB/sec. | ||
| 6424 | 2025.04.17 00:26:16.426130 [ 275 ] {761575ba-f338-4c99-8d4d-02cd9538ef94} <Debug> TCPHandler: Processed in 0.001655741 sec. | ||
| 6425 | 2025.04.17 00:26:16.426245 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6426 | 2025.04.17 00:26:16.426351 [ 275 ] {15bf2d39-e20a-4700-be11-aff39fd9e868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6427 | 2025.04.17 00:26:16.426399 [ 275 ] {15bf2d39-e20a-4700-be11-aff39fd9e868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6428 | 2025.04.17 00:26:16.426902 [ 275 ] {15bf2d39-e20a-4700-be11-aff39fd9e868} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6429 | 2025.04.17 00:26:16.426939 [ 275 ] {15bf2d39-e20a-4700-be11-aff39fd9e868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6430 | 2025.04.17 00:26:16.427314 [ 275 ] {15bf2d39-e20a-4700-be11-aff39fd9e868} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6431 | 2025.04.17 00:26:16.427558 [ 275 ] {15bf2d39-e20a-4700-be11-aff39fd9e868} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6432 | 2025.04.17 00:26:16.427733 [ 275 ] {15bf2d39-e20a-4700-be11-aff39fd9e868} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001403 sec., 114041.33998574484 rows/sec., 7.94 MiB/sec. | ||
| 6433 | 2025.04.17 00:26:16.427785 [ 275 ] {15bf2d39-e20a-4700-be11-aff39fd9e868} <Debug> TCPHandler: Processed in 0.00158988 sec. | ||
| 6434 | 2025.04.17 00:26:16.427932 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6435 | 2025.04.17 00:26:16.428034 [ 275 ] {ecf38208-3d53-4044-81a3-cba4be0e1187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6436 | 2025.04.17 00:26:16.428098 [ 275 ] {ecf38208-3d53-4044-81a3-cba4be0e1187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6437 | 2025.04.17 00:26:16.429227 [ 275 ] {ecf38208-3d53-4044-81a3-cba4be0e1187} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6438 | 2025.04.17 00:26:16.429265 [ 275 ] {ecf38208-3d53-4044-81a3-cba4be0e1187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6439 | 2025.04.17 00:26:16.429901 [ 275 ] {ecf38208-3d53-4044-81a3-cba4be0e1187} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6440 | 2025.04.17 00:26:16.430149 [ 275 ] {ecf38208-3d53-4044-81a3-cba4be0e1187} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6441 | 2025.04.17 00:26:16.430336 [ 275 ] {ecf38208-3d53-4044-81a3-cba4be0e1187} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002323 sec., 17219.113215669393 rows/sec., 30.86 MiB/sec. | ||
| 6442 | 2025.04.17 00:26:16.430434 [ 275 ] {ecf38208-3d53-4044-81a3-cba4be0e1187} <Debug> TCPHandler: Processed in 0.002558095 sec. | ||
| 6443 | 2025.04.17 00:26:16.430572 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6444 | 2025.04.17 00:26:16.430675 [ 275 ] {5eb3c30d-3a8d-412f-80ca-b6b46acc24bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6445 | 2025.04.17 00:26:16.430720 [ 275 ] {5eb3c30d-3a8d-412f-80ca-b6b46acc24bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6446 | 2025.04.17 00:26:16.431167 [ 275 ] {5eb3c30d-3a8d-412f-80ca-b6b46acc24bd} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6447 | 2025.04.17 00:26:16.431204 [ 275 ] {5eb3c30d-3a8d-412f-80ca-b6b46acc24bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6448 | 2025.04.17 00:26:16.431547 [ 275 ] {5eb3c30d-3a8d-412f-80ca-b6b46acc24bd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6449 | 2025.04.17 00:26:16.431777 [ 275 ] {5eb3c30d-3a8d-412f-80ca-b6b46acc24bd} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6450 | 2025.04.17 00:26:16.431900 [ 144 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6451 | 2025.04.17 00:26:16.431941 [ 144 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6452 | 2025.04.17 00:26:16.431944 [ 275 ] {5eb3c30d-3a8d-412f-80ca-b6b46acc24bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00129 sec., 46511.62790697675 rows/sec., 3.13 MiB/sec. | ||
| 6453 | 2025.04.17 00:26:16.431967 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6454 | 2025.04.17 00:26:16.432010 [ 275 ] {5eb3c30d-3a8d-412f-80ca-b6b46acc24bd} <Debug> TCPHandler: Processed in 0.001487077 sec. | ||
| 6455 | 2025.04.17 00:26:16.432355 [ 191 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 6456 | 2025.04.17 00:26:16.432626 [ 191 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6457 | 2025.04.17 00:26:16.432670 [ 191 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2642 rows starting from the beginning of the part | ||
| 6458 | 2025.04.17 00:26:16.432753 [ 191 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 6459 | 2025.04.17 00:26:16.433008 [ 191 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 6460 | 2025.04.17 00:26:16.433264 [ 191 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 6461 | 2025.04.17 00:26:16.433380 [ 191 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 6462 | 2025.04.17 00:26:16.433598 [ 191 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 6463 | 2025.04.17 00:26:16.435134 [ 192 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2942 rows, containing 4 columns (4 merged, 0 gathered) in 0.003006416 sec., 978573.8234495824 rows/sec., 65.89 MiB/sec. | ||
| 6464 | 2025.04.17 00:26:16.435443 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6465 | 2025.04.17 00:26:16.435800 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_51_10} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6466 | 2025.04.17 00:26:16.435904 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_51_10} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6467 | 2025.04.17 00:26:16.435998 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 6468 | 2025.04.17 00:26:17.089812 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 6469 | 2025.04.17 00:26:17.110662 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6470 | 2025.04.17 00:26:17.110717 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6471 | 2025.04.17 00:26:17.118109 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6472 | 2025.04.17 00:26:17.118879 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6473 | 2025.04.17 00:26:17.122543 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 6474 | 2025.04.17 00:26:19.521348 [ 137 ] {} <Debug> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 6475 | 2025.04.17 00:26:19.521418 [ 137 ] {} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6476 | 2025.04.17 00:26:19.521444 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 6477 | 2025.04.17 00:26:19.521675 [ 190 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 6478 | 2025.04.17 00:26:19.521890 [ 190 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6479 | 2025.04.17 00:26:19.521935 [ 190 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 366 rows starting from the beginning of the part | ||
| 6480 | 2025.04.17 00:26:19.522042 [ 190 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
| 6481 | 2025.04.17 00:26:19.522170 [ 190 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part | ||
| 6482 | 2025.04.17 00:26:19.522437 [ 190 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
| 6483 | 2025.04.17 00:26:19.522534 [ 190 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part | ||
| 6484 | 2025.04.17 00:26:19.523625 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 5 columns (5 merged, 0 gathered) in 0.002104943 sec., 413312.854552356 rows/sec., 29.92 MiB/sec. | ||
| 6485 | 2025.04.17 00:26:19.523828 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 6486 | 2025.04.17 00:26:19.524184 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_18_4} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6487 | 2025.04.17 00:26:19.524279 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_18_4} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 6488 | 2025.04.17 00:26:19.524393 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 6489 | 2025.04.17 00:26:21.420614 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6490 | 2025.04.17 00:26:21.420840 [ 275 ] {6aec255c-c3ad-4d9d-81e2-258c255e5afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6491 | 2025.04.17 00:26:21.420920 [ 275 ] {6aec255c-c3ad-4d9d-81e2-258c255e5afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6492 | 2025.04.17 00:26:21.421763 [ 275 ] {6aec255c-c3ad-4d9d-81e2-258c255e5afc} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6493 | 2025.04.17 00:26:21.421814 [ 275 ] {6aec255c-c3ad-4d9d-81e2-258c255e5afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6494 | 2025.04.17 00:26:21.422238 [ 275 ] {6aec255c-c3ad-4d9d-81e2-258c255e5afc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6495 | 2025.04.17 00:26:21.422486 [ 275 ] {6aec255c-c3ad-4d9d-81e2-258c255e5afc} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6496 | 2025.04.17 00:26:21.422745 [ 275 ] {6aec255c-c3ad-4d9d-81e2-258c255e5afc} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001949 sec., 12314.007183170857 rows/sec., 1.02 MiB/sec. | ||
| 6497 | 2025.04.17 00:26:21.422899 [ 275 ] {6aec255c-c3ad-4d9d-81e2-258c255e5afc} <Debug> TCPHandler: Processed in 0.002420151 sec. | ||
| 6498 | 2025.04.17 00:26:21.423067 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6499 | 2025.04.17 00:26:21.423171 [ 275 ] {4fc5cdde-9c74-4f28-ada5-46b76736e5e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6500 | 2025.04.17 00:26:21.423217 [ 275 ] {4fc5cdde-9c74-4f28-ada5-46b76736e5e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6501 | 2025.04.17 00:26:21.423728 [ 275 ] {4fc5cdde-9c74-4f28-ada5-46b76736e5e1} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6502 | 2025.04.17 00:26:21.423765 [ 275 ] {4fc5cdde-9c74-4f28-ada5-46b76736e5e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6503 | 2025.04.17 00:26:21.424226 [ 275 ] {4fc5cdde-9c74-4f28-ada5-46b76736e5e1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6504 | 2025.04.17 00:26:21.424464 [ 275 ] {4fc5cdde-9c74-4f28-ada5-46b76736e5e1} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6505 | 2025.04.17 00:26:21.424671 [ 275 ] {4fc5cdde-9c74-4f28-ada5-46b76736e5e1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001522 sec., 1314.060446780552 rows/sec., 107.15 KiB/sec. | ||
| 6506 | 2025.04.17 00:26:21.424722 [ 275 ] {4fc5cdde-9c74-4f28-ada5-46b76736e5e1} <Debug> TCPHandler: Processed in 0.001714033 sec. | ||
| 6507 | 2025.04.17 00:26:21.424835 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6508 | 2025.04.17 00:26:21.424940 [ 275 ] {05c98bd4-0ec7-4946-b610-1102788c8cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6509 | 2025.04.17 00:26:21.424983 [ 275 ] {05c98bd4-0ec7-4946-b610-1102788c8cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6510 | 2025.04.17 00:26:21.425662 [ 275 ] {05c98bd4-0ec7-4946-b610-1102788c8cc4} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6511 | 2025.04.17 00:26:21.425707 [ 275 ] {05c98bd4-0ec7-4946-b610-1102788c8cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6512 | 2025.04.17 00:26:21.426065 [ 275 ] {05c98bd4-0ec7-4946-b610-1102788c8cc4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6513 | 2025.04.17 00:26:21.426295 [ 275 ] {05c98bd4-0ec7-4946-b610-1102788c8cc4} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6514 | 2025.04.17 00:26:21.426520 [ 275 ] {05c98bd4-0ec7-4946-b610-1102788c8cc4} <Debug> executeQuery: Read 177 rows, 15.94 KiB in 0.001592 sec., 111180.90452261305 rows/sec., 9.78 MiB/sec. | ||
| 6515 | 2025.04.17 00:26:21.426619 [ 275 ] {05c98bd4-0ec7-4946-b610-1102788c8cc4} <Debug> TCPHandler: Processed in 0.001831407 sec. | ||
| 6516 | 2025.04.17 00:26:21.426838 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6517 | 2025.04.17 00:26:21.427008 [ 275 ] {3e9e218e-8ee1-49c7-b3fc-29e888fd0651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6518 | 2025.04.17 00:26:21.427053 [ 275 ] {3e9e218e-8ee1-49c7-b3fc-29e888fd0651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6519 | 2025.04.17 00:26:21.427578 [ 275 ] {3e9e218e-8ee1-49c7-b3fc-29e888fd0651} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6520 | 2025.04.17 00:26:21.427616 [ 275 ] {3e9e218e-8ee1-49c7-b3fc-29e888fd0651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6521 | 2025.04.17 00:26:21.427955 [ 275 ] {3e9e218e-8ee1-49c7-b3fc-29e888fd0651} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6522 | 2025.04.17 00:26:21.428179 [ 275 ] {3e9e218e-8ee1-49c7-b3fc-29e888fd0651} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6523 | 2025.04.17 00:26:21.428340 [ 135 ] {} <Debug> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6524 | 2025.04.17 00:26:21.428397 [ 275 ] {3e9e218e-8ee1-49c7-b3fc-29e888fd0651} <Debug> executeQuery: Read 14 rows, 1.10 KiB in 0.001404 sec., 9971.509971509971 rows/sec., 783.89 KiB/sec. | ||
| 6525 | 2025.04.17 00:26:21.428425 [ 135 ] {} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6526 | 2025.04.17 00:26:21.428503 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6527 | 2025.04.17 00:26:21.428511 [ 275 ] {3e9e218e-8ee1-49c7-b3fc-29e888fd0651} <Debug> TCPHandler: Processed in 0.001777015 sec. | ||
| 6528 | 2025.04.17 00:26:21.428850 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6529 | 2025.04.17 00:26:21.428944 [ 198 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::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 | ||
| 6530 | 2025.04.17 00:26:21.429296 [ 275 ] {ed97227b-223c-4f55-81bf-7c6b5d3a137e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6531 | 2025.04.17 00:26:21.429485 [ 275 ] {ed97227b-223c-4f55-81bf-7c6b5d3a137e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6532 | 2025.04.17 00:26:21.429488 [ 198 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6533 | 2025.04.17 00:26:21.429607 [ 198 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 176 rows starting from the beginning of the part | ||
| 6534 | 2025.04.17 00:26:21.429895 [ 198 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 6535 | 2025.04.17 00:26:21.430206 [ 198 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part | ||
| 6536 | 2025.04.17 00:26:21.430655 [ 198 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 46 rows starting from the beginning of the part | ||
| 6537 | 2025.04.17 00:26:21.431057 [ 198 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part | ||
| 6538 | 2025.04.17 00:26:21.431385 [ 198 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 6539 | 2025.04.17 00:26:21.432245 [ 275 ] {ed97227b-223c-4f55-81bf-7c6b5d3a137e} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6540 | 2025.04.17 00:26:21.432298 [ 275 ] {ed97227b-223c-4f55-81bf-7c6b5d3a137e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6541 | 2025.04.17 00:26:21.433309 [ 275 ] {ed97227b-223c-4f55-81bf-7c6b5d3a137e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6542 | 2025.04.17 00:26:21.433852 [ 275 ] {ed97227b-223c-4f55-81bf-7c6b5d3a137e} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6543 | 2025.04.17 00:26:21.434381 [ 193 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 5 columns (5 merged, 0 gathered) in 0.005741135 sec., 57479.92339493846 rows/sec., 4.17 MiB/sec. | ||
| 6544 | 2025.04.17 00:26:21.434408 [ 275 ] {ed97227b-223c-4f55-81bf-7c6b5d3a137e} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00531 sec., 4519.774011299435 rows/sec., 384.00 KiB/sec. | ||
| 6545 | 2025.04.17 00:26:21.434512 [ 275 ] {ed97227b-223c-4f55-81bf-7c6b5d3a137e} <Debug> TCPHandler: Processed in 0.005796526 sec. | ||
| 6546 | 2025.04.17 00:26:21.434625 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6547 | 2025.04.17 00:26:21.434646 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6548 | 2025.04.17 00:26:21.434776 [ 275 ] {57b096e2-799b-464f-aeed-41e8bbf05b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6549 | 2025.04.17 00:26:21.434828 [ 275 ] {57b096e2-799b-464f-aeed-41e8bbf05b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6550 | 2025.04.17 00:26:21.434991 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_36_7} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6551 | 2025.04.17 00:26:21.435127 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_36_7} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6552 | 2025.04.17 00:26:21.435248 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6553 | 2025.04.17 00:26:21.435563 [ 275 ] {57b096e2-799b-464f-aeed-41e8bbf05b08} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6554 | 2025.04.17 00:26:21.435610 [ 275 ] {57b096e2-799b-464f-aeed-41e8bbf05b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6555 | 2025.04.17 00:26:21.436018 [ 275 ] {57b096e2-799b-464f-aeed-41e8bbf05b08} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6556 | 2025.04.17 00:26:21.436303 [ 275 ] {57b096e2-799b-464f-aeed-41e8bbf05b08} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6557 | 2025.04.17 00:26:21.436705 [ 275 ] {57b096e2-799b-464f-aeed-41e8bbf05b08} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001887 sec., 6359.300476947536 rows/sec., 496.82 KiB/sec. | ||
| 6558 | 2025.04.17 00:26:21.437038 [ 275 ] {57b096e2-799b-464f-aeed-41e8bbf05b08} <Debug> TCPHandler: Processed in 0.002445752 sec. | ||
| 6559 | 2025.04.17 00:26:21.437171 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6560 | 2025.04.17 00:26:21.437282 [ 275 ] {8c07a600-5f21-47eb-87b8-53676c024bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6561 | 2025.04.17 00:26:21.437325 [ 275 ] {8c07a600-5f21-47eb-87b8-53676c024bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6562 | 2025.04.17 00:26:21.437907 [ 275 ] {8c07a600-5f21-47eb-87b8-53676c024bad} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6563 | 2025.04.17 00:26:21.437946 [ 275 ] {8c07a600-5f21-47eb-87b8-53676c024bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6564 | 2025.04.17 00:26:21.438299 [ 275 ] {8c07a600-5f21-47eb-87b8-53676c024bad} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6565 | 2025.04.17 00:26:21.438537 [ 275 ] {8c07a600-5f21-47eb-87b8-53676c024bad} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6566 | 2025.04.17 00:26:21.438739 [ 275 ] {8c07a600-5f21-47eb-87b8-53676c024bad} <Debug> executeQuery: Read 102 rows, 8.54 KiB in 0.001479 sec., 68965.5172413793 rows/sec., 5.64 MiB/sec. | ||
| 6567 | 2025.04.17 00:26:21.438789 [ 275 ] {8c07a600-5f21-47eb-87b8-53676c024bad} <Debug> TCPHandler: Processed in 0.001666512 sec. | ||
| 6568 | 2025.04.17 00:26:21.438902 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6569 | 2025.04.17 00:26:21.439012 [ 275 ] {57db70a6-19b5-4250-b54d-a306e7fdd41c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6570 | 2025.04.17 00:26:21.439059 [ 275 ] {57db70a6-19b5-4250-b54d-a306e7fdd41c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6571 | 2025.04.17 00:26:21.439653 [ 275 ] {57db70a6-19b5-4250-b54d-a306e7fdd41c} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6572 | 2025.04.17 00:26:21.439700 [ 275 ] {57db70a6-19b5-4250-b54d-a306e7fdd41c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6573 | 2025.04.17 00:26:21.440097 [ 275 ] {57db70a6-19b5-4250-b54d-a306e7fdd41c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6574 | 2025.04.17 00:26:21.440334 [ 275 ] {57db70a6-19b5-4250-b54d-a306e7fdd41c} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6575 | 2025.04.17 00:26:21.440550 [ 275 ] {57db70a6-19b5-4250-b54d-a306e7fdd41c} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.001547 sec., 127343.24499030382 rows/sec., 9.13 MiB/sec. | ||
| 6576 | 2025.04.17 00:26:21.440647 [ 275 ] {57db70a6-19b5-4250-b54d-a306e7fdd41c} <Debug> TCPHandler: Processed in 0.001793355 sec. | ||
| 6577 | 2025.04.17 00:26:21.440844 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6578 | 2025.04.17 00:26:21.440986 [ 275 ] {f7fd8847-b91e-43be-83c5-ea68d9b9e822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6579 | 2025.04.17 00:26:21.441033 [ 275 ] {f7fd8847-b91e-43be-83c5-ea68d9b9e822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6580 | 2025.04.17 00:26:21.441455 [ 275 ] {f7fd8847-b91e-43be-83c5-ea68d9b9e822} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6581 | 2025.04.17 00:26:21.441494 [ 275 ] {f7fd8847-b91e-43be-83c5-ea68d9b9e822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6582 | 2025.04.17 00:26:21.441839 [ 275 ] {f7fd8847-b91e-43be-83c5-ea68d9b9e822} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6583 | 2025.04.17 00:26:21.442064 [ 275 ] {f7fd8847-b91e-43be-83c5-ea68d9b9e822} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6584 | 2025.04.17 00:26:21.442265 [ 275 ] {f7fd8847-b91e-43be-83c5-ea68d9b9e822} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001302 sec., 46082.949308755764 rows/sec., 3.11 MiB/sec. | ||
| 6585 | 2025.04.17 00:26:21.442312 [ 275 ] {f7fd8847-b91e-43be-83c5-ea68d9b9e822} <Debug> TCPHandler: Processed in 0.00157263 sec. | ||
| 6586 | 2025.04.17 00:26:23.338675 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 6587 | 2025.04.17 00:26:23.339407 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6588 | 2025.04.17 00:26:23.339461 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6589 | 2025.04.17 00:26:23.340033 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6590 | 2025.04.17 00:26:23.340306 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6591 | 2025.04.17 00:26:23.340474 [ 132 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6592 | 2025.04.17 00:26:23.340524 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 6593 | 2025.04.17 00:26:23.340527 [ 132 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6594 | 2025.04.17 00:26:23.340560 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6595 | 2025.04.17 00:26:23.340780 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 6596 | 2025.04.17 00:26:23.341649 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6597 | 2025.04.17 00:26:23.341836 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part | ||
| 6598 | 2025.04.17 00:26:23.341922 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 6599 | 2025.04.17 00:26:23.342048 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 6600 | 2025.04.17 00:26:23.342327 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 6601 | 2025.04.17 00:26:23.342434 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 6602 | 2025.04.17 00:26:23.342649 [ 196 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 6603 | 2025.04.17 00:26:23.345271 [ 193 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004657128 sec., 4047344.2001164667 rows/sec., 57.90 MiB/sec. | ||
| 6604 | 2025.04.17 00:26:23.345692 [ 199 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6605 | 2025.04.17 00:26:23.346049 [ 199 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_41_8} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6606 | 2025.04.17 00:26:23.346146 [ 199 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_41_8} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6607 | 2025.04.17 00:26:23.346267 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 6608 | 2025.04.17 00:26:24.622682 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 6609 | 2025.04.17 00:26:24.646556 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6610 | 2025.04.17 00:26:24.646612 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6611 | 2025.04.17 00:26:24.654206 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6612 | 2025.04.17 00:26:24.655035 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6613 | 2025.04.17 00:26:24.655350 [ 131 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6614 | 2025.04.17 00:26:24.655429 [ 131 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6615 | 2025.04.17 00:26:24.655475 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6616 | 2025.04.17 00:26:24.655890 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 6617 | 2025.04.17 00:26:24.671126 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 6618 | 2025.04.17 00:26:24.672598 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6619 | 2025.04.17 00:26:24.674108 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part | ||
| 6620 | 2025.04.17 00:26:24.679423 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part | ||
| 6621 | 2025.04.17 00:26:24.685088 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
| 6622 | 2025.04.17 00:26:24.690734 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part | ||
| 6623 | 2025.04.17 00:26:24.696311 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 6624 | 2025.04.17 00:26:24.700861 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part | ||
| 6625 | 2025.04.17 00:26:24.760057 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.10444462 sec., 2958.505665490477 rows/sec., 15.30 MiB/sec. | ||
| 6626 | 2025.04.17 00:26:24.763157 [ 193 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6627 | 2025.04.17 00:26:24.766183 [ 193 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_41_8} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6628 | 2025.04.17 00:26:24.766319 [ 193 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_41_8} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6629 | 2025.04.17 00:26:24.768938 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 6630 | 2025.04.17 00:26:25.000176 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.75 MiB, peak 225.16 MiB, free memory in arenas 0.00 B, will set to 214.27 MiB (RSS), difference: 2.51 MiB | ||
| 6631 | 2025.04.17 00:26:25.921908 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 876 | ||
| 6632 | 2025.04.17 00:26:25.924998 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6633 | 2025.04.17 00:26:25.925051 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6634 | 2025.04.17 00:26:25.926546 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6635 | 2025.04.17 00:26:25.926867 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6636 | 2025.04.17 00:26:25.928445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 876 | ||
| 6637 | 2025.04.17 00:26:26.421019 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6638 | 2025.04.17 00:26:26.421225 [ 275 ] {e626fe60-6163-4492-a419-8fdb4fc48846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6639 | 2025.04.17 00:26:26.421305 [ 275 ] {e626fe60-6163-4492-a419-8fdb4fc48846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6640 | 2025.04.17 00:26:26.422225 [ 275 ] {e626fe60-6163-4492-a419-8fdb4fc48846} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6641 | 2025.04.17 00:26:26.422269 [ 275 ] {e626fe60-6163-4492-a419-8fdb4fc48846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6642 | 2025.04.17 00:26:26.422720 [ 275 ] {e626fe60-6163-4492-a419-8fdb4fc48846} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6643 | 2025.04.17 00:26:26.422978 [ 275 ] {e626fe60-6163-4492-a419-8fdb4fc48846} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6644 | 2025.04.17 00:26:26.423191 [ 130 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6645 | 2025.04.17 00:26:26.423221 [ 275 ] {e626fe60-6163-4492-a419-8fdb4fc48846} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002056 sec., 66147.85992217899 rows/sec., 5.71 MiB/sec. | ||
| 6646 | 2025.04.17 00:26:26.423274 [ 130 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6647 | 2025.04.17 00:26:26.423350 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6648 | 2025.04.17 00:26:26.423357 [ 275 ] {e626fe60-6163-4492-a419-8fdb4fc48846} <Debug> TCPHandler: Processed in 0.002488692 sec. | ||
| 6649 | 2025.04.17 00:26:26.423567 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6650 | 2025.04.17 00:26:26.423575 [ 197 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::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 | ||
| 6651 | 2025.04.17 00:26:26.423733 [ 275 ] {85658a9a-7891-4112-95f1-da1c5c4345ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6652 | 2025.04.17 00:26:26.423857 [ 275 ] {85658a9a-7891-4112-95f1-da1c5c4345ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6653 | 2025.04.17 00:26:26.423892 [ 197 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6654 | 2025.04.17 00:26:26.423990 [ 197 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1968 rows starting from the beginning of the part | ||
| 6655 | 2025.04.17 00:26:26.424264 [ 197 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1279 rows starting from the beginning of the part | ||
| 6656 | 2025.04.17 00:26:26.424585 [ 197 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::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 | ||
| 6657 | 2025.04.17 00:26:26.424927 [ 197 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 136 rows starting from the beginning of the part | ||
| 6658 | 2025.04.17 00:26:26.425283 [ 197 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 177 rows starting from the beginning of the part | ||
| 6659 | 2025.04.17 00:26:26.425644 [ 197 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 136 rows starting from the beginning of the part | ||
| 6660 | 2025.04.17 00:26:26.426777 [ 275 ] {85658a9a-7891-4112-95f1-da1c5c4345ef} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6661 | 2025.04.17 00:26:26.426839 [ 275 ] {85658a9a-7891-4112-95f1-da1c5c4345ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6662 | 2025.04.17 00:26:26.427702 [ 275 ] {85658a9a-7891-4112-95f1-da1c5c4345ef} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6663 | 2025.04.17 00:26:26.428277 [ 275 ] {85658a9a-7891-4112-95f1-da1c5c4345ef} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6664 | 2025.04.17 00:26:26.428543 [ 275 ] {85658a9a-7891-4112-95f1-da1c5c4345ef} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004861 sec., 8228.759514503188 rows/sec., 618.76 KiB/sec. | ||
| 6665 | 2025.04.17 00:26:26.428646 [ 275 ] {85658a9a-7891-4112-95f1-da1c5c4345ef} <Debug> TCPHandler: Processed in 0.005151279 sec. | ||
| 6666 | 2025.04.17 00:26:26.428803 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6667 | 2025.04.17 00:26:26.428932 [ 275 ] {f2d6140d-04f1-4924-b099-cf22b2653c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6668 | 2025.04.17 00:26:26.429003 [ 275 ] {f2d6140d-04f1-4924-b099-cf22b2653c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6669 | 2025.04.17 00:26:26.429501 [ 197 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3752 rows, containing 5 columns (5 merged, 0 gathered) in 0.006043552 sec., 620826.9573919444 rows/sec., 53.92 MiB/sec. | ||
| 6670 | 2025.04.17 00:26:26.429850 [ 197 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6671 | 2025.04.17 00:26:26.430391 [ 275 ] {f2d6140d-04f1-4924-b099-cf22b2653c9c} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6672 | 2025.04.17 00:26:26.430455 [ 275 ] {f2d6140d-04f1-4924-b099-cf22b2653c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6673 | 2025.04.17 00:26:26.430500 [ 197 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_56_11} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6674 | 2025.04.17 00:26:26.430722 [ 197 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_56_11} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6675 | 2025.04.17 00:26:26.430892 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 6676 | 2025.04.17 00:26:26.431113 [ 275 ] {f2d6140d-04f1-4924-b099-cf22b2653c9c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6677 | 2025.04.17 00:26:26.431355 [ 275 ] {f2d6140d-04f1-4924-b099-cf22b2653c9c} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6678 | 2025.04.17 00:26:26.431543 [ 129 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6679 | 2025.04.17 00:26:26.431566 [ 275 ] {f2d6140d-04f1-4924-b099-cf22b2653c9c} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.00268 sec., 38805.97014925373 rows/sec., 3.03 MiB/sec. | ||
| 6680 | 2025.04.17 00:26:26.431616 [ 129 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6681 | 2025.04.17 00:26:26.431703 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6682 | 2025.04.17 00:26:26.431714 [ 275 ] {f2d6140d-04f1-4924-b099-cf22b2653c9c} <Debug> TCPHandler: Processed in 0.002969345 sec. | ||
| 6683 | 2025.04.17 00:26:26.432024 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 6684 | 2025.04.17 00:26:26.432080 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6685 | 2025.04.17 00:26:26.432507 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6686 | 2025.04.17 00:26:26.432645 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 950 rows starting from the beginning of the part | ||
| 6687 | 2025.04.17 00:26:26.433085 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 566 rows starting from the beginning of the part | ||
| 6688 | 2025.04.17 00:26:26.433002 [ 275 ] {dc06848b-024c-4b8e-bb84-30c30af7004e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6689 | 2025.04.17 00:26:26.433345 [ 275 ] {dc06848b-024c-4b8e-bb84-30c30af7004e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6690 | 2025.04.17 00:26:26.433384 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 6691 | 2025.04.17 00:26:26.433722 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 104 rows starting from the beginning of the part | ||
| 6692 | 2025.04.17 00:26:26.434083 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 102 rows starting from the beginning of the part | ||
| 6693 | 2025.04.17 00:26:26.434533 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 104 rows starting from the beginning of the part | ||
| 6694 | 2025.04.17 00:26:26.436070 [ 275 ] {dc06848b-024c-4b8e-bb84-30c30af7004e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6695 | 2025.04.17 00:26:26.436132 [ 275 ] {dc06848b-024c-4b8e-bb84-30c30af7004e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6696 | 2025.04.17 00:26:26.437195 [ 275 ] {dc06848b-024c-4b8e-bb84-30c30af7004e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6697 | 2025.04.17 00:26:26.437665 [ 275 ] {dc06848b-024c-4b8e-bb84-30c30af7004e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6698 | 2025.04.17 00:26:26.437772 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1890 rows, containing 5 columns (5 merged, 0 gathered) in 0.00597098 sec., 316530.95471765107 rows/sec., 24.86 MiB/sec. | ||
| 6699 | 2025.04.17 00:26:26.438101 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6700 | 2025.04.17 00:26:26.438114 [ 275 ] {dc06848b-024c-4b8e-bb84-30c30af7004e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005552 sec., 28818.443804034585 rows/sec., 2.01 MiB/sec. | ||
| 6701 | 2025.04.17 00:26:26.438526 [ 275 ] {dc06848b-024c-4b8e-bb84-30c30af7004e} <Debug> TCPHandler: Processed in 0.006587226 sec. | ||
| 6702 | 2025.04.17 00:26:26.438856 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6703 | 2025.04.17 00:26:26.439089 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_56_11} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6704 | 2025.04.17 00:26:26.439121 [ 275 ] {5e87ba1b-74ec-46e3-b189-8164498f307a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6705 | 2025.04.17 00:26:26.439278 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_56_11} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6706 | 2025.04.17 00:26:26.439291 [ 275 ] {5e87ba1b-74ec-46e3-b189-8164498f307a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6707 | 2025.04.17 00:26:26.439473 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6708 | 2025.04.17 00:26:26.440631 [ 275 ] {5e87ba1b-74ec-46e3-b189-8164498f307a} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6709 | 2025.04.17 00:26:26.440673 [ 275 ] {5e87ba1b-74ec-46e3-b189-8164498f307a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6710 | 2025.04.17 00:26:26.441351 [ 275 ] {5e87ba1b-74ec-46e3-b189-8164498f307a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6711 | 2025.04.17 00:26:26.441615 [ 275 ] {5e87ba1b-74ec-46e3-b189-8164498f307a} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6712 | 2025.04.17 00:26:26.441848 [ 275 ] {5e87ba1b-74ec-46e3-b189-8164498f307a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002799 sec., 14290.818149339051 rows/sec., 25.61 MiB/sec. | ||
| 6713 | 2025.04.17 00:26:26.441953 [ 275 ] {5e87ba1b-74ec-46e3-b189-8164498f307a} <Debug> TCPHandler: Processed in 0.003227731 sec. | ||
| 6714 | 2025.04.17 00:26:26.442068 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6715 | 2025.04.17 00:26:26.442170 [ 275 ] {35cc212f-1c8c-4c63-b993-1c9643f9a00f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6716 | 2025.04.17 00:26:26.442241 [ 275 ] {35cc212f-1c8c-4c63-b993-1c9643f9a00f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6717 | 2025.04.17 00:26:26.442658 [ 275 ] {35cc212f-1c8c-4c63-b993-1c9643f9a00f} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6718 | 2025.04.17 00:26:26.442696 [ 275 ] {35cc212f-1c8c-4c63-b993-1c9643f9a00f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6719 | 2025.04.17 00:26:26.443042 [ 275 ] {35cc212f-1c8c-4c63-b993-1c9643f9a00f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6720 | 2025.04.17 00:26:26.443269 [ 275 ] {35cc212f-1c8c-4c63-b993-1c9643f9a00f} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6721 | 2025.04.17 00:26:26.443462 [ 275 ] {35cc212f-1c8c-4c63-b993-1c9643f9a00f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 6722 | 2025.04.17 00:26:26.443509 [ 275 ] {35cc212f-1c8c-4c63-b993-1c9643f9a00f} <Debug> TCPHandler: Processed in 0.001489777 sec. | ||
| 6723 | 2025.04.17 00:26:30.694997 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6724 | 2025.04.17 00:26:30.695086 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6725 | 2025.04.17 00:26:30.840742 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 6726 | 2025.04.17 00:26:30.841373 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6727 | 2025.04.17 00:26:30.841422 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6728 | 2025.04.17 00:26:30.841967 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6729 | 2025.04.17 00:26:30.842228 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6730 | 2025.04.17 00:26:30.842463 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 6731 | 2025.04.17 00:26:31.419139 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6732 | 2025.04.17 00:26:31.419370 [ 275 ] {51043101-ea68-4243-9e4d-4d8859c18385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6733 | 2025.04.17 00:26:31.419451 [ 275 ] {51043101-ea68-4243-9e4d-4d8859c18385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6734 | 2025.04.17 00:26:31.421043 [ 275 ] {51043101-ea68-4243-9e4d-4d8859c18385} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6735 | 2025.04.17 00:26:31.421094 [ 275 ] {51043101-ea68-4243-9e4d-4d8859c18385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6736 | 2025.04.17 00:26:31.421537 [ 275 ] {51043101-ea68-4243-9e4d-4d8859c18385} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6737 | 2025.04.17 00:26:31.421789 [ 275 ] {51043101-ea68-4243-9e4d-4d8859c18385} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6738 | 2025.04.17 00:26:31.421989 [ 275 ] {51043101-ea68-4243-9e4d-4d8859c18385} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002677 sec., 20918.939110945088 rows/sec., 1.61 MiB/sec. | ||
| 6739 | 2025.04.17 00:26:31.422050 [ 275 ] {51043101-ea68-4243-9e4d-4d8859c18385} <Debug> TCPHandler: Processed in 0.003097178 sec. | ||
| 6740 | 2025.04.17 00:26:31.422179 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6741 | 2025.04.17 00:26:31.422292 [ 275 ] {20c4fd7e-14f3-4faa-bd82-de17d70098a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6742 | 2025.04.17 00:26:31.422338 [ 275 ] {20c4fd7e-14f3-4faa-bd82-de17d70098a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6743 | 2025.04.17 00:26:31.422889 [ 275 ] {20c4fd7e-14f3-4faa-bd82-de17d70098a6} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6744 | 2025.04.17 00:26:31.422928 [ 275 ] {20c4fd7e-14f3-4faa-bd82-de17d70098a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6745 | 2025.04.17 00:26:31.423294 [ 275 ] {20c4fd7e-14f3-4faa-bd82-de17d70098a6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6746 | 2025.04.17 00:26:31.423545 [ 275 ] {20c4fd7e-14f3-4faa-bd82-de17d70098a6} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6747 | 2025.04.17 00:26:31.423736 [ 275 ] {20c4fd7e-14f3-4faa-bd82-de17d70098a6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001465 sec., 43686.006825938566 rows/sec., 3.41 MiB/sec. | ||
| 6748 | 2025.04.17 00:26:31.423790 [ 275 ] {20c4fd7e-14f3-4faa-bd82-de17d70098a6} <Debug> TCPHandler: Processed in 0.001661782 sec. | ||
| 6749 | 2025.04.17 00:26:31.423909 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6750 | 2025.04.17 00:26:31.424020 [ 275 ] {4c6656b5-ba61-454c-a2f3-c2adc75345a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6751 | 2025.04.17 00:26:31.424069 [ 275 ] {4c6656b5-ba61-454c-a2f3-c2adc75345a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6752 | 2025.04.17 00:26:31.424640 [ 275 ] {4c6656b5-ba61-454c-a2f3-c2adc75345a2} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6753 | 2025.04.17 00:26:31.424690 [ 275 ] {4c6656b5-ba61-454c-a2f3-c2adc75345a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6754 | 2025.04.17 00:26:31.425155 [ 275 ] {4c6656b5-ba61-454c-a2f3-c2adc75345a2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6755 | 2025.04.17 00:26:31.425398 [ 275 ] {4c6656b5-ba61-454c-a2f3-c2adc75345a2} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6756 | 2025.04.17 00:26:31.425598 [ 275 ] {4c6656b5-ba61-454c-a2f3-c2adc75345a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 6757 | 2025.04.17 00:26:31.425649 [ 275 ] {4c6656b5-ba61-454c-a2f3-c2adc75345a2} <Debug> TCPHandler: Processed in 0.001790736 sec. | ||
| 6758 | 2025.04.17 00:26:31.425781 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6759 | 2025.04.17 00:26:31.425889 [ 275 ] {a299a71a-7f8d-4803-b8ac-056635b3c806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6760 | 2025.04.17 00:26:31.425935 [ 275 ] {a299a71a-7f8d-4803-b8ac-056635b3c806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6761 | 2025.04.17 00:26:31.426356 [ 275 ] {a299a71a-7f8d-4803-b8ac-056635b3c806} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6762 | 2025.04.17 00:26:31.426394 [ 275 ] {a299a71a-7f8d-4803-b8ac-056635b3c806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6763 | 2025.04.17 00:26:31.426754 [ 275 ] {a299a71a-7f8d-4803-b8ac-056635b3c806} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6764 | 2025.04.17 00:26:31.426995 [ 275 ] {a299a71a-7f8d-4803-b8ac-056635b3c806} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6765 | 2025.04.17 00:26:31.427185 [ 275 ] {a299a71a-7f8d-4803-b8ac-056635b3c806} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001317 sec., 45558.08656036446 rows/sec., 3.07 MiB/sec. | ||
| 6766 | 2025.04.17 00:26:31.427233 [ 275 ] {a299a71a-7f8d-4803-b8ac-056635b3c806} <Debug> TCPHandler: Processed in 0.001509238 sec. | ||
| 6767 | 2025.04.17 00:26:32.171263 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 6768 | 2025.04.17 00:26:32.189709 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6769 | 2025.04.17 00:26:32.189765 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6770 | 2025.04.17 00:26:32.196558 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6771 | 2025.04.17 00:26:32.197331 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6772 | 2025.04.17 00:26:32.200668 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 6773 | 2025.04.17 00:26:34.190116 [ 120 ] {} <Debug> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6774 | 2025.04.17 00:26:34.190186 [ 120 ] {} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6775 | 2025.04.17 00:26:34.190212 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6776 | 2025.04.17 00:26:34.190442 [ 186 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::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 | ||
| 6777 | 2025.04.17 00:26:34.190617 [ 186 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6778 | 2025.04.17 00:26:34.190655 [ 186 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 236 rows starting from the beginning of the part | ||
| 6779 | 2025.04.17 00:26:34.190736 [ 186 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::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 | ||
| 6780 | 2025.04.17 00:26:34.190974 [ 186 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
| 6781 | 2025.04.17 00:26:34.191196 [ 186 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 6782 | 2025.04.17 00:26:34.191430 [ 186 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
| 6783 | 2025.04.17 00:26:34.192687 [ 195 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.002393411 sec., 217263.14452469719 rows/sec., 15.42 MiB/sec. | ||
| 6784 | 2025.04.17 00:26:34.192904 [ 188 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6785 | 2025.04.17 00:26:34.193239 [ 188 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_9_2} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6786 | 2025.04.17 00:26:34.193331 [ 188 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_9_2} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6787 | 2025.04.17 00:26:34.193437 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6788 | 2025.04.17 00:26:34.676955 [ 120 ] {} <Debug> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6789 | 2025.04.17 00:26:34.677028 [ 120 ] {} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6790 | 2025.04.17 00:26:34.677055 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6791 | 2025.04.17 00:26:34.677279 [ 186 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::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 | ||
| 6792 | 2025.04.17 00:26:34.677473 [ 186 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6793 | 2025.04.17 00:26:34.677516 [ 186 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 124 rows starting from the beginning of the part | ||
| 6794 | 2025.04.17 00:26:34.677607 [ 186 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::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 | ||
| 6795 | 2025.04.17 00:26:34.677826 [ 186 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 6796 | 2025.04.17 00:26:34.678101 [ 186 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
| 6797 | 2025.04.17 00:26:34.678289 [ 186 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 6798 | 2025.04.17 00:26:34.679409 [ 186 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002273448 sec., 119642.05911021498 rows/sec., 7.68 MiB/sec. | ||
| 6799 | 2025.04.17 00:26:34.679624 [ 191 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6800 | 2025.04.17 00:26:34.680030 [ 191 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_9_2} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6801 | 2025.04.17 00:26:34.680134 [ 191 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_9_2} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6802 | 2025.04.17 00:26:34.680241 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6803 | 2025.04.17 00:26:35.929578 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 896 | ||
| 6804 | 2025.04.17 00:26:35.932387 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6805 | 2025.04.17 00:26:35.932442 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6806 | 2025.04.17 00:26:35.934175 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6807 | 2025.04.17 00:26:35.934494 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6808 | 2025.04.17 00:26:35.935131 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 896 | ||
| 6809 | 2025.04.17 00:26:36.449942 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6810 | 2025.04.17 00:26:36.450133 [ 275 ] {f4fffbff-f4a3-42a1-80a3-58ce32f32b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6811 | 2025.04.17 00:26:36.450207 [ 275 ] {f4fffbff-f4a3-42a1-80a3-58ce32f32b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6812 | 2025.04.17 00:26:36.450941 [ 275 ] {f4fffbff-f4a3-42a1-80a3-58ce32f32b0b} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6813 | 2025.04.17 00:26:36.450993 [ 275 ] {f4fffbff-f4a3-42a1-80a3-58ce32f32b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6814 | 2025.04.17 00:26:36.451410 [ 275 ] {f4fffbff-f4a3-42a1-80a3-58ce32f32b0b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6815 | 2025.04.17 00:26:36.451658 [ 275 ] {f4fffbff-f4a3-42a1-80a3-58ce32f32b0b} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6816 | 2025.04.17 00:26:36.451924 [ 275 ] {f4fffbff-f4a3-42a1-80a3-58ce32f32b0b} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001833 sec., 4364.42989634479 rows/sec., 355.89 KiB/sec. | ||
| 6817 | 2025.04.17 00:26:36.452035 [ 275 ] {f4fffbff-f4a3-42a1-80a3-58ce32f32b0b} <Debug> TCPHandler: Processed in 0.002221906 sec. | ||
| 6818 | 2025.04.17 00:26:36.452248 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6819 | 2025.04.17 00:26:36.452352 [ 275 ] {d58a8a84-0e5c-42a8-a368-f1182a64d1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6820 | 2025.04.17 00:26:36.452396 [ 275 ] {d58a8a84-0e5c-42a8-a368-f1182a64d1f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6821 | 2025.04.17 00:26:36.453579 [ 275 ] {d58a8a84-0e5c-42a8-a368-f1182a64d1f0} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6822 | 2025.04.17 00:26:36.453617 [ 275 ] {d58a8a84-0e5c-42a8-a368-f1182a64d1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6823 | 2025.04.17 00:26:36.454049 [ 275 ] {d58a8a84-0e5c-42a8-a368-f1182a64d1f0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6824 | 2025.04.17 00:26:36.454282 [ 275 ] {d58a8a84-0e5c-42a8-a368-f1182a64d1f0} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6825 | 2025.04.17 00:26:36.454485 [ 275 ] {d58a8a84-0e5c-42a8-a368-f1182a64d1f0} <Debug> executeQuery: Read 1280 rows, 108.88 KiB in 0.002154 sec., 594243.2683379758 rows/sec., 49.36 MiB/sec. | ||
| 6826 | 2025.04.17 00:26:36.454548 [ 275 ] {d58a8a84-0e5c-42a8-a368-f1182a64d1f0} <Debug> TCPHandler: Processed in 0.00236602 sec. | ||
| 6827 | 2025.04.17 00:26:36.454673 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6828 | 2025.04.17 00:26:36.454782 [ 275 ] {52268468-c96a-41e3-bbe8-0e868bd4dbf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6829 | 2025.04.17 00:26:36.454827 [ 275 ] {52268468-c96a-41e3-bbe8-0e868bd4dbf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6830 | 2025.04.17 00:26:36.455333 [ 275 ] {52268468-c96a-41e3-bbe8-0e868bd4dbf1} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6831 | 2025.04.17 00:26:36.455375 [ 275 ] {52268468-c96a-41e3-bbe8-0e868bd4dbf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6832 | 2025.04.17 00:26:36.455713 [ 275 ] {52268468-c96a-41e3-bbe8-0e868bd4dbf1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6833 | 2025.04.17 00:26:36.455942 [ 275 ] {52268468-c96a-41e3-bbe8-0e868bd4dbf1} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6834 | 2025.04.17 00:26:36.456153 [ 275 ] {52268468-c96a-41e3-bbe8-0e868bd4dbf1} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.001392 sec., 34482.75862068965 rows/sec., 2.50 MiB/sec. | ||
| 6835 | 2025.04.17 00:26:36.456205 [ 275 ] {52268468-c96a-41e3-bbe8-0e868bd4dbf1} <Debug> TCPHandler: Processed in 0.00159535 sec. | ||
| 6836 | 2025.04.17 00:26:36.456313 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6837 | 2025.04.17 00:26:36.456411 [ 275 ] {1aab895b-03f4-4b5c-9f43-9ca9131091fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6838 | 2025.04.17 00:26:36.456451 [ 275 ] {1aab895b-03f4-4b5c-9f43-9ca9131091fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6839 | 2025.04.17 00:26:36.456987 [ 275 ] {1aab895b-03f4-4b5c-9f43-9ca9131091fa} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6840 | 2025.04.17 00:26:36.457023 [ 275 ] {1aab895b-03f4-4b5c-9f43-9ca9131091fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6841 | 2025.04.17 00:26:36.457427 [ 275 ] {1aab895b-03f4-4b5c-9f43-9ca9131091fa} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6842 | 2025.04.17 00:26:36.457658 [ 275 ] {1aab895b-03f4-4b5c-9f43-9ca9131091fa} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6843 | 2025.04.17 00:26:36.457916 [ 275 ] {1aab895b-03f4-4b5c-9f43-9ca9131091fa} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001519 sec., 150098.74917709018 rows/sec., 10.16 MiB/sec. | ||
| 6844 | 2025.04.17 00:26:36.458127 [ 275 ] {1aab895b-03f4-4b5c-9f43-9ca9131091fa} <Debug> TCPHandler: Processed in 0.001858897 sec. | ||
| 6845 | 2025.04.17 00:26:36.458256 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6846 | 2025.04.17 00:26:36.458355 [ 275 ] {e9498d0c-fde7-489d-ba19-5b7f60fc3474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6847 | 2025.04.17 00:26:36.458399 [ 275 ] {e9498d0c-fde7-489d-ba19-5b7f60fc3474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6848 | 2025.04.17 00:26:36.459131 [ 275 ] {e9498d0c-fde7-489d-ba19-5b7f60fc3474} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6849 | 2025.04.17 00:26:36.459169 [ 275 ] {e9498d0c-fde7-489d-ba19-5b7f60fc3474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6850 | 2025.04.17 00:26:36.459537 [ 275 ] {e9498d0c-fde7-489d-ba19-5b7f60fc3474} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6851 | 2025.04.17 00:26:36.459764 [ 275 ] {e9498d0c-fde7-489d-ba19-5b7f60fc3474} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6852 | 2025.04.17 00:26:36.459963 [ 275 ] {e9498d0c-fde7-489d-ba19-5b7f60fc3474} <Debug> executeQuery: Read 568 rows, 43.26 KiB in 0.001629 sec., 348680.17188459175 rows/sec., 25.93 MiB/sec. | ||
| 6853 | 2025.04.17 00:26:36.460013 [ 275 ] {e9498d0c-fde7-489d-ba19-5b7f60fc3474} <Debug> TCPHandler: Processed in 0.001805615 sec. | ||
| 6854 | 2025.04.17 00:26:36.460126 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6855 | 2025.04.17 00:26:36.460229 [ 275 ] {2dbe3140-1e4d-4930-bc7a-a838fec4d964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6856 | 2025.04.17 00:26:36.460277 [ 275 ] {2dbe3140-1e4d-4930-bc7a-a838fec4d964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6857 | 2025.04.17 00:26:36.460963 [ 275 ] {2dbe3140-1e4d-4930-bc7a-a838fec4d964} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6858 | 2025.04.17 00:26:36.461000 [ 275 ] {2dbe3140-1e4d-4930-bc7a-a838fec4d964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6859 | 2025.04.17 00:26:36.461414 [ 275 ] {2dbe3140-1e4d-4930-bc7a-a838fec4d964} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6860 | 2025.04.17 00:26:36.461650 [ 275 ] {2dbe3140-1e4d-4930-bc7a-a838fec4d964} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6861 | 2025.04.17 00:26:36.461813 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6862 | 2025.04.17 00:26:36.461867 [ 275 ] {2dbe3140-1e4d-4930-bc7a-a838fec4d964} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.00165 sec., 535757.5757575758 rows/sec., 36.05 MiB/sec. | ||
| 6863 | 2025.04.17 00:26:36.461895 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6864 | 2025.04.17 00:26:36.461958 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6865 | 2025.04.17 00:26:36.461978 [ 275 ] {2dbe3140-1e4d-4930-bc7a-a838fec4d964} <Debug> TCPHandler: Processed in 0.001896638 sec. | ||
| 6866 | 2025.04.17 00:26:36.462277 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 6867 | 2025.04.17 00:26:36.462290 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6868 | 2025.04.17 00:26:36.462804 [ 275 ] {d5bfc340-c648-48ef-bd9d-4aadcdf7abf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6869 | 2025.04.17 00:26:36.462893 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6870 | 2025.04.17 00:26:36.463068 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15889 rows starting from the beginning of the part | ||
| 6871 | 2025.04.17 00:26:36.463127 [ 275 ] {d5bfc340-c648-48ef-bd9d-4aadcdf7abf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6872 | 2025.04.17 00:26:36.463416 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
| 6873 | 2025.04.17 00:26:36.463860 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 197 rows starting from the beginning of the part | ||
| 6874 | 2025.04.17 00:26:36.464246 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 6875 | 2025.04.17 00:26:36.464591 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 6876 | 2025.04.17 00:26:36.464912 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 884 rows starting from the beginning of the part | ||
| 6877 | 2025.04.17 00:26:36.467695 [ 275 ] {d5bfc340-c648-48ef-bd9d-4aadcdf7abf7} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6878 | 2025.04.17 00:26:36.467764 [ 275 ] {d5bfc340-c648-48ef-bd9d-4aadcdf7abf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6879 | 2025.04.17 00:26:36.469502 [ 275 ] {d5bfc340-c648-48ef-bd9d-4aadcdf7abf7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6880 | 2025.04.17 00:26:36.470279 [ 275 ] {d5bfc340-c648-48ef-bd9d-4aadcdf7abf7} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6881 | 2025.04.17 00:26:36.470654 [ 275 ] {d5bfc340-c648-48ef-bd9d-4aadcdf7abf7} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008048 sec., 4970.178926441352 rows/sec., 8.91 MiB/sec. | ||
| 6882 | 2025.04.17 00:26:36.471244 [ 275 ] {d5bfc340-c648-48ef-bd9d-4aadcdf7abf7} <Debug> TCPHandler: Processed in 0.009074468 sec. | ||
| 6883 | 2025.04.17 00:26:36.471379 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6884 | 2025.04.17 00:26:36.471500 [ 275 ] {e5eb122f-dcc3-420e-909b-9221e1301ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6885 | 2025.04.17 00:26:36.471559 [ 275 ] {e5eb122f-dcc3-420e-909b-9221e1301ede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6886 | 2025.04.17 00:26:36.472226 [ 275 ] {e5eb122f-dcc3-420e-909b-9221e1301ede} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6887 | 2025.04.17 00:26:36.472267 [ 275 ] {e5eb122f-dcc3-420e-909b-9221e1301ede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6888 | 2025.04.17 00:26:36.473044 [ 191 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17450 rows, containing 5 columns (5 merged, 0 gathered) in 0.010953796 sec., 1593055.046853164 rows/sec., 109.27 MiB/sec. | ||
| 6889 | 2025.04.17 00:26:36.473083 [ 275 ] {e5eb122f-dcc3-420e-909b-9221e1301ede} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6890 | 2025.04.17 00:26:36.473410 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6891 | 2025.04.17 00:26:36.473465 [ 275 ] {e5eb122f-dcc3-420e-909b-9221e1301ede} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6892 | 2025.04.17 00:26:36.473882 [ 275 ] {e5eb122f-dcc3-420e-909b-9221e1301ede} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002394 sec., 25062.65664160401 rows/sec., 1.69 MiB/sec. | ||
| 6893 | 2025.04.17 00:26:36.474028 [ 275 ] {e5eb122f-dcc3-420e-909b-9221e1301ede} <Debug> TCPHandler: Processed in 0.002690378 sec. | ||
| 6894 | 2025.04.17 00:26:36.474202 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6895 | 2025.04.17 00:26:36.474304 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6896 | 2025.04.17 00:26:36.474414 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
| 6897 | 2025.04.17 00:26:38.343494 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 6898 | 2025.04.17 00:26:38.344159 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6899 | 2025.04.17 00:26:38.344208 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6900 | 2025.04.17 00:26:38.344747 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6901 | 2025.04.17 00:26:38.345003 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6902 | 2025.04.17 00:26:38.345263 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 6903 | 2025.04.17 00:26:39.701728 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
| 6904 | 2025.04.17 00:26:39.721217 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6905 | 2025.04.17 00:26:39.721276 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6906 | 2025.04.17 00:26:39.728427 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6907 | 2025.04.17 00:26:39.729211 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6908 | 2025.04.17 00:26:39.731788 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
| 6909 | 2025.04.17 00:26:41.418666 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6910 | 2025.04.17 00:26:41.418877 [ 275 ] {a05afade-d0b0-4459-ad49-f62d969ad588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6911 | 2025.04.17 00:26:41.418953 [ 275 ] {a05afade-d0b0-4459-ad49-f62d969ad588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6912 | 2025.04.17 00:26:41.419735 [ 275 ] {a05afade-d0b0-4459-ad49-f62d969ad588} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6913 | 2025.04.17 00:26:41.419789 [ 275 ] {a05afade-d0b0-4459-ad49-f62d969ad588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6914 | 2025.04.17 00:26:41.420222 [ 275 ] {a05afade-d0b0-4459-ad49-f62d969ad588} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6915 | 2025.04.17 00:26:41.420476 [ 275 ] {a05afade-d0b0-4459-ad49-f62d969ad588} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6916 | 2025.04.17 00:26:41.420698 [ 275 ] {a05afade-d0b0-4459-ad49-f62d969ad588} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001876 sec., 29850.746268656716 rows/sec., 2.29 MiB/sec. | ||
| 6917 | 2025.04.17 00:26:41.420765 [ 275 ] {a05afade-d0b0-4459-ad49-f62d969ad588} <Debug> TCPHandler: Processed in 0.002239066 sec. | ||
| 6918 | 2025.04.17 00:26:41.420896 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6919 | 2025.04.17 00:26:41.421021 [ 275 ] {5a9cbc16-ee4a-42f6-af0b-38643da9ab11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6920 | 2025.04.17 00:26:41.421072 [ 275 ] {5a9cbc16-ee4a-42f6-af0b-38643da9ab11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6921 | 2025.04.17 00:26:41.421649 [ 275 ] {5a9cbc16-ee4a-42f6-af0b-38643da9ab11} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6922 | 2025.04.17 00:26:41.421690 [ 275 ] {5a9cbc16-ee4a-42f6-af0b-38643da9ab11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6923 | 2025.04.17 00:26:41.422062 [ 275 ] {5a9cbc16-ee4a-42f6-af0b-38643da9ab11} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6924 | 2025.04.17 00:26:41.422316 [ 275 ] {5a9cbc16-ee4a-42f6-af0b-38643da9ab11} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6925 | 2025.04.17 00:26:41.422509 [ 275 ] {5a9cbc16-ee4a-42f6-af0b-38643da9ab11} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001516 sec., 42216.35883905013 rows/sec., 3.30 MiB/sec. | ||
| 6926 | 2025.04.17 00:26:41.422560 [ 275 ] {5a9cbc16-ee4a-42f6-af0b-38643da9ab11} <Debug> TCPHandler: Processed in 0.001715943 sec. | ||
| 6927 | 2025.04.17 00:26:41.422679 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6928 | 2025.04.17 00:26:41.422781 [ 275 ] {13a53b2b-535a-4671-abd0-8729de1140b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6929 | 2025.04.17 00:26:41.422828 [ 275 ] {13a53b2b-535a-4671-abd0-8729de1140b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6930 | 2025.04.17 00:26:41.423335 [ 275 ] {13a53b2b-535a-4671-abd0-8729de1140b8} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6931 | 2025.04.17 00:26:41.423374 [ 275 ] {13a53b2b-535a-4671-abd0-8729de1140b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6932 | 2025.04.17 00:26:41.423748 [ 275 ] {13a53b2b-535a-4671-abd0-8729de1140b8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6933 | 2025.04.17 00:26:41.423983 [ 275 ] {13a53b2b-535a-4671-abd0-8729de1140b8} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6934 | 2025.04.17 00:26:41.424177 [ 275 ] {13a53b2b-535a-4671-abd0-8729de1140b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001418 sec., 112834.97884344147 rows/sec., 7.86 MiB/sec. | ||
| 6935 | 2025.04.17 00:26:41.424226 [ 275 ] {13a53b2b-535a-4671-abd0-8729de1140b8} <Debug> TCPHandler: Processed in 0.00159547 sec. | ||
| 6936 | 2025.04.17 00:26:41.424346 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6937 | 2025.04.17 00:26:41.424447 [ 275 ] {38247d51-8fed-4ab5-88b7-c412a6dd37e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6938 | 2025.04.17 00:26:41.424492 [ 275 ] {38247d51-8fed-4ab5-88b7-c412a6dd37e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6939 | 2025.04.17 00:26:41.424911 [ 275 ] {38247d51-8fed-4ab5-88b7-c412a6dd37e8} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6940 | 2025.04.17 00:26:41.424949 [ 275 ] {38247d51-8fed-4ab5-88b7-c412a6dd37e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6941 | 2025.04.17 00:26:41.425296 [ 275 ] {38247d51-8fed-4ab5-88b7-c412a6dd37e8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6942 | 2025.04.17 00:26:41.425525 [ 275 ] {38247d51-8fed-4ab5-88b7-c412a6dd37e8} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6943 | 2025.04.17 00:26:41.425703 [ 109 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6944 | 2025.04.17 00:26:41.425726 [ 275 ] {38247d51-8fed-4ab5-88b7-c412a6dd37e8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0013 sec., 46153.846153846156 rows/sec., 3.11 MiB/sec. | ||
| 6945 | 2025.04.17 00:26:41.425783 [ 109 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6946 | 2025.04.17 00:26:41.425839 [ 275 ] {38247d51-8fed-4ab5-88b7-c412a6dd37e8} <Debug> TCPHandler: Processed in 0.001539269 sec. | ||
| 6947 | 2025.04.17 00:26:41.425846 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 6948 | 2025.04.17 00:26:41.426023 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 6949 | 2025.04.17 00:26:41.426193 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6950 | 2025.04.17 00:26:41.426233 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2942 rows starting from the beginning of the part | ||
| 6951 | 2025.04.17 00:26:41.426317 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
| 6952 | 2025.04.17 00:26:41.426529 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 6953 | 2025.04.17 00:26:41.426728 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 6954 | 2025.04.17 00:26:41.426816 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 6955 | 2025.04.17 00:26:41.426898 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 6956 | 2025.04.17 00:26:41.428198 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3242 rows, containing 4 columns (4 merged, 0 gathered) in 0.002237486 sec., 1448947.6135269674 rows/sec., 97.57 MiB/sec. | ||
| 6957 | 2025.04.17 00:26:41.428559 [ 191 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6958 | 2025.04.17 00:26:41.428971 [ 191 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_56_11} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6959 | 2025.04.17 00:26:41.429079 [ 191 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_56_11} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6960 | 2025.04.17 00:26:41.429198 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 6961 | 2025.04.17 00:26:45.695342 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6962 | 2025.04.17 00:26:45.695452 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6963 | 2025.04.17 00:26:45.845406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 6964 | 2025.04.17 00:26:45.846310 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6965 | 2025.04.17 00:26:45.846376 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 6966 | 2025.04.17 00:26:45.846978 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6967 | 2025.04.17 00:26:45.847233 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6968 | 2025.04.17 00:26:45.847435 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 6969 | 2025.04.17 00:26:45.935328 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 920 | ||
| 6970 | 2025.04.17 00:26:45.938320 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6971 | 2025.04.17 00:26:45.938383 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 6972 | 2025.04.17 00:26:45.939876 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6973 | 2025.04.17 00:26:45.940213 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6974 | 2025.04.17 00:26:45.940453 [ 104 ] {} <Debug> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6975 | 2025.04.17 00:26:45.940552 [ 104 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6976 | 2025.04.17 00:26:45.940615 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 6977 | 2025.04.17 00:26:45.940862 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::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 | ||
| 6978 | 2025.04.17 00:26:45.941478 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 920 | ||
| 6979 | 2025.04.17 00:26:45.941786 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6980 | 2025.04.17 00:26:45.941917 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 802 rows starting from the beginning of the part | ||
| 6981 | 2025.04.17 00:26:45.942359 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part | ||
| 6982 | 2025.04.17 00:26:45.942781 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part | ||
| 6983 | 2025.04.17 00:26:45.943237 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part | ||
| 6984 | 2025.04.17 00:26:45.943733 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 20 rows starting from the beginning of the part | ||
| 6985 | 2025.04.17 00:26:45.944210 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part | ||
| 6986 | 2025.04.17 00:26:45.951958 [ 198 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 920 rows, containing 72 columns (72 merged, 0 gathered) in 0.011230053 sec., 81923.0327764259 rows/sec., 69.49 MiB/sec. | ||
| 6987 | 2025.04.17 00:26:45.953357 [ 196 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6988 | 2025.04.17 00:26:45.954192 [ 196 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_31_6} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6989 | 2025.04.17 00:26:45.954297 [ 196 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_31_6} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6990 | 2025.04.17 00:26:45.954666 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 6991 | 2025.04.17 00:26:46.420495 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6992 | 2025.04.17 00:26:46.420689 [ 275 ] {3aeff859-d774-4e9b-a7c3-50578f6873d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6993 | 2025.04.17 00:26:46.420761 [ 275 ] {3aeff859-d774-4e9b-a7c3-50578f6873d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6994 | 2025.04.17 00:26:46.421595 [ 275 ] {3aeff859-d774-4e9b-a7c3-50578f6873d4} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6995 | 2025.04.17 00:26:46.421649 [ 275 ] {3aeff859-d774-4e9b-a7c3-50578f6873d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 6996 | 2025.04.17 00:26:46.422093 [ 275 ] {3aeff859-d774-4e9b-a7c3-50578f6873d4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6997 | 2025.04.17 00:26:46.422345 [ 275 ] {3aeff859-d774-4e9b-a7c3-50578f6873d4} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6998 | 2025.04.17 00:26:46.422540 [ 275 ] {3aeff859-d774-4e9b-a7c3-50578f6873d4} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001907 sec., 71316.20346093341 rows/sec., 6.16 MiB/sec. | ||
| 6999 | 2025.04.17 00:26:46.422595 [ 275 ] {3aeff859-d774-4e9b-a7c3-50578f6873d4} <Debug> TCPHandler: Processed in 0.002238077 sec. | ||
| 7000 | 2025.04.17 00:26:46.422728 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7001 | 2025.04.17 00:26:46.422836 [ 275 ] {bdb12d90-d20b-4f17-bde1-e247609ae5d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7002 | 2025.04.17 00:26:46.422883 [ 275 ] {bdb12d90-d20b-4f17-bde1-e247609ae5d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7003 | 2025.04.17 00:26:46.423415 [ 275 ] {bdb12d90-d20b-4f17-bde1-e247609ae5d5} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7004 | 2025.04.17 00:26:46.423451 [ 275 ] {bdb12d90-d20b-4f17-bde1-e247609ae5d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7005 | 2025.04.17 00:26:46.423801 [ 275 ] {bdb12d90-d20b-4f17-bde1-e247609ae5d5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7006 | 2025.04.17 00:26:46.424039 [ 275 ] {bdb12d90-d20b-4f17-bde1-e247609ae5d5} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7007 | 2025.04.17 00:26:46.424210 [ 275 ] {bdb12d90-d20b-4f17-bde1-e247609ae5d5} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001398 sec., 28612.30329041488 rows/sec., 2.10 MiB/sec. | ||
| 7008 | 2025.04.17 00:26:46.424261 [ 275 ] {bdb12d90-d20b-4f17-bde1-e247609ae5d5} <Debug> TCPHandler: Processed in 0.00158258 sec. | ||
| 7009 | 2025.04.17 00:26:46.424386 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7010 | 2025.04.17 00:26:46.424491 [ 275 ] {d80e74b4-c9b2-4d0d-9a98-59c8360edddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7011 | 2025.04.17 00:26:46.424537 [ 275 ] {d80e74b4-c9b2-4d0d-9a98-59c8360edddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7012 | 2025.04.17 00:26:46.425072 [ 275 ] {d80e74b4-c9b2-4d0d-9a98-59c8360edddb} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7013 | 2025.04.17 00:26:46.425109 [ 275 ] {d80e74b4-c9b2-4d0d-9a98-59c8360edddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7014 | 2025.04.17 00:26:46.425456 [ 275 ] {d80e74b4-c9b2-4d0d-9a98-59c8360edddb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7015 | 2025.04.17 00:26:46.425698 [ 275 ] {d80e74b4-c9b2-4d0d-9a98-59c8360edddb} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7016 | 2025.04.17 00:26:46.425881 [ 275 ] {d80e74b4-c9b2-4d0d-9a98-59c8360edddb} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001396 sec., 74498.56733524354 rows/sec., 5.82 MiB/sec. | ||
| 7017 | 2025.04.17 00:26:46.425963 [ 275 ] {d80e74b4-c9b2-4d0d-9a98-59c8360edddb} <Debug> TCPHandler: Processed in 0.001626372 sec. | ||
| 7018 | 2025.04.17 00:26:46.426157 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7019 | 2025.04.17 00:26:46.426293 [ 275 ] {d039446a-50e4-4498-a5ea-f87927f50739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7020 | 2025.04.17 00:26:46.426355 [ 275 ] {d039446a-50e4-4498-a5ea-f87927f50739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7021 | 2025.04.17 00:26:46.426939 [ 275 ] {d039446a-50e4-4498-a5ea-f87927f50739} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7022 | 2025.04.17 00:26:46.426978 [ 275 ] {d039446a-50e4-4498-a5ea-f87927f50739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7023 | 2025.04.17 00:26:46.427390 [ 275 ] {d039446a-50e4-4498-a5ea-f87927f50739} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7024 | 2025.04.17 00:26:46.427636 [ 275 ] {d039446a-50e4-4498-a5ea-f87927f50739} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7025 | 2025.04.17 00:26:46.427814 [ 275 ] {d039446a-50e4-4498-a5ea-f87927f50739} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
| 7026 | 2025.04.17 00:26:46.427867 [ 275 ] {d039446a-50e4-4498-a5ea-f87927f50739} <Debug> TCPHandler: Processed in 0.001784745 sec. | ||
| 7027 | 2025.04.17 00:26:46.427986 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7028 | 2025.04.17 00:26:46.428092 [ 275 ] {6d698371-36f9-4e73-b1a5-69ab88aa1357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7029 | 2025.04.17 00:26:46.428158 [ 275 ] {6d698371-36f9-4e73-b1a5-69ab88aa1357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7030 | 2025.04.17 00:26:46.429266 [ 275 ] {6d698371-36f9-4e73-b1a5-69ab88aa1357} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7031 | 2025.04.17 00:26:46.429305 [ 275 ] {6d698371-36f9-4e73-b1a5-69ab88aa1357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7032 | 2025.04.17 00:26:46.429970 [ 275 ] {6d698371-36f9-4e73-b1a5-69ab88aa1357} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7033 | 2025.04.17 00:26:46.430233 [ 275 ] {6d698371-36f9-4e73-b1a5-69ab88aa1357} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7034 | 2025.04.17 00:26:46.430368 [ 100 ] {} <Debug> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7035 | 2025.04.17 00:26:46.430415 [ 100 ] {} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7036 | 2025.04.17 00:26:46.430437 [ 275 ] {6d698371-36f9-4e73-b1a5-69ab88aa1357} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002367 sec., 16899.028305872413 rows/sec., 30.28 MiB/sec. | ||
| 7037 | 2025.04.17 00:26:46.430441 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7038 | 2025.04.17 00:26:46.431009 [ 199 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::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 | ||
| 7039 | 2025.04.17 00:26:46.431116 [ 275 ] {6d698371-36f9-4e73-b1a5-69ab88aa1357} <Debug> TCPHandler: Processed in 0.00317187 sec. | ||
| 7040 | 2025.04.17 00:26:46.431563 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7041 | 2025.04.17 00:26:46.431824 [ 275 ] {d76b8320-d6f5-442a-8328-b2ec0c765a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7042 | 2025.04.17 00:26:46.431954 [ 275 ] {d76b8320-d6f5-442a-8328-b2ec0c765a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7043 | 2025.04.17 00:26:46.431968 [ 199 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7044 | 2025.04.17 00:26:46.432213 [ 199 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 962 rows starting from the beginning of the part | ||
| 7045 | 2025.04.17 00:26:46.433071 [ 199 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part | ||
| 7046 | 2025.04.17 00:26:46.433603 [ 199 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part | ||
| 7047 | 2025.04.17 00:26:46.434309 [ 199 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part | ||
| 7048 | 2025.04.17 00:26:46.434485 [ 275 ] {d76b8320-d6f5-442a-8328-b2ec0c765a21} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7049 | 2025.04.17 00:26:46.434630 [ 275 ] {d76b8320-d6f5-442a-8328-b2ec0c765a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7050 | 2025.04.17 00:26:46.434880 [ 199 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part | ||
| 7051 | 2025.04.17 00:26:46.435481 [ 199 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part | ||
| 7052 | 2025.04.17 00:26:46.436334 [ 275 ] {d76b8320-d6f5-442a-8328-b2ec0c765a21} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7053 | 2025.04.17 00:26:46.436877 [ 275 ] {d76b8320-d6f5-442a-8328-b2ec0c765a21} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7054 | 2025.04.17 00:26:46.437379 [ 275 ] {d76b8320-d6f5-442a-8328-b2ec0c765a21} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005649 sec., 10621.348911311736 rows/sec., 732.98 KiB/sec. | ||
| 7055 | 2025.04.17 00:26:46.437485 [ 275 ] {d76b8320-d6f5-442a-8328-b2ec0c765a21} <Debug> TCPHandler: Processed in 0.006022682 sec. | ||
| 7056 | 2025.04.17 00:26:46.443628 [ 193 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1162 rows, containing 19 columns (19 merged, 0 gathered) in 0.012986287 sec., 89479.00196568889 rows/sec., 160.34 MiB/sec. | ||
| 7057 | 2025.04.17 00:26:46.445412 [ 200 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7058 | 2025.04.17 00:26:46.445838 [ 200 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7059 | 2025.04.17 00:26:46.445923 [ 200 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7060 | 2025.04.17 00:26:46.446078 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. | ||
| 7061 | 2025.04.17 00:26:47.000172 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.60 MiB, peak 227.17 MiB, free memory in arenas 0.00 B, will set to 218.63 MiB (RSS), difference: 3.03 MiB | ||
| 7062 | 2025.04.17 00:26:47.231883 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
| 7063 | 2025.04.17 00:26:47.253519 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7064 | 2025.04.17 00:26:47.253595 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7065 | 2025.04.17 00:26:47.260808 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7066 | 2025.04.17 00:26:47.261566 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7067 | 2025.04.17 00:26:47.264892 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 7068 | 2025.04.17 00:26:51.420407 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7069 | 2025.04.17 00:26:51.420727 [ 275 ] {e41a1e7c-5b6d-4e80-851b-2af9af27fd92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7070 | 2025.04.17 00:26:51.420839 [ 275 ] {e41a1e7c-5b6d-4e80-851b-2af9af27fd92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7071 | 2025.04.17 00:26:51.421605 [ 275 ] {e41a1e7c-5b6d-4e80-851b-2af9af27fd92} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7072 | 2025.04.17 00:26:51.421646 [ 275 ] {e41a1e7c-5b6d-4e80-851b-2af9af27fd92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7073 | 2025.04.17 00:26:51.422078 [ 275 ] {e41a1e7c-5b6d-4e80-851b-2af9af27fd92} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7074 | 2025.04.17 00:26:51.422333 [ 275 ] {e41a1e7c-5b6d-4e80-851b-2af9af27fd92} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7075 | 2025.04.17 00:26:51.422525 [ 275 ] {e41a1e7c-5b6d-4e80-851b-2af9af27fd92} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00188 sec., 12765.95744680851 rows/sec., 1.06 MiB/sec. | ||
| 7076 | 2025.04.17 00:26:51.422645 [ 275 ] {e41a1e7c-5b6d-4e80-851b-2af9af27fd92} <Debug> TCPHandler: Processed in 0.002421981 sec. | ||
| 7077 | 2025.04.17 00:26:51.422782 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7078 | 2025.04.17 00:26:51.422899 [ 275 ] {d6ff0261-e919-43c5-b7e6-37fb74d49059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7079 | 2025.04.17 00:26:51.422942 [ 275 ] {d6ff0261-e919-43c5-b7e6-37fb74d49059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7080 | 2025.04.17 00:26:51.423492 [ 275 ] {d6ff0261-e919-43c5-b7e6-37fb74d49059} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7081 | 2025.04.17 00:26:51.423527 [ 275 ] {d6ff0261-e919-43c5-b7e6-37fb74d49059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7082 | 2025.04.17 00:26:51.423852 [ 275 ] {d6ff0261-e919-43c5-b7e6-37fb74d49059} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7083 | 2025.04.17 00:26:51.424094 [ 275 ] {d6ff0261-e919-43c5-b7e6-37fb74d49059} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7084 | 2025.04.17 00:26:51.424259 [ 275 ] {d6ff0261-e919-43c5-b7e6-37fb74d49059} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001382 sec., 1447.178002894356 rows/sec., 118.01 KiB/sec. | ||
| 7085 | 2025.04.17 00:26:51.424312 [ 275 ] {d6ff0261-e919-43c5-b7e6-37fb74d49059} <Debug> TCPHandler: Processed in 0.0015792 sec. | ||
| 7086 | 2025.04.17 00:26:51.424432 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7087 | 2025.04.17 00:26:51.424532 [ 275 ] {725756a4-27bf-4399-9352-99f550dc4404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7088 | 2025.04.17 00:26:51.424575 [ 275 ] {725756a4-27bf-4399-9352-99f550dc4404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7089 | 2025.04.17 00:26:51.425163 [ 275 ] {725756a4-27bf-4399-9352-99f550dc4404} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7090 | 2025.04.17 00:26:51.425199 [ 275 ] {725756a4-27bf-4399-9352-99f550dc4404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7091 | 2025.04.17 00:26:51.425551 [ 275 ] {725756a4-27bf-4399-9352-99f550dc4404} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7092 | 2025.04.17 00:26:51.425779 [ 275 ] {725756a4-27bf-4399-9352-99f550dc4404} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7093 | 2025.04.17 00:26:51.425913 [ 96 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7094 | 2025.04.17 00:26:51.425954 [ 275 ] {725756a4-27bf-4399-9352-99f550dc4404} <Debug> executeQuery: Read 177 rows, 15.94 KiB in 0.001441 sec., 122831.36710617627 rows/sec., 10.80 MiB/sec. | ||
| 7095 | 2025.04.17 00:26:51.425964 [ 96 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7096 | 2025.04.17 00:26:51.426007 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7097 | 2025.04.17 00:26:51.426022 [ 275 ] {725756a4-27bf-4399-9352-99f550dc4404} <Debug> TCPHandler: Processed in 0.001639991 sec. | ||
| 7098 | 2025.04.17 00:26:51.426204 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7099 | 2025.04.17 00:26:51.426271 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::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 | ||
| 7100 | 2025.04.17 00:26:51.426481 [ 275 ] {cd483102-5126-404e-bbdd-37347c082be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7101 | 2025.04.17 00:26:51.426643 [ 275 ] {cd483102-5126-404e-bbdd-37347c082be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7102 | 2025.04.17 00:26:51.426902 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7103 | 2025.04.17 00:26:51.427028 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1968 rows starting from the beginning of the part | ||
| 7104 | 2025.04.17 00:26:51.427577 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 7105 | 2025.04.17 00:26:51.428129 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1280 rows starting from the beginning of the part | ||
| 7106 | 2025.04.17 00:26:51.428485 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part | ||
| 7107 | 2025.04.17 00:26:51.428803 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 136 rows starting from the beginning of the part | ||
| 7108 | 2025.04.17 00:26:51.429222 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 177 rows starting from the beginning of the part | ||
| 7109 | 2025.04.17 00:26:51.429957 [ 275 ] {cd483102-5126-404e-bbdd-37347c082be5} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7110 | 2025.04.17 00:26:51.429997 [ 275 ] {cd483102-5126-404e-bbdd-37347c082be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7111 | 2025.04.17 00:26:51.430498 [ 275 ] {cd483102-5126-404e-bbdd-37347c082be5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7112 | 2025.04.17 00:26:51.430838 [ 275 ] {cd483102-5126-404e-bbdd-37347c082be5} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7113 | 2025.04.17 00:26:51.431042 [ 275 ] {cd483102-5126-404e-bbdd-37347c082be5} <Debug> executeQuery: Read 14 rows, 1.10 KiB in 0.004698 sec., 2979.991485738612 rows/sec., 234.27 KiB/sec. | ||
| 7114 | 2025.04.17 00:26:51.431159 [ 275 ] {cd483102-5126-404e-bbdd-37347c082be5} <Debug> TCPHandler: Processed in 0.005054668 sec. | ||
| 7115 | 2025.04.17 00:26:51.431334 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7116 | 2025.04.17 00:26:51.431524 [ 275 ] {9285903e-3b15-4fc5-9f95-16c10c2e7692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7117 | 2025.04.17 00:26:51.431577 [ 275 ] {9285903e-3b15-4fc5-9f95-16c10c2e7692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7118 | 2025.04.17 00:26:51.431577 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3673 rows, containing 5 columns (5 merged, 0 gathered) in 0.005494438 sec., 668494.2117828976 rows/sec., 57.92 MiB/sec. | ||
| 7119 | 2025.04.17 00:26:51.431830 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7120 | 2025.04.17 00:26:51.432187 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_61_12} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7121 | 2025.04.17 00:26:51.432261 [ 275 ] {9285903e-3b15-4fc5-9f95-16c10c2e7692} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7122 | 2025.04.17 00:26:51.432290 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_61_12} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7123 | 2025.04.17 00:26:51.432299 [ 275 ] {9285903e-3b15-4fc5-9f95-16c10c2e7692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7124 | 2025.04.17 00:26:51.432373 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 7125 | 2025.04.17 00:26:51.432676 [ 275 ] {9285903e-3b15-4fc5-9f95-16c10c2e7692} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7126 | 2025.04.17 00:26:51.432906 [ 275 ] {9285903e-3b15-4fc5-9f95-16c10c2e7692} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7127 | 2025.04.17 00:26:51.433125 [ 275 ] {9285903e-3b15-4fc5-9f95-16c10c2e7692} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001657 sec., 14484.007242003621 rows/sec., 1.20 MiB/sec. | ||
| 7128 | 2025.04.17 00:26:51.433323 [ 275 ] {9285903e-3b15-4fc5-9f95-16c10c2e7692} <Debug> TCPHandler: Processed in 0.002062012 sec. | ||
| 7129 | 2025.04.17 00:26:51.433511 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7130 | 2025.04.17 00:26:51.433612 [ 275 ] {c0b8cdad-c8b6-42bd-91b2-78bf6c99fc33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7131 | 2025.04.17 00:26:51.433655 [ 275 ] {c0b8cdad-c8b6-42bd-91b2-78bf6c99fc33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7132 | 2025.04.17 00:26:51.434180 [ 275 ] {c0b8cdad-c8b6-42bd-91b2-78bf6c99fc33} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7133 | 2025.04.17 00:26:51.434217 [ 275 ] {c0b8cdad-c8b6-42bd-91b2-78bf6c99fc33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7134 | 2025.04.17 00:26:51.434551 [ 275 ] {c0b8cdad-c8b6-42bd-91b2-78bf6c99fc33} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7135 | 2025.04.17 00:26:51.434783 [ 275 ] {c0b8cdad-c8b6-42bd-91b2-78bf6c99fc33} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7136 | 2025.04.17 00:26:51.434965 [ 275 ] {c0b8cdad-c8b6-42bd-91b2-78bf6c99fc33} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001369 sec., 8765.522279035793 rows/sec., 684.81 KiB/sec. | ||
| 7137 | 2025.04.17 00:26:51.435021 [ 275 ] {c0b8cdad-c8b6-42bd-91b2-78bf6c99fc33} <Debug> TCPHandler: Processed in 0.00157394 sec. | ||
| 7138 | 2025.04.17 00:26:51.435135 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7139 | 2025.04.17 00:26:51.435240 [ 275 ] {7f96a7e4-3ee9-4920-94d7-8deed2687923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7140 | 2025.04.17 00:26:51.435284 [ 275 ] {7f96a7e4-3ee9-4920-94d7-8deed2687923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7141 | 2025.04.17 00:26:51.435821 [ 275 ] {7f96a7e4-3ee9-4920-94d7-8deed2687923} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7142 | 2025.04.17 00:26:51.435857 [ 275 ] {7f96a7e4-3ee9-4920-94d7-8deed2687923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7143 | 2025.04.17 00:26:51.436208 [ 275 ] {7f96a7e4-3ee9-4920-94d7-8deed2687923} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7144 | 2025.04.17 00:26:51.436443 [ 275 ] {7f96a7e4-3ee9-4920-94d7-8deed2687923} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7145 | 2025.04.17 00:26:51.436570 [ 96 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7146 | 2025.04.17 00:26:51.436607 [ 96 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7147 | 2025.04.17 00:26:51.436616 [ 275 ] {7f96a7e4-3ee9-4920-94d7-8deed2687923} <Debug> executeQuery: Read 102 rows, 8.54 KiB in 0.001397 sec., 73013.60057265569 rows/sec., 5.97 MiB/sec. | ||
| 7148 | 2025.04.17 00:26:51.436632 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7149 | 2025.04.17 00:26:51.436722 [ 275 ] {7f96a7e4-3ee9-4920-94d7-8deed2687923} <Debug> TCPHandler: Processed in 0.001632332 sec. | ||
| 7150 | 2025.04.17 00:26:51.436893 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::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 | ||
| 7151 | 2025.04.17 00:26:51.436921 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7152 | 2025.04.17 00:26:51.437155 [ 275 ] {12badf72-7c5a-41f0-abda-50c2a2474d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7153 | 2025.04.17 00:26:51.437173 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7154 | 2025.04.17 00:26:51.437261 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 950 rows starting from the beginning of the part | ||
| 7155 | 2025.04.17 00:26:51.437264 [ 275 ] {12badf72-7c5a-41f0-abda-50c2a2474d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7156 | 2025.04.17 00:26:51.437642 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 7157 | 2025.04.17 00:26:51.438020 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 568 rows starting from the beginning of the part | ||
| 7158 | 2025.04.17 00:26:51.438405 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part | ||
| 7159 | 2025.04.17 00:26:51.438605 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 104 rows starting from the beginning of the part | ||
| 7160 | 2025.04.17 00:26:51.438901 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 102 rows starting from the beginning of the part | ||
| 7161 | 2025.04.17 00:26:51.439848 [ 275 ] {12badf72-7c5a-41f0-abda-50c2a2474d73} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7162 | 2025.04.17 00:26:51.439904 [ 275 ] {12badf72-7c5a-41f0-abda-50c2a2474d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7163 | 2025.04.17 00:26:51.440829 [ 275 ] {12badf72-7c5a-41f0-abda-50c2a2474d73} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7164 | 2025.04.17 00:26:51.441308 [ 275 ] {12badf72-7c5a-41f0-abda-50c2a2474d73} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7165 | 2025.04.17 00:26:51.441608 [ 275 ] {12badf72-7c5a-41f0-abda-50c2a2474d73} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.004524 sec., 43545.53492484527 rows/sec., 3.12 MiB/sec. | ||
| 7166 | 2025.04.17 00:26:51.441876 [ 275 ] {12badf72-7c5a-41f0-abda-50c2a2474d73} <Debug> TCPHandler: Processed in 0.005007146 sec. | ||
| 7167 | 2025.04.17 00:26:51.442198 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7168 | 2025.04.17 00:26:51.442200 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1852 rows, containing 5 columns (5 merged, 0 gathered) in 0.005457027 sec., 339378.93288781604 rows/sec., 26.63 MiB/sec. | ||
| 7169 | 2025.04.17 00:26:51.442337 [ 275 ] {3978b9f2-180b-488c-8d5d-938059c310d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7170 | 2025.04.17 00:26:51.442407 [ 275 ] {3978b9f2-180b-488c-8d5d-938059c310d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7171 | 2025.04.17 00:26:51.442502 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7172 | 2025.04.17 00:26:51.443214 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_61_12} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7173 | 2025.04.17 00:26:51.443461 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_61_12} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7174 | 2025.04.17 00:26:51.443537 [ 275 ] {3978b9f2-180b-488c-8d5d-938059c310d7} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7175 | 2025.04.17 00:26:51.443613 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 7176 | 2025.04.17 00:26:51.443621 [ 275 ] {3978b9f2-180b-488c-8d5d-938059c310d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7177 | 2025.04.17 00:26:51.444017 [ 275 ] {3978b9f2-180b-488c-8d5d-938059c310d7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7178 | 2025.04.17 00:26:51.444270 [ 275 ] {3978b9f2-180b-488c-8d5d-938059c310d7} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7179 | 2025.04.17 00:26:51.444441 [ 275 ] {3978b9f2-180b-488c-8d5d-938059c310d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002133 sec., 28129.395218002814 rows/sec., 1.90 MiB/sec. | ||
| 7180 | 2025.04.17 00:26:51.444493 [ 275 ] {3978b9f2-180b-488c-8d5d-938059c310d7} <Debug> TCPHandler: Processed in 0.002367659 sec. | ||
| 7181 | 2025.04.17 00:26:53.348590 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 7182 | 2025.04.17 00:26:53.349629 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7183 | 2025.04.17 00:26:53.349677 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7184 | 2025.04.17 00:26:53.350216 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7185 | 2025.04.17 00:26:53.350477 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7186 | 2025.04.17 00:26:53.350749 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 7187 | 2025.04.17 00:26:54.765934 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 7188 | 2025.04.17 00:26:54.787288 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7189 | 2025.04.17 00:26:54.787356 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7190 | 2025.04.17 00:26:54.795377 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7191 | 2025.04.17 00:26:54.796159 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7192 | 2025.04.17 00:26:54.798974 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 7193 | 2025.04.17 00:26:55.942608 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 950 | ||
| 7194 | 2025.04.17 00:26:55.945647 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7195 | 2025.04.17 00:26:55.945709 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7196 | 2025.04.17 00:26:55.947175 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7197 | 2025.04.17 00:26:55.947508 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7198 | 2025.04.17 00:26:55.949065 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 950 | ||
| 7199 | 2025.04.17 00:26:56.425077 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7200 | 2025.04.17 00:26:56.425393 [ 275 ] {4eabfbe0-c021-4fd4-946c-7e9d2182778c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7201 | 2025.04.17 00:26:56.425515 [ 275 ] {4eabfbe0-c021-4fd4-946c-7e9d2182778c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7202 | 2025.04.17 00:26:56.426753 [ 275 ] {4eabfbe0-c021-4fd4-946c-7e9d2182778c} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7203 | 2025.04.17 00:26:56.426817 [ 275 ] {4eabfbe0-c021-4fd4-946c-7e9d2182778c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7204 | 2025.04.17 00:26:56.427475 [ 275 ] {4eabfbe0-c021-4fd4-946c-7e9d2182778c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7205 | 2025.04.17 00:26:56.427842 [ 275 ] {4eabfbe0-c021-4fd4-946c-7e9d2182778c} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7206 | 2025.04.17 00:26:56.428085 [ 275 ] {4eabfbe0-c021-4fd4-946c-7e9d2182778c} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002789 sec., 48762.99749013984 rows/sec., 4.21 MiB/sec. | ||
| 7207 | 2025.04.17 00:26:56.428150 [ 275 ] {4eabfbe0-c021-4fd4-946c-7e9d2182778c} <Debug> TCPHandler: Processed in 0.003274103 sec. | ||
| 7208 | 2025.04.17 00:26:56.428320 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7209 | 2025.04.17 00:26:56.428481 [ 275 ] {7e0ea844-07e2-46a1-bf1e-36a17d306401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7210 | 2025.04.17 00:26:56.428547 [ 275 ] {7e0ea844-07e2-46a1-bf1e-36a17d306401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7211 | 2025.04.17 00:26:56.429303 [ 275 ] {7e0ea844-07e2-46a1-bf1e-36a17d306401} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7212 | 2025.04.17 00:26:56.429359 [ 275 ] {7e0ea844-07e2-46a1-bf1e-36a17d306401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7213 | 2025.04.17 00:26:56.429878 [ 275 ] {7e0ea844-07e2-46a1-bf1e-36a17d306401} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7214 | 2025.04.17 00:26:56.430238 [ 275 ] {7e0ea844-07e2-46a1-bf1e-36a17d306401} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7215 | 2025.04.17 00:26:56.430432 [ 88 ] {} <Debug> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7216 | 2025.04.17 00:26:56.430495 [ 275 ] {7e0ea844-07e2-46a1-bf1e-36a17d306401} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002047 sec., 19540.791402051782 rows/sec., 1.43 MiB/sec. | ||
| 7217 | 2025.04.17 00:26:56.430497 [ 88 ] {} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7218 | 2025.04.17 00:26:56.430560 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7219 | 2025.04.17 00:26:56.430598 [ 275 ] {7e0ea844-07e2-46a1-bf1e-36a17d306401} <Debug> TCPHandler: Processed in 0.002347369 sec. | ||
| 7220 | 2025.04.17 00:26:56.430856 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7221 | 2025.04.17 00:26:56.430869 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::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 | ||
| 7222 | 2025.04.17 00:26:56.431102 [ 275 ] {8d75bccb-311e-457c-900a-bcf9690bfd69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7223 | 2025.04.17 00:26:56.431241 [ 275 ] {8d75bccb-311e-457c-900a-bcf9690bfd69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7224 | 2025.04.17 00:26:56.431306 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7225 | 2025.04.17 00:26:56.431459 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 176 rows starting from the beginning of the part | ||
| 7226 | 2025.04.17 00:26:56.431867 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part | ||
| 7227 | 2025.04.17 00:26:56.432383 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part | ||
| 7228 | 2025.04.17 00:26:56.432809 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part | ||
| 7229 | 2025.04.17 00:26:56.433330 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 7230 | 2025.04.17 00:26:56.433788 [ 197 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part | ||
| 7231 | 2025.04.17 00:26:56.434925 [ 275 ] {8d75bccb-311e-457c-900a-bcf9690bfd69} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7232 | 2025.04.17 00:26:56.435010 [ 275 ] {8d75bccb-311e-457c-900a-bcf9690bfd69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7233 | 2025.04.17 00:26:56.436371 [ 275 ] {8d75bccb-311e-457c-900a-bcf9690bfd69} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7234 | 2025.04.17 00:26:56.437141 [ 275 ] {8d75bccb-311e-457c-900a-bcf9690bfd69} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7235 | 2025.04.17 00:26:56.437951 [ 275 ] {8d75bccb-311e-457c-900a-bcf9690bfd69} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.006913 sec., 15044.119774338204 rows/sec., 1.18 MiB/sec. | ||
| 7236 | 2025.04.17 00:26:56.438017 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 5 columns (5 merged, 0 gathered) in 0.007298144 sec., 49053.56759197955 rows/sec., 3.57 MiB/sec. | ||
| 7237 | 2025.04.17 00:26:56.438058 [ 275 ] {8d75bccb-311e-457c-900a-bcf9690bfd69} <Debug> TCPHandler: Processed in 0.007303044 sec. | ||
| 7238 | 2025.04.17 00:26:56.438240 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7239 | 2025.04.17 00:26:56.438286 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7240 | 2025.04.17 00:26:56.438438 [ 275 ] {e0ddc5f1-9145-47ba-a756-7ecf406690a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7241 | 2025.04.17 00:26:56.438535 [ 275 ] {e0ddc5f1-9145-47ba-a756-7ecf406690a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7242 | 2025.04.17 00:26:56.438943 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_41_8} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7243 | 2025.04.17 00:26:56.439057 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_41_8} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7244 | 2025.04.17 00:26:56.439208 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 7245 | 2025.04.17 00:26:56.439490 [ 275 ] {e0ddc5f1-9145-47ba-a756-7ecf406690a4} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7246 | 2025.04.17 00:26:56.439541 [ 275 ] {e0ddc5f1-9145-47ba-a756-7ecf406690a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7247 | 2025.04.17 00:26:56.440099 [ 275 ] {e0ddc5f1-9145-47ba-a756-7ecf406690a4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7248 | 2025.04.17 00:26:56.440467 [ 275 ] {e0ddc5f1-9145-47ba-a756-7ecf406690a4} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7249 | 2025.04.17 00:26:56.440714 [ 275 ] {e0ddc5f1-9145-47ba-a756-7ecf406690a4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002318 sec., 69025.02157031924 rows/sec., 4.81 MiB/sec. | ||
| 7250 | 2025.04.17 00:26:56.440790 [ 275 ] {e0ddc5f1-9145-47ba-a756-7ecf406690a4} <Debug> TCPHandler: Processed in 0.002633466 sec. | ||
| 7251 | 2025.04.17 00:26:56.440954 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7252 | 2025.04.17 00:26:56.441113 [ 275 ] {61da2d68-1163-4f9c-9be6-760830e6e2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7253 | 2025.04.17 00:26:56.441214 [ 275 ] {61da2d68-1163-4f9c-9be6-760830e6e2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7254 | 2025.04.17 00:26:56.442928 [ 275 ] {61da2d68-1163-4f9c-9be6-760830e6e2a6} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7255 | 2025.04.17 00:26:56.442980 [ 275 ] {61da2d68-1163-4f9c-9be6-760830e6e2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7256 | 2025.04.17 00:26:56.443970 [ 275 ] {61da2d68-1163-4f9c-9be6-760830e6e2a6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7257 | 2025.04.17 00:26:56.444374 [ 275 ] {61da2d68-1163-4f9c-9be6-760830e6e2a6} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7258 | 2025.04.17 00:26:56.444715 [ 275 ] {61da2d68-1163-4f9c-9be6-760830e6e2a6} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003634 sec., 11007.15465052284 rows/sec., 19.72 MiB/sec. | ||
| 7259 | 2025.04.17 00:26:56.444877 [ 275 ] {61da2d68-1163-4f9c-9be6-760830e6e2a6} <Debug> TCPHandler: Processed in 0.003998421 sec. | ||
| 7260 | 2025.04.17 00:26:56.445064 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7261 | 2025.04.17 00:26:56.445219 [ 275 ] {fd1d59ef-cdd2-4614-ba6f-fe4fec7fdf9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7262 | 2025.04.17 00:26:56.445294 [ 275 ] {fd1d59ef-cdd2-4614-ba6f-fe4fec7fdf9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7263 | 2025.04.17 00:26:56.445956 [ 275 ] {fd1d59ef-cdd2-4614-ba6f-fe4fec7fdf9a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7264 | 2025.04.17 00:26:56.446013 [ 275 ] {fd1d59ef-cdd2-4614-ba6f-fe4fec7fdf9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7265 | 2025.04.17 00:26:56.446550 [ 275 ] {fd1d59ef-cdd2-4614-ba6f-fe4fec7fdf9a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7266 | 2025.04.17 00:26:56.446910 [ 275 ] {fd1d59ef-cdd2-4614-ba6f-fe4fec7fdf9a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7267 | 2025.04.17 00:26:56.447201 [ 275 ] {fd1d59ef-cdd2-4614-ba6f-fe4fec7fdf9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002014 sec., 29791.45978152929 rows/sec., 2.01 MiB/sec. | ||
| 7268 | 2025.04.17 00:26:56.447278 [ 275 ] {fd1d59ef-cdd2-4614-ba6f-fe4fec7fdf9a} <Debug> TCPHandler: Processed in 0.002286627 sec. | ||
| 7269 | 2025.04.17 00:27:00.695527 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7270 | 2025.04.17 00:27:00.695589 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7271 | 2025.04.17 00:27:00.851139 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 7272 | 2025.04.17 00:27:00.851793 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7273 | 2025.04.17 00:27:00.851844 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7274 | 2025.04.17 00:27:00.852397 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7275 | 2025.04.17 00:27:00.852650 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7276 | 2025.04.17 00:27:00.852850 [ 81 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7277 | 2025.04.17 00:27:00.852903 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 7278 | 2025.04.17 00:27:00.852946 [ 81 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7279 | 2025.04.17 00:27:00.852974 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7280 | 2025.04.17 00:27:00.853088 [ 189 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 7281 | 2025.04.17 00:27:00.853206 [ 189 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7282 | 2025.04.17 00:27:00.853249 [ 189 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
| 7283 | 2025.04.17 00:27:00.853329 [ 189 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 7284 | 2025.04.17 00:27:00.853538 [ 189 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
| 7285 | 2025.04.17 00:27:00.853678 [ 189 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
| 7286 | 2025.04.17 00:27:00.853862 [ 189 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
| 7287 | 2025.04.17 00:27:00.854100 [ 189 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
| 7288 | 2025.04.17 00:27:00.856777 [ 200 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003741464 sec., 5641107.3312478755 rows/sec., 80.70 MiB/sec. | ||
| 7289 | 2025.04.17 00:27:00.857182 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7290 | 2025.04.17 00:27:00.857543 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_46_9} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7291 | 2025.04.17 00:27:00.857650 [ 186 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_46_9} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7292 | 2025.04.17 00:27:00.857776 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 7293 | 2025.04.17 00:27:01.419074 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7294 | 2025.04.17 00:27:01.419345 [ 275 ] {72d83558-1b7c-4bf0-9ce3-36a314c47cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7295 | 2025.04.17 00:27:01.419418 [ 275 ] {72d83558-1b7c-4bf0-9ce3-36a314c47cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7296 | 2025.04.17 00:27:01.420187 [ 275 ] {72d83558-1b7c-4bf0-9ce3-36a314c47cd1} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7297 | 2025.04.17 00:27:01.420238 [ 275 ] {72d83558-1b7c-4bf0-9ce3-36a314c47cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7298 | 2025.04.17 00:27:01.420693 [ 275 ] {72d83558-1b7c-4bf0-9ce3-36a314c47cd1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7299 | 2025.04.17 00:27:01.420951 [ 275 ] {72d83558-1b7c-4bf0-9ce3-36a314c47cd1} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7300 | 2025.04.17 00:27:01.421198 [ 275 ] {72d83558-1b7c-4bf0-9ce3-36a314c47cd1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.25 MiB/sec. | ||
| 7301 | 2025.04.17 00:27:01.421264 [ 275 ] {72d83558-1b7c-4bf0-9ce3-36a314c47cd1} <Debug> TCPHandler: Processed in 0.00238436 sec. | ||
| 7302 | 2025.04.17 00:27:01.421391 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7303 | 2025.04.17 00:27:01.421517 [ 275 ] {c16f4b0d-4e7d-4e72-a6f4-280bf7685ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7304 | 2025.04.17 00:27:01.421566 [ 275 ] {c16f4b0d-4e7d-4e72-a6f4-280bf7685ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7305 | 2025.04.17 00:27:01.422123 [ 275 ] {c16f4b0d-4e7d-4e72-a6f4-280bf7685ea9} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7306 | 2025.04.17 00:27:01.422165 [ 275 ] {c16f4b0d-4e7d-4e72-a6f4-280bf7685ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7307 | 2025.04.17 00:27:01.422530 [ 275 ] {c16f4b0d-4e7d-4e72-a6f4-280bf7685ea9} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7308 | 2025.04.17 00:27:01.422773 [ 275 ] {c16f4b0d-4e7d-4e72-a6f4-280bf7685ea9} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7309 | 2025.04.17 00:27:01.422978 [ 275 ] {c16f4b0d-4e7d-4e72-a6f4-280bf7685ea9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001488 sec., 43010.75268817205 rows/sec., 3.36 MiB/sec. | ||
| 7310 | 2025.04.17 00:27:01.423036 [ 275 ] {c16f4b0d-4e7d-4e72-a6f4-280bf7685ea9} <Debug> TCPHandler: Processed in 0.001693463 sec. | ||
| 7311 | 2025.04.17 00:27:01.423181 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7312 | 2025.04.17 00:27:01.423285 [ 275 ] {574ee4d4-e9b1-4b66-b6dc-2db92f8fa198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7313 | 2025.04.17 00:27:01.423335 [ 275 ] {574ee4d4-e9b1-4b66-b6dc-2db92f8fa198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7314 | 2025.04.17 00:27:01.423847 [ 275 ] {574ee4d4-e9b1-4b66-b6dc-2db92f8fa198} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7315 | 2025.04.17 00:27:01.423887 [ 275 ] {574ee4d4-e9b1-4b66-b6dc-2db92f8fa198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7316 | 2025.04.17 00:27:01.424280 [ 275 ] {574ee4d4-e9b1-4b66-b6dc-2db92f8fa198} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7317 | 2025.04.17 00:27:01.424528 [ 275 ] {574ee4d4-e9b1-4b66-b6dc-2db92f8fa198} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7318 | 2025.04.17 00:27:01.424699 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7319 | 2025.04.17 00:27:01.424752 [ 275 ] {574ee4d4-e9b1-4b66-b6dc-2db92f8fa198} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001483 sec., 107889.41335131491 rows/sec., 7.51 MiB/sec. | ||
| 7320 | 2025.04.17 00:27:01.424792 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7321 | 2025.04.17 00:27:01.424868 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7322 | 2025.04.17 00:27:01.424877 [ 275 ] {574ee4d4-e9b1-4b66-b6dc-2db92f8fa198} <Debug> TCPHandler: Processed in 0.001758815 sec. | ||
| 7323 | 2025.04.17 00:27:01.425067 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 7324 | 2025.04.17 00:27:01.425074 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7325 | 2025.04.17 00:27:01.425234 [ 275 ] {b741f702-09b5-475b-bf0c-9e7ec79500f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7326 | 2025.04.17 00:27:01.425243 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7327 | 2025.04.17 00:27:01.425299 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17450 rows starting from the beginning of the part | ||
| 7328 | 2025.04.17 00:27:01.425299 [ 275 ] {b741f702-09b5-475b-bf0c-9e7ec79500f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7329 | 2025.04.17 00:27:01.425484 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
| 7330 | 2025.04.17 00:27:01.426041 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 7331 | 2025.04.17 00:27:01.426527 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 197 rows starting from the beginning of the part | ||
| 7332 | 2025.04.17 00:27:01.426791 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 7333 | 2025.04.17 00:27:01.427141 [ 192 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::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 | ||
| 7334 | 2025.04.17 00:27:01.427769 [ 275 ] {b741f702-09b5-475b-bf0c-9e7ec79500f1} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7335 | 2025.04.17 00:27:01.427811 [ 275 ] {b741f702-09b5-475b-bf0c-9e7ec79500f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7336 | 2025.04.17 00:27:01.428295 [ 275 ] {b741f702-09b5-475b-bf0c-9e7ec79500f1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7337 | 2025.04.17 00:27:01.428584 [ 275 ] {b741f702-09b5-475b-bf0c-9e7ec79500f1} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7338 | 2025.04.17 00:27:01.428890 [ 275 ] {b741f702-09b5-475b-bf0c-9e7ec79500f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00369 sec., 16260.162601626016 rows/sec., 1.10 MiB/sec. | ||
| 7339 | 2025.04.17 00:27:01.428989 [ 275 ] {b741f702-09b5-475b-bf0c-9e7ec79500f1} <Debug> TCPHandler: Processed in 0.00398035 sec. | ||
| 7340 | 2025.04.17 00:27:01.434585 [ 186 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18287 rows, containing 5 columns (5 merged, 0 gathered) in 0.009598622 sec., 1905169.304510585 rows/sec., 130.81 MiB/sec. | ||
| 7341 | 2025.04.17 00:27:01.434904 [ 186 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7342 | 2025.04.17 00:27:01.435259 [ 186 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7343 | 2025.04.17 00:27:01.435358 [ 186 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7344 | 2025.04.17 00:27:01.435466 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 7345 | 2025.04.17 00:27:02.299127 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 7346 | 2025.04.17 00:27:02.320262 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7347 | 2025.04.17 00:27:02.320321 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7348 | 2025.04.17 00:27:02.327478 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7349 | 2025.04.17 00:27:02.328258 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7350 | 2025.04.17 00:27:02.328738 [ 81 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7351 | 2025.04.17 00:27:02.328925 [ 81 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7352 | 2025.04.17 00:27:02.329030 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7353 | 2025.04.17 00:27:02.329947 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 7354 | 2025.04.17 00:27:02.344236 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 7355 | 2025.04.17 00:27:02.345878 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7356 | 2025.04.17 00:27:02.347198 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
| 7357 | 2025.04.17 00:27:02.352617 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 7358 | 2025.04.17 00:27:02.358069 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
| 7359 | 2025.04.17 00:27:02.363833 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 7360 | 2025.04.17 00:27:02.369793 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
| 7361 | 2025.04.17 00:27:02.374644 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 7362 | 2025.04.17 00:27:02.433010 [ 186 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.103714572 sec., 3345.720792252799 rows/sec., 17.30 MiB/sec. | ||
| 7363 | 2025.04.17 00:27:02.436261 [ 186 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7364 | 2025.04.17 00:27:02.439239 [ 186 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_46_9} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7365 | 2025.04.17 00:27:02.439366 [ 186 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_46_9} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7366 | 2025.04.17 00:27:02.441997 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 7367 | 2025.04.17 00:27:03.000153 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.12 MiB, peak 233.54 MiB, free memory in arenas 0.00 B, will set to 221.19 MiB (RSS), difference: 1.07 MiB | ||
| 7368 | 2025.04.17 00:27:03.861374 [ 78 ] {} <Debug> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 7369 | 2025.04.17 00:27:03.861447 [ 78 ] {} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7370 | 2025.04.17 00:27:03.861474 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7371 | 2025.04.17 00:27:03.861672 [ 198 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::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 | ||
| 7372 | 2025.04.17 00:27:03.861900 [ 198 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7373 | 2025.04.17 00:27:03.861943 [ 198 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 7374 | 2025.04.17 00:27:03.862038 [ 198 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 7375 | 2025.04.17 00:27:03.862273 [ 198 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 7376 | 2025.04.17 00:27:03.862519 [ 198 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 7377 | 2025.04.17 00:27:03.862902 [ 198 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 7378 | 2025.04.17 00:27:03.864101 [ 191 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002551095 sec., 14111.58737718509 rows/sec., 1.18 MiB/sec. | ||
| 7379 | 2025.04.17 00:27:03.864374 [ 191 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 7380 | 2025.04.17 00:27:03.864707 [ 191 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_17_4} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7381 | 2025.04.17 00:27:03.864797 [ 191 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_17_4} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 7382 | 2025.04.17 00:27:03.864901 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7383 | 2025.04.17 00:27:05.949337 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 970 | ||
| 7384 | 2025.04.17 00:27:05.952231 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7385 | 2025.04.17 00:27:05.952295 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7386 | 2025.04.17 00:27:05.953781 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7387 | 2025.04.17 00:27:05.954103 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7388 | 2025.04.17 00:27:05.954746 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 970 | ||
| 7389 | 2025.04.17 00:27:06.449122 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7390 | 2025.04.17 00:27:06.449420 [ 275 ] {a0cd730e-e890-4512-8db8-5d732b929808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7391 | 2025.04.17 00:27:06.449501 [ 275 ] {a0cd730e-e890-4512-8db8-5d732b929808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7392 | 2025.04.17 00:27:06.450275 [ 275 ] {a0cd730e-e890-4512-8db8-5d732b929808} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7393 | 2025.04.17 00:27:06.450320 [ 275 ] {a0cd730e-e890-4512-8db8-5d732b929808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7394 | 2025.04.17 00:27:06.450744 [ 275 ] {a0cd730e-e890-4512-8db8-5d732b929808} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7395 | 2025.04.17 00:27:06.451001 [ 275 ] {a0cd730e-e890-4512-8db8-5d732b929808} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7396 | 2025.04.17 00:27:06.451279 [ 275 ] {a0cd730e-e890-4512-8db8-5d732b929808} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001933 sec., 3103.9834454216243 rows/sec., 253.11 KiB/sec. | ||
| 7397 | 2025.04.17 00:27:06.451375 [ 275 ] {a0cd730e-e890-4512-8db8-5d732b929808} <Debug> TCPHandler: Processed in 0.002438081 sec. | ||
| 7398 | 2025.04.17 00:27:06.451622 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7399 | 2025.04.17 00:27:06.451762 [ 275 ] {65598353-8717-471a-8eae-f7091a6127dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7400 | 2025.04.17 00:27:06.451809 [ 275 ] {65598353-8717-471a-8eae-f7091a6127dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7401 | 2025.04.17 00:27:06.453034 [ 275 ] {65598353-8717-471a-8eae-f7091a6127dc} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7402 | 2025.04.17 00:27:06.453073 [ 275 ] {65598353-8717-471a-8eae-f7091a6127dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7403 | 2025.04.17 00:27:06.453531 [ 275 ] {65598353-8717-471a-8eae-f7091a6127dc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7404 | 2025.04.17 00:27:06.453770 [ 275 ] {65598353-8717-471a-8eae-f7091a6127dc} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7405 | 2025.04.17 00:27:06.453974 [ 275 ] {65598353-8717-471a-8eae-f7091a6127dc} <Debug> executeQuery: Read 1279 rows, 108.81 KiB in 0.002236 sec., 572003.5778175313 rows/sec., 47.52 MiB/sec. | ||
| 7406 | 2025.04.17 00:27:06.454028 [ 275 ] {65598353-8717-471a-8eae-f7091a6127dc} <Debug> TCPHandler: Processed in 0.002504263 sec. | ||
| 7407 | 2025.04.17 00:27:06.454141 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7408 | 2025.04.17 00:27:06.454246 [ 275 ] {2e97f244-9d9d-4549-a5d2-36b0a9e8cd92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7409 | 2025.04.17 00:27:06.454290 [ 275 ] {2e97f244-9d9d-4549-a5d2-36b0a9e8cd92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7410 | 2025.04.17 00:27:06.454803 [ 275 ] {2e97f244-9d9d-4549-a5d2-36b0a9e8cd92} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7411 | 2025.04.17 00:27:06.454868 [ 275 ] {2e97f244-9d9d-4549-a5d2-36b0a9e8cd92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7412 | 2025.04.17 00:27:06.455214 [ 275 ] {2e97f244-9d9d-4549-a5d2-36b0a9e8cd92} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7413 | 2025.04.17 00:27:06.455458 [ 275 ] {2e97f244-9d9d-4549-a5d2-36b0a9e8cd92} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7414 | 2025.04.17 00:27:06.455624 [ 275 ] {2e97f244-9d9d-4549-a5d2-36b0a9e8cd92} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.001402 sec., 32810.27104136947 rows/sec., 2.39 MiB/sec. | ||
| 7415 | 2025.04.17 00:27:06.455673 [ 275 ] {2e97f244-9d9d-4549-a5d2-36b0a9e8cd92} <Debug> TCPHandler: Processed in 0.00158289 sec. | ||
| 7416 | 2025.04.17 00:27:06.455783 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7417 | 2025.04.17 00:27:06.455886 [ 275 ] {00f55c34-98bc-4390-afe0-e0d35ddea65d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7418 | 2025.04.17 00:27:06.455930 [ 275 ] {00f55c34-98bc-4390-afe0-e0d35ddea65d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7419 | 2025.04.17 00:27:06.456499 [ 275 ] {00f55c34-98bc-4390-afe0-e0d35ddea65d} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7420 | 2025.04.17 00:27:06.456537 [ 275 ] {00f55c34-98bc-4390-afe0-e0d35ddea65d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7421 | 2025.04.17 00:27:06.456882 [ 275 ] {00f55c34-98bc-4390-afe0-e0d35ddea65d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7422 | 2025.04.17 00:27:06.457120 [ 275 ] {00f55c34-98bc-4390-afe0-e0d35ddea65d} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7423 | 2025.04.17 00:27:06.457318 [ 275 ] {00f55c34-98bc-4390-afe0-e0d35ddea65d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00145 sec., 157241.37931034484 rows/sec., 10.65 MiB/sec. | ||
| 7424 | 2025.04.17 00:27:06.457452 [ 275 ] {00f55c34-98bc-4390-afe0-e0d35ddea65d} <Debug> TCPHandler: Processed in 0.001713583 sec. | ||
| 7425 | 2025.04.17 00:27:06.457662 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7426 | 2025.04.17 00:27:06.457766 [ 275 ] {cdf7eb75-5c3c-4575-a26c-691f4e335be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7427 | 2025.04.17 00:27:06.457812 [ 275 ] {cdf7eb75-5c3c-4575-a26c-691f4e335be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7428 | 2025.04.17 00:27:06.458569 [ 275 ] {cdf7eb75-5c3c-4575-a26c-691f4e335be9} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7429 | 2025.04.17 00:27:06.458606 [ 275 ] {cdf7eb75-5c3c-4575-a26c-691f4e335be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7430 | 2025.04.17 00:27:06.458974 [ 275 ] {cdf7eb75-5c3c-4575-a26c-691f4e335be9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7431 | 2025.04.17 00:27:06.459214 [ 275 ] {cdf7eb75-5c3c-4575-a26c-691f4e335be9} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7432 | 2025.04.17 00:27:06.459377 [ 275 ] {cdf7eb75-5c3c-4575-a26c-691f4e335be9} <Debug> executeQuery: Read 566 rows, 43.10 KiB in 0.001633 sec., 346601.3472137171 rows/sec., 25.77 MiB/sec. | ||
| 7433 | 2025.04.17 00:27:06.459427 [ 275 ] {cdf7eb75-5c3c-4575-a26c-691f4e335be9} <Debug> TCPHandler: Processed in 0.001837066 sec. | ||
| 7434 | 2025.04.17 00:27:06.459539 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7435 | 2025.04.17 00:27:06.459643 [ 275 ] {c365b3fd-dc85-450a-91ce-545b780b49d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7436 | 2025.04.17 00:27:06.459691 [ 275 ] {c365b3fd-dc85-450a-91ce-545b780b49d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7437 | 2025.04.17 00:27:06.460368 [ 275 ] {c365b3fd-dc85-450a-91ce-545b780b49d6} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7438 | 2025.04.17 00:27:06.460404 [ 275 ] {c365b3fd-dc85-450a-91ce-545b780b49d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7439 | 2025.04.17 00:27:06.460828 [ 275 ] {c365b3fd-dc85-450a-91ce-545b780b49d6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7440 | 2025.04.17 00:27:06.461074 [ 275 ] {c365b3fd-dc85-450a-91ce-545b780b49d6} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7441 | 2025.04.17 00:27:06.461269 [ 275 ] {c365b3fd-dc85-450a-91ce-545b780b49d6} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001649 sec., 535476.0460885385 rows/sec., 36.03 MiB/sec. | ||
| 7442 | 2025.04.17 00:27:06.461360 [ 275 ] {c365b3fd-dc85-450a-91ce-545b780b49d6} <Debug> TCPHandler: Processed in 0.001870327 sec. | ||
| 7443 | 2025.04.17 00:27:06.461560 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7444 | 2025.04.17 00:27:06.461701 [ 275 ] {483a3310-6b88-4a20-8f4c-d0af6f630500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7445 | 2025.04.17 00:27:06.461774 [ 275 ] {483a3310-6b88-4a20-8f4c-d0af6f630500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7446 | 2025.04.17 00:27:06.462990 [ 275 ] {483a3310-6b88-4a20-8f4c-d0af6f630500} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7447 | 2025.04.17 00:27:06.463031 [ 275 ] {483a3310-6b88-4a20-8f4c-d0af6f630500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7448 | 2025.04.17 00:27:06.463691 [ 275 ] {483a3310-6b88-4a20-8f4c-d0af6f630500} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7449 | 2025.04.17 00:27:06.463948 [ 275 ] {483a3310-6b88-4a20-8f4c-d0af6f630500} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7450 | 2025.04.17 00:27:06.464206 [ 275 ] {483a3310-6b88-4a20-8f4c-d0af6f630500} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002526 sec., 15835.312747426762 rows/sec., 28.38 MiB/sec. | ||
| 7451 | 2025.04.17 00:27:06.464766 [ 275 ] {483a3310-6b88-4a20-8f4c-d0af6f630500} <Debug> TCPHandler: Processed in 0.003309283 sec. | ||
| 7452 | 2025.04.17 00:27:06.464999 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7453 | 2025.04.17 00:27:06.465130 [ 275 ] {9bf8006c-a570-4bc7-9db9-6d8b8157f6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7454 | 2025.04.17 00:27:06.465185 [ 275 ] {9bf8006c-a570-4bc7-9db9-6d8b8157f6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7455 | 2025.04.17 00:27:06.465695 [ 275 ] {9bf8006c-a570-4bc7-9db9-6d8b8157f6e8} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7456 | 2025.04.17 00:27:06.465733 [ 275 ] {9bf8006c-a570-4bc7-9db9-6d8b8157f6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7457 | 2025.04.17 00:27:06.466112 [ 275 ] {9bf8006c-a570-4bc7-9db9-6d8b8157f6e8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7458 | 2025.04.17 00:27:06.466349 [ 275 ] {9bf8006c-a570-4bc7-9db9-6d8b8157f6e8} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7459 | 2025.04.17 00:27:06.466480 [ 76 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7460 | 2025.04.17 00:27:06.466522 [ 275 ] {9bf8006c-a570-4bc7-9db9-6d8b8157f6e8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
| 7461 | 2025.04.17 00:27:06.466529 [ 76 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7462 | 2025.04.17 00:27:06.466574 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7463 | 2025.04.17 00:27:06.466592 [ 275 ] {9bf8006c-a570-4bc7-9db9-6d8b8157f6e8} <Debug> TCPHandler: Processed in 0.001655911 sec. | ||
| 7464 | 2025.04.17 00:27:06.466762 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 7465 | 2025.04.17 00:27:06.466933 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7466 | 2025.04.17 00:27:06.466973 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3242 rows starting from the beginning of the part | ||
| 7467 | 2025.04.17 00:27:06.467047 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 7468 | 2025.04.17 00:27:06.467185 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 7469 | 2025.04.17 00:27:06.467462 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 7470 | 2025.04.17 00:27:06.467593 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 7471 | 2025.04.17 00:27:06.467765 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::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 | ||
| 7472 | 2025.04.17 00:27:06.469357 [ 191 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3542 rows, containing 4 columns (4 merged, 0 gathered) in 0.002656727 sec., 1333219.408693479 rows/sec., 89.78 MiB/sec. | ||
| 7473 | 2025.04.17 00:27:06.469777 [ 201 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7474 | 2025.04.17 00:27:06.470182 [ 201 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_61_12} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7475 | 2025.04.17 00:27:06.470289 [ 201 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_61_12} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7476 | 2025.04.17 00:27:06.470403 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 7477 | 2025.04.17 00:27:08.353097 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 7478 | 2025.04.17 00:27:08.354002 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7479 | 2025.04.17 00:27:08.354055 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7480 | 2025.04.17 00:27:08.354582 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7481 | 2025.04.17 00:27:08.354839 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7482 | 2025.04.17 00:27:08.355080 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 7483 | 2025.04.17 00:27:09.844390 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 7484 | 2025.04.17 00:27:09.862993 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7485 | 2025.04.17 00:27:09.863047 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 7486 | 2025.04.17 00:27:09.869781 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7487 | 2025.04.17 00:27:09.870505 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7488 | 2025.04.17 00:27:09.874032 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 7489 | 2025.04.17 00:27:11.419560 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7490 | 2025.04.17 00:27:11.419795 [ 275 ] {17b71385-1fb8-41b5-9e6f-0cc81735bd7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7491 | 2025.04.17 00:27:11.419868 [ 275 ] {17b71385-1fb8-41b5-9e6f-0cc81735bd7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7492 | 2025.04.17 00:27:11.420642 [ 275 ] {17b71385-1fb8-41b5-9e6f-0cc81735bd7b} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7493 | 2025.04.17 00:27:11.420688 [ 275 ] {17b71385-1fb8-41b5-9e6f-0cc81735bd7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7494 | 2025.04.17 00:27:11.421119 [ 275 ] {17b71385-1fb8-41b5-9e6f-0cc81735bd7b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7495 | 2025.04.17 00:27:11.421367 [ 275 ] {17b71385-1fb8-41b5-9e6f-0cc81735bd7b} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7496 | 2025.04.17 00:27:11.421586 [ 275 ] {17b71385-1fb8-41b5-9e6f-0cc81735bd7b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001842 sec., 30401.73724212812 rows/sec., 2.34 MiB/sec. | ||
| 7497 | 2025.04.17 00:27:11.421649 [ 275 ] {17b71385-1fb8-41b5-9e6f-0cc81735bd7b} <Debug> TCPHandler: Processed in 0.002261667 sec. | ||
| 7498 | 2025.04.17 00:27:11.421776 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7499 | 2025.04.17 00:27:11.421881 [ 275 ] {74af2876-ea4e-4fcf-891c-011d457d7601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7500 | 2025.04.17 00:27:11.421925 [ 275 ] {74af2876-ea4e-4fcf-891c-011d457d7601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7501 | 2025.04.17 00:27:11.422458 [ 275 ] {74af2876-ea4e-4fcf-891c-011d457d7601} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7502 | 2025.04.17 00:27:11.422498 [ 275 ] {74af2876-ea4e-4fcf-891c-011d457d7601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7503 | 2025.04.17 00:27:11.422843 [ 275 ] {74af2876-ea4e-4fcf-891c-011d457d7601} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7504 | 2025.04.17 00:27:11.423074 [ 275 ] {74af2876-ea4e-4fcf-891c-011d457d7601} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7505 | 2025.04.17 00:27:11.423289 [ 275 ] {74af2876-ea4e-4fcf-891c-011d457d7601} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00142 sec., 45070.42253521127 rows/sec., 3.52 MiB/sec. | ||
| 7506 | 2025.04.17 00:27:11.423395 [ 275 ] {74af2876-ea4e-4fcf-891c-011d457d7601} <Debug> TCPHandler: Processed in 0.001668452 sec. | ||
| 7507 | 2025.04.17 00:27:11.423567 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7508 | 2025.04.17 00:27:11.423767 [ 275 ] {76f14bfe-6f0a-4b47-8eaf-c9875731db45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7509 | 2025.04.17 00:27:11.423816 [ 275 ] {76f14bfe-6f0a-4b47-8eaf-c9875731db45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7510 | 2025.04.17 00:27:11.424356 [ 275 ] {76f14bfe-6f0a-4b47-8eaf-c9875731db45} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7511 | 2025.04.17 00:27:11.424395 [ 275 ] {76f14bfe-6f0a-4b47-8eaf-c9875731db45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7512 | 2025.04.17 00:27:11.424787 [ 275 ] {76f14bfe-6f0a-4b47-8eaf-c9875731db45} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7513 | 2025.04.17 00:27:11.425034 [ 275 ] {76f14bfe-6f0a-4b47-8eaf-c9875731db45} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7514 | 2025.04.17 00:27:11.425241 [ 275 ] {76f14bfe-6f0a-4b47-8eaf-c9875731db45} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00151 sec., 105960.26490066225 rows/sec., 7.38 MiB/sec. | ||
| 7515 | 2025.04.17 00:27:11.425291 [ 275 ] {76f14bfe-6f0a-4b47-8eaf-c9875731db45} <Debug> TCPHandler: Processed in 0.001818796 sec. | ||
| 7516 | 2025.04.17 00:27:11.425412 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7517 | 2025.04.17 00:27:11.425516 [ 275 ] {82c73478-a8e6-41f4-bc9c-28a11b4b96fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7518 | 2025.04.17 00:27:11.425561 [ 275 ] {82c73478-a8e6-41f4-bc9c-28a11b4b96fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7519 | 2025.04.17 00:27:11.426014 [ 275 ] {82c73478-a8e6-41f4-bc9c-28a11b4b96fd} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7520 | 2025.04.17 00:27:11.426052 [ 275 ] {82c73478-a8e6-41f4-bc9c-28a11b4b96fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7521 | 2025.04.17 00:27:11.426401 [ 275 ] {82c73478-a8e6-41f4-bc9c-28a11b4b96fd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7522 | 2025.04.17 00:27:11.426636 [ 275 ] {82c73478-a8e6-41f4-bc9c-28a11b4b96fd} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7523 | 2025.04.17 00:27:11.426858 [ 275 ] {82c73478-a8e6-41f4-bc9c-28a11b4b96fd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
| 7524 | 2025.04.17 00:27:11.426950 [ 275 ] {82c73478-a8e6-41f4-bc9c-28a11b4b96fd} <Debug> TCPHandler: Processed in 0.001584699 sec. | ||
| 7525 | 2025.04.17 00:27:15.695830 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7526 | 2025.04.17 00:27:15.695931 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7527 | 2025.04.17 00:27:15.856049 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 7528 | 2025.04.17 00:27:15.856662 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7529 | 2025.04.17 00:27:15.856704 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7530 | 2025.04.17 00:27:15.857313 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7531 | 2025.04.17 00:27:15.857564 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7532 | 2025.04.17 00:27:15.857749 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 7533 | 2025.04.17 00:27:15.955769 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 994 | ||
| 7534 | 2025.04.17 00:27:15.958729 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7535 | 2025.04.17 00:27:15.958786 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7536 | 2025.04.17 00:27:15.960248 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7537 | 2025.04.17 00:27:15.960587 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7538 | 2025.04.17 00:27:15.961940 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 994 | ||
| 7539 | 2025.04.17 00:27:16.002159 [ 249 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000903353 sec. | ||
| 7540 | 2025.04.17 00:27:16.426578 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7541 | 2025.04.17 00:27:16.426870 [ 275 ] {0129209f-e363-4f58-87fa-c9f67cae6b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7542 | 2025.04.17 00:27:16.426984 [ 275 ] {0129209f-e363-4f58-87fa-c9f67cae6b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7543 | 2025.04.17 00:27:16.428104 [ 275 ] {0129209f-e363-4f58-87fa-c9f67cae6b0a} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7544 | 2025.04.17 00:27:16.428148 [ 275 ] {0129209f-e363-4f58-87fa-c9f67cae6b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7545 | 2025.04.17 00:27:16.428590 [ 275 ] {0129209f-e363-4f58-87fa-c9f67cae6b0a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7546 | 2025.04.17 00:27:16.428846 [ 275 ] {0129209f-e363-4f58-87fa-c9f67cae6b0a} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7547 | 2025.04.17 00:27:16.429069 [ 275 ] {0129209f-e363-4f58-87fa-c9f67cae6b0a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002278 sec., 93064.09130816505 rows/sec., 5.92 MiB/sec. | ||
| 7548 | 2025.04.17 00:27:16.429211 [ 275 ] {0129209f-e363-4f58-87fa-c9f67cae6b0a} <Debug> TCPHandler: Processed in 0.00281344 sec. | ||
| 7549 | 2025.04.17 00:27:16.429385 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7550 | 2025.04.17 00:27:16.429489 [ 275 ] {281dcabc-59fd-4319-94b8-cc37209d24eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7551 | 2025.04.17 00:27:16.429536 [ 275 ] {281dcabc-59fd-4319-94b8-cc37209d24eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7552 | 2025.04.17 00:27:16.430403 [ 275 ] {281dcabc-59fd-4319-94b8-cc37209d24eb} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7553 | 2025.04.17 00:27:16.430442 [ 275 ] {281dcabc-59fd-4319-94b8-cc37209d24eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7554 | 2025.04.17 00:27:16.430831 [ 275 ] {281dcabc-59fd-4319-94b8-cc37209d24eb} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7555 | 2025.04.17 00:27:16.431064 [ 275 ] {281dcabc-59fd-4319-94b8-cc37209d24eb} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7556 | 2025.04.17 00:27:16.431195 [ 64 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7557 | 2025.04.17 00:27:16.431236 [ 275 ] {281dcabc-59fd-4319-94b8-cc37209d24eb} <Debug> executeQuery: Read 697 rows, 57.01 KiB in 0.001769 sec., 394007.914075749 rows/sec., 31.47 MiB/sec. | ||
| 7558 | 2025.04.17 00:27:16.431242 [ 64 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7559 | 2025.04.17 00:27:16.431283 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7560 | 2025.04.17 00:27:16.431305 [ 275 ] {281dcabc-59fd-4319-94b8-cc37209d24eb} <Debug> TCPHandler: Processed in 0.00197803 sec. | ||
| 7561 | 2025.04.17 00:27:16.431562 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7562 | 2025.04.17 00:27:16.431617 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7563 | 2025.04.17 00:27:16.431859 [ 275 ] {1015e35c-5d82-471a-b4b7-c6dc9b89db21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7564 | 2025.04.17 00:27:16.432008 [ 275 ] {1015e35c-5d82-471a-b4b7-c6dc9b89db21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7565 | 2025.04.17 00:27:16.432530 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7566 | 2025.04.17 00:27:16.432634 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1968 rows starting from the beginning of the part | ||
| 7567 | 2025.04.17 00:27:16.433032 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 136 rows starting from the beginning of the part | ||
| 7568 | 2025.04.17 00:27:16.433464 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part | ||
| 7569 | 2025.04.17 00:27:16.433707 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1279 rows starting from the beginning of the part | ||
| 7570 | 2025.04.17 00:27:16.434093 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part | ||
| 7571 | 2025.04.17 00:27:16.434425 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 697 rows starting from the beginning of the part | ||
| 7572 | 2025.04.17 00:27:16.435118 [ 275 ] {1015e35c-5d82-471a-b4b7-c6dc9b89db21} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7573 | 2025.04.17 00:27:16.435170 [ 275 ] {1015e35c-5d82-471a-b4b7-c6dc9b89db21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7574 | 2025.04.17 00:27:16.435884 [ 275 ] {1015e35c-5d82-471a-b4b7-c6dc9b89db21} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7575 | 2025.04.17 00:27:16.436418 [ 275 ] {1015e35c-5d82-471a-b4b7-c6dc9b89db21} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7576 | 2025.04.17 00:27:16.436908 [ 275 ] {1015e35c-5d82-471a-b4b7-c6dc9b89db21} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.005164 sec., 28272.656855151046 rows/sec., 1.78 MiB/sec. | ||
| 7577 | 2025.04.17 00:27:16.437109 [ 275 ] {1015e35c-5d82-471a-b4b7-c6dc9b89db21} <Debug> TCPHandler: Processed in 0.005652472 sec. | ||
| 7578 | 2025.04.17 00:27:16.437292 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7579 | 2025.04.17 00:27:16.437418 [ 275 ] {e043c98d-2d89-4d91-8070-b248c42d3db2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7580 | 2025.04.17 00:27:16.437475 [ 275 ] {e043c98d-2d89-4d91-8070-b248c42d3db2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7581 | 2025.04.17 00:27:16.438639 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4192 rows, containing 5 columns (5 merged, 0 gathered) in 0.007231393 sec., 579694.6729350763 rows/sec., 49.82 MiB/sec. | ||
| 7582 | 2025.04.17 00:27:16.438730 [ 275 ] {e043c98d-2d89-4d91-8070-b248c42d3db2} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7583 | 2025.04.17 00:27:16.438776 [ 275 ] {e043c98d-2d89-4d91-8070-b248c42d3db2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7584 | 2025.04.17 00:27:16.438983 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7585 | 2025.04.17 00:27:16.439439 [ 275 ] {e043c98d-2d89-4d91-8070-b248c42d3db2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7586 | 2025.04.17 00:27:16.439561 [ 199 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_66_13} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7587 | 2025.04.17 00:27:16.439805 [ 199 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_66_13} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7588 | 2025.04.17 00:27:16.439871 [ 275 ] {e043c98d-2d89-4d91-8070-b248c42d3db2} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7589 | 2025.04.17 00:27:16.440007 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 7590 | 2025.04.17 00:27:16.440108 [ 64 ] {} <Debug> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 7591 | 2025.04.17 00:27:16.440159 [ 64 ] {} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7592 | 2025.04.17 00:27:16.440169 [ 275 ] {e043c98d-2d89-4d91-8070-b248c42d3db2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00278 sec., 40647.48201438849 rows/sec., 2.63 MiB/sec. | ||
| 7593 | 2025.04.17 00:27:16.440192 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7594 | 2025.04.17 00:27:16.440300 [ 275 ] {e043c98d-2d89-4d91-8070-b248c42d3db2} <Debug> TCPHandler: Processed in 0.003074568 sec. | ||
| 7595 | 2025.04.17 00:27:16.440693 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
| 7596 | 2025.04.17 00:27:16.440781 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7597 | 2025.04.17 00:27:16.441047 [ 275 ] {b4dd9af6-823e-431a-9eb6-ba19c010ca9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7598 | 2025.04.17 00:27:16.441059 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7599 | 2025.04.17 00:27:16.441143 [ 275 ] {b4dd9af6-823e-431a-9eb6-ba19c010ca9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7600 | 2025.04.17 00:27:16.441151 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 366 rows starting from the beginning of the part | ||
| 7601 | 2025.04.17 00:27:16.441470 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part | ||
| 7602 | 2025.04.17 00:27:16.441732 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part | ||
| 7603 | 2025.04.17 00:27:16.442025 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part | ||
| 7604 | 2025.04.17 00:27:16.442331 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part | ||
| 7605 | 2025.04.17 00:27:16.442674 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
| 7606 | 2025.04.17 00:27:16.444185 [ 275 ] {b4dd9af6-823e-431a-9eb6-ba19c010ca9f} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7607 | 2025.04.17 00:27:16.444262 [ 275 ] {b4dd9af6-823e-431a-9eb6-ba19c010ca9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7608 | 2025.04.17 00:27:16.445231 [ 275 ] {b4dd9af6-823e-431a-9eb6-ba19c010ca9f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7609 | 2025.04.17 00:27:16.445737 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 983 rows, containing 5 columns (5 merged, 0 gathered) in 0.005408987 sec., 181734.58357359708 rows/sec., 13.08 MiB/sec. | ||
| 7610 | 2025.04.17 00:27:16.445755 [ 275 ] {b4dd9af6-823e-431a-9eb6-ba19c010ca9f} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7611 | 2025.04.17 00:27:16.445980 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 7612 | 2025.04.17 00:27:16.446209 [ 275 ] {b4dd9af6-823e-431a-9eb6-ba19c010ca9f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005257 sec., 21304.926764314245 rows/sec., 1.21 MiB/sec. | ||
| 7613 | 2025.04.17 00:27:16.446365 [ 275 ] {b4dd9af6-823e-431a-9eb6-ba19c010ca9f} <Debug> TCPHandler: Processed in 0.005724194 sec. | ||
| 7614 | 2025.04.17 00:27:16.446541 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7615 | 2025.04.17 00:27:16.446590 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_23_5} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7616 | 2025.04.17 00:27:16.446752 [ 275 ] {479943f5-ae54-4552-b173-b274aff0f4aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7617 | 2025.04.17 00:27:16.446778 [ 193 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_23_5} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 7618 | 2025.04.17 00:27:16.446818 [ 275 ] {479943f5-ae54-4552-b173-b274aff0f4aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7619 | 2025.04.17 00:27:16.446944 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 7620 | 2025.04.17 00:27:16.447654 [ 275 ] {479943f5-ae54-4552-b173-b274aff0f4aa} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7621 | 2025.04.17 00:27:16.447698 [ 275 ] {479943f5-ae54-4552-b173-b274aff0f4aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7622 | 2025.04.17 00:27:16.448073 [ 275 ] {479943f5-ae54-4552-b173-b274aff0f4aa} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7623 | 2025.04.17 00:27:16.448321 [ 275 ] {479943f5-ae54-4552-b173-b274aff0f4aa} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7624 | 2025.04.17 00:27:16.448501 [ 63 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7625 | 2025.04.17 00:27:16.448523 [ 275 ] {479943f5-ae54-4552-b173-b274aff0f4aa} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.00184 sec., 229347.8260869565 rows/sec., 16.34 MiB/sec. | ||
| 7626 | 2025.04.17 00:27:16.448556 [ 63 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7627 | 2025.04.17 00:27:16.448618 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7628 | 2025.04.17 00:27:16.448649 [ 275 ] {479943f5-ae54-4552-b173-b274aff0f4aa} <Debug> TCPHandler: Processed in 0.002171065 sec. | ||
| 7629 | 2025.04.17 00:27:16.448847 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7630 | 2025.04.17 00:27:16.448853 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7631 | 2025.04.17 00:27:16.449113 [ 275 ] {53065b6d-1271-417b-9c7b-6c62ac23e3cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7632 | 2025.04.17 00:27:16.449251 [ 275 ] {53065b6d-1271-417b-9c7b-6c62ac23e3cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7633 | 2025.04.17 00:27:16.449266 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7634 | 2025.04.17 00:27:16.449384 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 950 rows starting from the beginning of the part | ||
| 7635 | 2025.04.17 00:27:16.449921 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 104 rows starting from the beginning of the part | ||
| 7636 | 2025.04.17 00:27:16.450257 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part | ||
| 7637 | 2025.04.17 00:27:16.450629 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 566 rows starting from the beginning of the part | ||
| 7638 | 2025.04.17 00:27:16.450974 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part | ||
| 7639 | 2025.04.17 00:27:16.451353 [ 188 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 422 rows starting from the beginning of the part | ||
| 7640 | 2025.04.17 00:27:16.451980 [ 275 ] {53065b6d-1271-417b-9c7b-6c62ac23e3cb} <Trace> oximeter.measurements_bool (cdf54b2a-bd53-46b4-8670-127039d772b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7641 | 2025.04.17 00:27:16.452022 [ 275 ] {53065b6d-1271-417b-9c7b-6c62ac23e3cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7642 | 2025.04.17 00:27:16.452513 [ 275 ] {53065b6d-1271-417b-9c7b-6c62ac23e3cb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 7643 | 2025.04.17 00:27:16.452843 [ 275 ] {53065b6d-1271-417b-9c7b-6c62ac23e3cb} <Trace> oximeter.measurements_bool (cdf54b2a-bd53-46b4-8670-127039d772b2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7644 | 2025.04.17 00:27:16.453167 [ 275 ] {53065b6d-1271-417b-9c7b-6c62ac23e3cb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004132 sec., 1452.081316553727 rows/sec., 75.87 KiB/sec. | ||
| 7645 | 2025.04.17 00:27:16.453407 [ 275 ] {53065b6d-1271-417b-9c7b-6c62ac23e3cb} <Debug> TCPHandler: Processed in 0.004620496 sec. | ||
| 7646 | 2025.04.17 00:27:16.453597 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7647 | 2025.04.17 00:27:16.453635 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2170 rows, containing 5 columns (5 merged, 0 gathered) in 0.004911334 sec., 441835.15110151336 rows/sec., 34.23 MiB/sec. | ||
| 7648 | 2025.04.17 00:27:16.453742 [ 275 ] {075129c8-804b-4671-853a-4ac27f78a23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7649 | 2025.04.17 00:27:16.453811 [ 275 ] {075129c8-804b-4671-853a-4ac27f78a23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7650 | 2025.04.17 00:27:16.453958 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7651 | 2025.04.17 00:27:16.454666 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_66_13} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7652 | 2025.04.17 00:27:16.454916 [ 197 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_66_13} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7653 | 2025.04.17 00:27:16.455042 [ 275 ] {075129c8-804b-4671-853a-4ac27f78a23f} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7654 | 2025.04.17 00:27:16.455081 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 7655 | 2025.04.17 00:27:16.455121 [ 275 ] {075129c8-804b-4671-853a-4ac27f78a23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7656 | 2025.04.17 00:27:16.455536 [ 275 ] {075129c8-804b-4671-853a-4ac27f78a23f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7657 | 2025.04.17 00:27:16.455784 [ 275 ] {075129c8-804b-4671-853a-4ac27f78a23f} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7658 | 2025.04.17 00:27:16.455982 [ 275 ] {075129c8-804b-4671-853a-4ac27f78a23f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002284 sec., 103765.32399299474 rows/sec., 6.96 MiB/sec. | ||
| 7659 | 2025.04.17 00:27:16.456037 [ 275 ] {075129c8-804b-4671-853a-4ac27f78a23f} <Debug> TCPHandler: Processed in 0.002510363 sec. | ||
| 7660 | 2025.04.17 00:27:16.456152 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7661 | 2025.04.17 00:27:16.456256 [ 275 ] {b98d2180-a766-4a4e-a5d7-41ea8e5c416a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7662 | 2025.04.17 00:27:16.456303 [ 275 ] {b98d2180-a766-4a4e-a5d7-41ea8e5c416a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7663 | 2025.04.17 00:27:16.456693 [ 275 ] {b98d2180-a766-4a4e-a5d7-41ea8e5c416a} <Trace> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7664 | 2025.04.17 00:27:16.456731 [ 275 ] {b98d2180-a766-4a4e-a5d7-41ea8e5c416a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7665 | 2025.04.17 00:27:16.457073 [ 275 ] {b98d2180-a766-4a4e-a5d7-41ea8e5c416a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 7666 | 2025.04.17 00:27:16.457308 [ 275 ] {b98d2180-a766-4a4e-a5d7-41ea8e5c416a} <Trace> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7667 | 2025.04.17 00:27:16.457525 [ 275 ] {b98d2180-a766-4a4e-a5d7-41ea8e5c416a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001288 sec., 776.3975155279503 rows/sec., 52.32 KiB/sec. | ||
| 7668 | 2025.04.17 00:27:16.457577 [ 275 ] {b98d2180-a766-4a4e-a5d7-41ea8e5c416a} <Debug> TCPHandler: Processed in 0.001475177 sec. | ||
| 7669 | 2025.04.17 00:27:16.457690 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7670 | 2025.04.17 00:27:16.457793 [ 275 ] {d1d10a74-173e-4ea0-9a72-4eaedbfaa9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7671 | 2025.04.17 00:27:16.457860 [ 275 ] {d1d10a74-173e-4ea0-9a72-4eaedbfaa9d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7672 | 2025.04.17 00:27:16.458980 [ 275 ] {d1d10a74-173e-4ea0-9a72-4eaedbfaa9d0} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7673 | 2025.04.17 00:27:16.459019 [ 275 ] {d1d10a74-173e-4ea0-9a72-4eaedbfaa9d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7674 | 2025.04.17 00:27:16.459673 [ 275 ] {d1d10a74-173e-4ea0-9a72-4eaedbfaa9d0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7675 | 2025.04.17 00:27:16.459926 [ 275 ] {d1d10a74-173e-4ea0-9a72-4eaedbfaa9d0} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7676 | 2025.04.17 00:27:16.460211 [ 275 ] {d1d10a74-173e-4ea0-9a72-4eaedbfaa9d0} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002432 sec., 16447.36842105263 rows/sec., 29.47 MiB/sec. | ||
| 7677 | 2025.04.17 00:27:16.460689 [ 275 ] {d1d10a74-173e-4ea0-9a72-4eaedbfaa9d0} <Debug> TCPHandler: Processed in 0.003043036 sec. | ||
| 7678 | 2025.04.17 00:27:16.460882 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7679 | 2025.04.17 00:27:16.460987 [ 275 ] {ade13c4e-651e-4ba6-94be-45a5fa13f0db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7680 | 2025.04.17 00:27:16.461034 [ 275 ] {ade13c4e-651e-4ba6-94be-45a5fa13f0db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7681 | 2025.04.17 00:27:16.461497 [ 275 ] {ade13c4e-651e-4ba6-94be-45a5fa13f0db} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7682 | 2025.04.17 00:27:16.461536 [ 275 ] {ade13c4e-651e-4ba6-94be-45a5fa13f0db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7683 | 2025.04.17 00:27:16.461912 [ 275 ] {ade13c4e-651e-4ba6-94be-45a5fa13f0db} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7684 | 2025.04.17 00:27:16.462147 [ 275 ] {ade13c4e-651e-4ba6-94be-45a5fa13f0db} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7685 | 2025.04.17 00:27:16.462345 [ 275 ] {ade13c4e-651e-4ba6-94be-45a5fa13f0db} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001382 sec., 59334.298118668594 rows/sec., 3.77 MiB/sec. | ||
| 7686 | 2025.04.17 00:27:16.462402 [ 275 ] {ade13c4e-651e-4ba6-94be-45a5fa13f0db} <Debug> TCPHandler: Processed in 0.001570189 sec. | ||
| 7687 | 2025.04.17 00:27:17.374872 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 7688 | 2025.04.17 00:27:17.395120 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7689 | 2025.04.17 00:27:17.395184 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7690 | 2025.04.17 00:27:17.402431 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7691 | 2025.04.17 00:27:17.403223 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7692 | 2025.04.17 00:27:17.406142 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 7693 | 2025.04.17 00:27:21.418860 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7694 | 2025.04.17 00:27:21.419093 [ 275 ] {01a72079-2ce5-4398-abe2-a51e63ebcee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7695 | 2025.04.17 00:27:21.419177 [ 275 ] {01a72079-2ce5-4398-abe2-a51e63ebcee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7696 | 2025.04.17 00:27:21.419972 [ 275 ] {01a72079-2ce5-4398-abe2-a51e63ebcee3} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7697 | 2025.04.17 00:27:21.420025 [ 275 ] {01a72079-2ce5-4398-abe2-a51e63ebcee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7698 | 2025.04.17 00:27:21.420463 [ 275 ] {01a72079-2ce5-4398-abe2-a51e63ebcee3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7699 | 2025.04.17 00:27:21.420730 [ 275 ] {01a72079-2ce5-4398-abe2-a51e63ebcee3} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7700 | 2025.04.17 00:27:21.421010 [ 275 ] {01a72079-2ce5-4398-abe2-a51e63ebcee3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00197 sec., 1015.2284263959391 rows/sec., 82.78 KiB/sec. | ||
| 7701 | 2025.04.17 00:27:21.421216 [ 275 ] {01a72079-2ce5-4398-abe2-a51e63ebcee3} <Debug> TCPHandler: Processed in 0.002493423 sec. | ||
| 7702 | 2025.04.17 00:27:21.421385 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7703 | 2025.04.17 00:27:21.421498 [ 275 ] {361fb118-cda1-4b18-894f-4ff1ae891521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7704 | 2025.04.17 00:27:21.421551 [ 275 ] {361fb118-cda1-4b18-894f-4ff1ae891521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7705 | 2025.04.17 00:27:21.422118 [ 275 ] {361fb118-cda1-4b18-894f-4ff1ae891521} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7706 | 2025.04.17 00:27:21.422160 [ 275 ] {361fb118-cda1-4b18-894f-4ff1ae891521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7707 | 2025.04.17 00:27:21.422534 [ 275 ] {361fb118-cda1-4b18-894f-4ff1ae891521} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7708 | 2025.04.17 00:27:21.422783 [ 275 ] {361fb118-cda1-4b18-894f-4ff1ae891521} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7709 | 2025.04.17 00:27:21.422994 [ 275 ] {361fb118-cda1-4b18-894f-4ff1ae891521} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001524 sec., 37401.574803149604 rows/sec., 2.87 MiB/sec. | ||
| 7710 | 2025.04.17 00:27:21.423048 [ 275 ] {361fb118-cda1-4b18-894f-4ff1ae891521} <Debug> TCPHandler: Processed in 0.001719123 sec. | ||
| 7711 | 2025.04.17 00:27:21.423159 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7712 | 2025.04.17 00:27:21.423267 [ 275 ] {d74ef646-afb7-4b3a-8d61-7034d13646ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7713 | 2025.04.17 00:27:21.423315 [ 275 ] {d74ef646-afb7-4b3a-8d61-7034d13646ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7714 | 2025.04.17 00:27:21.423811 [ 275 ] {d74ef646-afb7-4b3a-8d61-7034d13646ac} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7715 | 2025.04.17 00:27:21.423851 [ 275 ] {d74ef646-afb7-4b3a-8d61-7034d13646ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7716 | 2025.04.17 00:27:21.424211 [ 275 ] {d74ef646-afb7-4b3a-8d61-7034d13646ac} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7717 | 2025.04.17 00:27:21.424460 [ 275 ] {d74ef646-afb7-4b3a-8d61-7034d13646ac} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7718 | 2025.04.17 00:27:21.424654 [ 275 ] {d74ef646-afb7-4b3a-8d61-7034d13646ac} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00141 sec., 1418.4397163120568 rows/sec., 99.04 KiB/sec. | ||
| 7719 | 2025.04.17 00:27:21.424705 [ 275 ] {d74ef646-afb7-4b3a-8d61-7034d13646ac} <Debug> TCPHandler: Processed in 0.001597 sec. | ||
| 7720 | 2025.04.17 00:27:21.424815 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7721 | 2025.04.17 00:27:21.424919 [ 275 ] {8441c7bf-1e14-4e72-bcc6-b6823ae72a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7722 | 2025.04.17 00:27:21.424963 [ 275 ] {8441c7bf-1e14-4e72-bcc6-b6823ae72a3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7723 | 2025.04.17 00:27:21.425496 [ 275 ] {8441c7bf-1e14-4e72-bcc6-b6823ae72a3c} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7724 | 2025.04.17 00:27:21.425538 [ 275 ] {8441c7bf-1e14-4e72-bcc6-b6823ae72a3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7725 | 2025.04.17 00:27:21.425896 [ 275 ] {8441c7bf-1e14-4e72-bcc6-b6823ae72a3c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7726 | 2025.04.17 00:27:21.426141 [ 275 ] {8441c7bf-1e14-4e72-bcc6-b6823ae72a3c} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7727 | 2025.04.17 00:27:21.426375 [ 275 ] {8441c7bf-1e14-4e72-bcc6-b6823ae72a3c} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001477 sec., 44685.172647257954 rows/sec., 3.49 MiB/sec. | ||
| 7728 | 2025.04.17 00:27:21.426457 [ 275 ] {8441c7bf-1e14-4e72-bcc6-b6823ae72a3c} <Debug> TCPHandler: Processed in 0.001692553 sec. | ||
| 7729 | 2025.04.17 00:27:21.426644 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7730 | 2025.04.17 00:27:21.426840 [ 275 ] {b01ac112-0131-4fc6-abf7-c9278a9e89f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7731 | 2025.04.17 00:27:21.426890 [ 275 ] {b01ac112-0131-4fc6-abf7-c9278a9e89f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7732 | 2025.04.17 00:27:21.427407 [ 275 ] {b01ac112-0131-4fc6-abf7-c9278a9e89f8} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7733 | 2025.04.17 00:27:21.427446 [ 275 ] {b01ac112-0131-4fc6-abf7-c9278a9e89f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7734 | 2025.04.17 00:27:21.427835 [ 275 ] {b01ac112-0131-4fc6-abf7-c9278a9e89f8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7735 | 2025.04.17 00:27:21.428081 [ 275 ] {b01ac112-0131-4fc6-abf7-c9278a9e89f8} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7736 | 2025.04.17 00:27:21.428310 [ 275 ] {b01ac112-0131-4fc6-abf7-c9278a9e89f8} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001507 sec., 106834.7710683477 rows/sec., 7.44 MiB/sec. | ||
| 7737 | 2025.04.17 00:27:21.428363 [ 275 ] {b01ac112-0131-4fc6-abf7-c9278a9e89f8} <Debug> TCPHandler: Processed in 0.001805686 sec. | ||
| 7738 | 2025.04.17 00:27:21.428477 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7739 | 2025.04.17 00:27:21.428581 [ 275 ] {f413d83d-73b1-42ca-80e4-45269459e917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7740 | 2025.04.17 00:27:21.428628 [ 275 ] {f413d83d-73b1-42ca-80e4-45269459e917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7741 | 2025.04.17 00:27:21.429064 [ 275 ] {f413d83d-73b1-42ca-80e4-45269459e917} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7742 | 2025.04.17 00:27:21.429104 [ 275 ] {f413d83d-73b1-42ca-80e4-45269459e917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7743 | 2025.04.17 00:27:21.429469 [ 275 ] {f413d83d-73b1-42ca-80e4-45269459e917} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7744 | 2025.04.17 00:27:21.429722 [ 275 ] {f413d83d-73b1-42ca-80e4-45269459e917} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7745 | 2025.04.17 00:27:21.429916 [ 275 ] {f413d83d-73b1-42ca-80e4-45269459e917} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
| 7746 | 2025.04.17 00:27:21.429966 [ 275 ] {f413d83d-73b1-42ca-80e4-45269459e917} <Debug> TCPHandler: Processed in 0.001539328 sec. | ||
| 7747 | 2025.04.17 00:27:23.358833 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 7748 | 2025.04.17 00:27:23.359499 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7749 | 2025.04.17 00:27:23.359552 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7750 | 2025.04.17 00:27:23.360143 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7751 | 2025.04.17 00:27:23.360412 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7752 | 2025.04.17 00:27:23.360678 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 7753 | 2025.04.17 00:27:24.906371 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 7754 | 2025.04.17 00:27:24.927900 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7755 | 2025.04.17 00:27:24.927945 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7756 | 2025.04.17 00:27:24.935219 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7757 | 2025.04.17 00:27:24.936247 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7758 | 2025.04.17 00:27:24.939330 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 7759 | 2025.04.17 00:27:25.962260 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1028 | ||
| 7760 | 2025.04.17 00:27:25.965453 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7761 | 2025.04.17 00:27:25.965520 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7762 | 2025.04.17 00:27:25.968250 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7763 | 2025.04.17 00:27:25.968564 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7764 | 2025.04.17 00:27:25.970390 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1028 | ||
| 7765 | 2025.04.17 00:27:26.421088 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7766 | 2025.04.17 00:27:26.421396 [ 275 ] {70ee7773-85be-4c8b-8374-78e1fbb09da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7767 | 2025.04.17 00:27:26.421512 [ 275 ] {70ee7773-85be-4c8b-8374-78e1fbb09da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7768 | 2025.04.17 00:27:26.422596 [ 275 ] {70ee7773-85be-4c8b-8374-78e1fbb09da3} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7769 | 2025.04.17 00:27:26.422640 [ 275 ] {70ee7773-85be-4c8b-8374-78e1fbb09da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7770 | 2025.04.17 00:27:26.423087 [ 275 ] {70ee7773-85be-4c8b-8374-78e1fbb09da3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7771 | 2025.04.17 00:27:26.423342 [ 275 ] {70ee7773-85be-4c8b-8374-78e1fbb09da3} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7772 | 2025.04.17 00:27:26.423541 [ 275 ] {70ee7773-85be-4c8b-8374-78e1fbb09da3} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002232 sec., 60931.89964157706 rows/sec., 5.26 MiB/sec. | ||
| 7773 | 2025.04.17 00:27:26.423603 [ 275 ] {70ee7773-85be-4c8b-8374-78e1fbb09da3} <Debug> TCPHandler: Processed in 0.002712289 sec. | ||
| 7774 | 2025.04.17 00:27:26.423738 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7775 | 2025.04.17 00:27:26.423848 [ 275 ] {4c3f6c2f-6360-49ae-9aa1-e7d7771a1768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7776 | 2025.04.17 00:27:26.423896 [ 275 ] {4c3f6c2f-6360-49ae-9aa1-e7d7771a1768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7777 | 2025.04.17 00:27:26.424445 [ 275 ] {4c3f6c2f-6360-49ae-9aa1-e7d7771a1768} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7778 | 2025.04.17 00:27:26.424483 [ 275 ] {4c3f6c2f-6360-49ae-9aa1-e7d7771a1768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7779 | 2025.04.17 00:27:26.424830 [ 275 ] {4c3f6c2f-6360-49ae-9aa1-e7d7771a1768} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7780 | 2025.04.17 00:27:26.425062 [ 275 ] {4c3f6c2f-6360-49ae-9aa1-e7d7771a1768} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7781 | 2025.04.17 00:27:26.425251 [ 275 ] {4c3f6c2f-6360-49ae-9aa1-e7d7771a1768} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001422 sec., 28129.39521800281 rows/sec., 2.07 MiB/sec. | ||
| 7782 | 2025.04.17 00:27:26.425342 [ 275 ] {4c3f6c2f-6360-49ae-9aa1-e7d7771a1768} <Debug> TCPHandler: Processed in 0.001661933 sec. | ||
| 7783 | 2025.04.17 00:27:26.425556 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7784 | 2025.04.17 00:27:26.425686 [ 275 ] {d664e6e2-e6ea-4af5-bdb4-6f21cd1b3e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7785 | 2025.04.17 00:27:26.425733 [ 275 ] {d664e6e2-e6ea-4af5-bdb4-6f21cd1b3e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7786 | 2025.04.17 00:27:26.426281 [ 275 ] {d664e6e2-e6ea-4af5-bdb4-6f21cd1b3e18} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7787 | 2025.04.17 00:27:26.426319 [ 275 ] {d664e6e2-e6ea-4af5-bdb4-6f21cd1b3e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7788 | 2025.04.17 00:27:26.426668 [ 275 ] {d664e6e2-e6ea-4af5-bdb4-6f21cd1b3e18} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7789 | 2025.04.17 00:27:26.426917 [ 275 ] {d664e6e2-e6ea-4af5-bdb4-6f21cd1b3e18} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7790 | 2025.04.17 00:27:26.427089 [ 275 ] {d664e6e2-e6ea-4af5-bdb4-6f21cd1b3e18} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001426 sec., 72931.27629733521 rows/sec., 5.70 MiB/sec. | ||
| 7791 | 2025.04.17 00:27:26.427144 [ 275 ] {d664e6e2-e6ea-4af5-bdb4-6f21cd1b3e18} <Debug> TCPHandler: Processed in 0.001670782 sec. | ||
| 7792 | 2025.04.17 00:27:26.427297 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7793 | 2025.04.17 00:27:26.427403 [ 275 ] {f8170b5a-c808-41da-b4d5-0d4647123c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7794 | 2025.04.17 00:27:26.427450 [ 275 ] {f8170b5a-c808-41da-b4d5-0d4647123c8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7795 | 2025.04.17 00:27:26.427990 [ 275 ] {f8170b5a-c808-41da-b4d5-0d4647123c8b} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7796 | 2025.04.17 00:27:26.428027 [ 275 ] {f8170b5a-c808-41da-b4d5-0d4647123c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7797 | 2025.04.17 00:27:26.428402 [ 275 ] {f8170b5a-c808-41da-b4d5-0d4647123c8b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7798 | 2025.04.17 00:27:26.428641 [ 275 ] {f8170b5a-c808-41da-b4d5-0d4647123c8b} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7799 | 2025.04.17 00:27:26.428789 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7800 | 2025.04.17 00:27:26.428810 [ 275 ] {f8170b5a-c808-41da-b4d5-0d4647123c8b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001428 sec., 112044.81792717087 rows/sec., 7.80 MiB/sec. | ||
| 7801 | 2025.04.17 00:27:26.428828 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7802 | 2025.04.17 00:27:26.428860 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7803 | 2025.04.17 00:27:26.428880 [ 275 ] {f8170b5a-c808-41da-b4d5-0d4647123c8b} <Debug> TCPHandler: Processed in 0.001639742 sec. | ||
| 7804 | 2025.04.17 00:27:26.429080 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7805 | 2025.04.17 00:27:26.429083 [ 189 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7806 | 2025.04.17 00:27:26.429259 [ 275 ] {de97aa96-828b-4daa-a650-a336a00258e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7807 | 2025.04.17 00:27:26.429421 [ 189 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7808 | 2025.04.17 00:27:26.429457 [ 275 ] {de97aa96-828b-4daa-a650-a336a00258e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7809 | 2025.04.17 00:27:26.429501 [ 189 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18287 rows starting from the beginning of the part | ||
| 7810 | 2025.04.17 00:27:26.429875 [ 189 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 883 rows starting from the beginning of the part | ||
| 7811 | 2025.04.17 00:27:26.430210 [ 189 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
| 7812 | 2025.04.17 00:27:26.430494 [ 189 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part | ||
| 7813 | 2025.04.17 00:27:26.430768 [ 189 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 161 rows starting from the beginning of the part | ||
| 7814 | 2025.04.17 00:27:26.431071 [ 189 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
| 7815 | 2025.04.17 00:27:26.433739 [ 275 ] {de97aa96-828b-4daa-a650-a336a00258e7} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7816 | 2025.04.17 00:27:26.433798 [ 275 ] {de97aa96-828b-4daa-a650-a336a00258e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7817 | 2025.04.17 00:27:26.435714 [ 275 ] {de97aa96-828b-4daa-a650-a336a00258e7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7818 | 2025.04.17 00:27:26.436024 [ 275 ] {de97aa96-828b-4daa-a650-a336a00258e7} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7819 | 2025.04.17 00:27:26.436787 [ 275 ] {de97aa96-828b-4daa-a650-a336a00258e7} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007578 sec., 5278.437582475587 rows/sec., 9.46 MiB/sec. | ||
| 7820 | 2025.04.17 00:27:26.437112 [ 275 ] {de97aa96-828b-4daa-a650-a336a00258e7} <Debug> TCPHandler: Processed in 0.008115855 sec. | ||
| 7821 | 2025.04.17 00:27:26.437230 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7822 | 2025.04.17 00:27:26.437334 [ 275 ] {a1650352-0326-479b-bbdb-ff818cfea3dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7823 | 2025.04.17 00:27:26.437390 [ 275 ] {a1650352-0326-479b-bbdb-ff818cfea3dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7824 | 2025.04.17 00:27:26.437845 [ 275 ] {a1650352-0326-479b-bbdb-ff818cfea3dd} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7825 | 2025.04.17 00:27:26.437882 [ 275 ] {a1650352-0326-479b-bbdb-ff818cfea3dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7826 | 2025.04.17 00:27:26.438612 [ 275 ] {a1650352-0326-479b-bbdb-ff818cfea3dd} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7827 | 2025.04.17 00:27:26.438963 [ 275 ] {a1650352-0326-479b-bbdb-ff818cfea3dd} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7828 | 2025.04.17 00:27:26.439279 [ 275 ] {a1650352-0326-479b-bbdb-ff818cfea3dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00183 sec., 32786.88524590164 rows/sec., 2.21 MiB/sec. | ||
| 7829 | 2025.04.17 00:27:26.439409 [ 275 ] {a1650352-0326-479b-bbdb-ff818cfea3dd} <Debug> TCPHandler: Processed in 0.002218916 sec. | ||
| 7830 | 2025.04.17 00:27:26.440281 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19888 rows, containing 5 columns (5 merged, 0 gathered) in 0.011313245 sec., 1757939.4771349865 rows/sec., 120.60 MiB/sec. | ||
| 7831 | 2025.04.17 00:27:26.440743 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7832 | 2025.04.17 00:27:26.441129 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7833 | 2025.04.17 00:27:26.441222 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7834 | 2025.04.17 00:27:26.441330 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 7835 | 2025.04.17 00:27:27.000196 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.69 MiB, peak 233.54 MiB, free memory in arenas 0.00 B, will set to 223.32 MiB (RSS), difference: 1.63 MiB | ||
| 7836 | 2025.04.17 00:27:30.695998 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7837 | 2025.04.17 00:27:30.696071 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7838 | 2025.04.17 00:27:30.861055 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 7839 | 2025.04.17 00:27:30.862000 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7840 | 2025.04.17 00:27:30.862041 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7841 | 2025.04.17 00:27:30.862561 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7842 | 2025.04.17 00:27:30.862801 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7843 | 2025.04.17 00:27:30.863058 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 7844 | 2025.04.17 00:27:31.418737 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7845 | 2025.04.17 00:27:31.419024 [ 275 ] {8edaa306-8cc5-4673-9724-77ff2601b5a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7846 | 2025.04.17 00:27:31.419135 [ 275 ] {8edaa306-8cc5-4673-9724-77ff2601b5a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7847 | 2025.04.17 00:27:31.420067 [ 275 ] {8edaa306-8cc5-4673-9724-77ff2601b5a5} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7848 | 2025.04.17 00:27:31.420111 [ 275 ] {8edaa306-8cc5-4673-9724-77ff2601b5a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7849 | 2025.04.17 00:27:31.420520 [ 275 ] {8edaa306-8cc5-4673-9724-77ff2601b5a5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7850 | 2025.04.17 00:27:31.420767 [ 275 ] {8edaa306-8cc5-4673-9724-77ff2601b5a5} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7851 | 2025.04.17 00:27:31.420965 [ 275 ] {8edaa306-8cc5-4673-9724-77ff2601b5a5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002019 sec., 27736.503219415554 rows/sec., 2.13 MiB/sec. | ||
| 7852 | 2025.04.17 00:27:31.421075 [ 275 ] {8edaa306-8cc5-4673-9724-77ff2601b5a5} <Debug> TCPHandler: Processed in 0.002524284 sec. | ||
| 7853 | 2025.04.17 00:27:31.421259 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7854 | 2025.04.17 00:27:31.421543 [ 275 ] {d91c6ebd-998b-4046-bcbd-1b8952a2f63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7855 | 2025.04.17 00:27:31.421598 [ 275 ] {d91c6ebd-998b-4046-bcbd-1b8952a2f63d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7856 | 2025.04.17 00:27:31.422191 [ 275 ] {d91c6ebd-998b-4046-bcbd-1b8952a2f63d} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7857 | 2025.04.17 00:27:31.422229 [ 275 ] {d91c6ebd-998b-4046-bcbd-1b8952a2f63d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7858 | 2025.04.17 00:27:31.422572 [ 275 ] {d91c6ebd-998b-4046-bcbd-1b8952a2f63d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7859 | 2025.04.17 00:27:31.422805 [ 275 ] {d91c6ebd-998b-4046-bcbd-1b8952a2f63d} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7860 | 2025.04.17 00:27:31.423002 [ 275 ] {d91c6ebd-998b-4046-bcbd-1b8952a2f63d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001554 sec., 41184.04118404118 rows/sec., 3.21 MiB/sec. | ||
| 7861 | 2025.04.17 00:27:31.423107 [ 275 ] {d91c6ebd-998b-4046-bcbd-1b8952a2f63d} <Debug> TCPHandler: Processed in 0.001926549 sec. | ||
| 7862 | 2025.04.17 00:27:31.423314 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7863 | 2025.04.17 00:27:31.423432 [ 275 ] {84a5646c-81ed-4a69-a243-de15b782462e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7864 | 2025.04.17 00:27:31.423481 [ 275 ] {84a5646c-81ed-4a69-a243-de15b782462e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7865 | 2025.04.17 00:27:31.424065 [ 275 ] {84a5646c-81ed-4a69-a243-de15b782462e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7866 | 2025.04.17 00:27:31.424103 [ 275 ] {84a5646c-81ed-4a69-a243-de15b782462e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7867 | 2025.04.17 00:27:31.424485 [ 275 ] {84a5646c-81ed-4a69-a243-de15b782462e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7868 | 2025.04.17 00:27:31.424725 [ 275 ] {84a5646c-81ed-4a69-a243-de15b782462e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7869 | 2025.04.17 00:27:31.424910 [ 275 ] {84a5646c-81ed-4a69-a243-de15b782462e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001503 sec., 106453.75914836992 rows/sec., 7.41 MiB/sec. | ||
| 7870 | 2025.04.17 00:27:31.424960 [ 275 ] {84a5646c-81ed-4a69-a243-de15b782462e} <Debug> TCPHandler: Processed in 0.001754255 sec. | ||
| 7871 | 2025.04.17 00:27:31.425076 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7872 | 2025.04.17 00:27:31.425188 [ 275 ] {76abb8e0-5ad2-48b3-a71e-4503a0952ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7873 | 2025.04.17 00:27:31.425232 [ 275 ] {76abb8e0-5ad2-48b3-a71e-4503a0952ad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7874 | 2025.04.17 00:27:31.425681 [ 275 ] {76abb8e0-5ad2-48b3-a71e-4503a0952ad7} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7875 | 2025.04.17 00:27:31.425721 [ 275 ] {76abb8e0-5ad2-48b3-a71e-4503a0952ad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7876 | 2025.04.17 00:27:31.426079 [ 275 ] {76abb8e0-5ad2-48b3-a71e-4503a0952ad7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7877 | 2025.04.17 00:27:31.426308 [ 275 ] {76abb8e0-5ad2-48b3-a71e-4503a0952ad7} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7878 | 2025.04.17 00:27:31.426499 [ 275 ] {76abb8e0-5ad2-48b3-a71e-4503a0952ad7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec. | ||
| 7879 | 2025.04.17 00:27:31.426499 [ 45 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7880 | 2025.04.17 00:27:31.426568 [ 275 ] {76abb8e0-5ad2-48b3-a71e-4503a0952ad7} <Debug> TCPHandler: Processed in 0.001539489 sec. | ||
| 7881 | 2025.04.17 00:27:31.426603 [ 45 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7882 | 2025.04.17 00:27:31.426656 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7883 | 2025.04.17 00:27:31.426969 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7884 | 2025.04.17 00:27:31.427272 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7885 | 2025.04.17 00:27:31.427338 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3542 rows starting from the beginning of the part | ||
| 7886 | 2025.04.17 00:27:31.427431 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 7887 | 2025.04.17 00:27:31.427513 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
| 7888 | 2025.04.17 00:27:31.427798 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
| 7889 | 2025.04.17 00:27:31.427998 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 7890 | 2025.04.17 00:27:31.428148 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 7891 | 2025.04.17 00:27:31.429716 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3864 rows, containing 4 columns (4 merged, 0 gathered) in 0.002951834 sec., 1309016.6994485462 rows/sec., 88.05 MiB/sec. | ||
| 7892 | 2025.04.17 00:27:31.430064 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7893 | 2025.04.17 00:27:31.430393 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_66_13} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7894 | 2025.04.17 00:27:31.430485 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_66_13} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7895 | 2025.04.17 00:27:31.430589 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 7896 | 2025.04.17 00:27:32.439485 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 7897 | 2025.04.17 00:27:32.462621 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7898 | 2025.04.17 00:27:32.462688 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 7899 | 2025.04.17 00:27:32.470005 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7900 | 2025.04.17 00:27:32.470799 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7901 | 2025.04.17 00:27:32.473904 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 7902 | 2025.04.17 00:27:35.970729 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1048 | ||
| 7903 | 2025.04.17 00:27:35.973663 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7904 | 2025.04.17 00:27:35.973723 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 7905 | 2025.04.17 00:27:35.975205 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7906 | 2025.04.17 00:27:35.975515 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7907 | 2025.04.17 00:27:35.975759 [ 41 ] {} <Debug> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7908 | 2025.04.17 00:27:35.975880 [ 41 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7909 | 2025.04.17 00:27:35.975941 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 7910 | 2025.04.17 00:27:35.976406 [ 186 ] {bc8e46af-749e-4702-ad44-a333defcf195::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 | ||
| 7911 | 2025.04.17 00:27:35.978071 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1048 | ||
| 7912 | 2025.04.17 00:27:35.978298 [ 186 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7913 | 2025.04.17 00:27:35.978449 [ 186 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 920 rows starting from the beginning of the part | ||
| 7914 | 2025.04.17 00:27:35.979079 [ 186 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part | ||
| 7915 | 2025.04.17 00:27:35.979635 [ 186 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 20 rows starting from the beginning of the part | ||
| 7916 | 2025.04.17 00:27:35.980194 [ 186 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part | ||
| 7917 | 2025.04.17 00:27:35.980702 [ 186 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 7918 | 2025.04.17 00:27:35.981270 [ 186 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 20 rows starting from the beginning of the part | ||
| 7919 | 2025.04.17 00:27:35.989609 [ 196 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1048 rows, containing 72 columns (72 merged, 0 gathered) in 0.01353591 sec., 77423.68263382366 rows/sec., 64.34 MiB/sec. | ||
| 7920 | 2025.04.17 00:27:35.991174 [ 192 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7921 | 2025.04.17 00:27:35.992057 [ 192 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_36_7} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7922 | 2025.04.17 00:27:35.992191 [ 192 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_36_7} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7923 | 2025.04.17 00:27:35.992636 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. | ||
| 7924 | 2025.04.17 00:27:36.448142 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7925 | 2025.04.17 00:27:36.448336 [ 275 ] {1d5a195f-33b6-4942-9ddb-f26bc5b1818d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7926 | 2025.04.17 00:27:36.448411 [ 275 ] {1d5a195f-33b6-4942-9ddb-f26bc5b1818d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7927 | 2025.04.17 00:27:36.449180 [ 275 ] {1d5a195f-33b6-4942-9ddb-f26bc5b1818d} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7928 | 2025.04.17 00:27:36.449231 [ 275 ] {1d5a195f-33b6-4942-9ddb-f26bc5b1818d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 7929 | 2025.04.17 00:27:36.449670 [ 275 ] {1d5a195f-33b6-4942-9ddb-f26bc5b1818d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7930 | 2025.04.17 00:27:36.449921 [ 275 ] {1d5a195f-33b6-4942-9ddb-f26bc5b1818d} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7931 | 2025.04.17 00:27:36.450167 [ 275 ] {1d5a195f-33b6-4942-9ddb-f26bc5b1818d} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001875 sec., 4266.666666666667 rows/sec., 347.92 KiB/sec. | ||
| 7932 | 2025.04.17 00:27:36.450273 [ 275 ] {1d5a195f-33b6-4942-9ddb-f26bc5b1818d} <Debug> TCPHandler: Processed in 0.002257736 sec. | ||
| 7933 | 2025.04.17 00:27:36.450488 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7934 | 2025.04.17 00:27:36.450595 [ 275 ] {30e72c2a-7686-40d2-8ec9-a8cc6223817a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7935 | 2025.04.17 00:27:36.450642 [ 275 ] {30e72c2a-7686-40d2-8ec9-a8cc6223817a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7936 | 2025.04.17 00:27:36.451886 [ 275 ] {30e72c2a-7686-40d2-8ec9-a8cc6223817a} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7937 | 2025.04.17 00:27:36.451925 [ 275 ] {30e72c2a-7686-40d2-8ec9-a8cc6223817a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 7938 | 2025.04.17 00:27:36.452363 [ 275 ] {30e72c2a-7686-40d2-8ec9-a8cc6223817a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7939 | 2025.04.17 00:27:36.452604 [ 275 ] {30e72c2a-7686-40d2-8ec9-a8cc6223817a} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7940 | 2025.04.17 00:27:36.452837 [ 275 ] {30e72c2a-7686-40d2-8ec9-a8cc6223817a} <Debug> executeQuery: Read 1280 rows, 108.88 KiB in 0.002249 sec., 569141.8408181414 rows/sec., 47.28 MiB/sec. | ||
| 7941 | 2025.04.17 00:27:36.452939 [ 275 ] {30e72c2a-7686-40d2-8ec9-a8cc6223817a} <Debug> TCPHandler: Processed in 0.002517324 sec. | ||
| 7942 | 2025.04.17 00:27:36.453074 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7943 | 2025.04.17 00:27:36.453391 [ 275 ] {896664b5-3980-4d9e-81e5-b68ba3f23d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7944 | 2025.04.17 00:27:36.453530 [ 275 ] {896664b5-3980-4d9e-81e5-b68ba3f23d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7945 | 2025.04.17 00:27:36.454466 [ 275 ] {896664b5-3980-4d9e-81e5-b68ba3f23d21} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7946 | 2025.04.17 00:27:36.454505 [ 275 ] {896664b5-3980-4d9e-81e5-b68ba3f23d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 7947 | 2025.04.17 00:27:36.454850 [ 275 ] {896664b5-3980-4d9e-81e5-b68ba3f23d21} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7948 | 2025.04.17 00:27:36.455085 [ 275 ] {896664b5-3980-4d9e-81e5-b68ba3f23d21} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7949 | 2025.04.17 00:27:36.455257 [ 41 ] {} <Debug> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7950 | 2025.04.17 00:27:36.455309 [ 275 ] {896664b5-3980-4d9e-81e5-b68ba3f23d21} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.002033 sec., 23610.427939006393 rows/sec., 1.71 MiB/sec. | ||
| 7951 | 2025.04.17 00:27:36.455353 [ 41 ] {} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7952 | 2025.04.17 00:27:36.455421 [ 275 ] {896664b5-3980-4d9e-81e5-b68ba3f23d21} <Debug> TCPHandler: Processed in 0.00239121 sec. | ||
| 7953 | 2025.04.17 00:27:36.455430 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 7954 | 2025.04.17 00:27:36.455673 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7955 | 2025.04.17 00:27:36.455710 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::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 | ||
| 7956 | 2025.04.17 00:27:36.456008 [ 275 ] {1eb06653-fd5e-471a-a0ec-0759c94025a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7957 | 2025.04.17 00:27:36.456194 [ 275 ] {1eb06653-fd5e-471a-a0ec-0759c94025a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7958 | 2025.04.17 00:27:36.456203 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7959 | 2025.04.17 00:27:36.456320 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 176 rows starting from the beginning of the part | ||
| 7960 | 2025.04.17 00:27:36.456903 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 46 rows starting from the beginning of the part | ||
| 7961 | 2025.04.17 00:27:36.457369 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 146 rows starting from the beginning of the part | ||
| 7962 | 2025.04.17 00:27:36.457750 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 2 rows starting from the beginning of the part | ||
| 7963 | 2025.04.17 00:27:36.458175 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part | ||
| 7964 | 2025.04.17 00:27:36.458518 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::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 | ||
| 7965 | 2025.04.17 00:27:36.459502 [ 275 ] {1eb06653-fd5e-471a-a0ec-0759c94025a1} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7966 | 2025.04.17 00:27:36.459546 [ 275 ] {1eb06653-fd5e-471a-a0ec-0759c94025a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 7967 | 2025.04.17 00:27:36.460148 [ 275 ] {1eb06653-fd5e-471a-a0ec-0759c94025a1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7968 | 2025.04.17 00:27:36.460266 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 458 rows, containing 5 columns (5 merged, 0 gathered) in 0.004715119 sec., 97134.34592000753 rows/sec., 6.82 MiB/sec. | ||
| 7969 | 2025.04.17 00:27:36.460386 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7970 | 2025.04.17 00:27:36.460474 [ 275 ] {1eb06653-fd5e-471a-a0ec-0759c94025a1} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7971 | 2025.04.17 00:27:36.460879 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_46_9} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7972 | 2025.04.17 00:27:36.460909 [ 275 ] {1eb06653-fd5e-471a-a0ec-0759c94025a1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004978 sec., 45801.52671755725 rows/sec., 3.10 MiB/sec. | ||
| 7973 | 2025.04.17 00:27:36.461276 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_46_9} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7974 | 2025.04.17 00:27:36.461295 [ 275 ] {1eb06653-fd5e-471a-a0ec-0759c94025a1} <Debug> TCPHandler: Processed in 0.005747035 sec. | ||
| 7975 | 2025.04.17 00:27:36.461531 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7976 | 2025.04.17 00:27:36.461581 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7977 | 2025.04.17 00:27:36.461688 [ 275 ] {9270654c-50df-4ad8-b4c8-a4971f9d1e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7978 | 2025.04.17 00:27:36.461733 [ 275 ] {9270654c-50df-4ad8-b4c8-a4971f9d1e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7979 | 2025.04.17 00:27:36.462519 [ 275 ] {9270654c-50df-4ad8-b4c8-a4971f9d1e18} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7980 | 2025.04.17 00:27:36.462558 [ 275 ] {9270654c-50df-4ad8-b4c8-a4971f9d1e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 7981 | 2025.04.17 00:27:36.462933 [ 275 ] {9270654c-50df-4ad8-b4c8-a4971f9d1e18} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7982 | 2025.04.17 00:27:36.463177 [ 275 ] {9270654c-50df-4ad8-b4c8-a4971f9d1e18} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7983 | 2025.04.17 00:27:36.463409 [ 275 ] {9270654c-50df-4ad8-b4c8-a4971f9d1e18} <Debug> executeQuery: Read 568 rows, 43.26 KiB in 0.001737 sec., 327000.5757052389 rows/sec., 24.32 MiB/sec. | ||
| 7984 | 2025.04.17 00:27:36.463507 [ 275 ] {9270654c-50df-4ad8-b4c8-a4971f9d1e18} <Debug> TCPHandler: Processed in 0.0019903 sec. | ||
| 7985 | 2025.04.17 00:27:36.463705 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7986 | 2025.04.17 00:27:36.464043 [ 275 ] {61c35d9a-8c26-4957-acc3-a7a4493d45ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7987 | 2025.04.17 00:27:36.464165 [ 275 ] {61c35d9a-8c26-4957-acc3-a7a4493d45ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7988 | 2025.04.17 00:27:36.464981 [ 275 ] {61c35d9a-8c26-4957-acc3-a7a4493d45ca} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7989 | 2025.04.17 00:27:36.465020 [ 275 ] {61c35d9a-8c26-4957-acc3-a7a4493d45ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 7990 | 2025.04.17 00:27:36.465449 [ 275 ] {61c35d9a-8c26-4957-acc3-a7a4493d45ca} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7991 | 2025.04.17 00:27:36.465691 [ 275 ] {61c35d9a-8c26-4957-acc3-a7a4493d45ca} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7992 | 2025.04.17 00:27:36.465884 [ 275 ] {61c35d9a-8c26-4957-acc3-a7a4493d45ca} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001986 sec., 445115.81067472306 rows/sec., 29.95 MiB/sec. | ||
| 7993 | 2025.04.17 00:27:36.465933 [ 275 ] {61c35d9a-8c26-4957-acc3-a7a4493d45ca} <Debug> TCPHandler: Processed in 0.002332679 sec. | ||
| 7994 | 2025.04.17 00:27:36.466044 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7995 | 2025.04.17 00:27:36.466154 [ 275 ] {c9c877f6-7889-4b24-87de-c5b8d164a8b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7996 | 2025.04.17 00:27:36.466218 [ 275 ] {c9c877f6-7889-4b24-87de-c5b8d164a8b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7997 | 2025.04.17 00:27:36.467334 [ 275 ] {c9c877f6-7889-4b24-87de-c5b8d164a8b9} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7998 | 2025.04.17 00:27:36.467373 [ 275 ] {c9c877f6-7889-4b24-87de-c5b8d164a8b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 7999 | 2025.04.17 00:27:36.467995 [ 275 ] {c9c877f6-7889-4b24-87de-c5b8d164a8b9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8000 | 2025.04.17 00:27:36.468243 [ 275 ] {c9c877f6-7889-4b24-87de-c5b8d164a8b9} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8001 | 2025.04.17 00:27:36.468412 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8002 | 2025.04.17 00:27:36.468485 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8003 | 2025.04.17 00:27:36.468522 [ 275 ] {c9c877f6-7889-4b24-87de-c5b8d164a8b9} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002378 sec., 16820.85786375105 rows/sec., 30.14 MiB/sec. | ||
| 8004 | 2025.04.17 00:27:36.468530 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8005 | 2025.04.17 00:27:36.468988 [ 196 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::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 | ||
| 8006 | 2025.04.17 00:27:36.469012 [ 275 ] {c9c877f6-7889-4b24-87de-c5b8d164a8b9} <Debug> TCPHandler: Processed in 0.003011486 sec. | ||
| 8007 | 2025.04.17 00:27:36.469488 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8008 | 2025.04.17 00:27:36.469841 [ 275 ] {e17cdfca-e731-4154-917f-39bf31e58ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8009 | 2025.04.17 00:27:36.469996 [ 275 ] {e17cdfca-e731-4154-917f-39bf31e58ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8010 | 2025.04.17 00:27:36.470311 [ 196 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8011 | 2025.04.17 00:27:36.470437 [ 196 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1162 rows starting from the beginning of the part | ||
| 8012 | 2025.04.17 00:27:36.471118 [ 196 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part | ||
| 8013 | 2025.04.17 00:27:36.471306 [ 275 ] {e17cdfca-e731-4154-917f-39bf31e58ddc} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8014 | 2025.04.17 00:27:36.471373 [ 275 ] {e17cdfca-e731-4154-917f-39bf31e58ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8015 | 2025.04.17 00:27:36.471549 [ 196 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part | ||
| 8016 | 2025.04.17 00:27:36.471920 [ 196 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part | ||
| 8017 | 2025.04.17 00:27:36.472174 [ 275 ] {e17cdfca-e731-4154-917f-39bf31e58ddc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8018 | 2025.04.17 00:27:36.472257 [ 196 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part | ||
| 8019 | 2025.04.17 00:27:36.472565 [ 196 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part | ||
| 8020 | 2025.04.17 00:27:36.472596 [ 275 ] {e17cdfca-e731-4154-917f-39bf31e58ddc} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8021 | 2025.04.17 00:27:36.473062 [ 275 ] {e17cdfca-e731-4154-917f-39bf31e58ddc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003356 sec., 17878.426698450538 rows/sec., 1.20 MiB/sec. | ||
| 8022 | 2025.04.17 00:27:36.473148 [ 275 ] {e17cdfca-e731-4154-917f-39bf31e58ddc} <Debug> TCPHandler: Processed in 0.003764845 sec. | ||
| 8023 | 2025.04.17 00:27:36.480183 [ 198 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1362 rows, containing 19 columns (19 merged, 0 gathered) in 0.01150551 sec., 118378.06407538649 rows/sec., 212.13 MiB/sec. | ||
| 8024 | 2025.04.17 00:27:36.481292 [ 200 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8025 | 2025.04.17 00:27:36.481668 [ 200 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8026 | 2025.04.17 00:27:36.481742 [ 200 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8027 | 2025.04.17 00:27:36.481842 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.51 MiB. | ||
| 8028 | 2025.04.17 00:27:37.000253 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.99 MiB, peak 235.45 MiB, free memory in arenas 0.00 B, will set to 227.43 MiB (RSS), difference: 3.44 MiB | ||
| 8029 | 2025.04.17 00:27:38.363339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 8030 | 2025.04.17 00:27:38.364056 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8031 | 2025.04.17 00:27:38.364098 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8032 | 2025.04.17 00:27:38.364644 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8033 | 2025.04.17 00:27:38.364898 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8034 | 2025.04.17 00:27:38.365066 [ 40 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8035 | 2025.04.17 00:27:38.365090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 8036 | 2025.04.17 00:27:38.365120 [ 40 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8037 | 2025.04.17 00:27:38.365146 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8038 | 2025.04.17 00:27:38.365358 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 8039 | 2025.04.17 00:27:38.365763 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8040 | 2025.04.17 00:27:38.365858 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 8041 | 2025.04.17 00:27:38.365948 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part | ||
| 8042 | 2025.04.17 00:27:38.366172 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part | ||
| 8043 | 2025.04.17 00:27:38.366364 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part | ||
| 8044 | 2025.04.17 00:27:38.366538 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part | ||
| 8045 | 2025.04.17 00:27:38.366755 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
| 8046 | 2025.04.17 00:27:38.369131 [ 200 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003902728 sec., 6001955.555191139 rows/sec., 85.86 MiB/sec. | ||
| 8047 | 2025.04.17 00:27:38.369568 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8048 | 2025.04.17 00:27:38.369927 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_51_10} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8049 | 2025.04.17 00:27:38.370026 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_51_10} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8050 | 2025.04.17 00:27:38.370147 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 8051 | 2025.04.17 00:27:39.974127 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 8052 | 2025.04.17 00:27:39.995114 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8053 | 2025.04.17 00:27:39.995164 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8054 | 2025.04.17 00:27:40.000177 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.96 MiB, peak 235.45 MiB, free memory in arenas 0.00 B, will set to 227.43 MiB (RSS), difference: -4.52 MiB | ||
| 8055 | 2025.04.17 00:27:40.002511 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8056 | 2025.04.17 00:27:40.003294 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8057 | 2025.04.17 00:27:40.003583 [ 35 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8058 | 2025.04.17 00:27:40.003709 [ 35 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8059 | 2025.04.17 00:27:40.003750 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8060 | 2025.04.17 00:27:40.004183 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 8061 | 2025.04.17 00:27:40.013876 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 8062 | 2025.04.17 00:27:40.015115 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8063 | 2025.04.17 00:27:40.016069 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 8064 | 2025.04.17 00:27:40.020791 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 8065 | 2025.04.17 00:27:40.025581 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 8066 | 2025.04.17 00:27:40.030711 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 8067 | 2025.04.17 00:27:40.036073 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 8068 | 2025.04.17 00:27:40.040742 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 8069 | 2025.04.17 00:27:40.098220 [ 195 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.094388238 sec., 4078.898050835529 rows/sec., 21.09 MiB/sec. | ||
| 8070 | 2025.04.17 00:27:40.101596 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8071 | 2025.04.17 00:27:40.104625 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_51_10} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8072 | 2025.04.17 00:27:40.104762 [ 200 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_51_10} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8073 | 2025.04.17 00:27:40.107210 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8074 | 2025.04.17 00:27:41.000186 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.99 MiB, peak 237.39 MiB, free memory in arenas 0.00 B, will set to 227.75 MiB (RSS), difference: 3.76 MiB | ||
| 8075 | 2025.04.17 00:27:41.419487 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8076 | 2025.04.17 00:27:41.419793 [ 275 ] {a5e648b9-fcff-4eaf-8bbe-5898dcc681b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8077 | 2025.04.17 00:27:41.419914 [ 275 ] {a5e648b9-fcff-4eaf-8bbe-5898dcc681b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8078 | 2025.04.17 00:27:41.420731 [ 275 ] {a5e648b9-fcff-4eaf-8bbe-5898dcc681b1} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8079 | 2025.04.17 00:27:41.420778 [ 275 ] {a5e648b9-fcff-4eaf-8bbe-5898dcc681b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8080 | 2025.04.17 00:27:41.421233 [ 275 ] {a5e648b9-fcff-4eaf-8bbe-5898dcc681b1} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8081 | 2025.04.17 00:27:41.421495 [ 275 ] {a5e648b9-fcff-4eaf-8bbe-5898dcc681b1} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8082 | 2025.04.17 00:27:41.421732 [ 31 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8083 | 2025.04.17 00:27:41.421766 [ 275 ] {a5e648b9-fcff-4eaf-8bbe-5898dcc681b1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00206 sec., 27184.466019417472 rows/sec., 2.09 MiB/sec. | ||
| 8084 | 2025.04.17 00:27:41.421848 [ 31 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8085 | 2025.04.17 00:27:41.421916 [ 275 ] {a5e648b9-fcff-4eaf-8bbe-5898dcc681b1} <Debug> TCPHandler: Processed in 0.002619346 sec. | ||
| 8086 | 2025.04.17 00:27:41.421930 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8087 | 2025.04.17 00:27:41.422097 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8088 | 2025.04.17 00:27:41.422113 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8089 | 2025.04.17 00:27:41.422348 [ 275 ] {f82d95db-7561-4423-b835-d2e114b371d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8090 | 2025.04.17 00:27:41.422413 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8091 | 2025.04.17 00:27:41.422418 [ 275 ] {f82d95db-7561-4423-b835-d2e114b371d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8092 | 2025.04.17 00:27:41.422466 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1969 rows starting from the beginning of the part | ||
| 8093 | 2025.04.17 00:27:41.422595 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 57 rows starting from the beginning of the part | ||
| 8094 | 2025.04.17 00:27:41.422972 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 136 rows starting from the beginning of the part | ||
| 8095 | 2025.04.17 00:27:41.423364 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 8096 | 2025.04.17 00:27:41.423564 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1280 rows starting from the beginning of the part | ||
| 8097 | 2025.04.17 00:27:41.423672 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 8098 | 2025.04.17 00:27:41.424524 [ 275 ] {f82d95db-7561-4423-b835-d2e114b371d3} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8099 | 2025.04.17 00:27:41.424571 [ 275 ] {f82d95db-7561-4423-b835-d2e114b371d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8100 | 2025.04.17 00:27:41.425125 [ 275 ] {f82d95db-7561-4423-b835-d2e114b371d3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8101 | 2025.04.17 00:27:41.425452 [ 275 ] {f82d95db-7561-4423-b835-d2e114b371d3} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8102 | 2025.04.17 00:27:41.425644 [ 31 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8103 | 2025.04.17 00:27:41.425718 [ 31 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8104 | 2025.04.17 00:27:41.425744 [ 275 ] {f82d95db-7561-4423-b835-d2e114b371d3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003412 sec., 18757.327080890973 rows/sec., 1.46 MiB/sec. | ||
| 8105 | 2025.04.17 00:27:41.425759 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8106 | 2025.04.17 00:27:41.426065 [ 275 ] {f82d95db-7561-4423-b835-d2e114b371d3} <Debug> TCPHandler: Processed in 0.004036092 sec. | ||
| 8107 | 2025.04.17 00:27:41.426403 [ 195 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8108 | 2025.04.17 00:27:41.426442 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8109 | 2025.04.17 00:27:41.426737 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3554 rows, containing 5 columns (5 merged, 0 gathered) in 0.004683658 sec., 758808.6064353973 rows/sec., 65.47 MiB/sec. | ||
| 8110 | 2025.04.17 00:27:41.426758 [ 275 ] {38fa733c-fd2b-4deb-84e2-f62466d1bfa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8111 | 2025.04.17 00:27:41.426902 [ 195 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8112 | 2025.04.17 00:27:41.426914 [ 275 ] {38fa733c-fd2b-4deb-84e2-f62466d1bfa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8113 | 2025.04.17 00:27:41.427022 [ 195 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 952 rows starting from the beginning of the part | ||
| 8114 | 2025.04.17 00:27:41.427117 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8115 | 2025.04.17 00:27:41.427497 [ 195 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 66 rows starting from the beginning of the part | ||
| 8116 | 2025.04.17 00:27:41.428090 [ 195 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 104 rows starting from the beginning of the part | ||
| 8117 | 2025.04.17 00:27:41.428572 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_71_14} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8118 | 2025.04.17 00:27:41.428743 [ 195 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
| 8119 | 2025.04.17 00:27:41.428992 [ 188 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_71_14} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8120 | 2025.04.17 00:27:41.429300 [ 195 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 568 rows starting from the beginning of the part | ||
| 8121 | 2025.04.17 00:27:41.429376 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 8122 | 2025.04.17 00:27:41.429585 [ 195 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 8123 | 2025.04.17 00:27:41.430603 [ 275 ] {38fa733c-fd2b-4deb-84e2-f62466d1bfa7} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8124 | 2025.04.17 00:27:41.430677 [ 275 ] {38fa733c-fd2b-4deb-84e2-f62466d1bfa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8125 | 2025.04.17 00:27:41.431676 [ 275 ] {38fa733c-fd2b-4deb-84e2-f62466d1bfa7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8126 | 2025.04.17 00:27:41.432083 [ 275 ] {38fa733c-fd2b-4deb-84e2-f62466d1bfa7} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8127 | 2025.04.17 00:27:41.432877 [ 195 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 5 columns (5 merged, 0 gathered) in 0.006896833 sec., 263599.24910462525 rows/sec., 20.62 MiB/sec. | ||
| 8128 | 2025.04.17 00:27:41.433014 [ 275 ] {38fa733c-fd2b-4deb-84e2-f62466d1bfa7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006288 sec., 25445.29262086514 rows/sec., 1.77 MiB/sec. | ||
| 8129 | 2025.04.17 00:27:41.433287 [ 195 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8130 | 2025.04.17 00:27:41.433480 [ 275 ] {38fa733c-fd2b-4deb-84e2-f62466d1bfa7} <Debug> TCPHandler: Processed in 0.00715075 sec. | ||
| 8131 | 2025.04.17 00:27:41.433680 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8132 | 2025.04.17 00:27:41.433855 [ 195 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_71_14} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8133 | 2025.04.17 00:27:41.433884 [ 275 ] {e76c8e8a-47c0-40b6-943d-65191e080a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8134 | 2025.04.17 00:27:41.433986 [ 275 ] {e76c8e8a-47c0-40b6-943d-65191e080a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8135 | 2025.04.17 00:27:41.434045 [ 195 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_71_14} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8136 | 2025.04.17 00:27:41.434247 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 8137 | 2025.04.17 00:27:41.434659 [ 275 ] {e76c8e8a-47c0-40b6-943d-65191e080a89} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8138 | 2025.04.17 00:27:41.434701 [ 275 ] {e76c8e8a-47c0-40b6-943d-65191e080a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8139 | 2025.04.17 00:27:41.435069 [ 275 ] {e76c8e8a-47c0-40b6-943d-65191e080a89} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8140 | 2025.04.17 00:27:41.435308 [ 275 ] {e76c8e8a-47c0-40b6-943d-65191e080a89} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8141 | 2025.04.17 00:27:41.435502 [ 275 ] {e76c8e8a-47c0-40b6-943d-65191e080a89} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001688 sec., 35545.02369668247 rows/sec., 2.40 MiB/sec. | ||
| 8142 | 2025.04.17 00:27:41.435552 [ 275 ] {e76c8e8a-47c0-40b6-943d-65191e080a89} <Debug> TCPHandler: Processed in 0.001948019 sec. | ||
| 8143 | 2025.04.17 00:27:45.696114 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8144 | 2025.04.17 00:27:45.696205 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8145 | 2025.04.17 00:27:45.866080 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 8146 | 2025.04.17 00:27:45.866672 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8147 | 2025.04.17 00:27:45.866709 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8148 | 2025.04.17 00:27:45.867225 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8149 | 2025.04.17 00:27:45.867466 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8150 | 2025.04.17 00:27:45.867645 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 8151 | 2025.04.17 00:27:45.979159 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1072 | ||
| 8152 | 2025.04.17 00:27:45.982169 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8153 | 2025.04.17 00:27:45.982231 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8154 | 2025.04.17 00:27:45.983699 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8155 | 2025.04.17 00:27:45.984018 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8156 | 2025.04.17 00:27:45.984690 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1072 | ||
| 8157 | 2025.04.17 00:27:46.421762 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8158 | 2025.04.17 00:27:46.422018 [ 275 ] {de61fe8f-63f1-40de-a919-073f0e8b7758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8159 | 2025.04.17 00:27:46.422094 [ 275 ] {de61fe8f-63f1-40de-a919-073f0e8b7758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8160 | 2025.04.17 00:27:46.422937 [ 275 ] {de61fe8f-63f1-40de-a919-073f0e8b7758} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8161 | 2025.04.17 00:27:46.422977 [ 275 ] {de61fe8f-63f1-40de-a919-073f0e8b7758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8162 | 2025.04.17 00:27:46.423396 [ 275 ] {de61fe8f-63f1-40de-a919-073f0e8b7758} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8163 | 2025.04.17 00:27:46.423643 [ 275 ] {de61fe8f-63f1-40de-a919-073f0e8b7758} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8164 | 2025.04.17 00:27:46.423843 [ 275 ] {de61fe8f-63f1-40de-a919-073f0e8b7758} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001882 sec., 72263.54941551542 rows/sec., 6.24 MiB/sec. | ||
| 8165 | 2025.04.17 00:27:46.423897 [ 275 ] {de61fe8f-63f1-40de-a919-073f0e8b7758} <Debug> TCPHandler: Processed in 0.002307479 sec. | ||
| 8166 | 2025.04.17 00:27:46.424018 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8167 | 2025.04.17 00:27:46.424129 [ 275 ] {6b4de7d2-1e70-4efa-8694-d67f58a9771e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8168 | 2025.04.17 00:27:46.424174 [ 275 ] {6b4de7d2-1e70-4efa-8694-d67f58a9771e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8169 | 2025.04.17 00:27:46.424727 [ 275 ] {6b4de7d2-1e70-4efa-8694-d67f58a9771e} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8170 | 2025.04.17 00:27:46.424777 [ 275 ] {6b4de7d2-1e70-4efa-8694-d67f58a9771e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8171 | 2025.04.17 00:27:46.425139 [ 275 ] {6b4de7d2-1e70-4efa-8694-d67f58a9771e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8172 | 2025.04.17 00:27:46.425369 [ 275 ] {6b4de7d2-1e70-4efa-8694-d67f58a9771e} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8173 | 2025.04.17 00:27:46.425557 [ 275 ] {6b4de7d2-1e70-4efa-8694-d67f58a9771e} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001449 sec., 27605.244996549343 rows/sec., 2.03 MiB/sec. | ||
| 8174 | 2025.04.17 00:27:46.425608 [ 275 ] {6b4de7d2-1e70-4efa-8694-d67f58a9771e} <Debug> TCPHandler: Processed in 0.001641812 sec. | ||
| 8175 | 2025.04.17 00:27:46.425720 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8176 | 2025.04.17 00:27:46.425829 [ 275 ] {49cf9f85-0d55-4136-97df-6ab5fdd35656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8177 | 2025.04.17 00:27:46.425872 [ 275 ] {49cf9f85-0d55-4136-97df-6ab5fdd35656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8178 | 2025.04.17 00:27:46.426443 [ 275 ] {49cf9f85-0d55-4136-97df-6ab5fdd35656} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8179 | 2025.04.17 00:27:46.426483 [ 275 ] {49cf9f85-0d55-4136-97df-6ab5fdd35656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8180 | 2025.04.17 00:27:46.426832 [ 275 ] {49cf9f85-0d55-4136-97df-6ab5fdd35656} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8181 | 2025.04.17 00:27:46.427069 [ 275 ] {49cf9f85-0d55-4136-97df-6ab5fdd35656} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8182 | 2025.04.17 00:27:46.427244 [ 275 ] {49cf9f85-0d55-4136-97df-6ab5fdd35656} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001435 sec., 72473.86759581881 rows/sec., 5.66 MiB/sec. | ||
| 8183 | 2025.04.17 00:27:46.427294 [ 275 ] {49cf9f85-0d55-4136-97df-6ab5fdd35656} <Debug> TCPHandler: Processed in 0.001622651 sec. | ||
| 8184 | 2025.04.17 00:27:46.427405 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8185 | 2025.04.17 00:27:46.427515 [ 275 ] {ccbcf8b1-9158-458a-85e3-d4f910e0f3a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8186 | 2025.04.17 00:27:46.427563 [ 275 ] {ccbcf8b1-9158-458a-85e3-d4f910e0f3a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8187 | 2025.04.17 00:27:46.428106 [ 275 ] {ccbcf8b1-9158-458a-85e3-d4f910e0f3a1} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8188 | 2025.04.17 00:27:46.428145 [ 275 ] {ccbcf8b1-9158-458a-85e3-d4f910e0f3a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8189 | 2025.04.17 00:27:46.428512 [ 275 ] {ccbcf8b1-9158-458a-85e3-d4f910e0f3a1} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8190 | 2025.04.17 00:27:46.428748 [ 275 ] {ccbcf8b1-9158-458a-85e3-d4f910e0f3a1} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8191 | 2025.04.17 00:27:46.428954 [ 275 ] {ccbcf8b1-9158-458a-85e3-d4f910e0f3a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00145 sec., 110344.8275862069 rows/sec., 7.69 MiB/sec. | ||
| 8192 | 2025.04.17 00:27:46.429033 [ 275 ] {ccbcf8b1-9158-458a-85e3-d4f910e0f3a1} <Debug> TCPHandler: Processed in 0.001676372 sec. | ||
| 8193 | 2025.04.17 00:27:46.429178 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8194 | 2025.04.17 00:27:46.429472 [ 275 ] {5556ee00-fb4c-4669-b25c-f5c6b9cae2a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8195 | 2025.04.17 00:27:46.429584 [ 275 ] {5556ee00-fb4c-4669-b25c-f5c6b9cae2a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8196 | 2025.04.17 00:27:46.430671 [ 275 ] {5556ee00-fb4c-4669-b25c-f5c6b9cae2a4} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8197 | 2025.04.17 00:27:46.430710 [ 275 ] {5556ee00-fb4c-4669-b25c-f5c6b9cae2a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8198 | 2025.04.17 00:27:46.431337 [ 275 ] {5556ee00-fb4c-4669-b25c-f5c6b9cae2a4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8199 | 2025.04.17 00:27:46.431590 [ 275 ] {5556ee00-fb4c-4669-b25c-f5c6b9cae2a4} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8200 | 2025.04.17 00:27:46.431783 [ 275 ] {5556ee00-fb4c-4669-b25c-f5c6b9cae2a4} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002423 sec., 16508.46058605035 rows/sec., 29.58 MiB/sec. | ||
| 8201 | 2025.04.17 00:27:46.431881 [ 275 ] {5556ee00-fb4c-4669-b25c-f5c6b9cae2a4} <Debug> TCPHandler: Processed in 0.00277366 sec. | ||
| 8202 | 2025.04.17 00:27:46.432000 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8203 | 2025.04.17 00:27:46.432112 [ 275 ] {2be1a02a-c6ca-4e43-8e1e-5de6f43bebda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8204 | 2025.04.17 00:27:46.432157 [ 275 ] {2be1a02a-c6ca-4e43-8e1e-5de6f43bebda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8205 | 2025.04.17 00:27:46.432572 [ 275 ] {2be1a02a-c6ca-4e43-8e1e-5de6f43bebda} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8206 | 2025.04.17 00:27:46.432609 [ 275 ] {2be1a02a-c6ca-4e43-8e1e-5de6f43bebda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8207 | 2025.04.17 00:27:46.432950 [ 275 ] {2be1a02a-c6ca-4e43-8e1e-5de6f43bebda} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8208 | 2025.04.17 00:27:46.433183 [ 275 ] {2be1a02a-c6ca-4e43-8e1e-5de6f43bebda} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8209 | 2025.04.17 00:27:46.433363 [ 275 ] {2be1a02a-c6ca-4e43-8e1e-5de6f43bebda} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001272 sec., 47169.81132075472 rows/sec., 3.18 MiB/sec. | ||
| 8210 | 2025.04.17 00:27:46.433409 [ 275 ] {2be1a02a-c6ca-4e43-8e1e-5de6f43bebda} <Debug> TCPHandler: Processed in 0.001457946 sec. | ||
| 8211 | 2025.04.17 00:27:47.514826 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 8212 | 2025.04.17 00:27:47.532876 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8213 | 2025.04.17 00:27:47.532935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8214 | 2025.04.17 00:27:47.539899 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8215 | 2025.04.17 00:27:47.540656 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8216 | 2025.04.17 00:27:47.544469 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 8217 | 2025.04.17 00:27:51.421986 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8218 | 2025.04.17 00:27:51.422217 [ 275 ] {49b94ef6-4f47-40c3-8c9b-85a4bd302ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8219 | 2025.04.17 00:27:51.422294 [ 275 ] {49b94ef6-4f47-40c3-8c9b-85a4bd302ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8220 | 2025.04.17 00:27:51.423038 [ 275 ] {49b94ef6-4f47-40c3-8c9b-85a4bd302ac9} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8221 | 2025.04.17 00:27:51.423083 [ 275 ] {49b94ef6-4f47-40c3-8c9b-85a4bd302ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8222 | 2025.04.17 00:27:51.423524 [ 275 ] {49b94ef6-4f47-40c3-8c9b-85a4bd302ac9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8223 | 2025.04.17 00:27:51.423783 [ 275 ] {49b94ef6-4f47-40c3-8c9b-85a4bd302ac9} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8224 | 2025.04.17 00:27:51.423985 [ 275 ] {49b94ef6-4f47-40c3-8c9b-85a4bd302ac9} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001828 sec., 13129.10284463895 rows/sec., 1.09 MiB/sec. | ||
| 8225 | 2025.04.17 00:27:51.424100 [ 275 ] {49b94ef6-4f47-40c3-8c9b-85a4bd302ac9} <Debug> TCPHandler: Processed in 0.002253157 sec. | ||
| 8226 | 2025.04.17 00:27:51.424235 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8227 | 2025.04.17 00:27:51.424348 [ 275 ] {6037a9ad-939c-4894-8033-7156be3c6de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8228 | 2025.04.17 00:27:51.424398 [ 275 ] {6037a9ad-939c-4894-8033-7156be3c6de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8229 | 2025.04.17 00:27:51.424920 [ 275 ] {6037a9ad-939c-4894-8033-7156be3c6de2} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8230 | 2025.04.17 00:27:51.424959 [ 275 ] {6037a9ad-939c-4894-8033-7156be3c6de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8231 | 2025.04.17 00:27:51.425312 [ 275 ] {6037a9ad-939c-4894-8033-7156be3c6de2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8232 | 2025.04.17 00:27:51.425553 [ 275 ] {6037a9ad-939c-4894-8033-7156be3c6de2} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8233 | 2025.04.17 00:27:51.425761 [ 275 ] {6037a9ad-939c-4894-8033-7156be3c6de2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001438 sec., 1390.8205841446454 rows/sec., 113.41 KiB/sec. | ||
| 8234 | 2025.04.17 00:27:51.425869 [ 275 ] {6037a9ad-939c-4894-8033-7156be3c6de2} <Debug> TCPHandler: Processed in 0.001688292 sec. | ||
| 8235 | 2025.04.17 00:27:51.426094 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8236 | 2025.04.17 00:27:51.426201 [ 275 ] {32018a57-4163-4bf4-8d5b-1c2a3bde3945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8237 | 2025.04.17 00:27:51.426248 [ 275 ] {32018a57-4163-4bf4-8d5b-1c2a3bde3945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8238 | 2025.04.17 00:27:51.426886 [ 275 ] {32018a57-4163-4bf4-8d5b-1c2a3bde3945} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8239 | 2025.04.17 00:27:51.426925 [ 275 ] {32018a57-4163-4bf4-8d5b-1c2a3bde3945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8240 | 2025.04.17 00:27:51.427295 [ 275 ] {32018a57-4163-4bf4-8d5b-1c2a3bde3945} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8241 | 2025.04.17 00:27:51.427552 [ 275 ] {32018a57-4163-4bf4-8d5b-1c2a3bde3945} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8242 | 2025.04.17 00:27:51.427776 [ 275 ] {32018a57-4163-4bf4-8d5b-1c2a3bde3945} <Debug> executeQuery: Read 177 rows, 15.94 KiB in 0.001598 sec., 110763.45431789737 rows/sec., 9.74 MiB/sec. | ||
| 8243 | 2025.04.17 00:27:51.427840 [ 275 ] {32018a57-4163-4bf4-8d5b-1c2a3bde3945} <Debug> TCPHandler: Processed in 0.001834146 sec. | ||
| 8244 | 2025.04.17 00:27:51.428014 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8245 | 2025.04.17 00:27:51.428127 [ 275 ] {58808088-75a5-49df-9de9-ae953f0209e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8246 | 2025.04.17 00:27:51.428176 [ 275 ] {58808088-75a5-49df-9de9-ae953f0209e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8247 | 2025.04.17 00:27:51.428712 [ 275 ] {58808088-75a5-49df-9de9-ae953f0209e4} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8248 | 2025.04.17 00:27:51.428751 [ 275 ] {58808088-75a5-49df-9de9-ae953f0209e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8249 | 2025.04.17 00:27:51.429126 [ 275 ] {58808088-75a5-49df-9de9-ae953f0209e4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8250 | 2025.04.17 00:27:51.429364 [ 275 ] {58808088-75a5-49df-9de9-ae953f0209e4} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8251 | 2025.04.17 00:27:51.429570 [ 275 ] {58808088-75a5-49df-9de9-ae953f0209e4} <Debug> executeQuery: Read 14 rows, 1.10 KiB in 0.001465 sec., 9556.313993174062 rows/sec., 751.25 KiB/sec. | ||
| 8252 | 2025.04.17 00:27:51.429623 [ 275 ] {58808088-75a5-49df-9de9-ae953f0209e4} <Debug> TCPHandler: Processed in 0.001676552 sec. | ||
| 8253 | 2025.04.17 00:27:51.429745 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8254 | 2025.04.17 00:27:51.429853 [ 275 ] {6a3a588d-7e3a-44f0-9d09-7646f6e36b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8255 | 2025.04.17 00:27:51.429899 [ 275 ] {6a3a588d-7e3a-44f0-9d09-7646f6e36b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8256 | 2025.04.17 00:27:51.430420 [ 275 ] {6a3a588d-7e3a-44f0-9d09-7646f6e36b68} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8257 | 2025.04.17 00:27:51.430459 [ 275 ] {6a3a588d-7e3a-44f0-9d09-7646f6e36b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8258 | 2025.04.17 00:27:51.430813 [ 275 ] {6a3a588d-7e3a-44f0-9d09-7646f6e36b68} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8259 | 2025.04.17 00:27:51.431052 [ 275 ] {6a3a588d-7e3a-44f0-9d09-7646f6e36b68} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8260 | 2025.04.17 00:27:51.431252 [ 275 ] {6a3a588d-7e3a-44f0-9d09-7646f6e36b68} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00142 sec., 16901.408450704224 rows/sec., 1.40 MiB/sec. | ||
| 8261 | 2025.04.17 00:27:51.431304 [ 275 ] {6a3a588d-7e3a-44f0-9d09-7646f6e36b68} <Debug> TCPHandler: Processed in 0.0016096 sec. | ||
| 8262 | 2025.04.17 00:27:51.431435 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8263 | 2025.04.17 00:27:51.431570 [ 275 ] {f87a8b7b-155d-4894-8f45-07252ad5f7b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8264 | 2025.04.17 00:27:51.431624 [ 275 ] {f87a8b7b-155d-4894-8f45-07252ad5f7b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8265 | 2025.04.17 00:27:51.432228 [ 275 ] {f87a8b7b-155d-4894-8f45-07252ad5f7b3} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8266 | 2025.04.17 00:27:51.432269 [ 275 ] {f87a8b7b-155d-4894-8f45-07252ad5f7b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8267 | 2025.04.17 00:27:51.432617 [ 275 ] {f87a8b7b-155d-4894-8f45-07252ad5f7b3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8268 | 2025.04.17 00:27:51.432869 [ 275 ] {f87a8b7b-155d-4894-8f45-07252ad5f7b3} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8269 | 2025.04.17 00:27:51.433120 [ 275 ] {f87a8b7b-155d-4894-8f45-07252ad5f7b3} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001564 sec., 7672.634271099744 rows/sec., 599.42 KiB/sec. | ||
| 8270 | 2025.04.17 00:27:51.433290 [ 275 ] {f87a8b7b-155d-4894-8f45-07252ad5f7b3} <Debug> TCPHandler: Processed in 0.001912588 sec. | ||
| 8271 | 2025.04.17 00:27:51.433410 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8272 | 2025.04.17 00:27:51.433514 [ 275 ] {970c8cbe-b58c-4ffb-a2f3-58a0d095882f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8273 | 2025.04.17 00:27:51.433559 [ 275 ] {970c8cbe-b58c-4ffb-a2f3-58a0d095882f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8274 | 2025.04.17 00:27:51.434137 [ 275 ] {970c8cbe-b58c-4ffb-a2f3-58a0d095882f} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8275 | 2025.04.17 00:27:51.434176 [ 275 ] {970c8cbe-b58c-4ffb-a2f3-58a0d095882f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8276 | 2025.04.17 00:27:51.434528 [ 275 ] {970c8cbe-b58c-4ffb-a2f3-58a0d095882f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8277 | 2025.04.17 00:27:51.434760 [ 275 ] {970c8cbe-b58c-4ffb-a2f3-58a0d095882f} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8278 | 2025.04.17 00:27:51.434959 [ 275 ] {970c8cbe-b58c-4ffb-a2f3-58a0d095882f} <Debug> executeQuery: Read 102 rows, 8.54 KiB in 0.001466 sec., 69577.08049113234 rows/sec., 5.69 MiB/sec. | ||
| 8279 | 2025.04.17 00:27:51.435022 [ 275 ] {970c8cbe-b58c-4ffb-a2f3-58a0d095882f} <Debug> TCPHandler: Processed in 0.001662702 sec. | ||
| 8280 | 2025.04.17 00:27:51.435155 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8281 | 2025.04.17 00:27:51.435268 [ 275 ] {c945f919-f9ab-4d3a-8e24-c9a32a316175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8282 | 2025.04.17 00:27:51.435317 [ 275 ] {c945f919-f9ab-4d3a-8e24-c9a32a316175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8283 | 2025.04.17 00:27:51.435834 [ 275 ] {c945f919-f9ab-4d3a-8e24-c9a32a316175} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8284 | 2025.04.17 00:27:51.435873 [ 275 ] {c945f919-f9ab-4d3a-8e24-c9a32a316175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8285 | 2025.04.17 00:27:51.436257 [ 275 ] {c945f919-f9ab-4d3a-8e24-c9a32a316175} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8286 | 2025.04.17 00:27:51.436488 [ 275 ] {c945f919-f9ab-4d3a-8e24-c9a32a316175} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8287 | 2025.04.17 00:27:51.436650 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8288 | 2025.04.17 00:27:51.436708 [ 275 ] {c945f919-f9ab-4d3a-8e24-c9a32a316175} <Debug> executeQuery: Read 233 rows, 17.46 KiB in 0.001448 sec., 160911.60220994474 rows/sec., 11.77 MiB/sec. | ||
| 8289 | 2025.04.17 00:27:51.436735 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8290 | 2025.04.17 00:27:51.436805 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8291 | 2025.04.17 00:27:51.436819 [ 275 ] {c945f919-f9ab-4d3a-8e24-c9a32a316175} <Debug> TCPHandler: Processed in 0.001727783 sec. | ||
| 8292 | 2025.04.17 00:27:51.437120 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8293 | 2025.04.17 00:27:51.437162 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8294 | 2025.04.17 00:27:51.437624 [ 275 ] {f5724407-b95e-4473-8cd8-c393f133d56d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8295 | 2025.04.17 00:27:51.437672 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8296 | 2025.04.17 00:27:51.437815 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19888 rows starting from the beginning of the part | ||
| 8297 | 2025.04.17 00:27:51.437856 [ 275 ] {f5724407-b95e-4473-8cd8-c393f133d56d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8298 | 2025.04.17 00:27:51.438278 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
| 8299 | 2025.04.17 00:27:51.438659 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 884 rows starting from the beginning of the part | ||
| 8300 | 2025.04.17 00:27:51.438991 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 8301 | 2025.04.17 00:27:51.439395 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
| 8302 | 2025.04.17 00:27:51.439759 [ 190 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 233 rows starting from the beginning of the part | ||
| 8303 | 2025.04.17 00:27:51.440574 [ 275 ] {f5724407-b95e-4473-8cd8-c393f133d56d} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8304 | 2025.04.17 00:27:51.440638 [ 275 ] {f5724407-b95e-4473-8cd8-c393f133d56d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8305 | 2025.04.17 00:27:51.441381 [ 275 ] {f5724407-b95e-4473-8cd8-c393f133d56d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8306 | 2025.04.17 00:27:51.441862 [ 275 ] {f5724407-b95e-4473-8cd8-c393f133d56d} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8307 | 2025.04.17 00:27:51.442278 [ 275 ] {f5724407-b95e-4473-8cd8-c393f133d56d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004839 sec., 12399.25604463732 rows/sec., 855.68 KiB/sec. | ||
| 8308 | 2025.04.17 00:27:51.442614 [ 275 ] {f5724407-b95e-4473-8cd8-c393f133d56d} <Debug> TCPHandler: Processed in 0.00556415 sec. | ||
| 8309 | 2025.04.17 00:27:51.452263 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21485 rows, containing 5 columns (5 merged, 0 gathered) in 0.015347387 sec., 1399912.5714364275 rows/sec., 96.07 MiB/sec. | ||
| 8310 | 2025.04.17 00:27:51.452800 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8311 | 2025.04.17 00:27:51.453188 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8312 | 2025.04.17 00:27:51.453299 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8313 | 2025.04.17 00:27:51.453414 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 8314 | 2025.04.17 00:27:53.367909 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 8315 | 2025.04.17 00:27:53.368636 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8316 | 2025.04.17 00:27:53.368685 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 8317 | 2025.04.17 00:27:53.369206 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8318 | 2025.04.17 00:27:53.369461 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8319 | 2025.04.17 00:27:53.369683 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 8320 | 2025.04.17 00:27:55.044613 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 8321 | 2025.04.17 00:27:55.065364 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8322 | 2025.04.17 00:27:55.065433 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8323 | 2025.04.17 00:27:55.072583 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8324 | 2025.04.17 00:27:55.073345 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8325 | 2025.04.17 00:27:55.076060 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 8326 | 2025.04.17 00:27:55.984959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1102 | ||
| 8327 | 2025.04.17 00:27:55.988055 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8328 | 2025.04.17 00:27:55.988106 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8329 | 2025.04.17 00:27:55.989561 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8330 | 2025.04.17 00:27:55.989870 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8331 | 2025.04.17 00:27:55.990431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1102 | ||
| 8332 | 2025.04.17 00:27:56.421597 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8333 | 2025.04.17 00:27:56.421813 [ 275 ] {9feb073b-f996-4c38-8ea3-7794a006a618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8334 | 2025.04.17 00:27:56.421894 [ 275 ] {9feb073b-f996-4c38-8ea3-7794a006a618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8335 | 2025.04.17 00:27:56.422794 [ 275 ] {9feb073b-f996-4c38-8ea3-7794a006a618} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8336 | 2025.04.17 00:27:56.422846 [ 275 ] {9feb073b-f996-4c38-8ea3-7794a006a618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8337 | 2025.04.17 00:27:56.423292 [ 275 ] {9feb073b-f996-4c38-8ea3-7794a006a618} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8338 | 2025.04.17 00:27:56.423538 [ 275 ] {9feb073b-f996-4c38-8ea3-7794a006a618} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8339 | 2025.04.17 00:27:56.423762 [ 275 ] {9feb073b-f996-4c38-8ea3-7794a006a618} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002007 sec., 67762.83009466865 rows/sec., 5.85 MiB/sec. | ||
| 8340 | 2025.04.17 00:27:56.423829 [ 275 ] {9feb073b-f996-4c38-8ea3-7794a006a618} <Debug> TCPHandler: Processed in 0.002369749 sec. | ||
| 8341 | 2025.04.17 00:27:56.423994 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8342 | 2025.04.17 00:27:56.424106 [ 275 ] {45c7aa31-54a3-40e4-a345-739fec31ebf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8343 | 2025.04.17 00:27:56.424152 [ 275 ] {45c7aa31-54a3-40e4-a345-739fec31ebf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8344 | 2025.04.17 00:27:56.424678 [ 275 ] {45c7aa31-54a3-40e4-a345-739fec31ebf1} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8345 | 2025.04.17 00:27:56.424717 [ 275 ] {45c7aa31-54a3-40e4-a345-739fec31ebf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8346 | 2025.04.17 00:27:56.425062 [ 275 ] {45c7aa31-54a3-40e4-a345-739fec31ebf1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8347 | 2025.04.17 00:27:56.425297 [ 275 ] {45c7aa31-54a3-40e4-a345-739fec31ebf1} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8348 | 2025.04.17 00:27:56.425523 [ 275 ] {45c7aa31-54a3-40e4-a345-739fec31ebf1} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001439 sec., 27797.081306462824 rows/sec., 2.04 MiB/sec. | ||
| 8349 | 2025.04.17 00:27:56.425581 [ 275 ] {45c7aa31-54a3-40e4-a345-739fec31ebf1} <Debug> TCPHandler: Processed in 0.001653182 sec. | ||
| 8350 | 2025.04.17 00:27:56.425703 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8351 | 2025.04.17 00:27:56.425823 [ 275 ] {a31a116e-376d-4148-9510-5fca27385178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8352 | 2025.04.17 00:27:56.425871 [ 275 ] {a31a116e-376d-4148-9510-5fca27385178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8353 | 2025.04.17 00:27:56.426444 [ 275 ] {a31a116e-376d-4148-9510-5fca27385178} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8354 | 2025.04.17 00:27:56.426484 [ 275 ] {a31a116e-376d-4148-9510-5fca27385178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8355 | 2025.04.17 00:27:56.426843 [ 275 ] {a31a116e-376d-4148-9510-5fca27385178} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8356 | 2025.04.17 00:27:56.427084 [ 275 ] {a31a116e-376d-4148-9510-5fca27385178} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8357 | 2025.04.17 00:27:56.427290 [ 275 ] {a31a116e-376d-4148-9510-5fca27385178} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001504 sec., 69148.93617021276 rows/sec., 5.40 MiB/sec. | ||
| 8358 | 2025.04.17 00:27:56.427359 [ 275 ] {a31a116e-376d-4148-9510-5fca27385178} <Debug> TCPHandler: Processed in 0.001705483 sec. | ||
| 8359 | 2025.04.17 00:27:56.427491 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8360 | 2025.04.17 00:27:56.427615 [ 275 ] {65951a50-6386-4163-860c-ec46f226c78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8361 | 2025.04.17 00:27:56.427664 [ 275 ] {65951a50-6386-4163-860c-ec46f226c78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8362 | 2025.04.17 00:27:56.428174 [ 275 ] {65951a50-6386-4163-860c-ec46f226c78d} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8363 | 2025.04.17 00:27:56.428213 [ 275 ] {65951a50-6386-4163-860c-ec46f226c78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8364 | 2025.04.17 00:27:56.428601 [ 275 ] {65951a50-6386-4163-860c-ec46f226c78d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8365 | 2025.04.17 00:27:56.428837 [ 275 ] {65951a50-6386-4163-860c-ec46f226c78d} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8366 | 2025.04.17 00:27:56.429038 [ 275 ] {65951a50-6386-4163-860c-ec46f226c78d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001449 sec., 110420.97998619737 rows/sec., 7.69 MiB/sec. | ||
| 8367 | 2025.04.17 00:27:56.429094 [ 275 ] {65951a50-6386-4163-860c-ec46f226c78d} <Debug> TCPHandler: Processed in 0.001668542 sec. | ||
| 8368 | 2025.04.17 00:27:56.429246 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8369 | 2025.04.17 00:27:56.429357 [ 275 ] {35d727d3-a885-4c98-8b47-f752613e5f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8370 | 2025.04.17 00:27:56.429424 [ 275 ] {35d727d3-a885-4c98-8b47-f752613e5f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8371 | 2025.04.17 00:27:56.430591 [ 275 ] {35d727d3-a885-4c98-8b47-f752613e5f32} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8372 | 2025.04.17 00:27:56.430630 [ 275 ] {35d727d3-a885-4c98-8b47-f752613e5f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8373 | 2025.04.17 00:27:56.431282 [ 275 ] {35d727d3-a885-4c98-8b47-f752613e5f32} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8374 | 2025.04.17 00:27:56.431540 [ 275 ] {35d727d3-a885-4c98-8b47-f752613e5f32} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8375 | 2025.04.17 00:27:56.431792 [ 275 ] {35d727d3-a885-4c98-8b47-f752613e5f32} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002457 sec., 16280.01628001628 rows/sec., 29.17 MiB/sec. | ||
| 8376 | 2025.04.17 00:27:56.432109 [ 275 ] {35d727d3-a885-4c98-8b47-f752613e5f32} <Debug> TCPHandler: Processed in 0.002926624 sec. | ||
| 8377 | 2025.04.17 00:27:56.432240 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8378 | 2025.04.17 00:27:56.432341 [ 275 ] {bf54b4b8-0b84-4508-a65f-87c302d304a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8379 | 2025.04.17 00:27:56.432388 [ 275 ] {bf54b4b8-0b84-4508-a65f-87c302d304a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8380 | 2025.04.17 00:27:56.432830 [ 275 ] {bf54b4b8-0b84-4508-a65f-87c302d304a4} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8381 | 2025.04.17 00:27:56.432869 [ 275 ] {bf54b4b8-0b84-4508-a65f-87c302d304a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8382 | 2025.04.17 00:27:56.433225 [ 275 ] {bf54b4b8-0b84-4508-a65f-87c302d304a4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8383 | 2025.04.17 00:27:56.433458 [ 275 ] {bf54b4b8-0b84-4508-a65f-87c302d304a4} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8384 | 2025.04.17 00:27:56.433640 [ 139 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8385 | 2025.04.17 00:27:56.433678 [ 275 ] {bf54b4b8-0b84-4508-a65f-87c302d304a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
| 8386 | 2025.04.17 00:27:56.433736 [ 139 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8387 | 2025.04.17 00:27:56.433779 [ 275 ] {bf54b4b8-0b84-4508-a65f-87c302d304a4} <Debug> TCPHandler: Processed in 0.00158652 sec. | ||
| 8388 | 2025.04.17 00:27:56.433795 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8389 | 2025.04.17 00:27:56.433987 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8390 | 2025.04.17 00:27:56.434179 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8391 | 2025.04.17 00:27:56.434228 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3864 rows starting from the beginning of the part | ||
| 8392 | 2025.04.17 00:27:56.434319 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 8393 | 2025.04.17 00:27:56.434527 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 8394 | 2025.04.17 00:27:56.434768 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 8395 | 2025.04.17 00:27:56.435012 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 8396 | 2025.04.17 00:27:56.435206 [ 189 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 8397 | 2025.04.17 00:27:56.437012 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4164 rows, containing 4 columns (4 merged, 0 gathered) in 0.003102578 sec., 1342109.6907152697 rows/sec., 90.29 MiB/sec. | ||
| 8398 | 2025.04.17 00:27:56.437364 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8399 | 2025.04.17 00:27:56.437697 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_71_14} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8400 | 2025.04.17 00:27:56.437796 [ 194 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_71_14} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8401 | 2025.04.17 00:27:56.437901 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 8402 | 2025.04.17 00:28:00.696251 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8403 | 2025.04.17 00:28:00.696319 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8404 | 2025.04.17 00:28:00.870700 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 8405 | 2025.04.17 00:28:00.871316 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8406 | 2025.04.17 00:28:00.871364 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8407 | 2025.04.17 00:28:00.871883 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8408 | 2025.04.17 00:28:00.872128 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8409 | 2025.04.17 00:28:00.872379 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 8410 | 2025.04.17 00:28:01.418538 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8411 | 2025.04.17 00:28:01.418748 [ 275 ] {d4eb2998-c1f8-4168-b561-57417dd31737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8412 | 2025.04.17 00:28:01.418830 [ 275 ] {d4eb2998-c1f8-4168-b561-57417dd31737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8413 | 2025.04.17 00:28:01.419650 [ 275 ] {d4eb2998-c1f8-4168-b561-57417dd31737} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8414 | 2025.04.17 00:28:01.419698 [ 275 ] {d4eb2998-c1f8-4168-b561-57417dd31737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8415 | 2025.04.17 00:28:01.420121 [ 275 ] {d4eb2998-c1f8-4168-b561-57417dd31737} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8416 | 2025.04.17 00:28:01.420369 [ 275 ] {d4eb2998-c1f8-4168-b561-57417dd31737} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8417 | 2025.04.17 00:28:01.420603 [ 275 ] {d4eb2998-c1f8-4168-b561-57417dd31737} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.25 MiB/sec. | ||
| 8418 | 2025.04.17 00:28:01.420666 [ 275 ] {d4eb2998-c1f8-4168-b561-57417dd31737} <Debug> TCPHandler: Processed in 0.002256917 sec. | ||
| 8419 | 2025.04.17 00:28:01.420791 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8420 | 2025.04.17 00:28:01.420899 [ 275 ] {7695fefe-8180-496e-a3f9-9b472c33fcd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8421 | 2025.04.17 00:28:01.420947 [ 275 ] {7695fefe-8180-496e-a3f9-9b472c33fcd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8422 | 2025.04.17 00:28:01.421499 [ 275 ] {7695fefe-8180-496e-a3f9-9b472c33fcd0} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8423 | 2025.04.17 00:28:01.421539 [ 275 ] {7695fefe-8180-496e-a3f9-9b472c33fcd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8424 | 2025.04.17 00:28:01.421895 [ 275 ] {7695fefe-8180-496e-a3f9-9b472c33fcd0} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8425 | 2025.04.17 00:28:01.422130 [ 275 ] {7695fefe-8180-496e-a3f9-9b472c33fcd0} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8426 | 2025.04.17 00:28:01.422338 [ 275 ] {7695fefe-8180-496e-a3f9-9b472c33fcd0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001465 sec., 43686.006825938566 rows/sec., 3.41 MiB/sec. | ||
| 8427 | 2025.04.17 00:28:01.422389 [ 275 ] {7695fefe-8180-496e-a3f9-9b472c33fcd0} <Debug> TCPHandler: Processed in 0.001649841 sec. | ||
| 8428 | 2025.04.17 00:28:01.422502 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8429 | 2025.04.17 00:28:01.422605 [ 275 ] {f8fa7f63-9107-4991-a027-de8009504c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8430 | 2025.04.17 00:28:01.422655 [ 275 ] {f8fa7f63-9107-4991-a027-de8009504c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8431 | 2025.04.17 00:28:01.423153 [ 275 ] {f8fa7f63-9107-4991-a027-de8009504c86} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8432 | 2025.04.17 00:28:01.423191 [ 275 ] {f8fa7f63-9107-4991-a027-de8009504c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8433 | 2025.04.17 00:28:01.423565 [ 275 ] {f8fa7f63-9107-4991-a027-de8009504c86} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8434 | 2025.04.17 00:28:01.423795 [ 275 ] {f8fa7f63-9107-4991-a027-de8009504c86} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8435 | 2025.04.17 00:28:01.424020 [ 275 ] {f8fa7f63-9107-4991-a027-de8009504c86} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001434 sec., 111576.01115760113 rows/sec., 7.77 MiB/sec. | ||
| 8436 | 2025.04.17 00:28:01.424097 [ 275 ] {f8fa7f63-9107-4991-a027-de8009504c86} <Debug> TCPHandler: Processed in 0.001642882 sec. | ||
| 8437 | 2025.04.17 00:28:01.424308 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8438 | 2025.04.17 00:28:01.424476 [ 275 ] {3bc8b8c9-fadf-4eb9-a397-1138cdf83deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8439 | 2025.04.17 00:28:01.424523 [ 275 ] {3bc8b8c9-fadf-4eb9-a397-1138cdf83deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8440 | 2025.04.17 00:28:01.424939 [ 275 ] {3bc8b8c9-fadf-4eb9-a397-1138cdf83deb} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8441 | 2025.04.17 00:28:01.424976 [ 275 ] {3bc8b8c9-fadf-4eb9-a397-1138cdf83deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8442 | 2025.04.17 00:28:01.425331 [ 275 ] {3bc8b8c9-fadf-4eb9-a397-1138cdf83deb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8443 | 2025.04.17 00:28:01.425559 [ 275 ] {3bc8b8c9-fadf-4eb9-a397-1138cdf83deb} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8444 | 2025.04.17 00:28:01.425748 [ 275 ] {3bc8b8c9-fadf-4eb9-a397-1138cdf83deb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001302 sec., 46082.949308755764 rows/sec., 3.11 MiB/sec. | ||
| 8445 | 2025.04.17 00:28:01.425796 [ 275 ] {3bc8b8c9-fadf-4eb9-a397-1138cdf83deb} <Debug> TCPHandler: Processed in 0.00158661 sec. | ||
| 8446 | 2025.04.17 00:28:02.577312 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 8447 | 2025.04.17 00:28:02.597420 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8448 | 2025.04.17 00:28:02.597469 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8449 | 2025.04.17 00:28:02.604622 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8450 | 2025.04.17 00:28:02.605425 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8451 | 2025.04.17 00:28:02.607977 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 8452 | 2025.04.17 00:28:04.052612 [ 138 ] {} <Debug> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 8453 | 2025.04.17 00:28:04.052687 [ 138 ] {} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8454 | 2025.04.17 00:28:04.052717 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8455 | 2025.04.17 00:28:04.052925 [ 186 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::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 | ||
| 8456 | 2025.04.17 00:28:04.053331 [ 186 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8457 | 2025.04.17 00:28:04.053396 [ 186 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
| 8458 | 2025.04.17 00:28:04.053495 [ 186 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 8459 | 2025.04.17 00:28:04.053721 [ 186 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 8460 | 2025.04.17 00:28:04.054007 [ 186 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part | ||
| 8461 | 2025.04.17 00:28:04.054215 [ 186 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 8462 | 2025.04.17 00:28:04.055597 [ 194 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002813401 sec., 12795.900762102523 rows/sec., 1.07 MiB/sec. | ||
| 8463 | 2025.04.17 00:28:04.055776 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 8464 | 2025.04.17 00:28:04.056110 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_21_5} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8465 | 2025.04.17 00:28:04.056207 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_21_5} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 8466 | 2025.04.17 00:28:04.056313 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8467 | 2025.04.17 00:28:05.991485 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1122 | ||
| 8468 | 2025.04.17 00:28:05.994298 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8469 | 2025.04.17 00:28:05.994356 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8470 | 2025.04.17 00:28:05.995851 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8471 | 2025.04.17 00:28:05.996161 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8472 | 2025.04.17 00:28:05.997181 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1122 | ||
| 8473 | 2025.04.17 00:28:06.447969 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8474 | 2025.04.17 00:28:06.448182 [ 275 ] {d3d11085-aec2-487b-8dcb-5a7d80b5ccf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8475 | 2025.04.17 00:28:06.448265 [ 275 ] {d3d11085-aec2-487b-8dcb-5a7d80b5ccf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8476 | 2025.04.17 00:28:06.449128 [ 275 ] {d3d11085-aec2-487b-8dcb-5a7d80b5ccf3} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8477 | 2025.04.17 00:28:06.449189 [ 275 ] {d3d11085-aec2-487b-8dcb-5a7d80b5ccf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8478 | 2025.04.17 00:28:06.449656 [ 275 ] {d3d11085-aec2-487b-8dcb-5a7d80b5ccf3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8479 | 2025.04.17 00:28:06.449912 [ 275 ] {d3d11085-aec2-487b-8dcb-5a7d80b5ccf3} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8480 | 2025.04.17 00:28:06.450126 [ 275 ] {d3d11085-aec2-487b-8dcb-5a7d80b5ccf3} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002005 sec., 2992.5187032418953 rows/sec., 244.02 KiB/sec. | ||
| 8481 | 2025.04.17 00:28:06.450189 [ 275 ] {d3d11085-aec2-487b-8dcb-5a7d80b5ccf3} <Debug> TCPHandler: Processed in 0.002362119 sec. | ||
| 8482 | 2025.04.17 00:28:06.450315 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8483 | 2025.04.17 00:28:06.450425 [ 275 ] {99026f2d-6c57-4857-b79e-2a0c6e7958e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8484 | 2025.04.17 00:28:06.450471 [ 275 ] {99026f2d-6c57-4857-b79e-2a0c6e7958e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8485 | 2025.04.17 00:28:06.451724 [ 275 ] {99026f2d-6c57-4857-b79e-2a0c6e7958e0} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8486 | 2025.04.17 00:28:06.451764 [ 275 ] {99026f2d-6c57-4857-b79e-2a0c6e7958e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8487 | 2025.04.17 00:28:06.452201 [ 275 ] {99026f2d-6c57-4857-b79e-2a0c6e7958e0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8488 | 2025.04.17 00:28:06.452435 [ 275 ] {99026f2d-6c57-4857-b79e-2a0c6e7958e0} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8489 | 2025.04.17 00:28:06.452627 [ 125 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8490 | 2025.04.17 00:28:06.452663 [ 275 ] {99026f2d-6c57-4857-b79e-2a0c6e7958e0} <Debug> executeQuery: Read 1279 rows, 108.81 KiB in 0.002265 sec., 564679.9116997792 rows/sec., 46.91 MiB/sec. | ||
| 8491 | 2025.04.17 00:28:06.452721 [ 125 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8492 | 2025.04.17 00:28:06.452782 [ 275 ] {99026f2d-6c57-4857-b79e-2a0c6e7958e0} <Debug> TCPHandler: Processed in 0.002509163 sec. | ||
| 8493 | 2025.04.17 00:28:06.452793 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8494 | 2025.04.17 00:28:06.452947 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8495 | 2025.04.17 00:28:06.452975 [ 192 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8496 | 2025.04.17 00:28:06.453081 [ 275 ] {22f1cc72-2ba8-4f09-a18e-b7901fd78797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8497 | 2025.04.17 00:28:06.453110 [ 192 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8498 | 2025.04.17 00:28:06.453138 [ 275 ] {22f1cc72-2ba8-4f09-a18e-b7901fd78797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8499 | 2025.04.17 00:28:06.453148 [ 192 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1969 rows starting from the beginning of the part | ||
| 8500 | 2025.04.17 00:28:06.453325 [ 192 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 136 rows starting from the beginning of the part | ||
| 8501 | 2025.04.17 00:28:06.453727 [ 192 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 177 rows starting from the beginning of the part | ||
| 8502 | 2025.04.17 00:28:06.454032 [ 192 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 136 rows starting from the beginning of the part | ||
| 8503 | 2025.04.17 00:28:06.454367 [ 192 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part | ||
| 8504 | 2025.04.17 00:28:06.454662 [ 192 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1279 rows starting from the beginning of the part | ||
| 8505 | 2025.04.17 00:28:06.455205 [ 275 ] {22f1cc72-2ba8-4f09-a18e-b7901fd78797} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8506 | 2025.04.17 00:28:06.455252 [ 275 ] {22f1cc72-2ba8-4f09-a18e-b7901fd78797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8507 | 2025.04.17 00:28:06.455799 [ 275 ] {22f1cc72-2ba8-4f09-a18e-b7901fd78797} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8508 | 2025.04.17 00:28:06.456106 [ 275 ] {22f1cc72-2ba8-4f09-a18e-b7901fd78797} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8509 | 2025.04.17 00:28:06.456360 [ 275 ] {22f1cc72-2ba8-4f09-a18e-b7901fd78797} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.003312 sec., 13888.888888888889 rows/sec., 1.01 MiB/sec. | ||
| 8510 | 2025.04.17 00:28:06.456489 [ 275 ] {22f1cc72-2ba8-4f09-a18e-b7901fd78797} <Debug> TCPHandler: Processed in 0.003615321 sec. | ||
| 8511 | 2025.04.17 00:28:06.456784 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8512 | 2025.04.17 00:28:06.457215 [ 275 ] {e1f8ef42-2bf4-4224-ab10-b9ccc868ca56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8513 | 2025.04.17 00:28:06.457442 [ 275 ] {e1f8ef42-2bf4-4224-ab10-b9ccc868ca56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8514 | 2025.04.17 00:28:06.457642 [ 192 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3753 rows, containing 5 columns (5 merged, 0 gathered) in 0.00472918 sec., 793583.665667198 rows/sec., 68.93 MiB/sec. | ||
| 8515 | 2025.04.17 00:28:06.458031 [ 192 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8516 | 2025.04.17 00:28:06.458392 [ 192 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_76_15} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8517 | 2025.04.17 00:28:06.458489 [ 192 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_76_15} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8518 | 2025.04.17 00:28:06.458590 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 8519 | 2025.04.17 00:28:06.458729 [ 275 ] {e1f8ef42-2bf4-4224-ab10-b9ccc868ca56} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8520 | 2025.04.17 00:28:06.458767 [ 275 ] {e1f8ef42-2bf4-4224-ab10-b9ccc868ca56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8521 | 2025.04.17 00:28:06.459114 [ 275 ] {e1f8ef42-2bf4-4224-ab10-b9ccc868ca56} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8522 | 2025.04.17 00:28:06.459357 [ 275 ] {e1f8ef42-2bf4-4224-ab10-b9ccc868ca56} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8523 | 2025.04.17 00:28:06.459615 [ 275 ] {e1f8ef42-2bf4-4224-ab10-b9ccc868ca56} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002564 sec., 88923.55694227769 rows/sec., 6.02 MiB/sec. | ||
| 8524 | 2025.04.17 00:28:06.459817 [ 275 ] {e1f8ef42-2bf4-4224-ab10-b9ccc868ca56} <Debug> TCPHandler: Processed in 0.003140439 sec. | ||
| 8525 | 2025.04.17 00:28:06.460017 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8526 | 2025.04.17 00:28:06.460120 [ 275 ] {0d8efa94-2b34-44db-9b65-fbfa9b5100d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8527 | 2025.04.17 00:28:06.460164 [ 275 ] {0d8efa94-2b34-44db-9b65-fbfa9b5100d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8528 | 2025.04.17 00:28:06.460988 [ 275 ] {0d8efa94-2b34-44db-9b65-fbfa9b5100d2} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8529 | 2025.04.17 00:28:06.461027 [ 275 ] {0d8efa94-2b34-44db-9b65-fbfa9b5100d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8530 | 2025.04.17 00:28:06.461391 [ 275 ] {0d8efa94-2b34-44db-9b65-fbfa9b5100d2} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8531 | 2025.04.17 00:28:06.461622 [ 275 ] {0d8efa94-2b34-44db-9b65-fbfa9b5100d2} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8532 | 2025.04.17 00:28:06.461782 [ 125 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8533 | 2025.04.17 00:28:06.461832 [ 275 ] {0d8efa94-2b34-44db-9b65-fbfa9b5100d2} <Debug> executeQuery: Read 566 rows, 43.10 KiB in 0.001728 sec., 327546.2962962963 rows/sec., 24.36 MiB/sec. | ||
| 8534 | 2025.04.17 00:28:06.461841 [ 125 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8535 | 2025.04.17 00:28:06.461923 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8536 | 2025.04.17 00:28:06.461970 [ 275 ] {0d8efa94-2b34-44db-9b65-fbfa9b5100d2} <Debug> TCPHandler: Processed in 0.002023371 sec. | ||
| 8537 | 2025.04.17 00:28:06.462260 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8538 | 2025.04.17 00:28:06.462272 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8539 | 2025.04.17 00:28:06.462576 [ 275 ] {ee1879b9-8fbd-49c9-b166-00ba49692aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8540 | 2025.04.17 00:28:06.462770 [ 275 ] {ee1879b9-8fbd-49c9-b166-00ba49692aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8541 | 2025.04.17 00:28:06.463059 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8542 | 2025.04.17 00:28:06.463265 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 952 rows starting from the beginning of the part | ||
| 8543 | 2025.04.17 00:28:06.463796 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 104 rows starting from the beginning of the part | ||
| 8544 | 2025.04.17 00:28:06.464192 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 102 rows starting from the beginning of the part | ||
| 8545 | 2025.04.17 00:28:06.464377 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 104 rows starting from the beginning of the part | ||
| 8546 | 2025.04.17 00:28:06.464469 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part | ||
| 8547 | 2025.04.17 00:28:06.464848 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 566 rows starting from the beginning of the part | ||
| 8548 | 2025.04.17 00:28:06.465721 [ 275 ] {ee1879b9-8fbd-49c9-b166-00ba49692aaf} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8549 | 2025.04.17 00:28:06.465792 [ 275 ] {ee1879b9-8fbd-49c9-b166-00ba49692aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8550 | 2025.04.17 00:28:06.466806 [ 275 ] {ee1879b9-8fbd-49c9-b166-00ba49692aaf} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8551 | 2025.04.17 00:28:06.467257 [ 275 ] {ee1879b9-8fbd-49c9-b166-00ba49692aaf} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8552 | 2025.04.17 00:28:06.467682 [ 275 ] {ee1879b9-8fbd-49c9-b166-00ba49692aaf} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.005164 sec., 170991.47947327653 rows/sec., 11.51 MiB/sec. | ||
| 8553 | 2025.04.17 00:28:06.467998 [ 275 ] {ee1879b9-8fbd-49c9-b166-00ba49692aaf} <Debug> TCPHandler: Processed in 0.005827676 sec. | ||
| 8554 | 2025.04.17 00:28:06.468299 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8555 | 2025.04.17 00:28:06.468410 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1892 rows, containing 5 columns (5 merged, 0 gathered) in 0.006373481 sec., 296855.0467162293 rows/sec., 23.32 MiB/sec. | ||
| 8556 | 2025.04.17 00:28:06.468714 [ 275 ] {59fecb4d-d685-47c1-917a-7f907963166e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8557 | 2025.04.17 00:28:06.468796 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8558 | 2025.04.17 00:28:06.469331 [ 275 ] {59fecb4d-d685-47c1-917a-7f907963166e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8559 | 2025.04.17 00:28:06.469789 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_76_15} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8560 | 2025.04.17 00:28:06.470045 [ 194 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_76_15} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8561 | 2025.04.17 00:28:06.470256 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 8562 | 2025.04.17 00:28:06.471314 [ 275 ] {59fecb4d-d685-47c1-917a-7f907963166e} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8563 | 2025.04.17 00:28:06.471357 [ 275 ] {59fecb4d-d685-47c1-917a-7f907963166e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8564 | 2025.04.17 00:28:06.472027 [ 275 ] {59fecb4d-d685-47c1-917a-7f907963166e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8565 | 2025.04.17 00:28:06.472281 [ 275 ] {59fecb4d-d685-47c1-917a-7f907963166e} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8566 | 2025.04.17 00:28:06.472532 [ 275 ] {59fecb4d-d685-47c1-917a-7f907963166e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004003 sec., 9992.505620784412 rows/sec., 17.91 MiB/sec. | ||
| 8567 | 2025.04.17 00:28:06.472839 [ 275 ] {59fecb4d-d685-47c1-917a-7f907963166e} <Debug> TCPHandler: Processed in 0.004655958 sec. | ||
| 8568 | 2025.04.17 00:28:06.472983 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8569 | 2025.04.17 00:28:06.473080 [ 275 ] {f1b302be-b948-423f-8259-039e57d22bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8570 | 2025.04.17 00:28:06.473124 [ 275 ] {f1b302be-b948-423f-8259-039e57d22bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8571 | 2025.04.17 00:28:06.473555 [ 275 ] {f1b302be-b948-423f-8259-039e57d22bf6} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8572 | 2025.04.17 00:28:06.473592 [ 275 ] {f1b302be-b948-423f-8259-039e57d22bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8573 | 2025.04.17 00:28:06.473942 [ 275 ] {f1b302be-b948-423f-8259-039e57d22bf6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8574 | 2025.04.17 00:28:06.474174 [ 275 ] {f1b302be-b948-423f-8259-039e57d22bf6} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8575 | 2025.04.17 00:28:06.474376 [ 275 ] {f1b302be-b948-423f-8259-039e57d22bf6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001317 sec., 45558.08656036446 rows/sec., 3.07 MiB/sec. | ||
| 8576 | 2025.04.17 00:28:06.474424 [ 275 ] {f1b302be-b948-423f-8259-039e57d22bf6} <Debug> TCPHandler: Processed in 0.001489317 sec. | ||
| 8577 | 2025.04.17 00:28:08.373455 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 8578 | 2025.04.17 00:28:08.374221 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8579 | 2025.04.17 00:28:08.374269 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8580 | 2025.04.17 00:28:08.374814 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8581 | 2025.04.17 00:28:08.375078 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8582 | 2025.04.17 00:28:08.375340 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 8583 | 2025.04.17 00:28:10.108067 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 8584 | 2025.04.17 00:28:10.130462 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8585 | 2025.04.17 00:28:10.130528 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8586 | 2025.04.17 00:28:10.137921 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8587 | 2025.04.17 00:28:10.138738 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8588 | 2025.04.17 00:28:10.142976 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 8589 | 2025.04.17 00:28:11.419256 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8590 | 2025.04.17 00:28:11.419462 [ 275 ] {95e75b3d-4384-4cf4-a73b-e91924c0ae19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8591 | 2025.04.17 00:28:11.419540 [ 275 ] {95e75b3d-4384-4cf4-a73b-e91924c0ae19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8592 | 2025.04.17 00:28:11.420395 [ 275 ] {95e75b3d-4384-4cf4-a73b-e91924c0ae19} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8593 | 2025.04.17 00:28:11.420439 [ 275 ] {95e75b3d-4384-4cf4-a73b-e91924c0ae19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8594 | 2025.04.17 00:28:11.420857 [ 275 ] {95e75b3d-4384-4cf4-a73b-e91924c0ae19} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8595 | 2025.04.17 00:28:11.421100 [ 275 ] {95e75b3d-4384-4cf4-a73b-e91924c0ae19} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8596 | 2025.04.17 00:28:11.421337 [ 275 ] {95e75b3d-4384-4cf4-a73b-e91924c0ae19} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001934 sec., 28955.532574974146 rows/sec., 2.22 MiB/sec. | ||
| 8597 | 2025.04.17 00:28:11.421398 [ 275 ] {95e75b3d-4384-4cf4-a73b-e91924c0ae19} <Debug> TCPHandler: Processed in 0.002278448 sec. | ||
| 8598 | 2025.04.17 00:28:11.421540 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8599 | 2025.04.17 00:28:11.421656 [ 275 ] {e9e2b68a-f438-48fb-969b-c438f198141d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8600 | 2025.04.17 00:28:11.421700 [ 275 ] {e9e2b68a-f438-48fb-969b-c438f198141d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8601 | 2025.04.17 00:28:11.422260 [ 275 ] {e9e2b68a-f438-48fb-969b-c438f198141d} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8602 | 2025.04.17 00:28:11.422297 [ 275 ] {e9e2b68a-f438-48fb-969b-c438f198141d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8603 | 2025.04.17 00:28:11.422641 [ 275 ] {e9e2b68a-f438-48fb-969b-c438f198141d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8604 | 2025.04.17 00:28:11.422886 [ 275 ] {e9e2b68a-f438-48fb-969b-c438f198141d} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8605 | 2025.04.17 00:28:11.423074 [ 275 ] {e9e2b68a-f438-48fb-969b-c438f198141d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001439 sec., 44475.33009034052 rows/sec., 3.47 MiB/sec. | ||
| 8606 | 2025.04.17 00:28:11.423124 [ 275 ] {e9e2b68a-f438-48fb-969b-c438f198141d} <Debug> TCPHandler: Processed in 0.001633701 sec. | ||
| 8607 | 2025.04.17 00:28:11.423266 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8608 | 2025.04.17 00:28:11.423367 [ 275 ] {e6f8ed24-e34b-4845-9544-03001b6ab474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8609 | 2025.04.17 00:28:11.423414 [ 275 ] {e6f8ed24-e34b-4845-9544-03001b6ab474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8610 | 2025.04.17 00:28:11.423938 [ 275 ] {e6f8ed24-e34b-4845-9544-03001b6ab474} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8611 | 2025.04.17 00:28:11.423975 [ 275 ] {e6f8ed24-e34b-4845-9544-03001b6ab474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8612 | 2025.04.17 00:28:11.424356 [ 275 ] {e6f8ed24-e34b-4845-9544-03001b6ab474} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8613 | 2025.04.17 00:28:11.424593 [ 275 ] {e6f8ed24-e34b-4845-9544-03001b6ab474} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8614 | 2025.04.17 00:28:11.424814 [ 275 ] {e6f8ed24-e34b-4845-9544-03001b6ab474} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001464 sec., 109289.6174863388 rows/sec., 7.61 MiB/sec. | ||
| 8615 | 2025.04.17 00:28:11.424919 [ 275 ] {e6f8ed24-e34b-4845-9544-03001b6ab474} <Debug> TCPHandler: Processed in 0.001702483 sec. | ||
| 8616 | 2025.04.17 00:28:11.425090 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8617 | 2025.04.17 00:28:11.425299 [ 275 ] {6c1dddfc-e281-4abf-97bb-f509f0502fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8618 | 2025.04.17 00:28:11.425346 [ 275 ] {6c1dddfc-e281-4abf-97bb-f509f0502fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8619 | 2025.04.17 00:28:11.425829 [ 275 ] {6c1dddfc-e281-4abf-97bb-f509f0502fdc} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8620 | 2025.04.17 00:28:11.425876 [ 275 ] {6c1dddfc-e281-4abf-97bb-f509f0502fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8621 | 2025.04.17 00:28:11.426235 [ 275 ] {6c1dddfc-e281-4abf-97bb-f509f0502fdc} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8622 | 2025.04.17 00:28:11.426463 [ 275 ] {6c1dddfc-e281-4abf-97bb-f509f0502fdc} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8623 | 2025.04.17 00:28:11.426661 [ 275 ] {6c1dddfc-e281-4abf-97bb-f509f0502fdc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
| 8624 | 2025.04.17 00:28:11.426709 [ 275 ] {6c1dddfc-e281-4abf-97bb-f509f0502fdc} <Debug> TCPHandler: Processed in 0.001723954 sec. | ||
| 8625 | 2025.04.17 00:28:15.696364 [ 156 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8626 | 2025.04.17 00:28:15.696436 [ 156 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8627 | 2025.04.17 00:28:15.875840 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 8628 | 2025.04.17 00:28:15.876662 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8629 | 2025.04.17 00:28:15.876700 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8630 | 2025.04.17 00:28:15.877285 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8631 | 2025.04.17 00:28:15.877542 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8632 | 2025.04.17 00:28:15.877708 [ 156 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8633 | 2025.04.17 00:28:15.877730 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 8634 | 2025.04.17 00:28:15.877762 [ 156 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8635 | 2025.04.17 00:28:15.877789 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8636 | 2025.04.17 00:28:15.877926 [ 192 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 8637 | 2025.04.17 00:28:15.878160 [ 192 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8638 | 2025.04.17 00:28:15.878218 [ 192 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part | ||
| 8639 | 2025.04.17 00:28:15.878297 [ 192 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part | ||
| 8640 | 2025.04.17 00:28:15.878371 [ 192 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part | ||
| 8641 | 2025.04.17 00:28:15.878640 [ 192 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part | ||
| 8642 | 2025.04.17 00:28:15.878846 [ 192 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part | ||
| 8643 | 2025.04.17 00:28:15.878935 [ 192 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
| 8644 | 2025.04.17 00:28:15.881618 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003763745 sec., 6823257.154775363 rows/sec., 97.61 MiB/sec. | ||
| 8645 | 2025.04.17 00:28:15.882035 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8646 | 2025.04.17 00:28:15.882466 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_56_11} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8647 | 2025.04.17 00:28:15.882558 [ 191 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_56_11} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8648 | 2025.04.17 00:28:15.882671 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
| 8649 | 2025.04.17 00:28:15.997690 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1146 | ||
| 8650 | 2025.04.17 00:28:16.001955 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8651 | 2025.04.17 00:28:16.002010 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8652 | 2025.04.17 00:28:16.003539 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8653 | 2025.04.17 00:28:16.003885 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8654 | 2025.04.17 00:28:16.005325 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1146 | ||
| 8655 | 2025.04.17 00:28:16.420709 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8656 | 2025.04.17 00:28:16.421004 [ 275 ] {ae28e9e9-a998-43bf-91ca-67e96158c8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8657 | 2025.04.17 00:28:16.421117 [ 275 ] {ae28e9e9-a998-43bf-91ca-67e96158c8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8658 | 2025.04.17 00:28:16.422107 [ 275 ] {ae28e9e9-a998-43bf-91ca-67e96158c8e9} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8659 | 2025.04.17 00:28:16.422147 [ 275 ] {ae28e9e9-a998-43bf-91ca-67e96158c8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8660 | 2025.04.17 00:28:16.422588 [ 275 ] {ae28e9e9-a998-43bf-91ca-67e96158c8e9} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8661 | 2025.04.17 00:28:16.422837 [ 275 ] {ae28e9e9-a998-43bf-91ca-67e96158c8e9} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8662 | 2025.04.17 00:28:16.423027 [ 275 ] {ae28e9e9-a998-43bf-91ca-67e96158c8e9} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002115 sec., 64302.60047281323 rows/sec., 5.55 MiB/sec. | ||
| 8663 | 2025.04.17 00:28:16.423118 [ 275 ] {ae28e9e9-a998-43bf-91ca-67e96158c8e9} <Debug> TCPHandler: Processed in 0.002585135 sec. | ||
| 8664 | 2025.04.17 00:28:16.423303 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8665 | 2025.04.17 00:28:16.423592 [ 275 ] {1e6fd245-4651-45fa-be1e-288fa3b8c3d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8666 | 2025.04.17 00:28:16.423695 [ 275 ] {1e6fd245-4651-45fa-be1e-288fa3b8c3d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8667 | 2025.04.17 00:28:16.424354 [ 275 ] {1e6fd245-4651-45fa-be1e-288fa3b8c3d5} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8668 | 2025.04.17 00:28:16.424392 [ 275 ] {1e6fd245-4651-45fa-be1e-288fa3b8c3d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8669 | 2025.04.17 00:28:16.424748 [ 275 ] {1e6fd245-4651-45fa-be1e-288fa3b8c3d5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8670 | 2025.04.17 00:28:16.424985 [ 275 ] {1e6fd245-4651-45fa-be1e-288fa3b8c3d5} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8671 | 2025.04.17 00:28:16.425126 [ 156 ] {} <Debug> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8672 | 2025.04.17 00:28:16.425148 [ 275 ] {1e6fd245-4651-45fa-be1e-288fa3b8c3d5} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001656 sec., 24154.589371980677 rows/sec., 1.77 MiB/sec. | ||
| 8673 | 2025.04.17 00:28:16.425165 [ 156 ] {} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8674 | 2025.04.17 00:28:16.425197 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8675 | 2025.04.17 00:28:16.425219 [ 275 ] {1e6fd245-4651-45fa-be1e-288fa3b8c3d5} <Debug> TCPHandler: Processed in 0.00198501 sec. | ||
| 8676 | 2025.04.17 00:28:16.425337 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::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 | ||
| 8677 | 2025.04.17 00:28:16.425350 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8678 | 2025.04.17 00:28:16.425506 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8679 | 2025.04.17 00:28:16.425516 [ 275 ] {e243a756-1a8c-4a03-84b1-81f04170b372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8680 | 2025.04.17 00:28:16.425549 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 178 rows starting from the beginning of the part | ||
| 8681 | 2025.04.17 00:28:16.425574 [ 275 ] {e243a756-1a8c-4a03-84b1-81f04170b372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8682 | 2025.04.17 00:28:16.425740 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part | ||
| 8683 | 2025.04.17 00:28:16.426147 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 8684 | 2025.04.17 00:28:16.426583 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part | ||
| 8685 | 2025.04.17 00:28:16.426948 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 46 rows starting from the beginning of the part | ||
| 8686 | 2025.04.17 00:28:16.427295 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part | ||
| 8687 | 2025.04.17 00:28:16.428242 [ 275 ] {e243a756-1a8c-4a03-84b1-81f04170b372} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8688 | 2025.04.17 00:28:16.428286 [ 275 ] {e243a756-1a8c-4a03-84b1-81f04170b372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8689 | 2025.04.17 00:28:16.428850 [ 275 ] {e243a756-1a8c-4a03-84b1-81f04170b372} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8690 | 2025.04.17 00:28:16.429059 [ 196 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 5 columns (5 merged, 0 gathered) in 0.003780706 sec., 94691.3089777412 rows/sec., 6.90 MiB/sec. | ||
| 8691 | 2025.04.17 00:28:16.429181 [ 275 ] {e243a756-1a8c-4a03-84b1-81f04170b372} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8692 | 2025.04.17 00:28:16.429225 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8693 | 2025.04.17 00:28:16.429410 [ 275 ] {e243a756-1a8c-4a03-84b1-81f04170b372} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.003925 sec., 26496.815286624205 rows/sec., 2.07 MiB/sec. | ||
| 8694 | 2025.04.17 00:28:16.429497 [ 275 ] {e243a756-1a8c-4a03-84b1-81f04170b372} <Debug> TCPHandler: Processed in 0.004200086 sec. | ||
| 8695 | 2025.04.17 00:28:16.429619 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8696 | 2025.04.17 00:28:16.429679 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_51_10} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8697 | 2025.04.17 00:28:16.429756 [ 275 ] {b184cb4e-3aad-4a30-a9ea-61ae38b09f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8698 | 2025.04.17 00:28:16.429792 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_51_10} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8699 | 2025.04.17 00:28:16.429811 [ 275 ] {b184cb4e-3aad-4a30-a9ea-61ae38b09f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8700 | 2025.04.17 00:28:16.429910 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 8701 | 2025.04.17 00:28:16.430398 [ 275 ] {b184cb4e-3aad-4a30-a9ea-61ae38b09f7e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8702 | 2025.04.17 00:28:16.430434 [ 275 ] {b184cb4e-3aad-4a30-a9ea-61ae38b09f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8703 | 2025.04.17 00:28:16.430807 [ 275 ] {b184cb4e-3aad-4a30-a9ea-61ae38b09f7e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8704 | 2025.04.17 00:28:16.431047 [ 275 ] {b184cb4e-3aad-4a30-a9ea-61ae38b09f7e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8705 | 2025.04.17 00:28:16.431189 [ 156 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8706 | 2025.04.17 00:28:16.431206 [ 275 ] {b184cb4e-3aad-4a30-a9ea-61ae38b09f7e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001487 sec., 107599.19300605245 rows/sec., 7.49 MiB/sec. | ||
| 8707 | 2025.04.17 00:28:16.431225 [ 156 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8708 | 2025.04.17 00:28:16.431259 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8709 | 2025.04.17 00:28:16.431281 [ 275 ] {b184cb4e-3aad-4a30-a9ea-61ae38b09f7e} <Debug> TCPHandler: Processed in 0.001711233 sec. | ||
| 8710 | 2025.04.17 00:28:16.431526 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8711 | 2025.04.17 00:28:16.431629 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8712 | 2025.04.17 00:28:16.431792 [ 275 ] {40126633-a007-4d54-8bae-0606a99ca253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8713 | 2025.04.17 00:28:16.432232 [ 275 ] {40126633-a007-4d54-8bae-0606a99ca253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8714 | 2025.04.17 00:28:16.432390 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8715 | 2025.04.17 00:28:16.432585 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21485 rows starting from the beginning of the part | ||
| 8716 | 2025.04.17 00:28:16.433052 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 8717 | 2025.04.17 00:28:16.433520 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part | ||
| 8718 | 2025.04.17 00:28:16.433834 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 883 rows starting from the beginning of the part | ||
| 8719 | 2025.04.17 00:28:16.434194 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 8720 | 2025.04.17 00:28:16.434549 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 8721 | 2025.04.17 00:28:16.436769 [ 275 ] {40126633-a007-4d54-8bae-0606a99ca253} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8722 | 2025.04.17 00:28:16.436814 [ 275 ] {40126633-a007-4d54-8bae-0606a99ca253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8723 | 2025.04.17 00:28:16.438507 [ 275 ] {40126633-a007-4d54-8bae-0606a99ca253} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8724 | 2025.04.17 00:28:16.438922 [ 275 ] {40126633-a007-4d54-8bae-0606a99ca253} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8725 | 2025.04.17 00:28:16.439173 [ 275 ] {40126633-a007-4d54-8bae-0606a99ca253} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007491 sec., 5339.741022560405 rows/sec., 9.57 MiB/sec. | ||
| 8726 | 2025.04.17 00:28:16.439762 [ 275 ] {40126633-a007-4d54-8bae-0606a99ca253} <Debug> TCPHandler: Processed in 0.0083424 sec. | ||
| 8727 | 2025.04.17 00:28:16.439994 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8728 | 2025.04.17 00:28:16.440097 [ 275 ] {ea13c954-4be7-4ad4-be4c-800a3717a652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8729 | 2025.04.17 00:28:16.440145 [ 275 ] {ea13c954-4be7-4ad4-be4c-800a3717a652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8730 | 2025.04.17 00:28:16.440569 [ 275 ] {ea13c954-4be7-4ad4-be4c-800a3717a652} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8731 | 2025.04.17 00:28:16.440606 [ 275 ] {ea13c954-4be7-4ad4-be4c-800a3717a652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8732 | 2025.04.17 00:28:16.445620 [ 275 ] {ea13c954-4be7-4ad4-be4c-800a3717a652} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8733 | 2025.04.17 00:28:16.445917 [ 275 ] {ea13c954-4be7-4ad4-be4c-800a3717a652} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8734 | 2025.04.17 00:28:16.446117 [ 275 ] {ea13c954-4be7-4ad4-be4c-800a3717a652} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006038 sec., 9937.065253395163 rows/sec., 685.76 KiB/sec. | ||
| 8735 | 2025.04.17 00:28:16.446233 [ 275 ] {ea13c954-4be7-4ad4-be4c-800a3717a652} <Debug> TCPHandler: Processed in 0.006295969 sec. | ||
| 8736 | 2025.04.17 00:28:16.455373 [ 193 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23008 rows, containing 5 columns (5 merged, 0 gathered) in 0.023965734 sec., 960037.3600074173 rows/sec., 65.86 MiB/sec. | ||
| 8737 | 2025.04.17 00:28:16.456201 [ 193 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8738 | 2025.04.17 00:28:16.456560 [ 193 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8739 | 2025.04.17 00:28:16.456649 [ 193 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8740 | 2025.04.17 00:28:16.456755 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 8741 | 2025.04.17 00:28:17.000251 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.76 MiB, peak 237.39 MiB, free memory in arenas 0.00 B, will set to 229.93 MiB (RSS), difference: 1.17 MiB | ||
| 8742 | 2025.04.17 00:28:17.643375 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 8743 | 2025.04.17 00:28:17.665701 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8744 | 2025.04.17 00:28:17.665770 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8745 | 2025.04.17 00:28:17.673246 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8746 | 2025.04.17 00:28:17.674079 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8747 | 2025.04.17 00:28:17.674535 [ 152 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8748 | 2025.04.17 00:28:17.674664 [ 152 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8749 | 2025.04.17 00:28:17.674734 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8750 | 2025.04.17 00:28:17.675105 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 8751 | 2025.04.17 00:28:17.683468 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 8752 | 2025.04.17 00:28:17.684631 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8753 | 2025.04.17 00:28:17.685531 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part | ||
| 8754 | 2025.04.17 00:28:17.690093 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part | ||
| 8755 | 2025.04.17 00:28:17.694542 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 8756 | 2025.04.17 00:28:17.699365 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
| 8757 | 2025.04.17 00:28:17.704766 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 8758 | 2025.04.17 00:28:17.709383 [ 199 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 8759 | 2025.04.17 00:28:17.769618 [ 188 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.094687285 sec., 4456.7757962433925 rows/sec., 23.05 MiB/sec. | ||
| 8760 | 2025.04.17 00:28:17.772929 [ 197 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8761 | 2025.04.17 00:28:17.776002 [ 197 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_56_11} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8762 | 2025.04.17 00:28:17.776139 [ 197 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_56_11} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8763 | 2025.04.17 00:28:17.778764 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8764 | 2025.04.17 00:28:18.000360 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.99 MiB, peak 244.42 MiB, free memory in arenas 0.00 B, will set to 234.17 MiB (RSS), difference: 3.18 MiB | ||
| 8765 | 2025.04.17 00:28:21.420507 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8766 | 2025.04.17 00:28:21.420713 [ 275 ] {d6fec491-a0f0-40d8-bde3-adc3c932d094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8767 | 2025.04.17 00:28:21.420786 [ 275 ] {d6fec491-a0f0-40d8-bde3-adc3c932d094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8768 | 2025.04.17 00:28:21.421555 [ 275 ] {d6fec491-a0f0-40d8-bde3-adc3c932d094} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8769 | 2025.04.17 00:28:21.421606 [ 275 ] {d6fec491-a0f0-40d8-bde3-adc3c932d094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8770 | 2025.04.17 00:28:21.422065 [ 275 ] {d6fec491-a0f0-40d8-bde3-adc3c932d094} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8771 | 2025.04.17 00:28:21.422339 [ 275 ] {d6fec491-a0f0-40d8-bde3-adc3c932d094} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8772 | 2025.04.17 00:28:21.422567 [ 275 ] {d6fec491-a0f0-40d8-bde3-adc3c932d094} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001907 sec., 12585.212375458836 rows/sec., 1.04 MiB/sec. | ||
| 8773 | 2025.04.17 00:28:21.422735 [ 275 ] {d6fec491-a0f0-40d8-bde3-adc3c932d094} <Debug> TCPHandler: Processed in 0.002358429 sec. | ||
| 8774 | 2025.04.17 00:28:21.422872 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8775 | 2025.04.17 00:28:21.422989 [ 275 ] {ccc567af-89b9-4b43-8976-1ebc1e3ab997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8776 | 2025.04.17 00:28:21.423039 [ 275 ] {ccc567af-89b9-4b43-8976-1ebc1e3ab997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8777 | 2025.04.17 00:28:21.423578 [ 275 ] {ccc567af-89b9-4b43-8976-1ebc1e3ab997} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8778 | 2025.04.17 00:28:21.423619 [ 275 ] {ccc567af-89b9-4b43-8976-1ebc1e3ab997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8779 | 2025.04.17 00:28:21.423987 [ 275 ] {ccc567af-89b9-4b43-8976-1ebc1e3ab997} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8780 | 2025.04.17 00:28:21.424265 [ 275 ] {ccc567af-89b9-4b43-8976-1ebc1e3ab997} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8781 | 2025.04.17 00:28:21.424590 [ 275 ] {ccc567af-89b9-4b43-8976-1ebc1e3ab997} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001625 sec., 1230.7692307692307 rows/sec., 100.36 KiB/sec. | ||
| 8782 | 2025.04.17 00:28:21.424770 [ 275 ] {ccc567af-89b9-4b43-8976-1ebc1e3ab997} <Debug> TCPHandler: Processed in 0.001949139 sec. | ||
| 8783 | 2025.04.17 00:28:21.424943 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8784 | 2025.04.17 00:28:21.425046 [ 275 ] {4573e5bf-2de0-4122-b878-f0b2eff4c835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8785 | 2025.04.17 00:28:21.425091 [ 275 ] {4573e5bf-2de0-4122-b878-f0b2eff4c835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8786 | 2025.04.17 00:28:21.425746 [ 275 ] {4573e5bf-2de0-4122-b878-f0b2eff4c835} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8787 | 2025.04.17 00:28:21.425784 [ 275 ] {4573e5bf-2de0-4122-b878-f0b2eff4c835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8788 | 2025.04.17 00:28:21.426167 [ 275 ] {4573e5bf-2de0-4122-b878-f0b2eff4c835} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8789 | 2025.04.17 00:28:21.426425 [ 275 ] {4573e5bf-2de0-4122-b878-f0b2eff4c835} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8790 | 2025.04.17 00:28:21.426624 [ 275 ] {4573e5bf-2de0-4122-b878-f0b2eff4c835} <Debug> executeQuery: Read 177 rows, 15.94 KiB in 0.001601 sec., 110555.90256089944 rows/sec., 9.72 MiB/sec. | ||
| 8791 | 2025.04.17 00:28:21.426677 [ 275 ] {4573e5bf-2de0-4122-b878-f0b2eff4c835} <Debug> TCPHandler: Processed in 0.001792955 sec. | ||
| 8792 | 2025.04.17 00:28:21.426791 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8793 | 2025.04.17 00:28:21.426904 [ 275 ] {ce5424d4-2d62-47af-85da-833fe43eebc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8794 | 2025.04.17 00:28:21.426950 [ 275 ] {ce5424d4-2d62-47af-85da-833fe43eebc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8795 | 2025.04.17 00:28:21.427480 [ 275 ] {ce5424d4-2d62-47af-85da-833fe43eebc2} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8796 | 2025.04.17 00:28:21.427520 [ 275 ] {ce5424d4-2d62-47af-85da-833fe43eebc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8797 | 2025.04.17 00:28:21.427889 [ 275 ] {ce5424d4-2d62-47af-85da-833fe43eebc2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8798 | 2025.04.17 00:28:21.428131 [ 275 ] {ce5424d4-2d62-47af-85da-833fe43eebc2} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8799 | 2025.04.17 00:28:21.428319 [ 275 ] {ce5424d4-2d62-47af-85da-833fe43eebc2} <Debug> executeQuery: Read 14 rows, 1.10 KiB in 0.001439 sec., 9728.978457261988 rows/sec., 764.83 KiB/sec. | ||
| 8800 | 2025.04.17 00:28:21.428373 [ 275 ] {ce5424d4-2d62-47af-85da-833fe43eebc2} <Debug> TCPHandler: Processed in 0.001633441 sec. | ||
| 8801 | 2025.04.17 00:28:21.428488 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8802 | 2025.04.17 00:28:21.428594 [ 275 ] {ed81e3a2-3784-4025-aaaa-b22a82b6a600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8803 | 2025.04.17 00:28:21.428637 [ 275 ] {ed81e3a2-3784-4025-aaaa-b22a82b6a600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8804 | 2025.04.17 00:28:21.429214 [ 275 ] {ed81e3a2-3784-4025-aaaa-b22a82b6a600} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8805 | 2025.04.17 00:28:21.429252 [ 275 ] {ed81e3a2-3784-4025-aaaa-b22a82b6a600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8806 | 2025.04.17 00:28:21.429601 [ 275 ] {ed81e3a2-3784-4025-aaaa-b22a82b6a600} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8807 | 2025.04.17 00:28:21.429835 [ 275 ] {ed81e3a2-3784-4025-aaaa-b22a82b6a600} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8808 | 2025.04.17 00:28:21.430048 [ 275 ] {ed81e3a2-3784-4025-aaaa-b22a82b6a600} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001473 sec., 16293.27902240326 rows/sec., 1.35 MiB/sec. | ||
| 8809 | 2025.04.17 00:28:21.430113 [ 275 ] {ed81e3a2-3784-4025-aaaa-b22a82b6a600} <Debug> TCPHandler: Processed in 0.001673572 sec. | ||
| 8810 | 2025.04.17 00:28:21.430248 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8811 | 2025.04.17 00:28:21.430347 [ 275 ] {8e916cf3-0591-4d10-a1e5-254b9c109931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8812 | 2025.04.17 00:28:21.430389 [ 275 ] {8e916cf3-0591-4d10-a1e5-254b9c109931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8813 | 2025.04.17 00:28:21.430895 [ 275 ] {8e916cf3-0591-4d10-a1e5-254b9c109931} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8814 | 2025.04.17 00:28:21.430932 [ 275 ] {8e916cf3-0591-4d10-a1e5-254b9c109931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8815 | 2025.04.17 00:28:21.431275 [ 275 ] {8e916cf3-0591-4d10-a1e5-254b9c109931} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8816 | 2025.04.17 00:28:21.431512 [ 275 ] {8e916cf3-0591-4d10-a1e5-254b9c109931} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8817 | 2025.04.17 00:28:21.431724 [ 275 ] {8e916cf3-0591-4d10-a1e5-254b9c109931} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001396 sec., 8595.988538681948 rows/sec., 671.56 KiB/sec. | ||
| 8818 | 2025.04.17 00:28:21.431840 [ 275 ] {8e916cf3-0591-4d10-a1e5-254b9c109931} <Debug> TCPHandler: Processed in 0.001646822 sec. | ||
| 8819 | 2025.04.17 00:28:21.431973 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8820 | 2025.04.17 00:28:21.432073 [ 275 ] {7b39dc57-e73d-47e9-85e7-eeefded14314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8821 | 2025.04.17 00:28:21.432116 [ 275 ] {7b39dc57-e73d-47e9-85e7-eeefded14314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8822 | 2025.04.17 00:28:21.432654 [ 275 ] {7b39dc57-e73d-47e9-85e7-eeefded14314} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8823 | 2025.04.17 00:28:21.432691 [ 275 ] {7b39dc57-e73d-47e9-85e7-eeefded14314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8824 | 2025.04.17 00:28:21.433066 [ 275 ] {7b39dc57-e73d-47e9-85e7-eeefded14314} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8825 | 2025.04.17 00:28:21.433300 [ 275 ] {7b39dc57-e73d-47e9-85e7-eeefded14314} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8826 | 2025.04.17 00:28:21.433473 [ 275 ] {7b39dc57-e73d-47e9-85e7-eeefded14314} <Debug> executeQuery: Read 102 rows, 8.54 KiB in 0.001422 sec., 71729.95780590716 rows/sec., 5.86 MiB/sec. | ||
| 8827 | 2025.04.17 00:28:21.433526 [ 275 ] {7b39dc57-e73d-47e9-85e7-eeefded14314} <Debug> TCPHandler: Processed in 0.00160264 sec. | ||
| 8828 | 2025.04.17 00:28:21.433645 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8829 | 2025.04.17 00:28:21.433745 [ 275 ] {ce133b2b-ab50-4922-9287-cad3909077d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8830 | 2025.04.17 00:28:21.433792 [ 275 ] {ce133b2b-ab50-4922-9287-cad3909077d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8831 | 2025.04.17 00:28:21.434293 [ 275 ] {ce133b2b-ab50-4922-9287-cad3909077d0} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8832 | 2025.04.17 00:28:21.434331 [ 275 ] {ce133b2b-ab50-4922-9287-cad3909077d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8833 | 2025.04.17 00:28:21.434708 [ 275 ] {ce133b2b-ab50-4922-9287-cad3909077d0} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8834 | 2025.04.17 00:28:21.434942 [ 275 ] {ce133b2b-ab50-4922-9287-cad3909077d0} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8835 | 2025.04.17 00:28:21.435150 [ 275 ] {ce133b2b-ab50-4922-9287-cad3909077d0} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.001424 sec., 138342.6966292135 rows/sec., 9.92 MiB/sec. | ||
| 8836 | 2025.04.17 00:28:21.435211 [ 275 ] {ce133b2b-ab50-4922-9287-cad3909077d0} <Debug> TCPHandler: Processed in 0.001615641 sec. | ||
| 8837 | 2025.04.17 00:28:21.435347 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8838 | 2025.04.17 00:28:21.435470 [ 275 ] {5476f9a3-5797-4d7a-b5d3-26ff49202472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8839 | 2025.04.17 00:28:21.435518 [ 275 ] {5476f9a3-5797-4d7a-b5d3-26ff49202472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8840 | 2025.04.17 00:28:21.435954 [ 275 ] {5476f9a3-5797-4d7a-b5d3-26ff49202472} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8841 | 2025.04.17 00:28:21.435992 [ 275 ] {5476f9a3-5797-4d7a-b5d3-26ff49202472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8842 | 2025.04.17 00:28:21.436361 [ 275 ] {5476f9a3-5797-4d7a-b5d3-26ff49202472} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8843 | 2025.04.17 00:28:21.436601 [ 275 ] {5476f9a3-5797-4d7a-b5d3-26ff49202472} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8844 | 2025.04.17 00:28:21.436773 [ 66 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8845 | 2025.04.17 00:28:21.436816 [ 275 ] {5476f9a3-5797-4d7a-b5d3-26ff49202472} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
| 8846 | 2025.04.17 00:28:21.436867 [ 66 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8847 | 2025.04.17 00:28:21.436924 [ 275 ] {5476f9a3-5797-4d7a-b5d3-26ff49202472} <Debug> TCPHandler: Processed in 0.001644172 sec. | ||
| 8848 | 2025.04.17 00:28:21.436931 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8849 | 2025.04.17 00:28:21.437148 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8850 | 2025.04.17 00:28:21.437585 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8851 | 2025.04.17 00:28:21.437698 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4164 rows starting from the beginning of the part | ||
| 8852 | 2025.04.17 00:28:21.437887 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 8853 | 2025.04.17 00:28:21.437967 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
| 8854 | 2025.04.17 00:28:21.438205 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 8855 | 2025.04.17 00:28:21.438435 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 8856 | 2025.04.17 00:28:21.438558 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 8857 | 2025.04.17 00:28:21.440328 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4464 rows, containing 4 columns (4 merged, 0 gathered) in 0.003283382 sec., 1359573.75657173 rows/sec., 91.47 MiB/sec. | ||
| 8858 | 2025.04.17 00:28:21.440701 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8859 | 2025.04.17 00:28:21.441071 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_76_15} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8860 | 2025.04.17 00:28:21.441167 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_76_15} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8861 | 2025.04.17 00:28:21.441283 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 8862 | 2025.04.17 00:28:23.378638 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 8863 | 2025.04.17 00:28:23.379337 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8864 | 2025.04.17 00:28:23.379386 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 8865 | 2025.04.17 00:28:23.379908 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8866 | 2025.04.17 00:28:23.380168 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8867 | 2025.04.17 00:28:23.380419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 8868 | 2025.04.17 00:28:25.184188 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 8869 | 2025.04.17 00:28:25.203341 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8870 | 2025.04.17 00:28:25.203407 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 8871 | 2025.04.17 00:28:25.210472 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8872 | 2025.04.17 00:28:25.211279 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8873 | 2025.04.17 00:28:25.216402 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 8874 | 2025.04.17 00:28:26.006355 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1176 | ||
| 8875 | 2025.04.17 00:28:26.009715 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8876 | 2025.04.17 00:28:26.009775 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 8877 | 2025.04.17 00:28:26.011408 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8878 | 2025.04.17 00:28:26.011779 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8879 | 2025.04.17 00:28:26.011974 [ 86 ] {} <Debug> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8880 | 2025.04.17 00:28:26.012048 [ 86 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8881 | 2025.04.17 00:28:26.012086 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 8882 | 2025.04.17 00:28:26.012400 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::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 | ||
| 8883 | 2025.04.17 00:28:26.014566 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1176 | ||
| 8884 | 2025.04.17 00:28:26.014763 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8885 | 2025.04.17 00:28:26.014920 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1048 rows starting from the beginning of the part | ||
| 8886 | 2025.04.17 00:28:26.015390 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part | ||
| 8887 | 2025.04.17 00:28:26.015846 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 30 rows starting from the beginning of the part | ||
| 8888 | 2025.04.17 00:28:26.016422 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 20 rows starting from the beginning of the part | ||
| 8889 | 2025.04.17 00:28:26.016990 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part | ||
| 8890 | 2025.04.17 00:28:26.017590 [ 190 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part | ||
| 8891 | 2025.04.17 00:28:26.026040 [ 186 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1176 rows, containing 72 columns (72 merged, 0 gathered) in 0.01387748 sec., 84741.61014824017 rows/sec., 69.27 MiB/sec. | ||
| 8892 | 2025.04.17 00:28:26.027285 [ 186 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8893 | 2025.04.17 00:28:26.027939 [ 186 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_41_8} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8894 | 2025.04.17 00:28:26.028019 [ 186 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_41_8} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8895 | 2025.04.17 00:28:26.028229 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. | ||
| 8896 | 2025.04.17 00:28:26.420758 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8897 | 2025.04.17 00:28:26.421003 [ 275 ] {d886ad1b-c913-4e65-9712-a70b0c732243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8898 | 2025.04.17 00:28:26.421094 [ 275 ] {d886ad1b-c913-4e65-9712-a70b0c732243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8899 | 2025.04.17 00:28:26.421988 [ 275 ] {d886ad1b-c913-4e65-9712-a70b0c732243} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8900 | 2025.04.17 00:28:26.422026 [ 275 ] {d886ad1b-c913-4e65-9712-a70b0c732243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 8901 | 2025.04.17 00:28:26.422475 [ 275 ] {d886ad1b-c913-4e65-9712-a70b0c732243} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8902 | 2025.04.17 00:28:26.422735 [ 275 ] {d886ad1b-c913-4e65-9712-a70b0c732243} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8903 | 2025.04.17 00:28:26.422913 [ 275 ] {d886ad1b-c913-4e65-9712-a70b0c732243} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001979 sec., 68721.57655381506 rows/sec., 5.93 MiB/sec. | ||
| 8904 | 2025.04.17 00:28:26.422966 [ 275 ] {d886ad1b-c913-4e65-9712-a70b0c732243} <Debug> TCPHandler: Processed in 0.002357689 sec. | ||
| 8905 | 2025.04.17 00:28:26.423102 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8906 | 2025.04.17 00:28:26.423204 [ 275 ] {d6588009-ad18-4935-87b6-191350a3591e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8907 | 2025.04.17 00:28:26.423248 [ 275 ] {d6588009-ad18-4935-87b6-191350a3591e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8908 | 2025.04.17 00:28:26.423783 [ 275 ] {d6588009-ad18-4935-87b6-191350a3591e} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8909 | 2025.04.17 00:28:26.423819 [ 275 ] {d6588009-ad18-4935-87b6-191350a3591e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 8910 | 2025.04.17 00:28:26.424168 [ 275 ] {d6588009-ad18-4935-87b6-191350a3591e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8911 | 2025.04.17 00:28:26.424416 [ 275 ] {d6588009-ad18-4935-87b6-191350a3591e} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8912 | 2025.04.17 00:28:26.424595 [ 275 ] {d6588009-ad18-4935-87b6-191350a3591e} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001404 sec., 28490.02849002849 rows/sec., 2.09 MiB/sec. | ||
| 8913 | 2025.04.17 00:28:26.424695 [ 275 ] {d6588009-ad18-4935-87b6-191350a3591e} <Debug> TCPHandler: Processed in 0.001641662 sec. | ||
| 8914 | 2025.04.17 00:28:26.424880 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8915 | 2025.04.17 00:28:26.425030 [ 275 ] {6d763621-b571-44b0-b5f7-11ea5c47f562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8916 | 2025.04.17 00:28:26.425075 [ 275 ] {6d763621-b571-44b0-b5f7-11ea5c47f562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8917 | 2025.04.17 00:28:26.425631 [ 275 ] {6d763621-b571-44b0-b5f7-11ea5c47f562} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8918 | 2025.04.17 00:28:26.425684 [ 275 ] {6d763621-b571-44b0-b5f7-11ea5c47f562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 8919 | 2025.04.17 00:28:26.426030 [ 275 ] {6d763621-b571-44b0-b5f7-11ea5c47f562} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8920 | 2025.04.17 00:28:26.426261 [ 275 ] {6d763621-b571-44b0-b5f7-11ea5c47f562} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8921 | 2025.04.17 00:28:26.426418 [ 275 ] {6d763621-b571-44b0-b5f7-11ea5c47f562} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001411 sec., 73706.591070163 rows/sec., 5.76 MiB/sec. | ||
| 8922 | 2025.04.17 00:28:26.426475 [ 275 ] {6d763621-b571-44b0-b5f7-11ea5c47f562} <Debug> TCPHandler: Processed in 0.001703052 sec. | ||
| 8923 | 2025.04.17 00:28:26.426592 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8924 | 2025.04.17 00:28:26.426694 [ 275 ] {6ec0d474-6613-4ff1-8aa6-b3354604f253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8925 | 2025.04.17 00:28:26.426742 [ 275 ] {6ec0d474-6613-4ff1-8aa6-b3354604f253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8926 | 2025.04.17 00:28:26.427230 [ 275 ] {6ec0d474-6613-4ff1-8aa6-b3354604f253} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8927 | 2025.04.17 00:28:26.427265 [ 275 ] {6ec0d474-6613-4ff1-8aa6-b3354604f253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 8928 | 2025.04.17 00:28:26.427634 [ 275 ] {6ec0d474-6613-4ff1-8aa6-b3354604f253} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8929 | 2025.04.17 00:28:26.427869 [ 275 ] {6ec0d474-6613-4ff1-8aa6-b3354604f253} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8930 | 2025.04.17 00:28:26.428042 [ 275 ] {6ec0d474-6613-4ff1-8aa6-b3354604f253} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001369 sec., 116873.6303871439 rows/sec., 8.14 MiB/sec. | ||
| 8931 | 2025.04.17 00:28:26.428097 [ 275 ] {6ec0d474-6613-4ff1-8aa6-b3354604f253} <Debug> TCPHandler: Processed in 0.001553729 sec. | ||
| 8932 | 2025.04.17 00:28:26.428248 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8933 | 2025.04.17 00:28:26.428369 [ 275 ] {4351b28b-142c-4d50-92b9-c2ab80af6578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8934 | 2025.04.17 00:28:26.428433 [ 275 ] {4351b28b-142c-4d50-92b9-c2ab80af6578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8935 | 2025.04.17 00:28:26.429554 [ 275 ] {4351b28b-142c-4d50-92b9-c2ab80af6578} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8936 | 2025.04.17 00:28:26.429591 [ 275 ] {4351b28b-142c-4d50-92b9-c2ab80af6578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 8937 | 2025.04.17 00:28:26.430236 [ 275 ] {4351b28b-142c-4d50-92b9-c2ab80af6578} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8938 | 2025.04.17 00:28:26.430489 [ 275 ] {4351b28b-142c-4d50-92b9-c2ab80af6578} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8939 | 2025.04.17 00:28:26.430619 [ 92 ] {} <Debug> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8940 | 2025.04.17 00:28:26.430664 [ 92 ] {} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8941 | 2025.04.17 00:28:26.430684 [ 275 ] {4351b28b-142c-4d50-92b9-c2ab80af6578} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002335 sec., 17130.620985010708 rows/sec., 30.70 MiB/sec. | ||
| 8942 | 2025.04.17 00:28:26.430688 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 8943 | 2025.04.17 00:28:26.431038 [ 275 ] {4351b28b-142c-4d50-92b9-c2ab80af6578} <Debug> TCPHandler: Processed in 0.002851071 sec. | ||
| 8944 | 2025.04.17 00:28:26.431079 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::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 | ||
| 8945 | 2025.04.17 00:28:26.431193 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8946 | 2025.04.17 00:28:26.431443 [ 275 ] {99648963-49b3-4340-9c80-ce42403abf24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8947 | 2025.04.17 00:28:26.431567 [ 275 ] {99648963-49b3-4340-9c80-ce42403abf24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8948 | 2025.04.17 00:28:26.432073 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8949 | 2025.04.17 00:28:26.432328 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1362 rows starting from the beginning of the part | ||
| 8950 | 2025.04.17 00:28:26.432935 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part | ||
| 8951 | 2025.04.17 00:28:26.433729 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part | ||
| 8952 | 2025.04.17 00:28:26.433779 [ 275 ] {99648963-49b3-4340-9c80-ce42403abf24} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8953 | 2025.04.17 00:28:26.433853 [ 275 ] {99648963-49b3-4340-9c80-ce42403abf24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 8954 | 2025.04.17 00:28:26.434315 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part | ||
| 8955 | 2025.04.17 00:28:26.434908 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part | ||
| 8956 | 2025.04.17 00:28:26.435569 [ 194 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part | ||
| 8957 | 2025.04.17 00:28:26.435638 [ 275 ] {99648963-49b3-4340-9c80-ce42403abf24} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8958 | 2025.04.17 00:28:26.436436 [ 275 ] {99648963-49b3-4340-9c80-ce42403abf24} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8959 | 2025.04.17 00:28:26.436787 [ 275 ] {99648963-49b3-4340-9c80-ce42403abf24} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005411 sec., 11088.523378303456 rows/sec., 765.22 KiB/sec. | ||
| 8960 | 2025.04.17 00:28:26.436932 [ 275 ] {99648963-49b3-4340-9c80-ce42403abf24} <Debug> TCPHandler: Processed in 0.005795876 sec. | ||
| 8961 | 2025.04.17 00:28:26.445067 [ 189 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1562 rows, containing 19 columns (19 merged, 0 gathered) in 0.014243948 sec., 109660.60814038356 rows/sec., 196.51 MiB/sec. | ||
| 8962 | 2025.04.17 00:28:26.446435 [ 186 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8963 | 2025.04.17 00:28:26.446859 [ 186 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8964 | 2025.04.17 00:28:26.446949 [ 186 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8965 | 2025.04.17 00:28:26.447078 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.76 MiB. | ||
| 8966 | 2025.04.17 00:28:27.000236 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.86 MiB, peak 246.61 MiB, free memory in arenas 0.00 B, will set to 238.26 MiB (RSS), difference: 3.40 MiB | ||
| 8967 | 2025.04.17 00:28:30.696680 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8968 | 2025.04.17 00:28:30.696744 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8969 | 2025.04.17 00:28:30.880670 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
| 8970 | 2025.04.17 00:28:30.881712 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8971 | 2025.04.17 00:28:30.881777 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 8972 | 2025.04.17 00:28:30.882296 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8973 | 2025.04.17 00:28:30.882549 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8974 | 2025.04.17 00:28:30.882823 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 8975 | 2025.04.17 00:28:31.418847 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8976 | 2025.04.17 00:28:31.419157 [ 275 ] {33178a71-490a-425d-a951-80ecd13613f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8977 | 2025.04.17 00:28:31.419277 [ 275 ] {33178a71-490a-425d-a951-80ecd13613f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8978 | 2025.04.17 00:28:31.420218 [ 275 ] {33178a71-490a-425d-a951-80ecd13613f9} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8979 | 2025.04.17 00:28:31.420267 [ 275 ] {33178a71-490a-425d-a951-80ecd13613f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 8980 | 2025.04.17 00:28:31.420684 [ 275 ] {33178a71-490a-425d-a951-80ecd13613f9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8981 | 2025.04.17 00:28:31.421005 [ 275 ] {33178a71-490a-425d-a951-80ecd13613f9} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8982 | 2025.04.17 00:28:31.421236 [ 102 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8983 | 2025.04.17 00:28:31.421248 [ 275 ] {33178a71-490a-425d-a951-80ecd13613f9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002171 sec., 25794.564716720404 rows/sec., 1.98 MiB/sec. | ||
| 8984 | 2025.04.17 00:28:31.421341 [ 102 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8985 | 2025.04.17 00:28:31.421421 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 8986 | 2025.04.17 00:28:31.421433 [ 275 ] {33178a71-490a-425d-a951-80ecd13613f9} <Debug> TCPHandler: Processed in 0.002772639 sec. | ||
| 8987 | 2025.04.17 00:28:31.421720 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 8988 | 2025.04.17 00:28:31.421722 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8989 | 2025.04.17 00:28:31.422229 [ 275 ] {88d66bfb-d6f4-445d-89e2-f4da29d9d3a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8990 | 2025.04.17 00:28:31.422276 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8991 | 2025.04.17 00:28:31.422427 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1969 rows starting from the beginning of the part | ||
| 8992 | 2025.04.17 00:28:31.422459 [ 275 ] {88d66bfb-d6f4-445d-89e2-f4da29d9d3a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8993 | 2025.04.17 00:28:31.422937 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part | ||
| 8994 | 2025.04.17 00:28:31.423318 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 136 rows starting from the beginning of the part | ||
| 8995 | 2025.04.17 00:28:31.423605 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 177 rows starting from the beginning of the part | ||
| 8996 | 2025.04.17 00:28:31.423877 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 136 rows starting from the beginning of the part | ||
| 8997 | 2025.04.17 00:28:31.424186 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 8998 | 2025.04.17 00:28:31.425900 [ 275 ] {88d66bfb-d6f4-445d-89e2-f4da29d9d3a1} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8999 | 2025.04.17 00:28:31.425979 [ 275 ] {88d66bfb-d6f4-445d-89e2-f4da29d9d3a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9000 | 2025.04.17 00:28:31.426867 [ 275 ] {88d66bfb-d6f4-445d-89e2-f4da29d9d3a1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9001 | 2025.04.17 00:28:31.427344 [ 275 ] {88d66bfb-d6f4-445d-89e2-f4da29d9d3a1} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9002 | 2025.04.17 00:28:31.427545 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2530 rows, containing 5 columns (5 merged, 0 gathered) in 0.005991921 sec., 422235.2063720466 rows/sec., 36.61 MiB/sec. | ||
| 9003 | 2025.04.17 00:28:31.427652 [ 102 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9004 | 2025.04.17 00:28:31.427747 [ 102 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9005 | 2025.04.17 00:28:31.427806 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9006 | 2025.04.17 00:28:31.427813 [ 275 ] {88d66bfb-d6f4-445d-89e2-f4da29d9d3a1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005775 sec., 11082.251082251083 rows/sec., 885.75 KiB/sec. | ||
| 9007 | 2025.04.17 00:28:31.428068 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9008 | 2025.04.17 00:28:31.428107 [ 275 ] {88d66bfb-d6f4-445d-89e2-f4da29d9d3a1} <Debug> TCPHandler: Processed in 0.006494334 sec. | ||
| 9009 | 2025.04.17 00:28:31.428230 [ 200 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9010 | 2025.04.17 00:28:31.428413 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9011 | 2025.04.17 00:28:31.428510 [ 200 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9012 | 2025.04.17 00:28:31.428601 [ 200 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 952 rows starting from the beginning of the part | ||
| 9013 | 2025.04.17 00:28:31.428665 [ 275 ] {1f63330a-e965-42f3-aa6a-09debcb52b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9014 | 2025.04.17 00:28:31.428909 [ 275 ] {1f63330a-e965-42f3-aa6a-09debcb52b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9015 | 2025.04.17 00:28:31.429007 [ 200 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part | ||
| 9016 | 2025.04.17 00:28:31.429153 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_81_16} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9017 | 2025.04.17 00:28:31.429527 [ 200 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 104 rows starting from the beginning of the part | ||
| 9018 | 2025.04.17 00:28:31.429786 [ 189 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_81_16} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9019 | 2025.04.17 00:28:31.430065 [ 200 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 102 rows starting from the beginning of the part | ||
| 9020 | 2025.04.17 00:28:31.430215 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 9021 | 2025.04.17 00:28:31.430535 [ 200 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 104 rows starting from the beginning of the part | ||
| 9022 | 2025.04.17 00:28:31.430814 [ 200 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 9023 | 2025.04.17 00:28:31.431785 [ 275 ] {1f63330a-e965-42f3-aa6a-09debcb52b97} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9024 | 2025.04.17 00:28:31.431830 [ 275 ] {1f63330a-e965-42f3-aa6a-09debcb52b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9025 | 2025.04.17 00:28:31.432446 [ 275 ] {1f63330a-e965-42f3-aa6a-09debcb52b97} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9026 | 2025.04.17 00:28:31.432784 [ 275 ] {1f63330a-e965-42f3-aa6a-09debcb52b97} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9027 | 2025.04.17 00:28:31.432826 [ 191 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1390 rows, containing 5 columns (5 merged, 0 gathered) in 0.004883703 sec., 284620.09258138755 rows/sec., 22.45 MiB/sec. | ||
| 9028 | 2025.04.17 00:28:31.433151 [ 275 ] {1f63330a-e965-42f3-aa6a-09debcb52b97} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004545 sec., 35203.5203520352 rows/sec., 2.45 MiB/sec. | ||
| 9029 | 2025.04.17 00:28:31.433215 [ 191 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9030 | 2025.04.17 00:28:31.433431 [ 275 ] {1f63330a-e965-42f3-aa6a-09debcb52b97} <Debug> TCPHandler: Processed in 0.005104169 sec. | ||
| 9031 | 2025.04.17 00:28:31.433779 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9032 | 2025.04.17 00:28:31.434081 [ 275 ] {460dd212-fc4c-4c67-a475-3b24c97522a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9033 | 2025.04.17 00:28:31.434185 [ 275 ] {460dd212-fc4c-4c67-a475-3b24c97522a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9034 | 2025.04.17 00:28:31.434302 [ 191 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_81_16} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9035 | 2025.04.17 00:28:31.434548 [ 191 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_81_16} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9036 | 2025.04.17 00:28:31.434717 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 9037 | 2025.04.17 00:28:31.434965 [ 275 ] {460dd212-fc4c-4c67-a475-3b24c97522a0} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9038 | 2025.04.17 00:28:31.435009 [ 275 ] {460dd212-fc4c-4c67-a475-3b24c97522a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9039 | 2025.04.17 00:28:31.435390 [ 275 ] {460dd212-fc4c-4c67-a475-3b24c97522a0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9040 | 2025.04.17 00:28:31.435632 [ 275 ] {460dd212-fc4c-4c67-a475-3b24c97522a0} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9041 | 2025.04.17 00:28:31.435850 [ 275 ] {460dd212-fc4c-4c67-a475-3b24c97522a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00185 sec., 32432.43243243243 rows/sec., 2.19 MiB/sec. | ||
| 9042 | 2025.04.17 00:28:31.435907 [ 275 ] {460dd212-fc4c-4c67-a475-3b24c97522a0} <Debug> TCPHandler: Processed in 0.002208036 sec. | ||
| 9043 | 2025.04.17 00:28:32.716699 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 | ||
| 9044 | 2025.04.17 00:28:32.736318 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9045 | 2025.04.17 00:28:32.736369 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9046 | 2025.04.17 00:28:32.743733 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9047 | 2025.04.17 00:28:32.744483 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9048 | 2025.04.17 00:28:32.747740 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 437 | ||
| 9049 | 2025.04.17 00:28:34.650597 [ 110 ] {} <Debug> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9050 | 2025.04.17 00:28:34.650671 [ 110 ] {} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9051 | 2025.04.17 00:28:34.650699 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9052 | 2025.04.17 00:28:34.650893 [ 189 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::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 | ||
| 9053 | 2025.04.17 00:28:34.651107 [ 189 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9054 | 2025.04.17 00:28:34.651152 [ 189 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 124 rows starting from the beginning of the part | ||
| 9055 | 2025.04.17 00:28:34.651251 [ 189 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
| 9056 | 2025.04.17 00:28:34.651476 [ 189 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::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 | ||
| 9057 | 2025.04.17 00:28:34.651772 [ 189 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part | ||
| 9058 | 2025.04.17 00:28:34.652027 [ 189 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 9059 | 2025.04.17 00:28:34.653188 [ 192 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002408951 sec., 112912.21780766816 rows/sec., 7.25 MiB/sec. | ||
| 9060 | 2025.04.17 00:28:34.653401 [ 192 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9061 | 2025.04.17 00:28:34.653771 [ 192 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_13_3} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9062 | 2025.04.17 00:28:34.653869 [ 192 ] {274038db-f679-4d20-8e35-017e9d0d4ebc::all_1_13_3} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9063 | 2025.04.17 00:28:34.653968 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9064 | 2025.04.17 00:28:34.805766 [ 110 ] {} <Debug> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9065 | 2025.04.17 00:28:34.805830 [ 110 ] {} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9066 | 2025.04.17 00:28:34.805858 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9067 | 2025.04.17 00:28:34.806042 [ 200 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::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 | ||
| 9068 | 2025.04.17 00:28:34.806246 [ 200 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9069 | 2025.04.17 00:28:34.806280 [ 200 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 236 rows starting from the beginning of the part | ||
| 9070 | 2025.04.17 00:28:34.806362 [ 200 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
| 9071 | 2025.04.17 00:28:34.806541 [ 200 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::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 | ||
| 9072 | 2025.04.17 00:28:34.806746 [ 200 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part | ||
| 9073 | 2025.04.17 00:28:34.806867 [ 200 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
| 9074 | 2025.04.17 00:28:34.807994 [ 195 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.002060552 sec., 252359.5619038005 rows/sec., 17.92 MiB/sec. | ||
| 9075 | 2025.04.17 00:28:34.808181 [ 192 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9076 | 2025.04.17 00:28:34.808564 [ 192 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_13_3} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9077 | 2025.04.17 00:28:34.808645 [ 192 ] {f7b051ac-0379-4fa1-a2d0-529448b3cb8f::all_1_13_3} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9078 | 2025.04.17 00:28:34.808726 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 9079 | 2025.04.17 00:28:36.014969 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1196 | ||
| 9080 | 2025.04.17 00:28:36.017901 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9081 | 2025.04.17 00:28:36.017960 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9082 | 2025.04.17 00:28:36.019408 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9083 | 2025.04.17 00:28:36.019724 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9084 | 2025.04.17 00:28:36.020420 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1196 | ||
| 9085 | 2025.04.17 00:28:36.449349 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9086 | 2025.04.17 00:28:36.449561 [ 275 ] {ad20fc5b-f3e8-416a-8069-3e96e2d352f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9087 | 2025.04.17 00:28:36.449641 [ 275 ] {ad20fc5b-f3e8-416a-8069-3e96e2d352f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9088 | 2025.04.17 00:28:36.450410 [ 275 ] {ad20fc5b-f3e8-416a-8069-3e96e2d352f3} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9089 | 2025.04.17 00:28:36.450453 [ 275 ] {ad20fc5b-f3e8-416a-8069-3e96e2d352f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9090 | 2025.04.17 00:28:36.450881 [ 275 ] {ad20fc5b-f3e8-416a-8069-3e96e2d352f3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9091 | 2025.04.17 00:28:36.451130 [ 275 ] {ad20fc5b-f3e8-416a-8069-3e96e2d352f3} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9092 | 2025.04.17 00:28:36.451350 [ 275 ] {ad20fc5b-f3e8-416a-8069-3e96e2d352f3} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00184 sec., 4347.826086956522 rows/sec., 354.53 KiB/sec. | ||
| 9093 | 2025.04.17 00:28:36.451480 [ 275 ] {ad20fc5b-f3e8-416a-8069-3e96e2d352f3} <Debug> TCPHandler: Processed in 0.002266887 sec. | ||
| 9094 | 2025.04.17 00:28:36.451712 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9095 | 2025.04.17 00:28:36.451819 [ 275 ] {c8912503-c9e2-41c7-9ba9-3722829f9fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9096 | 2025.04.17 00:28:36.451865 [ 275 ] {c8912503-c9e2-41c7-9ba9-3722829f9fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9097 | 2025.04.17 00:28:36.453098 [ 275 ] {c8912503-c9e2-41c7-9ba9-3722829f9fdf} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9098 | 2025.04.17 00:28:36.453135 [ 275 ] {c8912503-c9e2-41c7-9ba9-3722829f9fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9099 | 2025.04.17 00:28:36.453579 [ 275 ] {c8912503-c9e2-41c7-9ba9-3722829f9fdf} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9100 | 2025.04.17 00:28:36.453820 [ 275 ] {c8912503-c9e2-41c7-9ba9-3722829f9fdf} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9101 | 2025.04.17 00:28:36.453990 [ 275 ] {c8912503-c9e2-41c7-9ba9-3722829f9fdf} <Debug> executeQuery: Read 1280 rows, 108.88 KiB in 0.002195 sec., 583143.5079726651 rows/sec., 48.44 MiB/sec. | ||
| 9102 | 2025.04.17 00:28:36.454040 [ 275 ] {c8912503-c9e2-41c7-9ba9-3722829f9fdf} <Debug> TCPHandler: Processed in 0.00241096 sec. | ||
| 9103 | 2025.04.17 00:28:36.454156 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9104 | 2025.04.17 00:28:36.454260 [ 275 ] {42e1d3cb-bd1e-44ad-b36d-ba29cc85e4fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9105 | 2025.04.17 00:28:36.454305 [ 275 ] {42e1d3cb-bd1e-44ad-b36d-ba29cc85e4fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9106 | 2025.04.17 00:28:36.454825 [ 275 ] {42e1d3cb-bd1e-44ad-b36d-ba29cc85e4fc} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9107 | 2025.04.17 00:28:36.454862 [ 275 ] {42e1d3cb-bd1e-44ad-b36d-ba29cc85e4fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9108 | 2025.04.17 00:28:36.455205 [ 275 ] {42e1d3cb-bd1e-44ad-b36d-ba29cc85e4fc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9109 | 2025.04.17 00:28:36.455439 [ 275 ] {42e1d3cb-bd1e-44ad-b36d-ba29cc85e4fc} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9110 | 2025.04.17 00:28:36.455601 [ 275 ] {42e1d3cb-bd1e-44ad-b36d-ba29cc85e4fc} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.001363 sec., 35216.43433602348 rows/sec., 2.56 MiB/sec. | ||
| 9111 | 2025.04.17 00:28:36.455651 [ 275 ] {42e1d3cb-bd1e-44ad-b36d-ba29cc85e4fc} <Debug> TCPHandler: Processed in 0.001545299 sec. | ||
| 9112 | 2025.04.17 00:28:36.455764 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9113 | 2025.04.17 00:28:36.455870 [ 275 ] {824f697b-0b87-49af-a83d-d032be2a4ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9114 | 2025.04.17 00:28:36.455912 [ 275 ] {824f697b-0b87-49af-a83d-d032be2a4ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9115 | 2025.04.17 00:28:36.456501 [ 275 ] {824f697b-0b87-49af-a83d-d032be2a4ac8} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9116 | 2025.04.17 00:28:36.456538 [ 275 ] {824f697b-0b87-49af-a83d-d032be2a4ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9117 | 2025.04.17 00:28:36.456888 [ 275 ] {824f697b-0b87-49af-a83d-d032be2a4ac8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9118 | 2025.04.17 00:28:36.457120 [ 275 ] {824f697b-0b87-49af-a83d-d032be2a4ac8} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9119 | 2025.04.17 00:28:36.457244 [ 128 ] {} <Debug> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 | ||
| 9120 | 2025.04.17 00:28:36.457291 [ 128 ] {} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9121 | 2025.04.17 00:28:36.457296 [ 275 ] {824f697b-0b87-49af-a83d-d032be2a4ac8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001447 sec., 157567.3807878369 rows/sec., 10.67 MiB/sec. | ||
| 9122 | 2025.04.17 00:28:36.457313 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9123 | 2025.04.17 00:28:36.457391 [ 275 ] {824f697b-0b87-49af-a83d-d032be2a4ac8} <Debug> TCPHandler: Processed in 0.001672792 sec. | ||
| 9124 | 2025.04.17 00:28:36.457782 [ 197 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full | ||
| 9125 | 2025.04.17 00:28:36.457802 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9126 | 2025.04.17 00:28:36.458083 [ 275 ] {612b0b80-17a2-43ab-8f6d-ae51600387f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9127 | 2025.04.17 00:28:36.458144 [ 197 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9128 | 2025.04.17 00:28:36.458171 [ 275 ] {612b0b80-17a2-43ab-8f6d-ae51600387f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9129 | 2025.04.17 00:28:36.458211 [ 197 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 366 rows starting from the beginning of the part | ||
| 9130 | 2025.04.17 00:28:36.458499 [ 197 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part | ||
| 9131 | 2025.04.17 00:28:36.458831 [ 197 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part | ||
| 9132 | 2025.04.17 00:28:36.459156 [ 197 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part | ||
| 9133 | 2025.04.17 00:28:36.459487 [ 197 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part | ||
| 9134 | 2025.04.17 00:28:36.459889 [ 197 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part | ||
| 9135 | 2025.04.17 00:28:36.461413 [ 275 ] {612b0b80-17a2-43ab-8f6d-ae51600387f0} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9136 | 2025.04.17 00:28:36.461486 [ 275 ] {612b0b80-17a2-43ab-8f6d-ae51600387f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9137 | 2025.04.17 00:28:36.462365 [ 275 ] {612b0b80-17a2-43ab-8f6d-ae51600387f0} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9138 | 2025.04.17 00:28:36.462751 [ 197 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1098 rows, containing 5 columns (5 merged, 0 gathered) in 0.005311454 sec., 206723.05549478543 rows/sec., 14.93 MiB/sec. | ||
| 9139 | 2025.04.17 00:28:36.462892 [ 275 ] {612b0b80-17a2-43ab-8f6d-ae51600387f0} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9140 | 2025.04.17 00:28:36.462987 [ 197 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 9141 | 2025.04.17 00:28:36.463277 [ 275 ] {612b0b80-17a2-43ab-8f6d-ae51600387f0} <Debug> executeQuery: Read 568 rows, 43.26 KiB in 0.00526 sec., 107984.79087452471 rows/sec., 8.03 MiB/sec. | ||
| 9142 | 2025.04.17 00:28:36.463451 [ 275 ] {612b0b80-17a2-43ab-8f6d-ae51600387f0} <Debug> TCPHandler: Processed in 0.005794116 sec. | ||
| 9143 | 2025.04.17 00:28:36.463622 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9144 | 2025.04.17 00:28:36.463650 [ 197 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_28_6} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9145 | 2025.04.17 00:28:36.463821 [ 275 ] {5ffca0a9-0d0b-4f33-8b85-e24ae8b5fb42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9146 | 2025.04.17 00:28:36.463832 [ 197 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_28_6} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 | ||
| 9147 | 2025.04.17 00:28:36.463891 [ 275 ] {5ffca0a9-0d0b-4f33-8b85-e24ae8b5fb42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9148 | 2025.04.17 00:28:36.464004 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 9149 | 2025.04.17 00:28:36.464742 [ 275 ] {5ffca0a9-0d0b-4f33-8b85-e24ae8b5fb42} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9150 | 2025.04.17 00:28:36.464785 [ 275 ] {5ffca0a9-0d0b-4f33-8b85-e24ae8b5fb42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9151 | 2025.04.17 00:28:36.465223 [ 275 ] {5ffca0a9-0d0b-4f33-8b85-e24ae8b5fb42} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9152 | 2025.04.17 00:28:36.465466 [ 275 ] {5ffca0a9-0d0b-4f33-8b85-e24ae8b5fb42} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9153 | 2025.04.17 00:28:36.465637 [ 275 ] {5ffca0a9-0d0b-4f33-8b85-e24ae8b5fb42} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001882 sec., 469713.0712008502 rows/sec., 31.61 MiB/sec. | ||
| 9154 | 2025.04.17 00:28:36.465690 [ 275 ] {5ffca0a9-0d0b-4f33-8b85-e24ae8b5fb42} <Debug> TCPHandler: Processed in 0.002137724 sec. | ||
| 9155 | 2025.04.17 00:28:36.465805 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9156 | 2025.04.17 00:28:36.465909 [ 275 ] {ec93b7f8-848e-4e0b-97cf-e74273080a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9157 | 2025.04.17 00:28:36.465974 [ 275 ] {ec93b7f8-848e-4e0b-97cf-e74273080a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9158 | 2025.04.17 00:28:36.467140 [ 275 ] {ec93b7f8-848e-4e0b-97cf-e74273080a89} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9159 | 2025.04.17 00:28:36.467177 [ 275 ] {ec93b7f8-848e-4e0b-97cf-e74273080a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9160 | 2025.04.17 00:28:36.467834 [ 275 ] {ec93b7f8-848e-4e0b-97cf-e74273080a89} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9161 | 2025.04.17 00:28:36.468087 [ 275 ] {ec93b7f8-848e-4e0b-97cf-e74273080a89} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9162 | 2025.04.17 00:28:36.468292 [ 275 ] {ec93b7f8-848e-4e0b-97cf-e74273080a89} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002403 sec., 16645.859342488555 rows/sec., 29.83 MiB/sec. | ||
| 9163 | 2025.04.17 00:28:36.468578 [ 275 ] {ec93b7f8-848e-4e0b-97cf-e74273080a89} <Debug> TCPHandler: Processed in 0.002822122 sec. | ||
| 9164 | 2025.04.17 00:28:36.468727 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9165 | 2025.04.17 00:28:36.468830 [ 275 ] {44fb0270-cf3b-4368-bf6e-5e00fc52a2fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9166 | 2025.04.17 00:28:36.468876 [ 275 ] {44fb0270-cf3b-4368-bf6e-5e00fc52a2fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9167 | 2025.04.17 00:28:36.469296 [ 275 ] {44fb0270-cf3b-4368-bf6e-5e00fc52a2fa} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9168 | 2025.04.17 00:28:36.469333 [ 275 ] {44fb0270-cf3b-4368-bf6e-5e00fc52a2fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9169 | 2025.04.17 00:28:36.469679 [ 275 ] {44fb0270-cf3b-4368-bf6e-5e00fc52a2fa} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9170 | 2025.04.17 00:28:36.469921 [ 275 ] {44fb0270-cf3b-4368-bf6e-5e00fc52a2fa} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9171 | 2025.04.17 00:28:36.470088 [ 275 ] {44fb0270-cf3b-4368-bf6e-5e00fc52a2fa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00128 sec., 46874.99999999999 rows/sec., 3.16 MiB/sec. | ||
| 9172 | 2025.04.17 00:28:36.470136 [ 275 ] {44fb0270-cf3b-4368-bf6e-5e00fc52a2fa} <Debug> TCPHandler: Processed in 0.001460477 sec. | ||
| 9173 | 2025.04.17 00:28:38.382993 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
| 9174 | 2025.04.17 00:28:38.384096 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9175 | 2025.04.17 00:28:38.384151 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9176 | 2025.04.17 00:28:38.384687 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9177 | 2025.04.17 00:28:38.384935 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9178 | 2025.04.17 00:28:38.385185 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 9179 | 2025.04.17 00:28:40.247791 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 | ||
| 9180 | 2025.04.17 00:28:40.269579 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9181 | 2025.04.17 00:28:40.269641 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9182 | 2025.04.17 00:28:40.276878 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9183 | 2025.04.17 00:28:40.277635 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9184 | 2025.04.17 00:28:40.280530 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 9185 | 2025.04.17 00:28:41.419267 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9186 | 2025.04.17 00:28:41.419454 [ 275 ] {50ef4948-d593-4a4b-a373-1445b3b4bb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9187 | 2025.04.17 00:28:41.419524 [ 275 ] {50ef4948-d593-4a4b-a373-1445b3b4bb34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9188 | 2025.04.17 00:28:41.420356 [ 275 ] {50ef4948-d593-4a4b-a373-1445b3b4bb34} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9189 | 2025.04.17 00:28:41.420401 [ 275 ] {50ef4948-d593-4a4b-a373-1445b3b4bb34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9190 | 2025.04.17 00:28:41.420829 [ 275 ] {50ef4948-d593-4a4b-a373-1445b3b4bb34} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9191 | 2025.04.17 00:28:41.421070 [ 275 ] {50ef4948-d593-4a4b-a373-1445b3b4bb34} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9192 | 2025.04.17 00:28:41.421300 [ 275 ] {50ef4948-d593-4a4b-a373-1445b3b4bb34} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001899 sec., 29489.20484465508 rows/sec., 2.27 MiB/sec. | ||
| 9193 | 2025.04.17 00:28:41.421355 [ 275 ] {50ef4948-d593-4a4b-a373-1445b3b4bb34} <Debug> TCPHandler: Processed in 0.002212576 sec. | ||
| 9194 | 2025.04.17 00:28:41.421494 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9195 | 2025.04.17 00:28:41.421597 [ 275 ] {5a266829-825e-4b95-8809-22c8a88b703a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9196 | 2025.04.17 00:28:41.421640 [ 275 ] {5a266829-825e-4b95-8809-22c8a88b703a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9197 | 2025.04.17 00:28:41.422217 [ 275 ] {5a266829-825e-4b95-8809-22c8a88b703a} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9198 | 2025.04.17 00:28:41.422257 [ 275 ] {5a266829-825e-4b95-8809-22c8a88b703a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9199 | 2025.04.17 00:28:41.422598 [ 275 ] {5a266829-825e-4b95-8809-22c8a88b703a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9200 | 2025.04.17 00:28:41.422825 [ 275 ] {5a266829-825e-4b95-8809-22c8a88b703a} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9201 | 2025.04.17 00:28:41.423015 [ 275 ] {5a266829-825e-4b95-8809-22c8a88b703a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00144 sec., 44444.444444444445 rows/sec., 3.47 MiB/sec. | ||
| 9202 | 2025.04.17 00:28:41.423066 [ 275 ] {5a266829-825e-4b95-8809-22c8a88b703a} <Debug> TCPHandler: Processed in 0.00162136 sec. | ||
| 9203 | 2025.04.17 00:28:41.423187 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9204 | 2025.04.17 00:28:41.423291 [ 275 ] {7237ad08-f47b-497a-bcea-83364e875509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9205 | 2025.04.17 00:28:41.423339 [ 275 ] {7237ad08-f47b-497a-bcea-83364e875509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9206 | 2025.04.17 00:28:41.423877 [ 275 ] {7237ad08-f47b-497a-bcea-83364e875509} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9207 | 2025.04.17 00:28:41.423917 [ 275 ] {7237ad08-f47b-497a-bcea-83364e875509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9208 | 2025.04.17 00:28:41.424293 [ 275 ] {7237ad08-f47b-497a-bcea-83364e875509} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9209 | 2025.04.17 00:28:41.424540 [ 275 ] {7237ad08-f47b-497a-bcea-83364e875509} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9210 | 2025.04.17 00:28:41.424709 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9211 | 2025.04.17 00:28:41.424753 [ 275 ] {7237ad08-f47b-497a-bcea-83364e875509} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001484 sec., 107816.71159029649 rows/sec., 7.51 MiB/sec. | ||
| 9212 | 2025.04.17 00:28:41.424803 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9213 | 2025.04.17 00:28:41.424875 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9214 | 2025.04.17 00:28:41.424880 [ 275 ] {7237ad08-f47b-497a-bcea-83364e875509} <Debug> TCPHandler: Processed in 0.001738644 sec. | ||
| 9215 | 2025.04.17 00:28:41.425097 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9216 | 2025.04.17 00:28:41.425101 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9217 | 2025.04.17 00:28:41.425294 [ 275 ] {8376669f-5b70-4cda-a622-b979ea9d2a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9218 | 2025.04.17 00:28:41.425391 [ 275 ] {8376669f-5b70-4cda-a622-b979ea9d2a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9219 | 2025.04.17 00:28:41.425480 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9220 | 2025.04.17 00:28:41.425589 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23008 rows starting from the beginning of the part | ||
| 9221 | 2025.04.17 00:28:41.425988 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 197 rows starting from the beginning of the part | ||
| 9222 | 2025.04.17 00:28:41.426260 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
| 9223 | 2025.04.17 00:28:41.426527 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 9224 | 2025.04.17 00:28:41.426862 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 884 rows starting from the beginning of the part | ||
| 9225 | 2025.04.17 00:28:41.427174 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 9226 | 2025.04.17 00:28:41.427819 [ 275 ] {8376669f-5b70-4cda-a622-b979ea9d2a74} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9227 | 2025.04.17 00:28:41.427882 [ 275 ] {8376669f-5b70-4cda-a622-b979ea9d2a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9228 | 2025.04.17 00:28:41.428627 [ 275 ] {8376669f-5b70-4cda-a622-b979ea9d2a74} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9229 | 2025.04.17 00:28:41.428912 [ 275 ] {8376669f-5b70-4cda-a622-b979ea9d2a74} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9230 | 2025.04.17 00:28:41.429189 [ 275 ] {8376669f-5b70-4cda-a622-b979ea9d2a74} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003933 sec., 15255.530129672006 rows/sec., 1.03 MiB/sec. | ||
| 9231 | 2025.04.17 00:28:41.429475 [ 275 ] {8376669f-5b70-4cda-a622-b979ea9d2a74} <Debug> TCPHandler: Processed in 0.004453193 sec. | ||
| 9232 | 2025.04.17 00:28:41.434206 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24569 rows, containing 5 columns (5 merged, 0 gathered) in 0.009219843 sec., 2664795.9189760606 rows/sec., 182.80 MiB/sec. | ||
| 9233 | 2025.04.17 00:28:41.434715 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9234 | 2025.04.17 00:28:41.435063 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9235 | 2025.04.17 00:28:41.435149 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9236 | 2025.04.17 00:28:41.435236 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 9237 | 2025.04.17 00:28:45.696804 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9238 | 2025.04.17 00:28:45.696903 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9239 | 2025.04.17 00:28:45.885424 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 | ||
| 9240 | 2025.04.17 00:28:45.886432 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9241 | 2025.04.17 00:28:45.886481 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9242 | 2025.04.17 00:28:45.887028 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9243 | 2025.04.17 00:28:45.887293 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9244 | 2025.04.17 00:28:45.887538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 9245 | 2025.04.17 00:28:46.020633 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1220 | ||
| 9246 | 2025.04.17 00:28:46.023526 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9247 | 2025.04.17 00:28:46.023579 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9248 | 2025.04.17 00:28:46.025072 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9249 | 2025.04.17 00:28:46.025401 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9250 | 2025.04.17 00:28:46.026017 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1220 | ||
| 9251 | 2025.04.17 00:28:46.421385 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9252 | 2025.04.17 00:28:46.421574 [ 275 ] {0695dcec-5a01-41c5-8dc5-670a89847a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9253 | 2025.04.17 00:28:46.421647 [ 275 ] {0695dcec-5a01-41c5-8dc5-670a89847a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9254 | 2025.04.17 00:28:46.422442 [ 275 ] {0695dcec-5a01-41c5-8dc5-670a89847a3b} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9255 | 2025.04.17 00:28:46.422492 [ 275 ] {0695dcec-5a01-41c5-8dc5-670a89847a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9256 | 2025.04.17 00:28:46.422932 [ 275 ] {0695dcec-5a01-41c5-8dc5-670a89847a3b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9257 | 2025.04.17 00:28:46.423180 [ 275 ] {0695dcec-5a01-41c5-8dc5-670a89847a3b} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9258 | 2025.04.17 00:28:46.423406 [ 275 ] {0695dcec-5a01-41c5-8dc5-670a89847a3b} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001888 sec., 72033.89830508475 rows/sec., 6.22 MiB/sec. | ||
| 9259 | 2025.04.17 00:28:46.423461 [ 275 ] {0695dcec-5a01-41c5-8dc5-670a89847a3b} <Debug> TCPHandler: Processed in 0.002202815 sec. | ||
| 9260 | 2025.04.17 00:28:46.423583 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9261 | 2025.04.17 00:28:46.423686 [ 275 ] {ded4ca66-5c45-4077-8df2-e43b5c4c1e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9262 | 2025.04.17 00:28:46.423731 [ 275 ] {ded4ca66-5c45-4077-8df2-e43b5c4c1e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9263 | 2025.04.17 00:28:46.424249 [ 275 ] {ded4ca66-5c45-4077-8df2-e43b5c4c1e44} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9264 | 2025.04.17 00:28:46.424288 [ 275 ] {ded4ca66-5c45-4077-8df2-e43b5c4c1e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9265 | 2025.04.17 00:28:46.424631 [ 275 ] {ded4ca66-5c45-4077-8df2-e43b5c4c1e44} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9266 | 2025.04.17 00:28:46.424873 [ 275 ] {ded4ca66-5c45-4077-8df2-e43b5c4c1e44} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9267 | 2025.04.17 00:28:46.425081 [ 275 ] {ded4ca66-5c45-4077-8df2-e43b5c4c1e44} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001416 sec., 28248.58757062147 rows/sec., 2.07 MiB/sec. | ||
| 9268 | 2025.04.17 00:28:46.425134 [ 275 ] {ded4ca66-5c45-4077-8df2-e43b5c4c1e44} <Debug> TCPHandler: Processed in 0.00160059 sec. | ||
| 9269 | 2025.04.17 00:28:46.425263 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9270 | 2025.04.17 00:28:46.425394 [ 275 ] {e28daacc-e39a-4b20-ba3b-f218f10d7c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9271 | 2025.04.17 00:28:46.425449 [ 275 ] {e28daacc-e39a-4b20-ba3b-f218f10d7c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9272 | 2025.04.17 00:28:46.426123 [ 275 ] {e28daacc-e39a-4b20-ba3b-f218f10d7c44} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9273 | 2025.04.17 00:28:46.426171 [ 275 ] {e28daacc-e39a-4b20-ba3b-f218f10d7c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9274 | 2025.04.17 00:28:46.426571 [ 275 ] {e28daacc-e39a-4b20-ba3b-f218f10d7c44} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9275 | 2025.04.17 00:28:46.426807 [ 275 ] {e28daacc-e39a-4b20-ba3b-f218f10d7c44} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9276 | 2025.04.17 00:28:46.427005 [ 275 ] {e28daacc-e39a-4b20-ba3b-f218f10d7c44} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001641 sec., 63375.99024984765 rows/sec., 4.95 MiB/sec. | ||
| 9277 | 2025.04.17 00:28:46.427063 [ 275 ] {e28daacc-e39a-4b20-ba3b-f218f10d7c44} <Debug> TCPHandler: Processed in 0.001860887 sec. | ||
| 9278 | 2025.04.17 00:28:46.427178 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9279 | 2025.04.17 00:28:46.427279 [ 275 ] {183c2e13-17cc-4dfc-8331-fb2b1cb6134e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9280 | 2025.04.17 00:28:46.427328 [ 275 ] {183c2e13-17cc-4dfc-8331-fb2b1cb6134e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9281 | 2025.04.17 00:28:46.427832 [ 275 ] {183c2e13-17cc-4dfc-8331-fb2b1cb6134e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9282 | 2025.04.17 00:28:46.427871 [ 275 ] {183c2e13-17cc-4dfc-8331-fb2b1cb6134e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9283 | 2025.04.17 00:28:46.428250 [ 275 ] {183c2e13-17cc-4dfc-8331-fb2b1cb6134e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9284 | 2025.04.17 00:28:46.428492 [ 275 ] {183c2e13-17cc-4dfc-8331-fb2b1cb6134e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9285 | 2025.04.17 00:28:46.428725 [ 275 ] {183c2e13-17cc-4dfc-8331-fb2b1cb6134e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001465 sec., 109215.01706484643 rows/sec., 7.61 MiB/sec. | ||
| 9286 | 2025.04.17 00:28:46.428791 [ 275 ] {183c2e13-17cc-4dfc-8331-fb2b1cb6134e} <Debug> TCPHandler: Processed in 0.001663592 sec. | ||
| 9287 | 2025.04.17 00:28:46.429012 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9288 | 2025.04.17 00:28:46.429206 [ 275 ] {3981f69f-2c12-4740-8a2c-9e9b571089c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9289 | 2025.04.17 00:28:46.429278 [ 275 ] {3981f69f-2c12-4740-8a2c-9e9b571089c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9290 | 2025.04.17 00:28:46.430395 [ 275 ] {3981f69f-2c12-4740-8a2c-9e9b571089c8} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9291 | 2025.04.17 00:28:46.430435 [ 275 ] {3981f69f-2c12-4740-8a2c-9e9b571089c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9292 | 2025.04.17 00:28:46.431095 [ 275 ] {3981f69f-2c12-4740-8a2c-9e9b571089c8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9293 | 2025.04.17 00:28:46.431341 [ 275 ] {3981f69f-2c12-4740-8a2c-9e9b571089c8} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9294 | 2025.04.17 00:28:46.431571 [ 275 ] {3981f69f-2c12-4740-8a2c-9e9b571089c8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002407 sec., 16618.19692563357 rows/sec., 29.78 MiB/sec. | ||
| 9295 | 2025.04.17 00:28:46.431676 [ 275 ] {3981f69f-2c12-4740-8a2c-9e9b571089c8} <Debug> TCPHandler: Processed in 0.00276291 sec. | ||
| 9296 | 2025.04.17 00:28:46.431792 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9297 | 2025.04.17 00:28:46.431896 [ 275 ] {7d17ce67-1a9d-41bb-9490-18147ff47fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9298 | 2025.04.17 00:28:46.431944 [ 275 ] {7d17ce67-1a9d-41bb-9490-18147ff47fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9299 | 2025.04.17 00:28:46.432359 [ 275 ] {7d17ce67-1a9d-41bb-9490-18147ff47fb7} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9300 | 2025.04.17 00:28:46.432397 [ 275 ] {7d17ce67-1a9d-41bb-9490-18147ff47fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9301 | 2025.04.17 00:28:46.432746 [ 275 ] {7d17ce67-1a9d-41bb-9490-18147ff47fb7} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9302 | 2025.04.17 00:28:46.432998 [ 275 ] {7d17ce67-1a9d-41bb-9490-18147ff47fb7} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9303 | 2025.04.17 00:28:46.433163 [ 150 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9304 | 2025.04.17 00:28:46.433226 [ 275 ] {7d17ce67-1a9d-41bb-9490-18147ff47fb7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
| 9305 | 2025.04.17 00:28:46.433248 [ 150 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9306 | 2025.04.17 00:28:46.433325 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9307 | 2025.04.17 00:28:46.433350 [ 275 ] {7d17ce67-1a9d-41bb-9490-18147ff47fb7} <Debug> TCPHandler: Processed in 0.001607801 sec. | ||
| 9308 | 2025.04.17 00:28:46.433589 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9309 | 2025.04.17 00:28:46.433854 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9310 | 2025.04.17 00:28:46.433920 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4464 rows starting from the beginning of the part | ||
| 9311 | 2025.04.17 00:28:46.434103 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 9312 | 2025.04.17 00:28:46.434373 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 9313 | 2025.04.17 00:28:46.434512 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 9314 | 2025.04.17 00:28:46.434706 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
| 9315 | 2025.04.17 00:28:46.434869 [ 187 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 9316 | 2025.04.17 00:28:46.436730 [ 188 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4764 rows, containing 4 columns (4 merged, 0 gathered) in 0.003255382 sec., 1463422.7258122088 rows/sec., 98.47 MiB/sec. | ||
| 9317 | 2025.04.17 00:28:46.437090 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9318 | 2025.04.17 00:28:46.437417 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_81_16} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9319 | 2025.04.17 00:28:46.437509 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_81_16} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9320 | 2025.04.17 00:28:46.437606 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9321 | 2025.04.17 00:28:47.780688 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 9322 | 2025.04.17 00:28:47.803013 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9323 | 2025.04.17 00:28:47.803062 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 9324 | 2025.04.17 00:28:47.810331 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9325 | 2025.04.17 00:28:47.811138 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9326 | 2025.04.17 00:28:47.813794 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 9327 | 2025.04.17 00:28:51.423044 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9328 | 2025.04.17 00:28:51.423254 [ 275 ] {5c9619cc-02f3-4a09-932c-55dc30cf0a94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9329 | 2025.04.17 00:28:51.423330 [ 275 ] {5c9619cc-02f3-4a09-932c-55dc30cf0a94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9330 | 2025.04.17 00:28:51.424083 [ 275 ] {5c9619cc-02f3-4a09-932c-55dc30cf0a94} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9331 | 2025.04.17 00:28:51.424138 [ 275 ] {5c9619cc-02f3-4a09-932c-55dc30cf0a94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9332 | 2025.04.17 00:28:51.424582 [ 275 ] {5c9619cc-02f3-4a09-932c-55dc30cf0a94} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9333 | 2025.04.17 00:28:51.424860 [ 275 ] {5c9619cc-02f3-4a09-932c-55dc30cf0a94} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9334 | 2025.04.17 00:28:51.425098 [ 275 ] {5c9619cc-02f3-4a09-932c-55dc30cf0a94} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001901 sec., 12624.93424513414 rows/sec., 1.05 MiB/sec. | ||
| 9335 | 2025.04.17 00:28:51.425169 [ 275 ] {5c9619cc-02f3-4a09-932c-55dc30cf0a94} <Debug> TCPHandler: Processed in 0.002261867 sec. | ||
| 9336 | 2025.04.17 00:28:51.425298 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9337 | 2025.04.17 00:28:51.425409 [ 275 ] {8843050c-190f-4ea1-9a81-50dcf24d679a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9338 | 2025.04.17 00:28:51.425464 [ 275 ] {8843050c-190f-4ea1-9a81-50dcf24d679a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9339 | 2025.04.17 00:28:51.425980 [ 275 ] {8843050c-190f-4ea1-9a81-50dcf24d679a} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9340 | 2025.04.17 00:28:51.426025 [ 275 ] {8843050c-190f-4ea1-9a81-50dcf24d679a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9341 | 2025.04.17 00:28:51.426383 [ 275 ] {8843050c-190f-4ea1-9a81-50dcf24d679a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 9342 | 2025.04.17 00:28:51.426625 [ 275 ] {8843050c-190f-4ea1-9a81-50dcf24d679a} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9343 | 2025.04.17 00:28:51.426877 [ 275 ] {8843050c-190f-4ea1-9a81-50dcf24d679a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001482 sec., 1349.527665317139 rows/sec., 110.04 KiB/sec. | ||
| 9344 | 2025.04.17 00:28:51.427015 [ 275 ] {8843050c-190f-4ea1-9a81-50dcf24d679a} <Debug> TCPHandler: Processed in 0.001768164 sec. | ||
| 9345 | 2025.04.17 00:28:51.427242 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9346 | 2025.04.17 00:28:51.427348 [ 275 ] {4d6c6388-9c20-4500-8e79-50042b915070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9347 | 2025.04.17 00:28:51.427394 [ 275 ] {4d6c6388-9c20-4500-8e79-50042b915070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9348 | 2025.04.17 00:28:51.428012 [ 275 ] {4d6c6388-9c20-4500-8e79-50042b915070} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9349 | 2025.04.17 00:28:51.428054 [ 275 ] {4d6c6388-9c20-4500-8e79-50042b915070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9350 | 2025.04.17 00:28:51.428420 [ 275 ] {4d6c6388-9c20-4500-8e79-50042b915070} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9351 | 2025.04.17 00:28:51.428662 [ 275 ] {4d6c6388-9c20-4500-8e79-50042b915070} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9352 | 2025.04.17 00:28:51.428895 [ 275 ] {4d6c6388-9c20-4500-8e79-50042b915070} <Debug> executeQuery: Read 177 rows, 15.94 KiB in 0.001566 sec., 113026.81992337166 rows/sec., 9.94 MiB/sec. | ||
| 9353 | 2025.04.17 00:28:51.428997 [ 275 ] {4d6c6388-9c20-4500-8e79-50042b915070} <Debug> TCPHandler: Processed in 0.001821865 sec. | ||
| 9354 | 2025.04.17 00:28:51.429153 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9355 | 2025.04.17 00:28:51.429403 [ 275 ] {8a994ee6-728d-44cd-a7ba-c3b7e7aa02f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9356 | 2025.04.17 00:28:51.429458 [ 275 ] {8a994ee6-728d-44cd-a7ba-c3b7e7aa02f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9357 | 2025.04.17 00:28:51.429994 [ 275 ] {8a994ee6-728d-44cd-a7ba-c3b7e7aa02f3} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9358 | 2025.04.17 00:28:51.430032 [ 275 ] {8a994ee6-728d-44cd-a7ba-c3b7e7aa02f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9359 | 2025.04.17 00:28:51.430375 [ 275 ] {8a994ee6-728d-44cd-a7ba-c3b7e7aa02f3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9360 | 2025.04.17 00:28:51.430628 [ 275 ] {8a994ee6-728d-44cd-a7ba-c3b7e7aa02f3} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9361 | 2025.04.17 00:28:51.430812 [ 143 ] {} <Debug> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9362 | 2025.04.17 00:28:51.430858 [ 275 ] {8a994ee6-728d-44cd-a7ba-c3b7e7aa02f3} <Debug> executeQuery: Read 14 rows, 1.10 KiB in 0.001526 sec., 9174.311926605504 rows/sec., 721.22 KiB/sec. | ||
| 9363 | 2025.04.17 00:28:51.430909 [ 143 ] {} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9364 | 2025.04.17 00:28:51.430966 [ 275 ] {8a994ee6-728d-44cd-a7ba-c3b7e7aa02f3} <Debug> TCPHandler: Processed in 0.001899888 sec. | ||
| 9365 | 2025.04.17 00:28:51.430982 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9366 | 2025.04.17 00:28:51.431148 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9367 | 2025.04.17 00:28:51.431212 [ 201 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::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 | ||
| 9368 | 2025.04.17 00:28:51.431324 [ 275 ] {ce1f7e32-9225-464a-84ec-6a97a0c86e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9369 | 2025.04.17 00:28:51.431431 [ 275 ] {ce1f7e32-9225-464a-84ec-6a97a0c86e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9370 | 2025.04.17 00:28:51.431571 [ 201 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9371 | 2025.04.17 00:28:51.431668 [ 201 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 178 rows starting from the beginning of the part | ||
| 9372 | 2025.04.17 00:28:51.431951 [ 201 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 9373 | 2025.04.17 00:28:51.432308 [ 201 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part | ||
| 9374 | 2025.04.17 00:28:51.432606 [ 201 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 48 rows starting from the beginning of the part | ||
| 9375 | 2025.04.17 00:28:51.432883 [ 201 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part | ||
| 9376 | 2025.04.17 00:28:51.433309 [ 201 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 9377 | 2025.04.17 00:28:51.434478 [ 275 ] {ce1f7e32-9225-464a-84ec-6a97a0c86e5a} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9378 | 2025.04.17 00:28:51.434554 [ 275 ] {ce1f7e32-9225-464a-84ec-6a97a0c86e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9379 | 2025.04.17 00:28:51.435584 [ 275 ] {ce1f7e32-9225-464a-84ec-6a97a0c86e5a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9380 | 2025.04.17 00:28:51.436078 [ 186 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 334 rows, containing 5 columns (5 merged, 0 gathered) in 0.004975466 sec., 67129.3904932724 rows/sec., 4.88 MiB/sec. | ||
| 9381 | 2025.04.17 00:28:51.436107 [ 275 ] {ce1f7e32-9225-464a-84ec-6a97a0c86e5a} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9382 | 2025.04.17 00:28:51.436397 [ 186 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9383 | 2025.04.17 00:28:51.436524 [ 275 ] {ce1f7e32-9225-464a-84ec-6a97a0c86e5a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.005238 sec., 4581.901489117984 rows/sec., 389.28 KiB/sec. | ||
| 9384 | 2025.04.17 00:28:51.436653 [ 275 ] {ce1f7e32-9225-464a-84ec-6a97a0c86e5a} <Debug> TCPHandler: Processed in 0.005599051 sec. | ||
| 9385 | 2025.04.17 00:28:51.436835 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9386 | 2025.04.17 00:28:51.436987 [ 186 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_56_11} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9387 | 2025.04.17 00:28:51.437016 [ 275 ] {cf14b6ad-63de-4201-b5ef-69a85bc7b289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9388 | 2025.04.17 00:28:51.437113 [ 275 ] {cf14b6ad-63de-4201-b5ef-69a85bc7b289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9389 | 2025.04.17 00:28:51.437193 [ 186 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_56_11} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9390 | 2025.04.17 00:28:51.437391 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9391 | 2025.04.17 00:28:51.437859 [ 275 ] {cf14b6ad-63de-4201-b5ef-69a85bc7b289} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9392 | 2025.04.17 00:28:51.437902 [ 275 ] {cf14b6ad-63de-4201-b5ef-69a85bc7b289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9393 | 2025.04.17 00:28:51.438267 [ 275 ] {cf14b6ad-63de-4201-b5ef-69a85bc7b289} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9394 | 2025.04.17 00:28:51.438512 [ 275 ] {cf14b6ad-63de-4201-b5ef-69a85bc7b289} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9395 | 2025.04.17 00:28:51.438726 [ 275 ] {cf14b6ad-63de-4201-b5ef-69a85bc7b289} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001771 sec., 6775.832862789384 rows/sec., 529.36 KiB/sec. | ||
| 9396 | 2025.04.17 00:28:51.438849 [ 275 ] {cf14b6ad-63de-4201-b5ef-69a85bc7b289} <Debug> TCPHandler: Processed in 0.002089572 sec. | ||
| 9397 | 2025.04.17 00:28:51.438967 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9398 | 2025.04.17 00:28:51.439071 [ 275 ] {b94ddf56-6a8b-4c36-ac54-bd4d5f935efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9399 | 2025.04.17 00:28:51.439116 [ 275 ] {b94ddf56-6a8b-4c36-ac54-bd4d5f935efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9400 | 2025.04.17 00:28:51.439683 [ 275 ] {b94ddf56-6a8b-4c36-ac54-bd4d5f935efb} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9401 | 2025.04.17 00:28:51.439721 [ 275 ] {b94ddf56-6a8b-4c36-ac54-bd4d5f935efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9402 | 2025.04.17 00:28:51.440089 [ 275 ] {b94ddf56-6a8b-4c36-ac54-bd4d5f935efb} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9403 | 2025.04.17 00:28:51.440337 [ 275 ] {b94ddf56-6a8b-4c36-ac54-bd4d5f935efb} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9404 | 2025.04.17 00:28:51.440539 [ 275 ] {b94ddf56-6a8b-4c36-ac54-bd4d5f935efb} <Debug> executeQuery: Read 102 rows, 8.54 KiB in 0.001488 sec., 68548.3870967742 rows/sec., 5.60 MiB/sec. | ||
| 9405 | 2025.04.17 00:28:51.440589 [ 275 ] {b94ddf56-6a8b-4c36-ac54-bd4d5f935efb} <Debug> TCPHandler: Processed in 0.001670513 sec. | ||
| 9406 | 2025.04.17 00:28:51.440704 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9407 | 2025.04.17 00:28:51.440809 [ 275 ] {720393ce-2d76-4a76-ab42-89926557ee25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9408 | 2025.04.17 00:28:51.440858 [ 275 ] {720393ce-2d76-4a76-ab42-89926557ee25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9409 | 2025.04.17 00:28:51.441382 [ 275 ] {720393ce-2d76-4a76-ab42-89926557ee25} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9410 | 2025.04.17 00:28:51.441420 [ 275 ] {720393ce-2d76-4a76-ab42-89926557ee25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9411 | 2025.04.17 00:28:51.441813 [ 275 ] {720393ce-2d76-4a76-ab42-89926557ee25} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9412 | 2025.04.17 00:28:51.442063 [ 275 ] {720393ce-2d76-4a76-ab42-89926557ee25} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9413 | 2025.04.17 00:28:51.442285 [ 275 ] {720393ce-2d76-4a76-ab42-89926557ee25} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.001485 sec., 132659.93265993267 rows/sec., 9.52 MiB/sec. | ||
| 9414 | 2025.04.17 00:28:51.442376 [ 275 ] {720393ce-2d76-4a76-ab42-89926557ee25} <Debug> TCPHandler: Processed in 0.001716793 sec. | ||
| 9415 | 2025.04.17 00:28:51.442523 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9416 | 2025.04.17 00:28:51.442816 [ 275 ] {dedfa5bd-103b-4378-be36-938b9ec526e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9417 | 2025.04.17 00:28:51.442944 [ 275 ] {dedfa5bd-103b-4378-be36-938b9ec526e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9418 | 2025.04.17 00:28:51.443394 [ 275 ] {dedfa5bd-103b-4378-be36-938b9ec526e9} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9419 | 2025.04.17 00:28:51.443432 [ 275 ] {dedfa5bd-103b-4378-be36-938b9ec526e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9420 | 2025.04.17 00:28:51.443800 [ 275 ] {dedfa5bd-103b-4378-be36-938b9ec526e9} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9421 | 2025.04.17 00:28:51.444046 [ 275 ] {dedfa5bd-103b-4378-be36-938b9ec526e9} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9422 | 2025.04.17 00:28:51.444215 [ 275 ] {dedfa5bd-103b-4378-be36-938b9ec526e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00152 sec., 39473.68421052631 rows/sec., 2.66 MiB/sec. | ||
| 9423 | 2025.04.17 00:28:51.444268 [ 275 ] {dedfa5bd-103b-4378-be36-938b9ec526e9} <Debug> TCPHandler: Processed in 0.001819086 sec. | ||
| 9424 | 2025.04.17 00:28:53.387641 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 | ||
| 9425 | 2025.04.17 00:28:53.388392 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9426 | 2025.04.17 00:28:53.388440 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9427 | 2025.04.17 00:28:53.388979 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9428 | 2025.04.17 00:28:53.389232 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9429 | 2025.04.17 00:28:53.389387 [ 140 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9430 | 2025.04.17 00:28:53.389436 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 9431 | 2025.04.17 00:28:53.389442 [ 140 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9432 | 2025.04.17 00:28:53.389471 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9433 | 2025.04.17 00:28:53.389606 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::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 | ||
| 9434 | 2025.04.17 00:28:53.389839 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9435 | 2025.04.17 00:28:53.389884 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 9436 | 2025.04.17 00:28:53.389960 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part | ||
| 9437 | 2025.04.17 00:28:53.390125 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part | ||
| 9438 | 2025.04.17 00:28:53.390443 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part | ||
| 9439 | 2025.04.17 00:28:53.390545 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part | ||
| 9440 | 2025.04.17 00:28:53.390730 [ 188 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part | ||
| 9441 | 2025.04.17 00:28:53.393262 [ 194 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.003722363 sec., 7521834.920452412 rows/sec., 107.60 MiB/sec. | ||
| 9442 | 2025.04.17 00:28:53.393661 [ 194 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9443 | 2025.04.17 00:28:53.394003 [ 194 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_61_12} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9444 | 2025.04.17 00:28:53.394103 [ 194 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_61_12} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9445 | 2025.04.17 00:28:53.394225 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 9446 | 2025.04.17 00:28:55.314773 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 9447 | 2025.04.17 00:28:55.336575 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9448 | 2025.04.17 00:28:55.336642 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9449 | 2025.04.17 00:28:55.343908 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9450 | 2025.04.17 00:28:55.344718 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9451 | 2025.04.17 00:28:55.345034 [ 135 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9452 | 2025.04.17 00:28:55.345094 [ 135 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9453 | 2025.04.17 00:28:55.345129 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9454 | 2025.04.17 00:28:55.345752 [ 190 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::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 | ||
| 9455 | 2025.04.17 00:28:55.361111 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 9456 | 2025.04.17 00:28:55.362841 [ 190 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9457 | 2025.04.17 00:28:55.364278 [ 190 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
| 9458 | 2025.04.17 00:28:55.369970 [ 190 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 9459 | 2025.04.17 00:28:55.375801 [ 190 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part | ||
| 9460 | 2025.04.17 00:28:55.381575 [ 190 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part | ||
| 9461 | 2025.04.17 00:28:55.387549 [ 190 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 9462 | 2025.04.17 00:28:55.392259 [ 190 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
| 9463 | 2025.04.17 00:28:55.452871 [ 188 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.10760636 sec., 4274.8402603712275 rows/sec., 22.10 MiB/sec. | ||
| 9464 | 2025.04.17 00:28:55.456401 [ 193 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9465 | 2025.04.17 00:28:55.459464 [ 193 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_61_12} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9466 | 2025.04.17 00:28:55.459599 [ 193 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_61_12} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9467 | 2025.04.17 00:28:55.462326 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9468 | 2025.04.17 00:28:56.000173 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.45 MiB, peak 252.87 MiB, free memory in arenas 0.00 B, will set to 241.00 MiB (RSS), difference: 1.55 MiB | ||
| 9469 | 2025.04.17 00:28:56.027120 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1250 | ||
| 9470 | 2025.04.17 00:28:56.030241 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9471 | 2025.04.17 00:28:56.030299 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9472 | 2025.04.17 00:28:56.031781 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9473 | 2025.04.17 00:28:56.032102 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9474 | 2025.04.17 00:28:56.033566 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1250 | ||
| 9475 | 2025.04.17 00:28:56.421664 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9476 | 2025.04.17 00:28:56.421980 [ 275 ] {0efc8860-e1b4-4bce-ae9a-8945ae154b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9477 | 2025.04.17 00:28:56.422103 [ 275 ] {0efc8860-e1b4-4bce-ae9a-8945ae154b20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9478 | 2025.04.17 00:28:56.423387 [ 275 ] {0efc8860-e1b4-4bce-ae9a-8945ae154b20} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9479 | 2025.04.17 00:28:56.423435 [ 275 ] {0efc8860-e1b4-4bce-ae9a-8945ae154b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9480 | 2025.04.17 00:28:56.423881 [ 275 ] {0efc8860-e1b4-4bce-ae9a-8945ae154b20} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9481 | 2025.04.17 00:28:56.424136 [ 275 ] {0efc8860-e1b4-4bce-ae9a-8945ae154b20} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9482 | 2025.04.17 00:28:56.424343 [ 135 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9483 | 2025.04.17 00:28:56.424357 [ 275 ] {0efc8860-e1b4-4bce-ae9a-8945ae154b20} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002463 sec., 55217.21477872513 rows/sec., 4.77 MiB/sec. | ||
| 9484 | 2025.04.17 00:28:56.424433 [ 135 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9485 | 2025.04.17 00:28:56.424513 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9486 | 2025.04.17 00:28:56.424517 [ 275 ] {0efc8860-e1b4-4bce-ae9a-8945ae154b20} <Debug> TCPHandler: Processed in 0.003037756 sec. | ||
| 9487 | 2025.04.17 00:28:56.424751 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9488 | 2025.04.17 00:28:56.424754 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9489 | 2025.04.17 00:28:56.424916 [ 275 ] {5fb43d6d-f3a1-4573-9d82-3a48c0506056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9490 | 2025.04.17 00:28:56.425002 [ 275 ] {5fb43d6d-f3a1-4573-9d82-3a48c0506056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9491 | 2025.04.17 00:28:56.425118 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9492 | 2025.04.17 00:28:56.425219 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1969 rows starting from the beginning of the part | ||
| 9493 | 2025.04.17 00:28:56.425577 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1280 rows starting from the beginning of the part | ||
| 9494 | 2025.04.17 00:28:56.425894 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part | ||
| 9495 | 2025.04.17 00:28:56.426263 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 136 rows starting from the beginning of the part | ||
| 9496 | 2025.04.17 00:28:56.426630 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 177 rows starting from the beginning of the part | ||
| 9497 | 2025.04.17 00:28:56.427013 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 136 rows starting from the beginning of the part | ||
| 9498 | 2025.04.17 00:28:56.427997 [ 275 ] {5fb43d6d-f3a1-4573-9d82-3a48c0506056} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9499 | 2025.04.17 00:28:56.428061 [ 275 ] {5fb43d6d-f3a1-4573-9d82-3a48c0506056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9500 | 2025.04.17 00:28:56.428932 [ 275 ] {5fb43d6d-f3a1-4573-9d82-3a48c0506056} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9501 | 2025.04.17 00:28:56.429425 [ 275 ] {5fb43d6d-f3a1-4573-9d82-3a48c0506056} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9502 | 2025.04.17 00:28:56.429693 [ 275 ] {5fb43d6d-f3a1-4573-9d82-3a48c0506056} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004825 sec., 8290.155440414508 rows/sec., 623.38 KiB/sec. | ||
| 9503 | 2025.04.17 00:28:56.429822 [ 275 ] {5fb43d6d-f3a1-4573-9d82-3a48c0506056} <Debug> TCPHandler: Processed in 0.00515118 sec. | ||
| 9504 | 2025.04.17 00:28:56.430105 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9505 | 2025.04.17 00:28:56.430607 [ 275 ] {7a052b3e-cdc7-40eb-b156-adc6f321d7a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9506 | 2025.04.17 00:28:56.431000 [ 275 ] {7a052b3e-cdc7-40eb-b156-adc6f321d7a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9507 | 2025.04.17 00:28:56.431453 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3754 rows, containing 5 columns (5 merged, 0 gathered) in 0.006819541 sec., 550476.9309254098 rows/sec., 47.81 MiB/sec. | ||
| 9508 | 2025.04.17 00:28:56.432024 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9509 | 2025.04.17 00:28:56.432679 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_86_17} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9510 | 2025.04.17 00:28:56.432900 [ 198 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_86_17} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9511 | 2025.04.17 00:28:56.433079 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 9512 | 2025.04.17 00:28:56.433141 [ 275 ] {7a052b3e-cdc7-40eb-b156-adc6f321d7a4} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9513 | 2025.04.17 00:28:56.433185 [ 275 ] {7a052b3e-cdc7-40eb-b156-adc6f321d7a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9514 | 2025.04.17 00:28:56.433551 [ 275 ] {7a052b3e-cdc7-40eb-b156-adc6f321d7a4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9515 | 2025.04.17 00:28:56.433794 [ 275 ] {7a052b3e-cdc7-40eb-b156-adc6f321d7a4} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9516 | 2025.04.17 00:28:56.433996 [ 133 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9517 | 2025.04.17 00:28:56.434019 [ 275 ] {7a052b3e-cdc7-40eb-b156-adc6f321d7a4} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.003632 sec., 28634.361233480176 rows/sec., 2.24 MiB/sec. | ||
| 9518 | 2025.04.17 00:28:56.434084 [ 133 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9519 | 2025.04.17 00:28:56.434153 [ 275 ] {7a052b3e-cdc7-40eb-b156-adc6f321d7a4} <Debug> TCPHandler: Processed in 0.004185856 sec. | ||
| 9520 | 2025.04.17 00:28:56.434159 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9521 | 2025.04.17 00:28:56.434341 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9522 | 2025.04.17 00:28:56.434343 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9523 | 2025.04.17 00:28:56.434473 [ 275 ] {647daa5a-83e1-4ba4-b5f1-7f104e67b010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9524 | 2025.04.17 00:28:56.434496 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9525 | 2025.04.17 00:28:56.434540 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 952 rows starting from the beginning of the part | ||
| 9526 | 2025.04.17 00:28:56.434540 [ 275 ] {647daa5a-83e1-4ba4-b5f1-7f104e67b010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9527 | 2025.04.17 00:28:56.434805 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 568 rows starting from the beginning of the part | ||
| 9528 | 2025.04.17 00:28:56.435191 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part | ||
| 9529 | 2025.04.17 00:28:56.435578 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 104 rows starting from the beginning of the part | ||
| 9530 | 2025.04.17 00:28:56.435927 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 102 rows starting from the beginning of the part | ||
| 9531 | 2025.04.17 00:28:56.436276 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 104 rows starting from the beginning of the part | ||
| 9532 | 2025.04.17 00:28:56.436992 [ 275 ] {647daa5a-83e1-4ba4-b5f1-7f104e67b010} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9533 | 2025.04.17 00:28:56.437035 [ 275 ] {647daa5a-83e1-4ba4-b5f1-7f104e67b010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9534 | 2025.04.17 00:28:56.437597 [ 275 ] {647daa5a-83e1-4ba4-b5f1-7f104e67b010} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9535 | 2025.04.17 00:28:56.437895 [ 275 ] {647daa5a-83e1-4ba4-b5f1-7f104e67b010} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9536 | 2025.04.17 00:28:56.438185 [ 275 ] {647daa5a-83e1-4ba4-b5f1-7f104e67b010} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003719 sec., 43022.31782737295 rows/sec., 3.00 MiB/sec. | ||
| 9537 | 2025.04.17 00:28:56.438470 [ 275 ] {647daa5a-83e1-4ba4-b5f1-7f104e67b010} <Debug> TCPHandler: Processed in 0.004204766 sec. | ||
| 9538 | 2025.04.17 00:28:56.438787 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 5 columns (5 merged, 0 gathered) in 0.004504963 sec., 420425.20659992105 rows/sec., 33.03 MiB/sec. | ||
| 9539 | 2025.04.17 00:28:56.438866 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9540 | 2025.04.17 00:28:56.439244 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9541 | 2025.04.17 00:28:56.439261 [ 275 ] {d3e0954e-4408-43df-a5c7-8ee9e0d9f22e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9542 | 2025.04.17 00:28:56.439545 [ 275 ] {d3e0954e-4408-43df-a5c7-8ee9e0d9f22e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9543 | 2025.04.17 00:28:56.440090 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_86_17} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9544 | 2025.04.17 00:28:56.440423 [ 189 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_86_17} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9545 | 2025.04.17 00:28:56.440668 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 9546 | 2025.04.17 00:28:56.441534 [ 275 ] {d3e0954e-4408-43df-a5c7-8ee9e0d9f22e} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9547 | 2025.04.17 00:28:56.441577 [ 275 ] {d3e0954e-4408-43df-a5c7-8ee9e0d9f22e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9548 | 2025.04.17 00:28:56.442243 [ 275 ] {d3e0954e-4408-43df-a5c7-8ee9e0d9f22e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9549 | 2025.04.17 00:28:56.442501 [ 275 ] {d3e0954e-4408-43df-a5c7-8ee9e0d9f22e} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9550 | 2025.04.17 00:28:56.442720 [ 275 ] {d3e0954e-4408-43df-a5c7-8ee9e0d9f22e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003621 sec., 11046.67219000276 rows/sec., 19.80 MiB/sec. | ||
| 9551 | 2025.04.17 00:28:56.442826 [ 275 ] {d3e0954e-4408-43df-a5c7-8ee9e0d9f22e} <Debug> TCPHandler: Processed in 0.004093004 sec. | ||
| 9552 | 2025.04.17 00:28:56.442966 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9553 | 2025.04.17 00:28:56.443097 [ 275 ] {d00692af-025d-49d9-b905-06975efcc0c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9554 | 2025.04.17 00:28:56.443152 [ 275 ] {d00692af-025d-49d9-b905-06975efcc0c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9555 | 2025.04.17 00:28:56.443648 [ 275 ] {d00692af-025d-49d9-b905-06975efcc0c6} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9556 | 2025.04.17 00:28:56.443685 [ 275 ] {d00692af-025d-49d9-b905-06975efcc0c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9557 | 2025.04.17 00:28:56.444039 [ 275 ] {d00692af-025d-49d9-b905-06975efcc0c6} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9558 | 2025.04.17 00:28:56.444289 [ 275 ] {d00692af-025d-49d9-b905-06975efcc0c6} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9559 | 2025.04.17 00:28:56.444471 [ 275 ] {d00692af-025d-49d9-b905-06975efcc0c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
| 9560 | 2025.04.17 00:28:56.444518 [ 275 ] {d00692af-025d-49d9-b905-06975efcc0c6} <Debug> TCPHandler: Processed in 0.001619641 sec. | ||
| 9561 | 2025.04.17 00:29:00.696955 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9562 | 2025.04.17 00:29:00.697019 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9563 | 2025.04.17 00:29:00.889593 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 | ||
| 9564 | 2025.04.17 00:29:00.890329 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9565 | 2025.04.17 00:29:00.890375 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9566 | 2025.04.17 00:29:00.890913 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9567 | 2025.04.17 00:29:00.891185 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9568 | 2025.04.17 00:29:00.891430 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 9569 | 2025.04.17 00:29:01.419477 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9570 | 2025.04.17 00:29:01.419765 [ 275 ] {6b8949e0-99d3-4a4e-87c3-8a1e60f3ecb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9571 | 2025.04.17 00:29:01.419874 [ 275 ] {6b8949e0-99d3-4a4e-87c3-8a1e60f3ecb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9572 | 2025.04.17 00:29:01.420746 [ 275 ] {6b8949e0-99d3-4a4e-87c3-8a1e60f3ecb1} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9573 | 2025.04.17 00:29:01.420791 [ 275 ] {6b8949e0-99d3-4a4e-87c3-8a1e60f3ecb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9574 | 2025.04.17 00:29:01.421197 [ 275 ] {6b8949e0-99d3-4a4e-87c3-8a1e60f3ecb1} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9575 | 2025.04.17 00:29:01.421445 [ 275 ] {6b8949e0-99d3-4a4e-87c3-8a1e60f3ecb1} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9576 | 2025.04.17 00:29:01.421659 [ 275 ] {6b8949e0-99d3-4a4e-87c3-8a1e60f3ecb1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001974 sec., 28368.794326241135 rows/sec., 2.18 MiB/sec. | ||
| 9577 | 2025.04.17 00:29:01.421715 [ 275 ] {6b8949e0-99d3-4a4e-87c3-8a1e60f3ecb1} <Debug> TCPHandler: Processed in 0.002422711 sec. | ||
| 9578 | 2025.04.17 00:29:01.421872 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9579 | 2025.04.17 00:29:01.421983 [ 275 ] {d6f8177f-d4d7-43f6-a6b0-71cd39834d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9580 | 2025.04.17 00:29:01.422027 [ 275 ] {d6f8177f-d4d7-43f6-a6b0-71cd39834d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9581 | 2025.04.17 00:29:01.422659 [ 275 ] {d6f8177f-d4d7-43f6-a6b0-71cd39834d6a} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9582 | 2025.04.17 00:29:01.422698 [ 275 ] {d6f8177f-d4d7-43f6-a6b0-71cd39834d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9583 | 2025.04.17 00:29:01.423054 [ 275 ] {d6f8177f-d4d7-43f6-a6b0-71cd39834d6a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9584 | 2025.04.17 00:29:01.423290 [ 275 ] {d6f8177f-d4d7-43f6-a6b0-71cd39834d6a} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9585 | 2025.04.17 00:29:01.423471 [ 275 ] {d6f8177f-d4d7-43f6-a6b0-71cd39834d6a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001509 sec., 42412.19350563287 rows/sec., 3.31 MiB/sec. | ||
| 9586 | 2025.04.17 00:29:01.423522 [ 275 ] {d6f8177f-d4d7-43f6-a6b0-71cd39834d6a} <Debug> TCPHandler: Processed in 0.001704113 sec. | ||
| 9587 | 2025.04.17 00:29:01.423649 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9588 | 2025.04.17 00:29:01.423757 [ 275 ] {f06a7f56-364c-4b53-abcc-ebfb668dd4f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9589 | 2025.04.17 00:29:01.423805 [ 275 ] {f06a7f56-364c-4b53-abcc-ebfb668dd4f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9590 | 2025.04.17 00:29:01.424381 [ 275 ] {f06a7f56-364c-4b53-abcc-ebfb668dd4f3} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9591 | 2025.04.17 00:29:01.424420 [ 275 ] {f06a7f56-364c-4b53-abcc-ebfb668dd4f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9592 | 2025.04.17 00:29:01.424809 [ 275 ] {f06a7f56-364c-4b53-abcc-ebfb668dd4f3} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9593 | 2025.04.17 00:29:01.425073 [ 275 ] {f06a7f56-364c-4b53-abcc-ebfb668dd4f3} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9594 | 2025.04.17 00:29:01.425239 [ 275 ] {f06a7f56-364c-4b53-abcc-ebfb668dd4f3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001504 sec., 106382.97872340426 rows/sec., 7.41 MiB/sec. | ||
| 9595 | 2025.04.17 00:29:01.425288 [ 275 ] {f06a7f56-364c-4b53-abcc-ebfb668dd4f3} <Debug> TCPHandler: Processed in 0.001688132 sec. | ||
| 9596 | 2025.04.17 00:29:01.425399 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9597 | 2025.04.17 00:29:01.425526 [ 275 ] {08f8bbb9-4045-4f2c-ae3c-e2d8d483c602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9598 | 2025.04.17 00:29:01.425572 [ 275 ] {08f8bbb9-4045-4f2c-ae3c-e2d8d483c602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9599 | 2025.04.17 00:29:01.425990 [ 275 ] {08f8bbb9-4045-4f2c-ae3c-e2d8d483c602} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9600 | 2025.04.17 00:29:01.426028 [ 275 ] {08f8bbb9-4045-4f2c-ae3c-e2d8d483c602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9601 | 2025.04.17 00:29:01.426374 [ 275 ] {08f8bbb9-4045-4f2c-ae3c-e2d8d483c602} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9602 | 2025.04.17 00:29:01.426603 [ 275 ] {08f8bbb9-4045-4f2c-ae3c-e2d8d483c602} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9603 | 2025.04.17 00:29:01.426785 [ 275 ] {08f8bbb9-4045-4f2c-ae3c-e2d8d483c602} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001296 sec., 46296.29629629629 rows/sec., 3.12 MiB/sec. | ||
| 9604 | 2025.04.17 00:29:01.426833 [ 275 ] {08f8bbb9-4045-4f2c-ae3c-e2d8d483c602} <Debug> TCPHandler: Processed in 0.001481587 sec. | ||
| 9605 | 2025.04.17 00:29:02.861257 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 9606 | 2025.04.17 00:29:02.879335 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9607 | 2025.04.17 00:29:02.879388 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9608 | 2025.04.17 00:29:02.886280 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9609 | 2025.04.17 00:29:02.887158 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9610 | 2025.04.17 00:29:02.890590 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 9611 | 2025.04.17 00:29:03.300118 [ 127 ] {} <Debug> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 9612 | 2025.04.17 00:29:03.300214 [ 127 ] {} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9613 | 2025.04.17 00:29:03.300254 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9614 | 2025.04.17 00:29:03.300538 [ 192 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 9615 | 2025.04.17 00:29:03.300926 [ 192 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9616 | 2025.04.17 00:29:03.300973 [ 192 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 20 rows starting from the beginning of the part | ||
| 9617 | 2025.04.17 00:29:03.301069 [ 192 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 9618 | 2025.04.17 00:29:03.301300 [ 192 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 9619 | 2025.04.17 00:29:03.301614 [ 192 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part | ||
| 9620 | 2025.04.17 00:29:03.301866 [ 192 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
| 9621 | 2025.04.17 00:29:03.302986 [ 192 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002626956 sec., 14465.41167800298 rows/sec., 1.21 MiB/sec. | ||
| 9622 | 2025.04.17 00:29:03.303159 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 9623 | 2025.04.17 00:29:03.303492 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_25_6} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9624 | 2025.04.17 00:29:03.303580 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_25_6} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 9625 | 2025.04.17 00:29:03.303683 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9626 | 2025.04.17 00:29:06.033823 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1270 | ||
| 9627 | 2025.04.17 00:29:06.036654 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9628 | 2025.04.17 00:29:06.036713 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9629 | 2025.04.17 00:29:06.038167 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9630 | 2025.04.17 00:29:06.038481 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9631 | 2025.04.17 00:29:06.039574 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1270 | ||
| 9632 | 2025.04.17 00:29:06.450010 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9633 | 2025.04.17 00:29:06.450217 [ 275 ] {8a80bfac-64ed-4328-bb56-c2c3ddc3529c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9634 | 2025.04.17 00:29:06.450297 [ 275 ] {8a80bfac-64ed-4328-bb56-c2c3ddc3529c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9635 | 2025.04.17 00:29:06.451125 [ 275 ] {8a80bfac-64ed-4328-bb56-c2c3ddc3529c} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9636 | 2025.04.17 00:29:06.451175 [ 275 ] {8a80bfac-64ed-4328-bb56-c2c3ddc3529c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9637 | 2025.04.17 00:29:06.451600 [ 275 ] {8a80bfac-64ed-4328-bb56-c2c3ddc3529c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9638 | 2025.04.17 00:29:06.451847 [ 275 ] {8a80bfac-64ed-4328-bb56-c2c3ddc3529c} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9639 | 2025.04.17 00:29:06.452066 [ 275 ] {8a80bfac-64ed-4328-bb56-c2c3ddc3529c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001911 sec., 3139.717425431711 rows/sec., 256.02 KiB/sec. | ||
| 9640 | 2025.04.17 00:29:06.452121 [ 275 ] {8a80bfac-64ed-4328-bb56-c2c3ddc3529c} <Debug> TCPHandler: Processed in 0.002239257 sec. | ||
| 9641 | 2025.04.17 00:29:06.452248 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9642 | 2025.04.17 00:29:06.452349 [ 275 ] {afaba914-9b66-4106-a180-f3ab99d24a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9643 | 2025.04.17 00:29:06.452393 [ 275 ] {afaba914-9b66-4106-a180-f3ab99d24a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9644 | 2025.04.17 00:29:06.453716 [ 275 ] {afaba914-9b66-4106-a180-f3ab99d24a35} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9645 | 2025.04.17 00:29:06.453761 [ 275 ] {afaba914-9b66-4106-a180-f3ab99d24a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9646 | 2025.04.17 00:29:06.454255 [ 275 ] {afaba914-9b66-4106-a180-f3ab99d24a35} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9647 | 2025.04.17 00:29:06.454500 [ 275 ] {afaba914-9b66-4106-a180-f3ab99d24a35} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9648 | 2025.04.17 00:29:06.454727 [ 275 ] {afaba914-9b66-4106-a180-f3ab99d24a35} <Debug> executeQuery: Read 1279 rows, 108.81 KiB in 0.002395 sec., 534029.2275574113 rows/sec., 44.37 MiB/sec. | ||
| 9649 | 2025.04.17 00:29:06.454815 [ 275 ] {afaba914-9b66-4106-a180-f3ab99d24a35} <Debug> TCPHandler: Processed in 0.002615935 sec. | ||
| 9650 | 2025.04.17 00:29:06.454956 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9651 | 2025.04.17 00:29:06.455248 [ 275 ] {87f3db49-3ec9-4260-bb50-043846ca68f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9652 | 2025.04.17 00:29:06.455370 [ 275 ] {87f3db49-3ec9-4260-bb50-043846ca68f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9653 | 2025.04.17 00:29:06.455933 [ 275 ] {87f3db49-3ec9-4260-bb50-043846ca68f8} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9654 | 2025.04.17 00:29:06.455971 [ 275 ] {87f3db49-3ec9-4260-bb50-043846ca68f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9655 | 2025.04.17 00:29:06.456313 [ 275 ] {87f3db49-3ec9-4260-bb50-043846ca68f8} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9656 | 2025.04.17 00:29:06.456541 [ 275 ] {87f3db49-3ec9-4260-bb50-043846ca68f8} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9657 | 2025.04.17 00:29:06.456779 [ 275 ] {87f3db49-3ec9-4260-bb50-043846ca68f8} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.001646 sec., 27946.537059538277 rows/sec., 2.03 MiB/sec. | ||
| 9658 | 2025.04.17 00:29:06.456849 [ 275 ] {87f3db49-3ec9-4260-bb50-043846ca68f8} <Debug> TCPHandler: Processed in 0.001969549 sec. | ||
| 9659 | 2025.04.17 00:29:06.457088 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9660 | 2025.04.17 00:29:06.457218 [ 275 ] {4fc20958-86a3-4654-9d51-112e00d818d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9661 | 2025.04.17 00:29:06.457263 [ 275 ] {4fc20958-86a3-4654-9d51-112e00d818d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9662 | 2025.04.17 00:29:06.457872 [ 275 ] {4fc20958-86a3-4654-9d51-112e00d818d6} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9663 | 2025.04.17 00:29:06.457912 [ 275 ] {4fc20958-86a3-4654-9d51-112e00d818d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9664 | 2025.04.17 00:29:06.458256 [ 275 ] {4fc20958-86a3-4654-9d51-112e00d818d6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9665 | 2025.04.17 00:29:06.458479 [ 275 ] {4fc20958-86a3-4654-9d51-112e00d818d6} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9666 | 2025.04.17 00:29:06.458713 [ 275 ] {4fc20958-86a3-4654-9d51-112e00d818d6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001509 sec., 151093.4393638171 rows/sec., 10.23 MiB/sec. | ||
| 9667 | 2025.04.17 00:29:06.458893 [ 275 ] {4fc20958-86a3-4654-9d51-112e00d818d6} <Debug> TCPHandler: Processed in 0.001904118 sec. | ||
| 9668 | 2025.04.17 00:29:06.459090 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9669 | 2025.04.17 00:29:06.459192 [ 275 ] {faefeb1d-b0ce-4d7e-914a-c354d053355b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9670 | 2025.04.17 00:29:06.459237 [ 275 ] {faefeb1d-b0ce-4d7e-914a-c354d053355b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9671 | 2025.04.17 00:29:06.460003 [ 275 ] {faefeb1d-b0ce-4d7e-914a-c354d053355b} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9672 | 2025.04.17 00:29:06.460041 [ 275 ] {faefeb1d-b0ce-4d7e-914a-c354d053355b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9673 | 2025.04.17 00:29:06.460406 [ 275 ] {faefeb1d-b0ce-4d7e-914a-c354d053355b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9674 | 2025.04.17 00:29:06.460651 [ 275 ] {faefeb1d-b0ce-4d7e-914a-c354d053355b} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9675 | 2025.04.17 00:29:06.460840 [ 275 ] {faefeb1d-b0ce-4d7e-914a-c354d053355b} <Debug> executeQuery: Read 566 rows, 43.10 KiB in 0.001665 sec., 339939.93993993994 rows/sec., 25.28 MiB/sec. | ||
| 9676 | 2025.04.17 00:29:06.460892 [ 275 ] {faefeb1d-b0ce-4d7e-914a-c354d053355b} <Debug> TCPHandler: Processed in 0.001868557 sec. | ||
| 9677 | 2025.04.17 00:29:06.461005 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9678 | 2025.04.17 00:29:06.461106 [ 275 ] {cf3eb86c-ee0f-4911-8244-72a20cf11ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9679 | 2025.04.17 00:29:06.461153 [ 275 ] {cf3eb86c-ee0f-4911-8244-72a20cf11ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9680 | 2025.04.17 00:29:06.461842 [ 275 ] {cf3eb86c-ee0f-4911-8244-72a20cf11ac0} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9681 | 2025.04.17 00:29:06.461880 [ 275 ] {cf3eb86c-ee0f-4911-8244-72a20cf11ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9682 | 2025.04.17 00:29:06.462296 [ 275 ] {cf3eb86c-ee0f-4911-8244-72a20cf11ac0} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9683 | 2025.04.17 00:29:06.462528 [ 275 ] {cf3eb86c-ee0f-4911-8244-72a20cf11ac0} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9684 | 2025.04.17 00:29:06.462708 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9685 | 2025.04.17 00:29:06.462721 [ 275 ] {cf3eb86c-ee0f-4911-8244-72a20cf11ac0} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001631 sec., 541385.6529736358 rows/sec., 36.43 MiB/sec. | ||
| 9686 | 2025.04.17 00:29:06.462788 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9687 | 2025.04.17 00:29:06.462859 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9688 | 2025.04.17 00:29:06.462912 [ 275 ] {cf3eb86c-ee0f-4911-8244-72a20cf11ac0} <Debug> TCPHandler: Processed in 0.001954709 sec. | ||
| 9689 | 2025.04.17 00:29:06.463152 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9690 | 2025.04.17 00:29:06.463173 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9691 | 2025.04.17 00:29:06.463444 [ 275 ] {308f1698-7482-46d8-905e-ba3a8c67f50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9692 | 2025.04.17 00:29:06.463491 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9693 | 2025.04.17 00:29:06.463610 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24569 rows starting from the beginning of the part | ||
| 9694 | 2025.04.17 00:29:06.463627 [ 275 ] {308f1698-7482-46d8-905e-ba3a8c67f50b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9695 | 2025.04.17 00:29:06.463944 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
| 9696 | 2025.04.17 00:29:06.464414 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 197 rows starting from the beginning of the part | ||
| 9697 | 2025.04.17 00:29:06.464825 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
| 9698 | 2025.04.17 00:29:06.465221 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part | ||
| 9699 | 2025.04.17 00:29:06.465598 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 883 rows starting from the beginning of the part | ||
| 9700 | 2025.04.17 00:29:06.468081 [ 275 ] {308f1698-7482-46d8-905e-ba3a8c67f50b} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9701 | 2025.04.17 00:29:06.468147 [ 275 ] {308f1698-7482-46d8-905e-ba3a8c67f50b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9702 | 2025.04.17 00:29:06.470026 [ 275 ] {308f1698-7482-46d8-905e-ba3a8c67f50b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9703 | 2025.04.17 00:29:06.470453 [ 275 ] {308f1698-7482-46d8-905e-ba3a8c67f50b} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9704 | 2025.04.17 00:29:06.470858 [ 275 ] {308f1698-7482-46d8-905e-ba3a8c67f50b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007484 sec., 5344.735435595938 rows/sec., 9.58 MiB/sec. | ||
| 9705 | 2025.04.17 00:29:06.471291 [ 275 ] {308f1698-7482-46d8-905e-ba3a8c67f50b} <Debug> TCPHandler: Processed in 0.008196306 sec. | ||
| 9706 | 2025.04.17 00:29:06.471731 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9707 | 2025.04.17 00:29:06.471838 [ 275 ] {baff8d5a-87b7-4f07-b73b-8dddfcb399fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9708 | 2025.04.17 00:29:06.471886 [ 275 ] {baff8d5a-87b7-4f07-b73b-8dddfcb399fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9709 | 2025.04.17 00:29:06.472436 [ 275 ] {baff8d5a-87b7-4f07-b73b-8dddfcb399fa} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9710 | 2025.04.17 00:29:06.472479 [ 275 ] {baff8d5a-87b7-4f07-b73b-8dddfcb399fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9711 | 2025.04.17 00:29:06.472934 [ 275 ] {baff8d5a-87b7-4f07-b73b-8dddfcb399fa} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9712 | 2025.04.17 00:29:06.473372 [ 275 ] {baff8d5a-87b7-4f07-b73b-8dddfcb399fa} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9713 | 2025.04.17 00:29:06.473635 [ 275 ] {baff8d5a-87b7-4f07-b73b-8dddfcb399fa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001818 sec., 33003.300330033 rows/sec., 2.22 MiB/sec. | ||
| 9714 | 2025.04.17 00:29:06.473691 [ 275 ] {baff8d5a-87b7-4f07-b73b-8dddfcb399fa} <Debug> TCPHandler: Processed in 0.002049162 sec. | ||
| 9715 | 2025.04.17 00:29:06.475058 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26129 rows, containing 5 columns (5 merged, 0 gathered) in 0.012085625 sec., 2161989.967419972 rows/sec., 148.30 MiB/sec. | ||
| 9716 | 2025.04.17 00:29:06.475424 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9717 | 2025.04.17 00:29:06.475817 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9718 | 2025.04.17 00:29:06.475931 [ 195 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9719 | 2025.04.17 00:29:06.476053 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 9720 | 2025.04.17 00:29:08.391581 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
| 9721 | 2025.04.17 00:29:08.392312 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9722 | 2025.04.17 00:29:08.392359 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9723 | 2025.04.17 00:29:08.392906 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9724 | 2025.04.17 00:29:08.393163 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9725 | 2025.04.17 00:29:08.393431 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 9726 | 2025.04.17 00:29:10.390647 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 9727 | 2025.04.17 00:29:10.411294 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9728 | 2025.04.17 00:29:10.411352 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9729 | 2025.04.17 00:29:10.418668 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9730 | 2025.04.17 00:29:10.419464 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9731 | 2025.04.17 00:29:10.422333 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 9732 | 2025.04.17 00:29:11.419477 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9733 | 2025.04.17 00:29:11.419708 [ 275 ] {da25e304-136e-485a-8496-e0be35e8073e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9734 | 2025.04.17 00:29:11.419786 [ 275 ] {da25e304-136e-485a-8496-e0be35e8073e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9735 | 2025.04.17 00:29:11.420807 [ 275 ] {da25e304-136e-485a-8496-e0be35e8073e} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9736 | 2025.04.17 00:29:11.420854 [ 275 ] {da25e304-136e-485a-8496-e0be35e8073e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9737 | 2025.04.17 00:29:11.421281 [ 275 ] {da25e304-136e-485a-8496-e0be35e8073e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9738 | 2025.04.17 00:29:11.421532 [ 275 ] {da25e304-136e-485a-8496-e0be35e8073e} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9739 | 2025.04.17 00:29:11.421744 [ 275 ] {da25e304-136e-485a-8496-e0be35e8073e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002092 sec., 26768.642447418737 rows/sec., 2.06 MiB/sec. | ||
| 9740 | 2025.04.17 00:29:11.421805 [ 275 ] {da25e304-136e-485a-8496-e0be35e8073e} <Debug> TCPHandler: Processed in 0.002518593 sec. | ||
| 9741 | 2025.04.17 00:29:11.421953 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9742 | 2025.04.17 00:29:11.422064 [ 275 ] {f326099d-5e40-4b33-90d8-ce650b5d4c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9743 | 2025.04.17 00:29:11.422107 [ 275 ] {f326099d-5e40-4b33-90d8-ce650b5d4c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9744 | 2025.04.17 00:29:11.422715 [ 275 ] {f326099d-5e40-4b33-90d8-ce650b5d4c27} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9745 | 2025.04.17 00:29:11.422753 [ 275 ] {f326099d-5e40-4b33-90d8-ce650b5d4c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9746 | 2025.04.17 00:29:11.423094 [ 275 ] {f326099d-5e40-4b33-90d8-ce650b5d4c27} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9747 | 2025.04.17 00:29:11.423343 [ 275 ] {f326099d-5e40-4b33-90d8-ce650b5d4c27} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9748 | 2025.04.17 00:29:11.423539 [ 275 ] {f326099d-5e40-4b33-90d8-ce650b5d4c27} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001498 sec., 42723.63150867824 rows/sec., 3.33 MiB/sec. | ||
| 9749 | 2025.04.17 00:29:11.423589 [ 275 ] {f326099d-5e40-4b33-90d8-ce650b5d4c27} <Debug> TCPHandler: Processed in 0.001690082 sec. | ||
| 9750 | 2025.04.17 00:29:11.423714 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9751 | 2025.04.17 00:29:11.423821 [ 275 ] {6e95b2ed-c4d1-4b14-8cbc-5a458bc8a747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9752 | 2025.04.17 00:29:11.423868 [ 275 ] {6e95b2ed-c4d1-4b14-8cbc-5a458bc8a747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9753 | 2025.04.17 00:29:11.424438 [ 275 ] {6e95b2ed-c4d1-4b14-8cbc-5a458bc8a747} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9754 | 2025.04.17 00:29:11.424477 [ 275 ] {6e95b2ed-c4d1-4b14-8cbc-5a458bc8a747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9755 | 2025.04.17 00:29:11.424853 [ 275 ] {6e95b2ed-c4d1-4b14-8cbc-5a458bc8a747} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9756 | 2025.04.17 00:29:11.425093 [ 275 ] {6e95b2ed-c4d1-4b14-8cbc-5a458bc8a747} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9757 | 2025.04.17 00:29:11.425294 [ 275 ] {6e95b2ed-c4d1-4b14-8cbc-5a458bc8a747} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001486 sec., 107671.60161507403 rows/sec., 7.50 MiB/sec. | ||
| 9758 | 2025.04.17 00:29:11.425346 [ 275 ] {6e95b2ed-c4d1-4b14-8cbc-5a458bc8a747} <Debug> TCPHandler: Processed in 0.001682613 sec. | ||
| 9759 | 2025.04.17 00:29:11.425464 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9760 | 2025.04.17 00:29:11.425575 [ 275 ] {5971b1d5-3d06-40e5-a802-72683de6266f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9761 | 2025.04.17 00:29:11.425619 [ 275 ] {5971b1d5-3d06-40e5-a802-72683de6266f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9762 | 2025.04.17 00:29:11.426092 [ 275 ] {5971b1d5-3d06-40e5-a802-72683de6266f} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9763 | 2025.04.17 00:29:11.426146 [ 275 ] {5971b1d5-3d06-40e5-a802-72683de6266f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9764 | 2025.04.17 00:29:11.426520 [ 275 ] {5971b1d5-3d06-40e5-a802-72683de6266f} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9765 | 2025.04.17 00:29:11.426748 [ 275 ] {5971b1d5-3d06-40e5-a802-72683de6266f} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9766 | 2025.04.17 00:29:11.426928 [ 119 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9767 | 2025.04.17 00:29:11.426940 [ 275 ] {5971b1d5-3d06-40e5-a802-72683de6266f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
| 9768 | 2025.04.17 00:29:11.427021 [ 119 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9769 | 2025.04.17 00:29:11.427093 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 9770 | 2025.04.17 00:29:11.427099 [ 275 ] {5971b1d5-3d06-40e5-a802-72683de6266f} <Debug> TCPHandler: Processed in 0.001680863 sec. | ||
| 9771 | 2025.04.17 00:29:11.427326 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9772 | 2025.04.17 00:29:11.427748 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9773 | 2025.04.17 00:29:11.427850 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4764 rows starting from the beginning of the part | ||
| 9774 | 2025.04.17 00:29:11.428241 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
| 9775 | 2025.04.17 00:29:11.428380 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 9776 | 2025.04.17 00:29:11.428471 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 9777 | 2025.04.17 00:29:11.428743 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
| 9778 | 2025.04.17 00:29:11.428879 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 9779 | 2025.04.17 00:29:11.430813 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5064 rows, containing 4 columns (4 merged, 0 gathered) in 0.00359017 sec., 1410518.1648779863 rows/sec., 94.92 MiB/sec. | ||
| 9780 | 2025.04.17 00:29:11.431209 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9781 | 2025.04.17 00:29:11.431541 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_86_17} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9782 | 2025.04.17 00:29:11.431630 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_86_17} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9783 | 2025.04.17 00:29:11.431731 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
| 9784 | 2025.04.17 00:29:15.697080 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9785 | 2025.04.17 00:29:15.697150 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9786 | 2025.04.17 00:29:15.893569 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 | ||
| 9787 | 2025.04.17 00:29:15.894372 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9788 | 2025.04.17 00:29:15.894426 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9789 | 2025.04.17 00:29:15.894940 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9790 | 2025.04.17 00:29:15.895187 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9791 | 2025.04.17 00:29:15.895369 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 9792 | 2025.04.17 00:29:16.001933 [ 249 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001409065 sec. | ||
| 9793 | 2025.04.17 00:29:16.039716 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1294 | ||
| 9794 | 2025.04.17 00:29:16.042710 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9795 | 2025.04.17 00:29:16.042771 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9796 | 2025.04.17 00:29:16.044278 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9797 | 2025.04.17 00:29:16.044594 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9798 | 2025.04.17 00:29:16.044876 [ 111 ] {} <Debug> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9799 | 2025.04.17 00:29:16.045051 [ 111 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9800 | 2025.04.17 00:29:16.045175 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9801 | 2025.04.17 00:29:16.045755 [ 201 ] {bc8e46af-749e-4702-ad44-a333defcf195::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 | ||
| 9802 | 2025.04.17 00:29:16.046975 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1294 | ||
| 9803 | 2025.04.17 00:29:16.047537 [ 201 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9804 | 2025.04.17 00:29:16.047715 [ 201 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1176 rows starting from the beginning of the part | ||
| 9805 | 2025.04.17 00:29:16.048341 [ 201 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 20 rows starting from the beginning of the part | ||
| 9806 | 2025.04.17 00:29:16.049040 [ 201 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part | ||
| 9807 | 2025.04.17 00:29:16.049550 [ 201 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part | ||
| 9808 | 2025.04.17 00:29:16.050047 [ 201 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 20 rows starting from the beginning of the part | ||
| 9809 | 2025.04.17 00:29:16.050687 [ 201 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part | ||
| 9810 | 2025.04.17 00:29:16.058712 [ 199 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1294 rows, containing 72 columns (72 merged, 0 gathered) in 0.013310835 sec., 97214.03653489807 rows/sec., 78.49 MiB/sec. | ||
| 9811 | 2025.04.17 00:29:16.060344 [ 194 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9812 | 2025.04.17 00:29:16.061135 [ 194 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_46_9} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9813 | 2025.04.17 00:29:16.061225 [ 194 ] {bc8e46af-749e-4702-ad44-a333defcf195::all_1_46_9} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9814 | 2025.04.17 00:29:16.061564 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 9815 | 2025.04.17 00:29:16.421911 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9816 | 2025.04.17 00:29:16.422120 [ 275 ] {3e27def8-ba0e-4710-9308-46f0aa26ca0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9817 | 2025.04.17 00:29:16.422199 [ 275 ] {3e27def8-ba0e-4710-9308-46f0aa26ca0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9818 | 2025.04.17 00:29:16.423062 [ 275 ] {3e27def8-ba0e-4710-9308-46f0aa26ca0e} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9819 | 2025.04.17 00:29:16.423113 [ 275 ] {3e27def8-ba0e-4710-9308-46f0aa26ca0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9820 | 2025.04.17 00:29:16.423545 [ 275 ] {3e27def8-ba0e-4710-9308-46f0aa26ca0e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9821 | 2025.04.17 00:29:16.423789 [ 275 ] {3e27def8-ba0e-4710-9308-46f0aa26ca0e} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9822 | 2025.04.17 00:29:16.424039 [ 275 ] {3e27def8-ba0e-4710-9308-46f0aa26ca0e} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001975 sec., 68860.75949367088 rows/sec., 5.95 MiB/sec. | ||
| 9823 | 2025.04.17 00:29:16.424103 [ 275 ] {3e27def8-ba0e-4710-9308-46f0aa26ca0e} <Debug> TCPHandler: Processed in 0.002329979 sec. | ||
| 9824 | 2025.04.17 00:29:16.424247 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9825 | 2025.04.17 00:29:16.424409 [ 275 ] {6347a853-ba01-41ca-ae75-07dca7e71e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9826 | 2025.04.17 00:29:16.424456 [ 275 ] {6347a853-ba01-41ca-ae75-07dca7e71e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9827 | 2025.04.17 00:29:16.425015 [ 275 ] {6347a853-ba01-41ca-ae75-07dca7e71e01} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9828 | 2025.04.17 00:29:16.425054 [ 275 ] {6347a853-ba01-41ca-ae75-07dca7e71e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9829 | 2025.04.17 00:29:16.425395 [ 275 ] {6347a853-ba01-41ca-ae75-07dca7e71e01} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9830 | 2025.04.17 00:29:16.425623 [ 275 ] {6347a853-ba01-41ca-ae75-07dca7e71e01} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9831 | 2025.04.17 00:29:16.425836 [ 275 ] {6347a853-ba01-41ca-ae75-07dca7e71e01} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00146 sec., 27397.260273972603 rows/sec., 2.01 MiB/sec. | ||
| 9832 | 2025.04.17 00:29:16.425887 [ 275 ] {6347a853-ba01-41ca-ae75-07dca7e71e01} <Debug> TCPHandler: Processed in 0.001697583 sec. | ||
| 9833 | 2025.04.17 00:29:16.426015 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9834 | 2025.04.17 00:29:16.426126 [ 275 ] {6b200f17-4aeb-440f-a2c4-c9b286aab55b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9835 | 2025.04.17 00:29:16.426169 [ 275 ] {6b200f17-4aeb-440f-a2c4-c9b286aab55b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9836 | 2025.04.17 00:29:16.426710 [ 275 ] {6b200f17-4aeb-440f-a2c4-c9b286aab55b} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9837 | 2025.04.17 00:29:16.426749 [ 275 ] {6b200f17-4aeb-440f-a2c4-c9b286aab55b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9838 | 2025.04.17 00:29:16.427094 [ 275 ] {6b200f17-4aeb-440f-a2c4-c9b286aab55b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9839 | 2025.04.17 00:29:16.427334 [ 275 ] {6b200f17-4aeb-440f-a2c4-c9b286aab55b} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9840 | 2025.04.17 00:29:16.427568 [ 275 ] {6b200f17-4aeb-440f-a2c4-c9b286aab55b} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001449 sec., 71773.6369910283 rows/sec., 5.61 MiB/sec. | ||
| 9841 | 2025.04.17 00:29:16.427643 [ 275 ] {6b200f17-4aeb-440f-a2c4-c9b286aab55b} <Debug> TCPHandler: Processed in 0.001676353 sec. | ||
| 9842 | 2025.04.17 00:29:16.427816 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9843 | 2025.04.17 00:29:16.428131 [ 275 ] {55b21f28-417f-44c9-b7d7-7822c2b9af38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9844 | 2025.04.17 00:29:16.428271 [ 275 ] {55b21f28-417f-44c9-b7d7-7822c2b9af38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9845 | 2025.04.17 00:29:16.428823 [ 275 ] {55b21f28-417f-44c9-b7d7-7822c2b9af38} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9846 | 2025.04.17 00:29:16.428861 [ 275 ] {55b21f28-417f-44c9-b7d7-7822c2b9af38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9847 | 2025.04.17 00:29:16.429227 [ 275 ] {55b21f28-417f-44c9-b7d7-7822c2b9af38} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9848 | 2025.04.17 00:29:16.429478 [ 275 ] {55b21f28-417f-44c9-b7d7-7822c2b9af38} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9849 | 2025.04.17 00:29:16.429669 [ 275 ] {55b21f28-417f-44c9-b7d7-7822c2b9af38} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001664 sec., 96153.84615384616 rows/sec., 6.70 MiB/sec. | ||
| 9850 | 2025.04.17 00:29:16.429719 [ 275 ] {55b21f28-417f-44c9-b7d7-7822c2b9af38} <Debug> TCPHandler: Processed in 0.00198786 sec. | ||
| 9851 | 2025.04.17 00:29:16.429839 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9852 | 2025.04.17 00:29:16.429955 [ 275 ] {c733a3f3-ff37-49ff-bce9-c6793d3c6b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9853 | 2025.04.17 00:29:16.430019 [ 275 ] {c733a3f3-ff37-49ff-bce9-c6793d3c6b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9854 | 2025.04.17 00:29:16.431119 [ 275 ] {c733a3f3-ff37-49ff-bce9-c6793d3c6b69} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9855 | 2025.04.17 00:29:16.431158 [ 275 ] {c733a3f3-ff37-49ff-bce9-c6793d3c6b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9856 | 2025.04.17 00:29:16.431811 [ 275 ] {c733a3f3-ff37-49ff-bce9-c6793d3c6b69} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9857 | 2025.04.17 00:29:16.432065 [ 275 ] {c733a3f3-ff37-49ff-bce9-c6793d3c6b69} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9858 | 2025.04.17 00:29:16.432250 [ 111 ] {} <Debug> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9859 | 2025.04.17 00:29:16.432340 [ 111 ] {} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9860 | 2025.04.17 00:29:16.432348 [ 275 ] {c733a3f3-ff37-49ff-bce9-c6793d3c6b69} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002403 sec., 16645.859342488555 rows/sec., 29.83 MiB/sec. | ||
| 9861 | 2025.04.17 00:29:16.432379 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9862 | 2025.04.17 00:29:16.432927 [ 188 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::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 | ||
| 9863 | 2025.04.17 00:29:16.432941 [ 275 ] {c733a3f3-ff37-49ff-bce9-c6793d3c6b69} <Debug> TCPHandler: Processed in 0.003147069 sec. | ||
| 9864 | 2025.04.17 00:29:16.433596 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9865 | 2025.04.17 00:29:16.433976 [ 275 ] {a5e5ee2a-ee7a-4c48-9548-e5e267a13aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9866 | 2025.04.17 00:29:16.434142 [ 275 ] {a5e5ee2a-ee7a-4c48-9548-e5e267a13aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9867 | 2025.04.17 00:29:16.434561 [ 188 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9868 | 2025.04.17 00:29:16.434682 [ 188 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1562 rows starting from the beginning of the part | ||
| 9869 | 2025.04.17 00:29:16.435083 [ 188 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part | ||
| 9870 | 2025.04.17 00:29:16.435478 [ 275 ] {a5e5ee2a-ee7a-4c48-9548-e5e267a13aac} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9871 | 2025.04.17 00:29:16.435533 [ 275 ] {a5e5ee2a-ee7a-4c48-9548-e5e267a13aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9872 | 2025.04.17 00:29:16.435540 [ 188 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part | ||
| 9873 | 2025.04.17 00:29:16.435938 [ 188 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part | ||
| 9874 | 2025.04.17 00:29:16.436317 [ 188 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part | ||
| 9875 | 2025.04.17 00:29:16.436366 [ 275 ] {a5e5ee2a-ee7a-4c48-9548-e5e267a13aac} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9876 | 2025.04.17 00:29:16.436607 [ 188 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part | ||
| 9877 | 2025.04.17 00:29:16.436898 [ 275 ] {a5e5ee2a-ee7a-4c48-9548-e5e267a13aac} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9878 | 2025.04.17 00:29:16.437319 [ 275 ] {a5e5ee2a-ee7a-4c48-9548-e5e267a13aac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003469 sec., 17296.050735082157 rows/sec., 1.17 MiB/sec. | ||
| 9879 | 2025.04.17 00:29:16.437453 [ 275 ] {a5e5ee2a-ee7a-4c48-9548-e5e267a13aac} <Debug> TCPHandler: Processed in 0.0039566 sec. | ||
| 9880 | 2025.04.17 00:29:16.447319 [ 188 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1762 rows, containing 19 columns (19 merged, 0 gathered) in 0.014775902 sec., 119248.21916117202 rows/sec., 213.69 MiB/sec. | ||
| 9881 | 2025.04.17 00:29:16.448579 [ 200 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9882 | 2025.04.17 00:29:16.448962 [ 200 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9883 | 2025.04.17 00:29:16.449039 [ 200 ] {59266e59-0cc2-4fc7-b6cb-8e64711b9b83::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9884 | 2025.04.17 00:29:16.449146 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. | ||
| 9885 | 2025.04.17 00:29:17.000188 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.64 MiB, peak 254.28 MiB, free memory in arenas 0.00 B, will set to 247.09 MiB (RSS), difference: 4.45 MiB | ||
| 9886 | 2025.04.17 00:29:17.922462 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 9887 | 2025.04.17 00:29:17.943165 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9888 | 2025.04.17 00:29:17.943234 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9889 | 2025.04.17 00:29:17.951109 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9890 | 2025.04.17 00:29:17.952238 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9891 | 2025.04.17 00:29:17.959873 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 9892 | 2025.04.17 00:29:21.421499 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9893 | 2025.04.17 00:29:21.421708 [ 275 ] {a470a443-52bd-4a6f-bca5-6b5268698835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9894 | 2025.04.17 00:29:21.421780 [ 275 ] {a470a443-52bd-4a6f-bca5-6b5268698835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9895 | 2025.04.17 00:29:21.422538 [ 275 ] {a470a443-52bd-4a6f-bca5-6b5268698835} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9896 | 2025.04.17 00:29:21.422586 [ 275 ] {a470a443-52bd-4a6f-bca5-6b5268698835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9897 | 2025.04.17 00:29:21.423002 [ 275 ] {a470a443-52bd-4a6f-bca5-6b5268698835} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9898 | 2025.04.17 00:29:21.423247 [ 275 ] {a470a443-52bd-4a6f-bca5-6b5268698835} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9899 | 2025.04.17 00:29:21.423512 [ 275 ] {a470a443-52bd-4a6f-bca5-6b5268698835} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001843 sec., 13022.246337493218 rows/sec., 1.08 MiB/sec. | ||
| 9900 | 2025.04.17 00:29:21.423636 [ 275 ] {a470a443-52bd-4a6f-bca5-6b5268698835} <Debug> TCPHandler: Processed in 0.002262337 sec. | ||
| 9901 | 2025.04.17 00:29:21.423834 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9902 | 2025.04.17 00:29:21.423938 [ 275 ] {e8836c55-914f-4cbf-996d-a0ea7ce4874d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9903 | 2025.04.17 00:29:21.423984 [ 275 ] {e8836c55-914f-4cbf-996d-a0ea7ce4874d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9904 | 2025.04.17 00:29:21.424498 [ 275 ] {e8836c55-914f-4cbf-996d-a0ea7ce4874d} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9905 | 2025.04.17 00:29:21.424537 [ 275 ] {e8836c55-914f-4cbf-996d-a0ea7ce4874d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9906 | 2025.04.17 00:29:21.424863 [ 275 ] {e8836c55-914f-4cbf-996d-a0ea7ce4874d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9907 | 2025.04.17 00:29:21.425102 [ 275 ] {e8836c55-914f-4cbf-996d-a0ea7ce4874d} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9908 | 2025.04.17 00:29:21.425305 [ 275 ] {e8836c55-914f-4cbf-996d-a0ea7ce4874d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001389 sec., 1439.8848092152627 rows/sec., 117.41 KiB/sec. | ||
| 9909 | 2025.04.17 00:29:21.425356 [ 275 ] {e8836c55-914f-4cbf-996d-a0ea7ce4874d} <Debug> TCPHandler: Processed in 0.00158992 sec. | ||
| 9910 | 2025.04.17 00:29:21.425466 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9911 | 2025.04.17 00:29:21.425581 [ 275 ] {a3282fb9-f0b0-4c23-ae64-bfdf14928d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9912 | 2025.04.17 00:29:21.425625 [ 275 ] {a3282fb9-f0b0-4c23-ae64-bfdf14928d3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9913 | 2025.04.17 00:29:21.426246 [ 275 ] {a3282fb9-f0b0-4c23-ae64-bfdf14928d3c} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9914 | 2025.04.17 00:29:21.426285 [ 275 ] {a3282fb9-f0b0-4c23-ae64-bfdf14928d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9915 | 2025.04.17 00:29:21.426667 [ 275 ] {a3282fb9-f0b0-4c23-ae64-bfdf14928d3c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9916 | 2025.04.17 00:29:21.426909 [ 275 ] {a3282fb9-f0b0-4c23-ae64-bfdf14928d3c} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9917 | 2025.04.17 00:29:21.427076 [ 105 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9918 | 2025.04.17 00:29:21.427118 [ 275 ] {a3282fb9-f0b0-4c23-ae64-bfdf14928d3c} <Debug> executeQuery: Read 177 rows, 15.94 KiB in 0.001559 sec., 113534.31686978832 rows/sec., 9.98 MiB/sec. | ||
| 9919 | 2025.04.17 00:29:21.427169 [ 105 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9920 | 2025.04.17 00:29:21.427240 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9921 | 2025.04.17 00:29:21.427240 [ 275 ] {a3282fb9-f0b0-4c23-ae64-bfdf14928d3c} <Debug> TCPHandler: Processed in 0.001819556 sec. | ||
| 9922 | 2025.04.17 00:29:21.427435 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9923 | 2025.04.17 00:29:21.427454 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9924 | 2025.04.17 00:29:21.427599 [ 275 ] {c586cf42-1582-40dd-b560-52c25b0098d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9925 | 2025.04.17 00:29:21.427699 [ 275 ] {c586cf42-1582-40dd-b560-52c25b0098d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9926 | 2025.04.17 00:29:21.427791 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9927 | 2025.04.17 00:29:21.427888 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1969 rows starting from the beginning of the part | ||
| 9928 | 2025.04.17 00:29:21.428207 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part | ||
| 9929 | 2025.04.17 00:29:21.428626 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1279 rows starting from the beginning of the part | ||
| 9930 | 2025.04.17 00:29:21.428998 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 56 rows starting from the beginning of the part | ||
| 9931 | 2025.04.17 00:29:21.429297 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 136 rows starting from the beginning of the part | ||
| 9932 | 2025.04.17 00:29:21.429607 [ 191 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 177 rows starting from the beginning of the part | ||
| 9933 | 2025.04.17 00:29:21.430325 [ 275 ] {c586cf42-1582-40dd-b560-52c25b0098d2} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9934 | 2025.04.17 00:29:21.430386 [ 275 ] {c586cf42-1582-40dd-b560-52c25b0098d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9935 | 2025.04.17 00:29:21.431152 [ 275 ] {c586cf42-1582-40dd-b560-52c25b0098d2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9936 | 2025.04.17 00:29:21.431616 [ 275 ] {c586cf42-1582-40dd-b560-52c25b0098d2} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9937 | 2025.04.17 00:29:21.432113 [ 275 ] {c586cf42-1582-40dd-b560-52c25b0098d2} <Debug> executeQuery: Read 14 rows, 1.10 KiB in 0.004552 sec., 3075.5711775043937 rows/sec., 241.78 KiB/sec. | ||
| 9938 | 2025.04.17 00:29:21.432285 [ 275 ] {c586cf42-1582-40dd-b560-52c25b0098d2} <Debug> TCPHandler: Processed in 0.004915774 sec. | ||
| 9939 | 2025.04.17 00:29:21.432416 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9940 | 2025.04.17 00:29:21.432542 [ 275 ] {f1935191-eb5d-4c2c-9a6e-2716d4c42e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9941 | 2025.04.17 00:29:21.432590 [ 275 ] {f1935191-eb5d-4c2c-9a6e-2716d4c42e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9942 | 2025.04.17 00:29:21.433455 [ 200 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3673 rows, containing 5 columns (5 merged, 0 gathered) in 0.006103304 sec., 601805.1861745703 rows/sec., 52.14 MiB/sec. | ||
| 9943 | 2025.04.17 00:29:21.433743 [ 275 ] {f1935191-eb5d-4c2c-9a6e-2716d4c42e93} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9944 | 2025.04.17 00:29:21.433784 [ 275 ] {f1935191-eb5d-4c2c-9a6e-2716d4c42e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9945 | 2025.04.17 00:29:21.433867 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9946 | 2025.04.17 00:29:21.434425 [ 275 ] {f1935191-eb5d-4c2c-9a6e-2716d4c42e93} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9947 | 2025.04.17 00:29:21.434562 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_91_18} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9948 | 2025.04.17 00:29:21.434735 [ 190 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_91_18} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9949 | 2025.04.17 00:29:21.434829 [ 275 ] {f1935191-eb5d-4c2c-9a6e-2716d4c42e93} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9950 | 2025.04.17 00:29:21.434937 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 9951 | 2025.04.17 00:29:21.435193 [ 275 ] {f1935191-eb5d-4c2c-9a6e-2716d4c42e93} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00267 sec., 8988.76404494382 rows/sec., 763.69 KiB/sec. | ||
| 9952 | 2025.04.17 00:29:21.435326 [ 275 ] {f1935191-eb5d-4c2c-9a6e-2716d4c42e93} <Debug> TCPHandler: Processed in 0.002962384 sec. | ||
| 9953 | 2025.04.17 00:29:21.435584 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9954 | 2025.04.17 00:29:21.435703 [ 275 ] {f4b85bfc-02df-4df0-a36c-962d20c9a187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9955 | 2025.04.17 00:29:21.435749 [ 275 ] {f4b85bfc-02df-4df0-a36c-962d20c9a187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9956 | 2025.04.17 00:29:21.436307 [ 275 ] {f4b85bfc-02df-4df0-a36c-962d20c9a187} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9957 | 2025.04.17 00:29:21.436346 [ 275 ] {f4b85bfc-02df-4df0-a36c-962d20c9a187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9958 | 2025.04.17 00:29:21.436708 [ 275 ] {f4b85bfc-02df-4df0-a36c-962d20c9a187} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9959 | 2025.04.17 00:29:21.436967 [ 275 ] {f4b85bfc-02df-4df0-a36c-962d20c9a187} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9960 | 2025.04.17 00:29:21.437168 [ 275 ] {f4b85bfc-02df-4df0-a36c-962d20c9a187} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001487 sec., 8069.9394754539335 rows/sec., 630.46 KiB/sec. | ||
| 9961 | 2025.04.17 00:29:21.437226 [ 275 ] {f4b85bfc-02df-4df0-a36c-962d20c9a187} <Debug> TCPHandler: Processed in 0.001737443 sec. | ||
| 9962 | 2025.04.17 00:29:21.437338 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9963 | 2025.04.17 00:29:21.437448 [ 275 ] {b5f85163-3881-4652-9650-6d5a60307107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9964 | 2025.04.17 00:29:21.437493 [ 275 ] {b5f85163-3881-4652-9650-6d5a60307107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9965 | 2025.04.17 00:29:21.438050 [ 275 ] {b5f85163-3881-4652-9650-6d5a60307107} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9966 | 2025.04.17 00:29:21.438089 [ 275 ] {b5f85163-3881-4652-9650-6d5a60307107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9967 | 2025.04.17 00:29:21.438454 [ 275 ] {b5f85163-3881-4652-9650-6d5a60307107} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9968 | 2025.04.17 00:29:21.438692 [ 275 ] {b5f85163-3881-4652-9650-6d5a60307107} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9969 | 2025.04.17 00:29:21.438859 [ 105 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9970 | 2025.04.17 00:29:21.438908 [ 275 ] {b5f85163-3881-4652-9650-6d5a60307107} <Debug> executeQuery: Read 102 rows, 8.54 KiB in 0.001478 sec., 69012.17861975644 rows/sec., 5.64 MiB/sec. | ||
| 9971 | 2025.04.17 00:29:21.438926 [ 105 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9972 | 2025.04.17 00:29:21.438990 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9973 | 2025.04.17 00:29:21.439041 [ 275 ] {b5f85163-3881-4652-9650-6d5a60307107} <Debug> TCPHandler: Processed in 0.001750504 sec. | ||
| 9974 | 2025.04.17 00:29:21.439359 [ 190 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9975 | 2025.04.17 00:29:21.439401 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9976 | 2025.04.17 00:29:21.439899 [ 190 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9977 | 2025.04.17 00:29:21.440036 [ 190 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 952 rows starting from the beginning of the part | ||
| 9978 | 2025.04.17 00:29:21.440390 [ 190 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part | ||
| 9979 | 2025.04.17 00:29:21.440444 [ 275 ] {6131fb15-e71b-466e-aca2-488f098ab81f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9980 | 2025.04.17 00:29:21.440830 [ 190 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 566 rows starting from the beginning of the part | ||
| 9981 | 2025.04.17 00:29:21.441057 [ 275 ] {6131fb15-e71b-466e-aca2-488f098ab81f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9982 | 2025.04.17 00:29:21.441182 [ 190 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part | ||
| 9983 | 2025.04.17 00:29:21.441574 [ 190 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 104 rows starting from the beginning of the part | ||
| 9984 | 2025.04.17 00:29:21.441916 [ 190 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 102 rows starting from the beginning of the part | ||
| 9985 | 2025.04.17 00:29:21.443731 [ 275 ] {6131fb15-e71b-466e-aca2-488f098ab81f} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9986 | 2025.04.17 00:29:21.443797 [ 275 ] {6131fb15-e71b-466e-aca2-488f098ab81f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 9987 | 2025.04.17 00:29:21.444757 [ 275 ] {6131fb15-e71b-466e-aca2-488f098ab81f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9988 | 2025.04.17 00:29:21.445194 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1852 rows, containing 5 columns (5 merged, 0 gathered) in 0.006098104 sec., 303700.9536078755 rows/sec., 23.83 MiB/sec. | ||
| 9989 | 2025.04.17 00:29:21.445233 [ 275 ] {6131fb15-e71b-466e-aca2-488f098ab81f} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9990 | 2025.04.17 00:29:21.445419 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9991 | 2025.04.17 00:29:21.445525 [ 275 ] {6131fb15-e71b-466e-aca2-488f098ab81f} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.005668 sec., 34756.52787579393 rows/sec., 2.49 MiB/sec. | ||
| 9992 | 2025.04.17 00:29:21.445616 [ 275 ] {6131fb15-e71b-466e-aca2-488f098ab81f} <Debug> TCPHandler: Processed in 0.00633572 sec. | ||
| 9993 | 2025.04.17 00:29:21.445735 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9994 | 2025.04.17 00:29:21.445803 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_91_18} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9995 | 2025.04.17 00:29:21.445863 [ 275 ] {8ecbc5af-7535-486a-8131-3977e6bc9662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9996 | 2025.04.17 00:29:21.445914 [ 196 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_91_18} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9997 | 2025.04.17 00:29:21.445919 [ 275 ] {8ecbc5af-7535-486a-8131-3977e6bc9662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9998 | 2025.04.17 00:29:21.446031 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9999 | 2025.04.17 00:29:21.446429 [ 275 ] {8ecbc5af-7535-486a-8131-3977e6bc9662} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10000 | 2025.04.17 00:29:21.446466 [ 275 ] {8ecbc5af-7535-486a-8131-3977e6bc9662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10001 | 2025.04.17 00:29:21.446837 [ 275 ] {8ecbc5af-7535-486a-8131-3977e6bc9662} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10002 | 2025.04.17 00:29:21.447095 [ 275 ] {8ecbc5af-7535-486a-8131-3977e6bc9662} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10003 | 2025.04.17 00:29:21.447301 [ 275 ] {8ecbc5af-7535-486a-8131-3977e6bc9662} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001473 sec., 40733.19755600815 rows/sec., 2.75 MiB/sec. | ||
| 10004 | 2025.04.17 00:29:21.447381 [ 275 ] {8ecbc5af-7535-486a-8131-3977e6bc9662} <Debug> TCPHandler: Processed in 0.001694383 sec. | ||
| 10005 | 2025.04.17 00:29:23.395514 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
| 10006 | 2025.04.17 00:29:23.396598 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10007 | 2025.04.17 00:29:23.396701 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10008 | 2025.04.17 00:29:23.397401 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10009 | 2025.04.17 00:29:23.397681 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10010 | 2025.04.17 00:29:23.397907 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 10011 | 2025.04.17 00:29:25.459951 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 10012 | 2025.04.17 00:29:25.480531 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10013 | 2025.04.17 00:29:25.480592 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10014 | 2025.04.17 00:29:25.487803 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10015 | 2025.04.17 00:29:25.488628 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10016 | 2025.04.17 00:29:25.491941 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 10017 | 2025.04.17 00:29:26.047172 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1324 | ||
| 10018 | 2025.04.17 00:29:26.050297 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10019 | 2025.04.17 00:29:26.050360 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10020 | 2025.04.17 00:29:26.051872 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10021 | 2025.04.17 00:29:26.052217 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10022 | 2025.04.17 00:29:26.054294 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1324 | ||
| 10023 | 2025.04.17 00:29:26.421559 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10024 | 2025.04.17 00:29:26.421747 [ 275 ] {7353e31d-0e45-4e32-a079-52e79a41a957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10025 | 2025.04.17 00:29:26.421821 [ 275 ] {7353e31d-0e45-4e32-a079-52e79a41a957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10026 | 2025.04.17 00:29:26.422674 [ 275 ] {7353e31d-0e45-4e32-a079-52e79a41a957} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10027 | 2025.04.17 00:29:26.422726 [ 275 ] {7353e31d-0e45-4e32-a079-52e79a41a957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10028 | 2025.04.17 00:29:26.423171 [ 275 ] {7353e31d-0e45-4e32-a079-52e79a41a957} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10029 | 2025.04.17 00:29:26.423431 [ 275 ] {7353e31d-0e45-4e32-a079-52e79a41a957} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10030 | 2025.04.17 00:29:26.423648 [ 275 ] {7353e31d-0e45-4e32-a079-52e79a41a957} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001948 sec., 69815.19507186858 rows/sec., 6.03 MiB/sec. | ||
| 10031 | 2025.04.17 00:29:26.423747 [ 275 ] {7353e31d-0e45-4e32-a079-52e79a41a957} <Debug> TCPHandler: Processed in 0.002313638 sec. | ||
| 10032 | 2025.04.17 00:29:26.423900 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10033 | 2025.04.17 00:29:26.424224 [ 275 ] {3a529b7b-d279-4e5a-90b9-46ed4880a5f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10034 | 2025.04.17 00:29:26.424352 [ 275 ] {3a529b7b-d279-4e5a-90b9-46ed4880a5f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10035 | 2025.04.17 00:29:26.425067 [ 275 ] {3a529b7b-d279-4e5a-90b9-46ed4880a5f6} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10036 | 2025.04.17 00:29:26.425110 [ 275 ] {3a529b7b-d279-4e5a-90b9-46ed4880a5f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10037 | 2025.04.17 00:29:26.425487 [ 275 ] {3a529b7b-d279-4e5a-90b9-46ed4880a5f6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10038 | 2025.04.17 00:29:26.425740 [ 275 ] {3a529b7b-d279-4e5a-90b9-46ed4880a5f6} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10039 | 2025.04.17 00:29:26.425928 [ 99 ] {} <Debug> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10040 | 2025.04.17 00:29:26.425964 [ 275 ] {3a529b7b-d279-4e5a-90b9-46ed4880a5f6} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001874 sec., 21344.71718249733 rows/sec., 1.57 MiB/sec. | ||
| 10041 | 2025.04.17 00:29:26.426020 [ 99 ] {} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10042 | 2025.04.17 00:29:26.426081 [ 275 ] {3a529b7b-d279-4e5a-90b9-46ed4880a5f6} <Debug> TCPHandler: Processed in 0.002236487 sec. | ||
| 10043 | 2025.04.17 00:29:26.426088 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10044 | 2025.04.17 00:29:26.426251 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10045 | 2025.04.17 00:29:26.426269 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::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 | ||
| 10046 | 2025.04.17 00:29:26.426384 [ 275 ] {4bfd5695-2067-4d95-88fa-509366187f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10047 | 2025.04.17 00:29:26.426411 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10048 | 2025.04.17 00:29:26.426442 [ 275 ] {4bfd5695-2067-4d95-88fa-509366187f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10049 | 2025.04.17 00:29:26.426453 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 178 rows starting from the beginning of the part | ||
| 10050 | 2025.04.17 00:29:26.426626 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part | ||
| 10051 | 2025.04.17 00:29:26.427050 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 46 rows starting from the beginning of the part | ||
| 10052 | 2025.04.17 00:29:26.427410 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part | ||
| 10053 | 2025.04.17 00:29:26.427813 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 10054 | 2025.04.17 00:29:26.428172 [ 200 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part | ||
| 10055 | 2025.04.17 00:29:26.428985 [ 275 ] {4bfd5695-2067-4d95-88fa-509366187f56} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10056 | 2025.04.17 00:29:26.429035 [ 275 ] {4bfd5695-2067-4d95-88fa-509366187f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10057 | 2025.04.17 00:29:26.429592 [ 275 ] {4bfd5695-2067-4d95-88fa-509366187f56} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10058 | 2025.04.17 00:29:26.429963 [ 190 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 5 columns (5 merged, 0 gathered) in 0.003735724 sec., 95831.49076323626 rows/sec., 6.98 MiB/sec. | ||
| 10059 | 2025.04.17 00:29:26.429981 [ 275 ] {4bfd5695-2067-4d95-88fa-509366187f56} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10060 | 2025.04.17 00:29:26.430296 [ 190 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10061 | 2025.04.17 00:29:26.430425 [ 275 ] {4bfd5695-2067-4d95-88fa-509366187f56} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.004054 sec., 25653.675382338428 rows/sec., 2.00 MiB/sec. | ||
| 10062 | 2025.04.17 00:29:26.430520 [ 275 ] {4bfd5695-2067-4d95-88fa-509366187f56} <Debug> TCPHandler: Processed in 0.004352579 sec. | ||
| 10063 | 2025.04.17 00:29:26.430695 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10064 | 2025.04.17 00:29:26.430861 [ 275 ] {5b464aa1-820f-45f4-a886-ad9597c5b60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10065 | 2025.04.17 00:29:26.430951 [ 190 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_61_12} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10066 | 2025.04.17 00:29:26.430965 [ 275 ] {5b464aa1-820f-45f4-a886-ad9597c5b60e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10067 | 2025.04.17 00:29:26.431229 [ 190 ] {b3d8a8e5-5a4d-47f1-826b-b1df41f6144d::all_1_61_12} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10068 | 2025.04.17 00:29:26.431469 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 10069 | 2025.04.17 00:29:26.431882 [ 275 ] {5b464aa1-820f-45f4-a886-ad9597c5b60e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10070 | 2025.04.17 00:29:26.431927 [ 275 ] {5b464aa1-820f-45f4-a886-ad9597c5b60e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10071 | 2025.04.17 00:29:26.432317 [ 275 ] {5b464aa1-820f-45f4-a886-ad9597c5b60e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10072 | 2025.04.17 00:29:26.432560 [ 275 ] {5b464aa1-820f-45f4-a886-ad9597c5b60e} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10073 | 2025.04.17 00:29:26.432770 [ 275 ] {5b464aa1-820f-45f4-a886-ad9597c5b60e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001974 sec., 81053.69807497467 rows/sec., 5.65 MiB/sec. | ||
| 10074 | 2025.04.17 00:29:26.432825 [ 275 ] {5b464aa1-820f-45f4-a886-ad9597c5b60e} <Debug> TCPHandler: Processed in 0.002203595 sec. | ||
| 10075 | 2025.04.17 00:29:26.432940 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10076 | 2025.04.17 00:29:26.433043 [ 275 ] {d54f8c2b-d166-439e-8ff5-3f7f7bc6e25d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10077 | 2025.04.17 00:29:26.433109 [ 275 ] {d54f8c2b-d166-439e-8ff5-3f7f7bc6e25d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10078 | 2025.04.17 00:29:26.434207 [ 275 ] {d54f8c2b-d166-439e-8ff5-3f7f7bc6e25d} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10079 | 2025.04.17 00:29:26.434245 [ 275 ] {d54f8c2b-d166-439e-8ff5-3f7f7bc6e25d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10080 | 2025.04.17 00:29:26.434902 [ 275 ] {d54f8c2b-d166-439e-8ff5-3f7f7bc6e25d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10081 | 2025.04.17 00:29:26.435170 [ 275 ] {d54f8c2b-d166-439e-8ff5-3f7f7bc6e25d} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10082 | 2025.04.17 00:29:26.435454 [ 275 ] {d54f8c2b-d166-439e-8ff5-3f7f7bc6e25d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002432 sec., 16447.36842105263 rows/sec., 29.47 MiB/sec. | ||
| 10083 | 2025.04.17 00:29:26.435800 [ 275 ] {d54f8c2b-d166-439e-8ff5-3f7f7bc6e25d} <Debug> TCPHandler: Processed in 0.002908093 sec. | ||
| 10084 | 2025.04.17 00:29:26.436095 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10085 | 2025.04.17 00:29:26.436202 [ 275 ] {c0753bf6-32df-461d-ba4b-6d9a72f563e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10086 | 2025.04.17 00:29:26.436251 [ 275 ] {c0753bf6-32df-461d-ba4b-6d9a72f563e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10087 | 2025.04.17 00:29:26.436718 [ 275 ] {c0753bf6-32df-461d-ba4b-6d9a72f563e7} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10088 | 2025.04.17 00:29:26.436757 [ 275 ] {c0753bf6-32df-461d-ba4b-6d9a72f563e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10089 | 2025.04.17 00:29:26.437123 [ 275 ] {c0753bf6-32df-461d-ba4b-6d9a72f563e7} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10090 | 2025.04.17 00:29:26.437361 [ 275 ] {c0753bf6-32df-461d-ba4b-6d9a72f563e7} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10091 | 2025.04.17 00:29:26.437579 [ 275 ] {c0753bf6-32df-461d-ba4b-6d9a72f563e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 10092 | 2025.04.17 00:29:26.437668 [ 275 ] {c0753bf6-32df-461d-ba4b-6d9a72f563e7} <Debug> TCPHandler: Processed in 0.001644411 sec. | ||
| 10093 | 2025.04.17 00:29:30.697190 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10094 | 2025.04.17 00:29:30.697258 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10095 | 2025.04.17 00:29:30.898937 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
| 10096 | 2025.04.17 00:29:30.899555 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10097 | 2025.04.17 00:29:30.899596 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10098 | 2025.04.17 00:29:30.900110 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10099 | 2025.04.17 00:29:30.900366 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10100 | 2025.04.17 00:29:30.900600 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 10101 | 2025.04.17 00:29:30.900631 [ 93 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10102 | 2025.04.17 00:29:30.900724 [ 93 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10103 | 2025.04.17 00:29:30.900764 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10104 | 2025.04.17 00:29:30.900921 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 10105 | 2025.04.17 00:29:30.901077 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10106 | 2025.04.17 00:29:30.901117 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part | ||
| 10107 | 2025.04.17 00:29:30.901195 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part | ||
| 10108 | 2025.04.17 00:29:30.901373 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part | ||
| 10109 | 2025.04.17 00:29:30.901572 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part | ||
| 10110 | 2025.04.17 00:29:30.901782 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part | ||
| 10111 | 2025.04.17 00:29:30.901993 [ 198 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part | ||
| 10112 | 2025.04.17 00:29:30.904636 [ 189 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003780305 sec., 8003587.012159072 rows/sec., 114.49 MiB/sec. | ||
| 10113 | 2025.04.17 00:29:30.905004 [ 189 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10114 | 2025.04.17 00:29:30.905390 [ 189 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_66_13} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10115 | 2025.04.17 00:29:30.905512 [ 189 ] {32826ef7-4ef2-434a-9da6-e6dfd0f8a823::all_1_66_13} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10116 | 2025.04.17 00:29:30.905646 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
| 10117 | 2025.04.17 00:29:31.418842 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10118 | 2025.04.17 00:29:31.419030 [ 275 ] {2362a925-df68-4881-9edf-5fb837423a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10119 | 2025.04.17 00:29:31.419101 [ 275 ] {2362a925-df68-4881-9edf-5fb837423a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10120 | 2025.04.17 00:29:31.419870 [ 275 ] {2362a925-df68-4881-9edf-5fb837423a34} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10121 | 2025.04.17 00:29:31.419916 [ 275 ] {2362a925-df68-4881-9edf-5fb837423a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10122 | 2025.04.17 00:29:31.420343 [ 275 ] {2362a925-df68-4881-9edf-5fb837423a34} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10123 | 2025.04.17 00:29:31.420587 [ 275 ] {2362a925-df68-4881-9edf-5fb837423a34} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10124 | 2025.04.17 00:29:31.420807 [ 275 ] {2362a925-df68-4881-9edf-5fb837423a34} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001827 sec., 30651.340996168583 rows/sec., 2.35 MiB/sec. | ||
| 10125 | 2025.04.17 00:29:31.420908 [ 275 ] {2362a925-df68-4881-9edf-5fb837423a34} <Debug> TCPHandler: Processed in 0.002190795 sec. | ||
| 10126 | 2025.04.17 00:29:31.421102 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10127 | 2025.04.17 00:29:31.421385 [ 275 ] {ca23afe2-bef7-4b35-8564-6509df620b7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10128 | 2025.04.17 00:29:31.421474 [ 275 ] {ca23afe2-bef7-4b35-8564-6509df620b7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10129 | 2025.04.17 00:29:31.422023 [ 275 ] {ca23afe2-bef7-4b35-8564-6509df620b7d} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10130 | 2025.04.17 00:29:31.422062 [ 275 ] {ca23afe2-bef7-4b35-8564-6509df620b7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10131 | 2025.04.17 00:29:31.422404 [ 275 ] {ca23afe2-bef7-4b35-8564-6509df620b7d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10132 | 2025.04.17 00:29:31.422634 [ 275 ] {ca23afe2-bef7-4b35-8564-6509df620b7d} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10133 | 2025.04.17 00:29:31.422832 [ 275 ] {ca23afe2-bef7-4b35-8564-6509df620b7d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001552 sec., 41237.113402061856 rows/sec., 3.22 MiB/sec. | ||
| 10134 | 2025.04.17 00:29:31.422883 [ 275 ] {ca23afe2-bef7-4b35-8564-6509df620b7d} <Debug> TCPHandler: Processed in 0.001870537 sec. | ||
| 10135 | 2025.04.17 00:29:31.423008 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10136 | 2025.04.17 00:29:31.423111 [ 275 ] {1cb5b394-bf2a-4f79-88fe-c0c60b0dfb8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10137 | 2025.04.17 00:29:31.423158 [ 275 ] {1cb5b394-bf2a-4f79-88fe-c0c60b0dfb8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10138 | 2025.04.17 00:29:31.423681 [ 275 ] {1cb5b394-bf2a-4f79-88fe-c0c60b0dfb8c} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10139 | 2025.04.17 00:29:31.423718 [ 275 ] {1cb5b394-bf2a-4f79-88fe-c0c60b0dfb8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10140 | 2025.04.17 00:29:31.424097 [ 275 ] {1cb5b394-bf2a-4f79-88fe-c0c60b0dfb8c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10141 | 2025.04.17 00:29:31.424324 [ 275 ] {1cb5b394-bf2a-4f79-88fe-c0c60b0dfb8c} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10142 | 2025.04.17 00:29:31.424509 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10143 | 2025.04.17 00:29:31.424521 [ 275 ] {1cb5b394-bf2a-4f79-88fe-c0c60b0dfb8c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001426 sec., 112201.96353436186 rows/sec., 7.81 MiB/sec. | ||
| 10144 | 2025.04.17 00:29:31.424636 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10145 | 2025.04.17 00:29:31.424707 [ 275 ] {1cb5b394-bf2a-4f79-88fe-c0c60b0dfb8c} <Debug> TCPHandler: Processed in 0.001744344 sec. | ||
| 10146 | 2025.04.17 00:29:31.424715 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10147 | 2025.04.17 00:29:31.424926 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10148 | 2025.04.17 00:29:31.425041 [ 198 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10149 | 2025.04.17 00:29:31.425195 [ 275 ] {23b69f1c-14d3-421f-aa2c-0e3ced65088f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10150 | 2025.04.17 00:29:31.425440 [ 275 ] {23b69f1c-14d3-421f-aa2c-0e3ced65088f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10151 | 2025.04.17 00:29:31.425827 [ 198 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10152 | 2025.04.17 00:29:31.425985 [ 198 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26129 rows starting from the beginning of the part | ||
| 10153 | 2025.04.17 00:29:31.426525 [ 198 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
| 10154 | 2025.04.17 00:29:31.427261 [ 198 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
| 10155 | 2025.04.17 00:29:31.427858 [ 198 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 197 rows starting from the beginning of the part | ||
| 10156 | 2025.04.17 00:29:31.428142 [ 198 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 10157 | 2025.04.17 00:29:31.428515 [ 198 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
| 10158 | 2025.04.17 00:29:31.429233 [ 275 ] {23b69f1c-14d3-421f-aa2c-0e3ced65088f} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10159 | 2025.04.17 00:29:31.429294 [ 275 ] {23b69f1c-14d3-421f-aa2c-0e3ced65088f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10160 | 2025.04.17 00:29:31.430060 [ 275 ] {23b69f1c-14d3-421f-aa2c-0e3ced65088f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10161 | 2025.04.17 00:29:31.430361 [ 275 ] {23b69f1c-14d3-421f-aa2c-0e3ced65088f} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10162 | 2025.04.17 00:29:31.430604 [ 275 ] {23b69f1c-14d3-421f-aa2c-0e3ced65088f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005528 sec., 10853.83502170767 rows/sec., 749.03 KiB/sec. | ||
| 10163 | 2025.04.17 00:29:31.430767 [ 275 ] {23b69f1c-14d3-421f-aa2c-0e3ced65088f} <Debug> TCPHandler: Processed in 0.0059481 sec. | ||
| 10164 | 2025.04.17 00:29:31.435075 [ 187 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26966 rows, containing 5 columns (5 merged, 0 gathered) in 0.010214727 sec., 2639913.920362238 rows/sec., 181.22 MiB/sec. | ||
| 10165 | 2025.04.17 00:29:31.435634 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10166 | 2025.04.17 00:29:31.436080 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10167 | 2025.04.17 00:29:31.436180 [ 197 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10168 | 2025.04.17 00:29:31.436291 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 10169 | 2025.04.17 00:29:32.992889 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 10170 | 2025.04.17 00:29:33.014158 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10171 | 2025.04.17 00:29:33.014212 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10172 | 2025.04.17 00:29:33.021300 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10173 | 2025.04.17 00:29:33.022075 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10174 | 2025.04.17 00:29:33.022520 [ 88 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10175 | 2025.04.17 00:29:33.022709 [ 88 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10176 | 2025.04.17 00:29:33.022814 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 10177 | 2025.04.17 00:29:33.023360 [ 197 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 10178 | 2025.04.17 00:29:33.036388 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 10179 | 2025.04.17 00:29:33.038399 [ 197 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10180 | 2025.04.17 00:29:33.040072 [ 197 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
| 10181 | 2025.04.17 00:29:33.046001 [ 197 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 10182 | 2025.04.17 00:29:33.051933 [ 197 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 10183 | 2025.04.17 00:29:33.057724 [ 197 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 10184 | 2025.04.17 00:29:33.063700 [ 197 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 10185 | 2025.04.17 00:29:33.068643 [ 197 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 10186 | 2025.04.17 00:29:33.128102 [ 187 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.105114098 sec., 4737.70892273651 rows/sec., 24.50 MiB/sec. | ||
| 10187 | 2025.04.17 00:29:33.131509 [ 187 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10188 | 2025.04.17 00:29:33.136056 [ 187 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_66_13} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10189 | 2025.04.17 00:29:33.136152 [ 187 ] {09a24531-4fd0-4e29-ab42-cea32f1ed8b8::all_1_66_13} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10190 | 2025.04.17 00:29:33.138506 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. | ||
| 10191 | 2025.04.17 00:29:36.055380 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1344 | ||
| 10192 | 2025.04.17 00:29:36.058189 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10193 | 2025.04.17 00:29:36.058249 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10194 | 2025.04.17 00:29:36.059681 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10195 | 2025.04.17 00:29:36.060000 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10196 | 2025.04.17 00:29:36.061419 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1344 | ||
| 10197 | 2025.04.17 00:29:36.449572 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10198 | 2025.04.17 00:29:36.449758 [ 275 ] {7e00e800-2262-42f1-9112-d7d65b2fdad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10199 | 2025.04.17 00:29:36.449832 [ 275 ] {7e00e800-2262-42f1-9112-d7d65b2fdad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10200 | 2025.04.17 00:29:36.450586 [ 275 ] {7e00e800-2262-42f1-9112-d7d65b2fdad9} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10201 | 2025.04.17 00:29:36.450628 [ 275 ] {7e00e800-2262-42f1-9112-d7d65b2fdad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10202 | 2025.04.17 00:29:36.451053 [ 275 ] {7e00e800-2262-42f1-9112-d7d65b2fdad9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 10203 | 2025.04.17 00:29:36.451309 [ 275 ] {7e00e800-2262-42f1-9112-d7d65b2fdad9} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10204 | 2025.04.17 00:29:36.451516 [ 275 ] {7e00e800-2262-42f1-9112-d7d65b2fdad9} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00181 sec., 4419.889502762431 rows/sec., 360.41 KiB/sec. | ||
| 10205 | 2025.04.17 00:29:36.451643 [ 275 ] {7e00e800-2262-42f1-9112-d7d65b2fdad9} <Debug> TCPHandler: Processed in 0.002193085 sec. | ||
| 10206 | 2025.04.17 00:29:36.451779 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10207 | 2025.04.17 00:29:36.451883 [ 275 ] {487f0f84-51c3-4c62-8ec5-81e23d42c536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10208 | 2025.04.17 00:29:36.451930 [ 275 ] {487f0f84-51c3-4c62-8ec5-81e23d42c536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10209 | 2025.04.17 00:29:36.453153 [ 275 ] {487f0f84-51c3-4c62-8ec5-81e23d42c536} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10210 | 2025.04.17 00:29:36.453191 [ 275 ] {487f0f84-51c3-4c62-8ec5-81e23d42c536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10211 | 2025.04.17 00:29:36.453639 [ 275 ] {487f0f84-51c3-4c62-8ec5-81e23d42c536} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10212 | 2025.04.17 00:29:36.453885 [ 275 ] {487f0f84-51c3-4c62-8ec5-81e23d42c536} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10213 | 2025.04.17 00:29:36.454052 [ 275 ] {487f0f84-51c3-4c62-8ec5-81e23d42c536} <Debug> executeQuery: Read 1280 rows, 108.88 KiB in 0.002195 sec., 583143.5079726651 rows/sec., 48.44 MiB/sec. | ||
| 10214 | 2025.04.17 00:29:36.454103 [ 275 ] {487f0f84-51c3-4c62-8ec5-81e23d42c536} <Debug> TCPHandler: Processed in 0.00237864 sec. | ||
| 10215 | 2025.04.17 00:29:36.454218 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10216 | 2025.04.17 00:29:36.454322 [ 275 ] {0da7f980-4048-403e-b289-6584f29c6052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10217 | 2025.04.17 00:29:36.454368 [ 275 ] {0da7f980-4048-403e-b289-6584f29c6052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10218 | 2025.04.17 00:29:36.454884 [ 275 ] {0da7f980-4048-403e-b289-6584f29c6052} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10219 | 2025.04.17 00:29:36.454921 [ 275 ] {0da7f980-4048-403e-b289-6584f29c6052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10220 | 2025.04.17 00:29:36.455273 [ 275 ] {0da7f980-4048-403e-b289-6584f29c6052} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10221 | 2025.04.17 00:29:36.455508 [ 275 ] {0da7f980-4048-403e-b289-6584f29c6052} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10222 | 2025.04.17 00:29:36.455670 [ 275 ] {0da7f980-4048-403e-b289-6584f29c6052} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.001371 sec., 35010.940919037195 rows/sec., 2.54 MiB/sec. | ||
| 10223 | 2025.04.17 00:29:36.455719 [ 275 ] {0da7f980-4048-403e-b289-6584f29c6052} <Debug> TCPHandler: Processed in 0.001550699 sec. | ||
| 10224 | 2025.04.17 00:29:36.455835 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10225 | 2025.04.17 00:29:36.455946 [ 275 ] {eb77edf3-f036-4f6c-8767-2686fd4662d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10226 | 2025.04.17 00:29:36.455994 [ 275 ] {eb77edf3-f036-4f6c-8767-2686fd4662d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10227 | 2025.04.17 00:29:36.456717 [ 275 ] {eb77edf3-f036-4f6c-8767-2686fd4662d5} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10228 | 2025.04.17 00:29:36.456765 [ 275 ] {eb77edf3-f036-4f6c-8767-2686fd4662d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10229 | 2025.04.17 00:29:36.457181 [ 275 ] {eb77edf3-f036-4f6c-8767-2686fd4662d5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10230 | 2025.04.17 00:29:36.457421 [ 275 ] {eb77edf3-f036-4f6c-8767-2686fd4662d5} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10231 | 2025.04.17 00:29:36.457594 [ 275 ] {eb77edf3-f036-4f6c-8767-2686fd4662d5} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001672 sec., 136363.63636363635 rows/sec., 9.23 MiB/sec. | ||
| 10232 | 2025.04.17 00:29:36.457645 [ 275 ] {eb77edf3-f036-4f6c-8767-2686fd4662d5} <Debug> TCPHandler: Processed in 0.001863247 sec. | ||
| 10233 | 2025.04.17 00:29:36.457761 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10234 | 2025.04.17 00:29:36.457864 [ 275 ] {6830b8b5-4566-4087-b056-acb24da417d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10235 | 2025.04.17 00:29:36.457910 [ 275 ] {6830b8b5-4566-4087-b056-acb24da417d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10236 | 2025.04.17 00:29:36.458680 [ 275 ] {6830b8b5-4566-4087-b056-acb24da417d1} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10237 | 2025.04.17 00:29:36.458719 [ 275 ] {6830b8b5-4566-4087-b056-acb24da417d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10238 | 2025.04.17 00:29:36.459103 [ 275 ] {6830b8b5-4566-4087-b056-acb24da417d1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10239 | 2025.04.17 00:29:36.459354 [ 275 ] {6830b8b5-4566-4087-b056-acb24da417d1} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10240 | 2025.04.17 00:29:36.459519 [ 275 ] {6830b8b5-4566-4087-b056-acb24da417d1} <Debug> executeQuery: Read 568 rows, 43.26 KiB in 0.001677 sec., 338700.0596302922 rows/sec., 25.19 MiB/sec. | ||
| 10241 | 2025.04.17 00:29:36.459570 [ 275 ] {6830b8b5-4566-4087-b056-acb24da417d1} <Debug> TCPHandler: Processed in 0.001859607 sec. | ||
| 10242 | 2025.04.17 00:29:36.459695 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10243 | 2025.04.17 00:29:36.459797 [ 275 ] {f0e7ff81-243b-478b-8a5f-b947df7ee692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10244 | 2025.04.17 00:29:36.459847 [ 275 ] {f0e7ff81-243b-478b-8a5f-b947df7ee692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10245 | 2025.04.17 00:29:36.460567 [ 275 ] {f0e7ff81-243b-478b-8a5f-b947df7ee692} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10246 | 2025.04.17 00:29:36.460604 [ 275 ] {f0e7ff81-243b-478b-8a5f-b947df7ee692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10247 | 2025.04.17 00:29:36.461060 [ 275 ] {f0e7ff81-243b-478b-8a5f-b947df7ee692} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10248 | 2025.04.17 00:29:36.461298 [ 275 ] {f0e7ff81-243b-478b-8a5f-b947df7ee692} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10249 | 2025.04.17 00:29:36.461474 [ 275 ] {f0e7ff81-243b-478b-8a5f-b947df7ee692} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001698 sec., 520612.4852767962 rows/sec., 35.03 MiB/sec. | ||
| 10250 | 2025.04.17 00:29:36.461538 [ 275 ] {f0e7ff81-243b-478b-8a5f-b947df7ee692} <Debug> TCPHandler: Processed in 0.001894438 sec. | ||
| 10251 | 2025.04.17 00:29:36.461696 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10252 | 2025.04.17 00:29:36.461851 [ 275 ] {d203787f-cffa-47f1-9841-2df43176abc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10253 | 2025.04.17 00:29:36.461934 [ 275 ] {d203787f-cffa-47f1-9841-2df43176abc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10254 | 2025.04.17 00:29:36.463150 [ 275 ] {d203787f-cffa-47f1-9841-2df43176abc2} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10255 | 2025.04.17 00:29:36.463188 [ 275 ] {d203787f-cffa-47f1-9841-2df43176abc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10256 | 2025.04.17 00:29:36.463866 [ 275 ] {d203787f-cffa-47f1-9841-2df43176abc2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10257 | 2025.04.17 00:29:36.464134 [ 275 ] {d203787f-cffa-47f1-9841-2df43176abc2} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10258 | 2025.04.17 00:29:36.464332 [ 275 ] {d203787f-cffa-47f1-9841-2df43176abc2} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002514 sec., 15910.898965791566 rows/sec., 28.51 MiB/sec. | ||
| 10259 | 2025.04.17 00:29:36.464442 [ 275 ] {d203787f-cffa-47f1-9841-2df43176abc2} <Debug> TCPHandler: Processed in 0.002827191 sec. | ||
| 10260 | 2025.04.17 00:29:36.464552 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10261 | 2025.04.17 00:29:36.464654 [ 275 ] {c802eb6a-91d9-4e34-8791-34cc85aac485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10262 | 2025.04.17 00:29:36.464701 [ 275 ] {c802eb6a-91d9-4e34-8791-34cc85aac485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10263 | 2025.04.17 00:29:36.465129 [ 275 ] {c802eb6a-91d9-4e34-8791-34cc85aac485} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10264 | 2025.04.17 00:29:36.465167 [ 275 ] {c802eb6a-91d9-4e34-8791-34cc85aac485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10265 | 2025.04.17 00:29:36.465525 [ 275 ] {c802eb6a-91d9-4e34-8791-34cc85aac485} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10266 | 2025.04.17 00:29:36.465772 [ 275 ] {c802eb6a-91d9-4e34-8791-34cc85aac485} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10267 | 2025.04.17 00:29:36.465906 [ 84 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10268 | 2025.04.17 00:29:36.465943 [ 275 ] {c802eb6a-91d9-4e34-8791-34cc85aac485} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00131 sec., 45801.52671755725 rows/sec., 3.09 MiB/sec. | ||
| 10269 | 2025.04.17 00:29:36.465946 [ 84 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10270 | 2025.04.17 00:29:36.465987 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10271 | 2025.04.17 00:29:36.466012 [ 275 ] {c802eb6a-91d9-4e34-8791-34cc85aac485} <Debug> TCPHandler: Processed in 0.001508847 sec. | ||
| 10272 | 2025.04.17 00:29:36.466263 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10273 | 2025.04.17 00:29:36.466757 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10274 | 2025.04.17 00:29:36.466842 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5064 rows starting from the beginning of the part | ||
| 10275 | 2025.04.17 00:29:36.466948 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
| 10276 | 2025.04.17 00:29:36.467148 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 10277 | 2025.04.17 00:29:36.467352 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 10278 | 2025.04.17 00:29:36.467455 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 10279 | 2025.04.17 00:29:36.467656 [ 195 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
| 10280 | 2025.04.17 00:29:36.469595 [ 186 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5364 rows, containing 4 columns (4 merged, 0 gathered) in 0.003476738 sec., 1542825.4875690949 rows/sec., 103.83 MiB/sec. | ||
| 10281 | 2025.04.17 00:29:36.469941 [ 199 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10282 | 2025.04.17 00:29:36.470240 [ 199 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_91_18} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10283 | 2025.04.17 00:29:36.470330 [ 199 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_91_18} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10284 | 2025.04.17 00:29:36.470413 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 10285 | 2025.04.17 00:29:38.401708 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
| 10286 | 2025.04.17 00:29:38.402358 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10287 | 2025.04.17 00:29:38.402395 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10288 | 2025.04.17 00:29:38.402924 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10289 | 2025.04.17 00:29:38.403178 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10290 | 2025.04.17 00:29:38.403360 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 10291 | 2025.04.17 00:29:40.536522 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 10292 | 2025.04.17 00:29:40.554674 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10293 | 2025.04.17 00:29:40.554742 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10294 | 2025.04.17 00:29:40.561506 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10295 | 2025.04.17 00:29:40.562264 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10296 | 2025.04.17 00:29:40.565248 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 10297 | 2025.04.17 00:29:41.419316 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10298 | 2025.04.17 00:29:41.419598 [ 275 ] {efebc818-ef11-42ac-9ff4-b651b6190cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10299 | 2025.04.17 00:29:41.419668 [ 275 ] {efebc818-ef11-42ac-9ff4-b651b6190cb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10300 | 2025.04.17 00:29:41.420540 [ 275 ] {efebc818-ef11-42ac-9ff4-b651b6190cb7} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10301 | 2025.04.17 00:29:41.420590 [ 275 ] {efebc818-ef11-42ac-9ff4-b651b6190cb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10302 | 2025.04.17 00:29:41.421014 [ 275 ] {efebc818-ef11-42ac-9ff4-b651b6190cb7} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10303 | 2025.04.17 00:29:41.421253 [ 275 ] {efebc818-ef11-42ac-9ff4-b651b6190cb7} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10304 | 2025.04.17 00:29:41.421497 [ 275 ] {efebc818-ef11-42ac-9ff4-b651b6190cb7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001964 sec., 28513.238289205703 rows/sec., 2.19 MiB/sec. | ||
| 10305 | 2025.04.17 00:29:41.421552 [ 275 ] {efebc818-ef11-42ac-9ff4-b651b6190cb7} <Debug> TCPHandler: Processed in 0.002717569 sec. | ||
| 10306 | 2025.04.17 00:29:41.421689 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10307 | 2025.04.17 00:29:41.421815 [ 275 ] {dc123f04-746f-4e0c-9189-c2f6dcb82f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10308 | 2025.04.17 00:29:41.421869 [ 275 ] {dc123f04-746f-4e0c-9189-c2f6dcb82f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10309 | 2025.04.17 00:29:41.422497 [ 275 ] {dc123f04-746f-4e0c-9189-c2f6dcb82f97} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10310 | 2025.04.17 00:29:41.422536 [ 275 ] {dc123f04-746f-4e0c-9189-c2f6dcb82f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10311 | 2025.04.17 00:29:41.422878 [ 275 ] {dc123f04-746f-4e0c-9189-c2f6dcb82f97} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10312 | 2025.04.17 00:29:41.423117 [ 275 ] {dc123f04-746f-4e0c-9189-c2f6dcb82f97} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10313 | 2025.04.17 00:29:41.423320 [ 275 ] {dc123f04-746f-4e0c-9189-c2f6dcb82f97} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001535 sec., 41693.81107491857 rows/sec., 3.25 MiB/sec. | ||
| 10314 | 2025.04.17 00:29:41.423370 [ 275 ] {dc123f04-746f-4e0c-9189-c2f6dcb82f97} <Debug> TCPHandler: Processed in 0.001734974 sec. | ||
| 10315 | 2025.04.17 00:29:41.423504 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10316 | 2025.04.17 00:29:41.423607 [ 275 ] {cc447643-168a-4cb3-ad76-6861b0f75ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10317 | 2025.04.17 00:29:41.423654 [ 275 ] {cc447643-168a-4cb3-ad76-6861b0f75ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10318 | 2025.04.17 00:29:41.424246 [ 275 ] {cc447643-168a-4cb3-ad76-6861b0f75ce6} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10319 | 2025.04.17 00:29:41.424286 [ 275 ] {cc447643-168a-4cb3-ad76-6861b0f75ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10320 | 2025.04.17 00:29:41.424661 [ 275 ] {cc447643-168a-4cb3-ad76-6861b0f75ce6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10321 | 2025.04.17 00:29:41.424894 [ 275 ] {cc447643-168a-4cb3-ad76-6861b0f75ce6} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10322 | 2025.04.17 00:29:41.425092 [ 275 ] {cc447643-168a-4cb3-ad76-6861b0f75ce6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001507 sec., 106171.20106171201 rows/sec., 7.39 MiB/sec. | ||
| 10323 | 2025.04.17 00:29:41.425142 [ 275 ] {cc447643-168a-4cb3-ad76-6861b0f75ce6} <Debug> TCPHandler: Processed in 0.001694582 sec. | ||
| 10324 | 2025.04.17 00:29:41.425255 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10325 | 2025.04.17 00:29:41.425357 [ 275 ] {fdbbd992-8733-457b-aabf-2fb0cf4c60f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10326 | 2025.04.17 00:29:41.425402 [ 275 ] {fdbbd992-8733-457b-aabf-2fb0cf4c60f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10327 | 2025.04.17 00:29:41.425875 [ 275 ] {fdbbd992-8733-457b-aabf-2fb0cf4c60f2} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10328 | 2025.04.17 00:29:41.425915 [ 275 ] {fdbbd992-8733-457b-aabf-2fb0cf4c60f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10329 | 2025.04.17 00:29:41.426257 [ 275 ] {fdbbd992-8733-457b-aabf-2fb0cf4c60f2} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10330 | 2025.04.17 00:29:41.426484 [ 275 ] {fdbbd992-8733-457b-aabf-2fb0cf4c60f2} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10331 | 2025.04.17 00:29:41.426702 [ 275 ] {fdbbd992-8733-457b-aabf-2fb0cf4c60f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. | ||
| 10332 | 2025.04.17 00:29:41.426798 [ 275 ] {fdbbd992-8733-457b-aabf-2fb0cf4c60f2} <Debug> TCPHandler: Processed in 0.00158674 sec. | ||
| 10333 | 2025.04.17 00:29:45.697341 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10334 | 2025.04.17 00:29:45.697436 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10335 | 2025.04.17 00:29:45.903692 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
| 10336 | 2025.04.17 00:29:45.904687 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10337 | 2025.04.17 00:29:45.904733 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10338 | 2025.04.17 00:29:45.905292 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10339 | 2025.04.17 00:29:45.905572 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10340 | 2025.04.17 00:29:45.905789 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 10341 | 2025.04.17 00:29:46.061755 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1368 | ||
| 10342 | 2025.04.17 00:29:46.064794 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10343 | 2025.04.17 00:29:46.064858 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10344 | 2025.04.17 00:29:46.066300 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10345 | 2025.04.17 00:29:46.066600 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10346 | 2025.04.17 00:29:46.067726 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1368 | ||
| 10347 | 2025.04.17 00:29:46.427263 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10348 | 2025.04.17 00:29:46.427556 [ 275 ] {3bfaa457-0fef-4c08-9f95-d1cf2d88b7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10349 | 2025.04.17 00:29:46.427666 [ 275 ] {3bfaa457-0fef-4c08-9f95-d1cf2d88b7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10350 | 2025.04.17 00:29:46.428616 [ 275 ] {3bfaa457-0fef-4c08-9f95-d1cf2d88b7a3} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10351 | 2025.04.17 00:29:46.428657 [ 275 ] {3bfaa457-0fef-4c08-9f95-d1cf2d88b7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10352 | 2025.04.17 00:29:46.429079 [ 275 ] {3bfaa457-0fef-4c08-9f95-d1cf2d88b7a3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10353 | 2025.04.17 00:29:46.429326 [ 275 ] {3bfaa457-0fef-4c08-9f95-d1cf2d88b7a3} <Trace> oximeter.fields_i16 (f7b051ac-0379-4fa1-a2d0-529448b3cb8f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10354 | 2025.04.17 00:29:46.429516 [ 275 ] {3bfaa457-0fef-4c08-9f95-d1cf2d88b7a3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002041 sec., 103870.65164135229 rows/sec., 6.61 MiB/sec. | ||
| 10355 | 2025.04.17 00:29:46.429615 [ 275 ] {3bfaa457-0fef-4c08-9f95-d1cf2d88b7a3} <Debug> TCPHandler: Processed in 0.002525944 sec. | ||
| 10356 | 2025.04.17 00:29:46.429773 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10357 | 2025.04.17 00:29:46.429890 [ 275 ] {5ff4beb9-7829-4b12-b1b4-047c2e2166d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10358 | 2025.04.17 00:29:46.429934 [ 275 ] {5ff4beb9-7829-4b12-b1b4-047c2e2166d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10359 | 2025.04.17 00:29:46.430885 [ 275 ] {5ff4beb9-7829-4b12-b1b4-047c2e2166d2} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10360 | 2025.04.17 00:29:46.430922 [ 275 ] {5ff4beb9-7829-4b12-b1b4-047c2e2166d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10361 | 2025.04.17 00:29:46.431318 [ 275 ] {5ff4beb9-7829-4b12-b1b4-047c2e2166d2} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10362 | 2025.04.17 00:29:46.431590 [ 275 ] {5ff4beb9-7829-4b12-b1b4-047c2e2166d2} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10363 | 2025.04.17 00:29:46.431769 [ 275 ] {5ff4beb9-7829-4b12-b1b4-047c2e2166d2} <Debug> executeQuery: Read 697 rows, 57.01 KiB in 0.0019 sec., 366842.1052631579 rows/sec., 29.30 MiB/sec. | ||
| 10364 | 2025.04.17 00:29:46.431796 [ 75 ] {} <Debug> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10365 | 2025.04.17 00:29:46.431831 [ 275 ] {5ff4beb9-7829-4b12-b1b4-047c2e2166d2} <Debug> TCPHandler: Processed in 0.002106923 sec. | ||
| 10366 | 2025.04.17 00:29:46.431887 [ 75 ] {} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10367 | 2025.04.17 00:29:46.431934 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10368 | 2025.04.17 00:29:46.431992 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10369 | 2025.04.17 00:29:46.432117 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10370 | 2025.04.17 00:29:46.432176 [ 275 ] {797c64f2-1296-46a6-99a1-32c7e7a52a9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10371 | 2025.04.17 00:29:46.432274 [ 275 ] {797c64f2-1296-46a6-99a1-32c7e7a52a9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10372 | 2025.04.17 00:29:46.432505 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10373 | 2025.04.17 00:29:46.432584 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1969 rows starting from the beginning of the part | ||
| 10374 | 2025.04.17 00:29:46.432911 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 136 rows starting from the beginning of the part | ||
| 10375 | 2025.04.17 00:29:46.433270 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
| 10376 | 2025.04.17 00:29:46.433659 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1280 rows starting from the beginning of the part | ||
| 10377 | 2025.04.17 00:29:46.433896 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
| 10378 | 2025.04.17 00:29:46.434206 [ 195 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 697 rows starting from the beginning of the part | ||
| 10379 | 2025.04.17 00:29:46.435011 [ 275 ] {797c64f2-1296-46a6-99a1-32c7e7a52a9d} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10380 | 2025.04.17 00:29:46.435079 [ 275 ] {797c64f2-1296-46a6-99a1-32c7e7a52a9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10381 | 2025.04.17 00:29:46.435804 [ 275 ] {797c64f2-1296-46a6-99a1-32c7e7a52a9d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10382 | 2025.04.17 00:29:46.436277 [ 275 ] {797c64f2-1296-46a6-99a1-32c7e7a52a9d} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10383 | 2025.04.17 00:29:46.436755 [ 275 ] {797c64f2-1296-46a6-99a1-32c7e7a52a9d} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.004607 sec., 31690.90514434556 rows/sec., 1.99 MiB/sec. | ||
| 10384 | 2025.04.17 00:29:46.436902 [ 275 ] {797c64f2-1296-46a6-99a1-32c7e7a52a9d} <Debug> TCPHandler: Processed in 0.004981065 sec. | ||
| 10385 | 2025.04.17 00:29:46.437041 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10386 | 2025.04.17 00:29:46.437173 [ 275 ] {93720b3f-60dc-4086-a2a4-06772a86e230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10387 | 2025.04.17 00:29:46.437217 [ 275 ] {93720b3f-60dc-4086-a2a4-06772a86e230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10388 | 2025.04.17 00:29:46.437906 [ 186 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4194 rows, containing 5 columns (5 merged, 0 gathered) in 0.005877119 sec., 713614.9531768882 rows/sec., 61.32 MiB/sec. | ||
| 10389 | 2025.04.17 00:29:46.438150 [ 275 ] {93720b3f-60dc-4086-a2a4-06772a86e230} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10390 | 2025.04.17 00:29:46.438201 [ 275 ] {93720b3f-60dc-4086-a2a4-06772a86e230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10391 | 2025.04.17 00:29:46.438275 [ 186 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10392 | 2025.04.17 00:29:46.438824 [ 275 ] {93720b3f-60dc-4086-a2a4-06772a86e230} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10393 | 2025.04.17 00:29:46.438882 [ 186 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_96_19} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10394 | 2025.04.17 00:29:46.439115 [ 186 ] {847ad55d-a70d-4a79-ba1e-8e6e37264aa9::all_1_96_19} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10395 | 2025.04.17 00:29:46.439277 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 10396 | 2025.04.17 00:29:46.439357 [ 275 ] {93720b3f-60dc-4086-a2a4-06772a86e230} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10397 | 2025.04.17 00:29:46.439552 [ 75 ] {} <Debug> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
| 10398 | 2025.04.17 00:29:46.439570 [ 275 ] {93720b3f-60dc-4086-a2a4-06772a86e230} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002424 sec., 46617.16171617162 rows/sec., 3.02 MiB/sec. | ||
| 10399 | 2025.04.17 00:29:46.439616 [ 75 ] {} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10400 | 2025.04.17 00:29:46.439713 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10401 | 2025.04.17 00:29:46.439729 [ 275 ] {93720b3f-60dc-4086-a2a4-06772a86e230} <Debug> TCPHandler: Processed in 0.002740049 sec. | ||
| 10402 | 2025.04.17 00:29:46.440031 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
| 10403 | 2025.04.17 00:29:46.440059 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10404 | 2025.04.17 00:29:46.440542 [ 275 ] {02080169-e761-4c84-9804-6104142c37c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10405 | 2025.04.17 00:29:46.440564 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10406 | 2025.04.17 00:29:46.440703 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 366 rows starting from the beginning of the part | ||
| 10407 | 2025.04.17 00:29:46.440716 [ 275 ] {02080169-e761-4c84-9804-6104142c37c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10408 | 2025.04.17 00:29:46.441096 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part | ||
| 10409 | 2025.04.17 00:29:46.441461 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 228 rows starting from the beginning of the part | ||
| 10410 | 2025.04.17 00:29:46.441869 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part | ||
| 10411 | 2025.04.17 00:29:46.442258 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 228 rows starting from the beginning of the part | ||
| 10412 | 2025.04.17 00:29:46.442475 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 113 rows starting from the beginning of the part | ||
| 10413 | 2025.04.17 00:29:46.443575 [ 275 ] {02080169-e761-4c84-9804-6104142c37c1} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10414 | 2025.04.17 00:29:46.443649 [ 275 ] {02080169-e761-4c84-9804-6104142c37c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10415 | 2025.04.17 00:29:46.444600 [ 275 ] {02080169-e761-4c84-9804-6104142c37c1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10416 | 2025.04.17 00:29:46.445058 [ 275 ] {02080169-e761-4c84-9804-6104142c37c1} <Trace> oximeter.fields_u8 (274038db-f679-4d20-8e35-017e9d0d4ebc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10417 | 2025.04.17 00:29:46.445746 [ 275 ] {02080169-e761-4c84-9804-6104142c37c1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005379 sec., 20821.714073247815 rows/sec., 1.19 MiB/sec. | ||
| 10418 | 2025.04.17 00:29:46.446031 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 983 rows, containing 5 columns (5 merged, 0 gathered) in 0.006207446 sec., 158358.20400209684 rows/sec., 11.39 MiB/sec. | ||
| 10419 | 2025.04.17 00:29:46.446089 [ 275 ] {02080169-e761-4c84-9804-6104142c37c1} <Debug> TCPHandler: Processed in 0.006158015 sec. | ||
| 10420 | 2025.04.17 00:29:46.446269 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 10421 | 2025.04.17 00:29:46.446281 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10422 | 2025.04.17 00:29:46.446457 [ 275 ] {6c33ca46-c679-457c-8d9b-137b280db87a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10423 | 2025.04.17 00:29:46.446559 [ 275 ] {6c33ca46-c679-457c-8d9b-137b280db87a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10424 | 2025.04.17 00:29:46.446784 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_33_7} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10425 | 2025.04.17 00:29:46.447008 [ 194 ] {7efe89ab-abe4-4984-9fc7-66663276ff2c::all_1_33_7} <Trace> oximeter.fields_u32 (7efe89ab-abe4-4984-9fc7-66663276ff2c) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
| 10426 | 2025.04.17 00:29:46.447208 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 10427 | 2025.04.17 00:29:46.447775 [ 275 ] {6c33ca46-c679-457c-8d9b-137b280db87a} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10428 | 2025.04.17 00:29:46.447819 [ 275 ] {6c33ca46-c679-457c-8d9b-137b280db87a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10429 | 2025.04.17 00:29:46.448201 [ 275 ] {6c33ca46-c679-457c-8d9b-137b280db87a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10430 | 2025.04.17 00:29:46.448442 [ 275 ] {6c33ca46-c679-457c-8d9b-137b280db87a} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10431 | 2025.04.17 00:29:46.448626 [ 75 ] {} <Debug> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10432 | 2025.04.17 00:29:46.448640 [ 275 ] {6c33ca46-c679-457c-8d9b-137b280db87a} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.002219 sec., 190175.75484452455 rows/sec., 13.55 MiB/sec. | ||
| 10433 | 2025.04.17 00:29:46.448680 [ 75 ] {} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10434 | 2025.04.17 00:29:46.448746 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10435 | 2025.04.17 00:29:46.448791 [ 275 ] {6c33ca46-c679-457c-8d9b-137b280db87a} <Debug> TCPHandler: Processed in 0.002578335 sec. | ||
| 10436 | 2025.04.17 00:29:46.448991 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10437 | 2025.04.17 00:29:46.449005 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10438 | 2025.04.17 00:29:46.449149 [ 275 ] {d5d36df6-3533-41e4-8780-531c3dc122f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10439 | 2025.04.17 00:29:46.449254 [ 275 ] {d5d36df6-3533-41e4-8780-531c3dc122f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10440 | 2025.04.17 00:29:46.449386 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10441 | 2025.04.17 00:29:46.449485 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 952 rows starting from the beginning of the part | ||
| 10442 | 2025.04.17 00:29:46.449802 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 104 rows starting from the beginning of the part | ||
| 10443 | 2025.04.17 00:29:46.450104 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part | ||
| 10444 | 2025.04.17 00:29:46.450407 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 568 rows starting from the beginning of the part | ||
| 10445 | 2025.04.17 00:29:46.450638 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part | ||
| 10446 | 2025.04.17 00:29:46.450950 [ 193 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 422 rows starting from the beginning of the part | ||
| 10447 | 2025.04.17 00:29:46.451803 [ 275 ] {d5d36df6-3533-41e4-8780-531c3dc122f2} <Trace> oximeter.measurements_bool (cdf54b2a-bd53-46b4-8670-127039d772b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10448 | 2025.04.17 00:29:46.451872 [ 275 ] {d5d36df6-3533-41e4-8780-531c3dc122f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10449 | 2025.04.17 00:29:46.452814 [ 275 ] {d5d36df6-3533-41e4-8780-531c3dc122f2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 10450 | 2025.04.17 00:29:46.453303 [ 275 ] {d5d36df6-3533-41e4-8780-531c3dc122f2} <Trace> oximeter.measurements_bool (cdf54b2a-bd53-46b4-8670-127039d772b2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10451 | 2025.04.17 00:29:46.453729 [ 275 ] {d5d36df6-3533-41e4-8780-531c3dc122f2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004604 sec., 1303.2145960034754 rows/sec., 68.09 KiB/sec. | ||
| 10452 | 2025.04.17 00:29:46.453987 [ 275 ] {d5d36df6-3533-41e4-8780-531c3dc122f2} <Debug> TCPHandler: Processed in 0.005065348 sec. | ||
| 10453 | 2025.04.17 00:29:46.454312 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10454 | 2025.04.17 00:29:46.454358 [ 201 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.005503159 sec., 395045.8273148205 rows/sec., 30.61 MiB/sec. | ||
| 10455 | 2025.04.17 00:29:46.454443 [ 275 ] {f0ddd39d-9aee-4c1b-82ab-17469bbcd870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10456 | 2025.04.17 00:29:46.454496 [ 275 ] {f0ddd39d-9aee-4c1b-82ab-17469bbcd870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10457 | 2025.04.17 00:29:46.454626 [ 201 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10458 | 2025.04.17 00:29:46.455318 [ 201 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_96_19} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10459 | 2025.04.17 00:29:46.455556 [ 201 ] {70a305d4-b5e6-4766-8dd0-0b575de6574f::all_1_96_19} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10460 | 2025.04.17 00:29:46.455755 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10461 | 2025.04.17 00:29:46.455839 [ 275 ] {f0ddd39d-9aee-4c1b-82ab-17469bbcd870} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10462 | 2025.04.17 00:29:46.455882 [ 275 ] {f0ddd39d-9aee-4c1b-82ab-17469bbcd870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10463 | 2025.04.17 00:29:46.456273 [ 275 ] {f0ddd39d-9aee-4c1b-82ab-17469bbcd870} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10464 | 2025.04.17 00:29:46.456520 [ 275 ] {f0ddd39d-9aee-4c1b-82ab-17469bbcd870} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10465 | 2025.04.17 00:29:46.456734 [ 275 ] {f0ddd39d-9aee-4c1b-82ab-17469bbcd870} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002318 sec., 102243.31320103537 rows/sec., 6.85 MiB/sec. | ||
| 10466 | 2025.04.17 00:29:46.456796 [ 275 ] {f0ddd39d-9aee-4c1b-82ab-17469bbcd870} <Debug> TCPHandler: Processed in 0.002572984 sec. | ||
| 10467 | 2025.04.17 00:29:46.456915 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10468 | 2025.04.17 00:29:46.457017 [ 275 ] {a58077e1-f768-4dbb-86bb-0edf79e7fa7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10469 | 2025.04.17 00:29:46.457063 [ 275 ] {a58077e1-f768-4dbb-86bb-0edf79e7fa7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10470 | 2025.04.17 00:29:46.457498 [ 275 ] {a58077e1-f768-4dbb-86bb-0edf79e7fa7c} <Trace> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10471 | 2025.04.17 00:29:46.457540 [ 275 ] {a58077e1-f768-4dbb-86bb-0edf79e7fa7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10472 | 2025.04.17 00:29:46.457896 [ 275 ] {a58077e1-f768-4dbb-86bb-0edf79e7fa7c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 10473 | 2025.04.17 00:29:46.458148 [ 275 ] {a58077e1-f768-4dbb-86bb-0edf79e7fa7c} <Trace> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10474 | 2025.04.17 00:29:46.458384 [ 275 ] {a58077e1-f768-4dbb-86bb-0edf79e7fa7c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001383 sec., 723.0657989877079 rows/sec., 48.72 KiB/sec. | ||
| 10475 | 2025.04.17 00:29:46.458455 [ 275 ] {a58077e1-f768-4dbb-86bb-0edf79e7fa7c} <Debug> TCPHandler: Processed in 0.0015889 sec. | ||
| 10476 | 2025.04.17 00:29:46.458579 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10477 | 2025.04.17 00:29:46.458682 [ 275 ] {7e7f486f-a1cb-4244-8f9b-204151e63f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10478 | 2025.04.17 00:29:46.458748 [ 275 ] {7e7f486f-a1cb-4244-8f9b-204151e63f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10479 | 2025.04.17 00:29:46.459977 [ 275 ] {7e7f486f-a1cb-4244-8f9b-204151e63f18} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10480 | 2025.04.17 00:29:46.460015 [ 275 ] {7e7f486f-a1cb-4244-8f9b-204151e63f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10481 | 2025.04.17 00:29:46.460683 [ 275 ] {7e7f486f-a1cb-4244-8f9b-204151e63f18} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10482 | 2025.04.17 00:29:46.460942 [ 275 ] {7e7f486f-a1cb-4244-8f9b-204151e63f18} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10483 | 2025.04.17 00:29:46.461221 [ 275 ] {7e7f486f-a1cb-4244-8f9b-204151e63f18} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002549 sec., 15692.42840329541 rows/sec., 28.12 MiB/sec. | ||
| 10484 | 2025.04.17 00:29:46.461630 [ 275 ] {7e7f486f-a1cb-4244-8f9b-204151e63f18} <Debug> TCPHandler: Processed in 0.003096598 sec. | ||
| 10485 | 2025.04.17 00:29:46.461909 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10486 | 2025.04.17 00:29:46.462018 [ 275 ] {96406caa-3efa-4b7b-b207-3e2a3621801a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10487 | 2025.04.17 00:29:46.462065 [ 275 ] {96406caa-3efa-4b7b-b207-3e2a3621801a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10488 | 2025.04.17 00:29:46.462526 [ 275 ] {96406caa-3efa-4b7b-b207-3e2a3621801a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10489 | 2025.04.17 00:29:46.462564 [ 275 ] {96406caa-3efa-4b7b-b207-3e2a3621801a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10490 | 2025.04.17 00:29:46.462930 [ 275 ] {96406caa-3efa-4b7b-b207-3e2a3621801a} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10491 | 2025.04.17 00:29:46.463169 [ 275 ] {96406caa-3efa-4b7b-b207-3e2a3621801a} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10492 | 2025.04.17 00:29:46.463405 [ 275 ] {96406caa-3efa-4b7b-b207-3e2a3621801a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00139 sec., 58992.80575539568 rows/sec., 3.75 MiB/sec. | ||
| 10493 | 2025.04.17 00:29:46.463513 [ 275 ] {96406caa-3efa-4b7b-b207-3e2a3621801a} <Debug> TCPHandler: Processed in 0.001685343 sec. | ||
| 10494 | 2025.04.17 00:29:48.065564 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 10495 | 2025.04.17 00:29:48.088062 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10496 | 2025.04.17 00:29:48.088145 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10497 | 2025.04.17 00:29:48.096692 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10498 | 2025.04.17 00:29:48.098122 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10499 | 2025.04.17 00:29:48.104764 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 10500 | 2025.04.17 00:29:51.419696 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10501 | 2025.04.17 00:29:51.420049 [ 275 ] {72082f86-d918-44d3-af80-14d9d046aa88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10502 | 2025.04.17 00:29:51.420129 [ 275 ] {72082f86-d918-44d3-af80-14d9d046aa88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10503 | 2025.04.17 00:29:51.420865 [ 275 ] {72082f86-d918-44d3-af80-14d9d046aa88} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10504 | 2025.04.17 00:29:51.420906 [ 275 ] {72082f86-d918-44d3-af80-14d9d046aa88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10505 | 2025.04.17 00:29:51.421313 [ 275 ] {72082f86-d918-44d3-af80-14d9d046aa88} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 10506 | 2025.04.17 00:29:51.421558 [ 275 ] {72082f86-d918-44d3-af80-14d9d046aa88} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10507 | 2025.04.17 00:29:51.421747 [ 275 ] {72082f86-d918-44d3-af80-14d9d046aa88} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001798 sec., 1112.3470522803116 rows/sec., 90.70 KiB/sec. | ||
| 10508 | 2025.04.17 00:29:51.421801 [ 275 ] {72082f86-d918-44d3-af80-14d9d046aa88} <Debug> TCPHandler: Processed in 0.002293077 sec. | ||
| 10509 | 2025.04.17 00:29:51.421925 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10510 | 2025.04.17 00:29:51.422040 [ 275 ] {8e55e95b-24ad-402b-be74-0b3f06da7696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10511 | 2025.04.17 00:29:51.422083 [ 275 ] {8e55e95b-24ad-402b-be74-0b3f06da7696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10512 | 2025.04.17 00:29:51.422632 [ 275 ] {8e55e95b-24ad-402b-be74-0b3f06da7696} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10513 | 2025.04.17 00:29:51.422668 [ 275 ] {8e55e95b-24ad-402b-be74-0b3f06da7696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10514 | 2025.04.17 00:29:51.423018 [ 275 ] {8e55e95b-24ad-402b-be74-0b3f06da7696} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10515 | 2025.04.17 00:29:51.423252 [ 275 ] {8e55e95b-24ad-402b-be74-0b3f06da7696} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10516 | 2025.04.17 00:29:51.423406 [ 275 ] {8e55e95b-24ad-402b-be74-0b3f06da7696} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001387 sec., 41095.890410958906 rows/sec., 3.15 MiB/sec. | ||
| 10517 | 2025.04.17 00:29:51.423454 [ 275 ] {8e55e95b-24ad-402b-be74-0b3f06da7696} <Debug> TCPHandler: Processed in 0.00157828 sec. | ||
| 10518 | 2025.04.17 00:29:51.423569 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10519 | 2025.04.17 00:29:51.423678 [ 275 ] {7ff64df1-7d98-4020-81ab-176ab4a49a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10520 | 2025.04.17 00:29:51.423721 [ 275 ] {7ff64df1-7d98-4020-81ab-176ab4a49a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10521 | 2025.04.17 00:29:51.424242 [ 275 ] {7ff64df1-7d98-4020-81ab-176ab4a49a7e} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10522 | 2025.04.17 00:29:51.424278 [ 275 ] {7ff64df1-7d98-4020-81ab-176ab4a49a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10523 | 2025.04.17 00:29:51.424600 [ 275 ] {7ff64df1-7d98-4020-81ab-176ab4a49a7e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10524 | 2025.04.17 00:29:51.424832 [ 275 ] {7ff64df1-7d98-4020-81ab-176ab4a49a7e} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10525 | 2025.04.17 00:29:51.424991 [ 275 ] {7ff64df1-7d98-4020-81ab-176ab4a49a7e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001332 sec., 1501.5015015015015 rows/sec., 104.84 KiB/sec. | ||
| 10526 | 2025.04.17 00:29:51.425056 [ 275 ] {7ff64df1-7d98-4020-81ab-176ab4a49a7e} <Debug> TCPHandler: Processed in 0.001540488 sec. | ||
| 10527 | 2025.04.17 00:29:51.425193 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10528 | 2025.04.17 00:29:51.425307 [ 275 ] {459ee688-2226-4017-8bbc-a84870764f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10529 | 2025.04.17 00:29:51.425351 [ 275 ] {459ee688-2226-4017-8bbc-a84870764f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10530 | 2025.04.17 00:29:51.425930 [ 275 ] {459ee688-2226-4017-8bbc-a84870764f5a} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10531 | 2025.04.17 00:29:51.425967 [ 275 ] {459ee688-2226-4017-8bbc-a84870764f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10532 | 2025.04.17 00:29:51.426326 [ 275 ] {459ee688-2226-4017-8bbc-a84870764f5a} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10533 | 2025.04.17 00:29:51.426559 [ 275 ] {459ee688-2226-4017-8bbc-a84870764f5a} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10534 | 2025.04.17 00:29:51.426722 [ 275 ] {459ee688-2226-4017-8bbc-a84870764f5a} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001437 sec., 45929.01878914405 rows/sec., 3.59 MiB/sec. | ||
| 10535 | 2025.04.17 00:29:51.426771 [ 275 ] {459ee688-2226-4017-8bbc-a84870764f5a} <Debug> TCPHandler: Processed in 0.001642972 sec. | ||
| 10536 | 2025.04.17 00:29:51.426883 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10537 | 2025.04.17 00:29:51.426987 [ 275 ] {b5e97df3-f265-4a03-9904-bdcf3ce16bd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10538 | 2025.04.17 00:29:51.427034 [ 275 ] {b5e97df3-f265-4a03-9904-bdcf3ce16bd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10539 | 2025.04.17 00:29:51.427568 [ 275 ] {b5e97df3-f265-4a03-9904-bdcf3ce16bd4} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10540 | 2025.04.17 00:29:51.427605 [ 275 ] {b5e97df3-f265-4a03-9904-bdcf3ce16bd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10541 | 2025.04.17 00:29:51.427979 [ 275 ] {b5e97df3-f265-4a03-9904-bdcf3ce16bd4} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10542 | 2025.04.17 00:29:51.428212 [ 275 ] {b5e97df3-f265-4a03-9904-bdcf3ce16bd4} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10543 | 2025.04.17 00:29:51.428370 [ 275 ] {b5e97df3-f265-4a03-9904-bdcf3ce16bd4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001406 sec., 114509.24608819347 rows/sec., 7.97 MiB/sec. | ||
| 10544 | 2025.04.17 00:29:51.428419 [ 275 ] {b5e97df3-f265-4a03-9904-bdcf3ce16bd4} <Debug> TCPHandler: Processed in 0.00158423 sec. | ||
| 10545 | 2025.04.17 00:29:51.428529 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10546 | 2025.04.17 00:29:51.428632 [ 275 ] {a7ff7a24-824b-4d1a-ac79-07f0e7e19570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10547 | 2025.04.17 00:29:51.428676 [ 275 ] {a7ff7a24-824b-4d1a-ac79-07f0e7e19570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10548 | 2025.04.17 00:29:51.429085 [ 275 ] {a7ff7a24-824b-4d1a-ac79-07f0e7e19570} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10549 | 2025.04.17 00:29:51.429120 [ 275 ] {a7ff7a24-824b-4d1a-ac79-07f0e7e19570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10550 | 2025.04.17 00:29:51.429464 [ 275 ] {a7ff7a24-824b-4d1a-ac79-07f0e7e19570} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10551 | 2025.04.17 00:29:51.429701 [ 275 ] {a7ff7a24-824b-4d1a-ac79-07f0e7e19570} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10552 | 2025.04.17 00:29:51.429860 [ 275 ] {a7ff7a24-824b-4d1a-ac79-07f0e7e19570} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00125 sec., 48000 rows/sec., 3.23 MiB/sec. | ||
| 10553 | 2025.04.17 00:29:51.429905 [ 275 ] {a7ff7a24-824b-4d1a-ac79-07f0e7e19570} <Debug> TCPHandler: Processed in 0.001423856 sec. | ||
| 10554 | 2025.04.17 00:29:53.406084 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
| 10555 | 2025.04.17 00:29:53.406715 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10556 | 2025.04.17 00:29:53.406751 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10557 | 2025.04.17 00:29:53.407303 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10558 | 2025.04.17 00:29:53.407547 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10559 | 2025.04.17 00:29:53.407719 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 10560 | 2025.04.17 00:29:55.605178 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 10561 | 2025.04.17 00:29:55.625547 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10562 | 2025.04.17 00:29:55.625593 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10563 | 2025.04.17 00:29:55.632835 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10564 | 2025.04.17 00:29:55.633603 [ 243 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10565 | 2025.04.17 00:29:55.637524 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 10566 | 2025.04.17 00:29:56.068067 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1402 | ||
| 10567 | 2025.04.17 00:29:56.071318 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10568 | 2025.04.17 00:29:56.071377 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10569 | 2025.04.17 00:29:56.072858 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10570 | 2025.04.17 00:29:56.073201 [ 242 ] {} <Trace> system.query_log (bc8e46af-749e-4702-ad44-a333defcf195): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10571 | 2025.04.17 00:29:56.074683 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1402 | ||
| 10572 | 2025.04.17 00:29:56.421514 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10573 | 2025.04.17 00:29:56.421801 [ 275 ] {be9de9af-b49b-4b37-ac78-1ef4a7519bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10574 | 2025.04.17 00:29:56.421911 [ 275 ] {be9de9af-b49b-4b37-ac78-1ef4a7519bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10575 | 2025.04.17 00:29:56.422875 [ 275 ] {be9de9af-b49b-4b37-ac78-1ef4a7519bce} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10576 | 2025.04.17 00:29:56.422915 [ 275 ] {be9de9af-b49b-4b37-ac78-1ef4a7519bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10577 | 2025.04.17 00:29:56.423353 [ 275 ] {be9de9af-b49b-4b37-ac78-1ef4a7519bce} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10578 | 2025.04.17 00:29:56.423599 [ 275 ] {be9de9af-b49b-4b37-ac78-1ef4a7519bce} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10579 | 2025.04.17 00:29:56.423789 [ 275 ] {be9de9af-b49b-4b37-ac78-1ef4a7519bce} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002072 sec., 65637.06563706564 rows/sec., 5.67 MiB/sec. | ||
| 10580 | 2025.04.17 00:29:56.423841 [ 275 ] {be9de9af-b49b-4b37-ac78-1ef4a7519bce} <Debug> TCPHandler: Processed in 0.002514033 sec. | ||
| 10581 | 2025.04.17 00:29:56.423994 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10582 | 2025.04.17 00:29:56.424108 [ 275 ] {f39ca43c-5cf7-4d6b-b3cc-6ecbd5971be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10583 | 2025.04.17 00:29:56.424152 [ 275 ] {f39ca43c-5cf7-4d6b-b3cc-6ecbd5971be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10584 | 2025.04.17 00:29:56.424710 [ 275 ] {f39ca43c-5cf7-4d6b-b3cc-6ecbd5971be7} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10585 | 2025.04.17 00:29:56.424747 [ 275 ] {f39ca43c-5cf7-4d6b-b3cc-6ecbd5971be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10586 | 2025.04.17 00:29:56.425100 [ 275 ] {f39ca43c-5cf7-4d6b-b3cc-6ecbd5971be7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10587 | 2025.04.17 00:29:56.425350 [ 275 ] {f39ca43c-5cf7-4d6b-b3cc-6ecbd5971be7} <Trace> oximeter.fields_u16 (b3d8a8e5-5a4d-47f1-826b-b1df41f6144d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10588 | 2025.04.17 00:29:56.425516 [ 275 ] {f39ca43c-5cf7-4d6b-b3cc-6ecbd5971be7} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001432 sec., 27932.96089385475 rows/sec., 2.05 MiB/sec. | ||
| 10589 | 2025.04.17 00:29:56.425603 [ 275 ] {f39ca43c-5cf7-4d6b-b3cc-6ecbd5971be7} <Debug> TCPHandler: Processed in 0.001671133 sec. | ||
| 10590 | 2025.04.17 00:29:56.425790 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10591 | 2025.04.17 00:29:56.426019 [ 275 ] {bbacc87c-ec7e-4ddb-91bf-5a002130e1eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10592 | 2025.04.17 00:29:56.426076 [ 275 ] {bbacc87c-ec7e-4ddb-91bf-5a002130e1eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10593 | 2025.04.17 00:29:56.426682 [ 275 ] {bbacc87c-ec7e-4ddb-91bf-5a002130e1eb} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10594 | 2025.04.17 00:29:56.426721 [ 275 ] {bbacc87c-ec7e-4ddb-91bf-5a002130e1eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10595 | 2025.04.17 00:29:56.427077 [ 275 ] {bbacc87c-ec7e-4ddb-91bf-5a002130e1eb} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10596 | 2025.04.17 00:29:56.427329 [ 275 ] {bbacc87c-ec7e-4ddb-91bf-5a002130e1eb} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10597 | 2025.04.17 00:29:56.427504 [ 275 ] {bbacc87c-ec7e-4ddb-91bf-5a002130e1eb} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001538 sec., 67620.28608582575 rows/sec., 5.28 MiB/sec. | ||
| 10598 | 2025.04.17 00:29:56.427577 [ 275 ] {bbacc87c-ec7e-4ddb-91bf-5a002130e1eb} <Debug> TCPHandler: Processed in 0.001866437 sec. | ||
| 10599 | 2025.04.17 00:29:56.427719 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10600 | 2025.04.17 00:29:56.427837 [ 275 ] {685b6094-5884-4ccf-a1f1-8790ad126cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10601 | 2025.04.17 00:29:56.427887 [ 275 ] {685b6094-5884-4ccf-a1f1-8790ad126cb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10602 | 2025.04.17 00:29:56.428431 [ 275 ] {685b6094-5884-4ccf-a1f1-8790ad126cb9} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10603 | 2025.04.17 00:29:56.428465 [ 275 ] {685b6094-5884-4ccf-a1f1-8790ad126cb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10604 | 2025.04.17 00:29:56.428837 [ 275 ] {685b6094-5884-4ccf-a1f1-8790ad126cb9} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10605 | 2025.04.17 00:29:56.429071 [ 275 ] {685b6094-5884-4ccf-a1f1-8790ad126cb9} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10606 | 2025.04.17 00:29:56.429214 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10607 | 2025.04.17 00:29:56.429242 [ 275 ] {685b6094-5884-4ccf-a1f1-8790ad126cb9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001426 sec., 112201.96353436186 rows/sec., 7.81 MiB/sec. | ||
| 10608 | 2025.04.17 00:29:56.429254 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10609 | 2025.04.17 00:29:56.429286 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 10610 | 2025.04.17 00:29:56.429313 [ 275 ] {685b6094-5884-4ccf-a1f1-8790ad126cb9} <Debug> TCPHandler: Processed in 0.001657092 sec. | ||
| 10611 | 2025.04.17 00:29:56.429414 [ 196 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10612 | 2025.04.17 00:29:56.429443 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10613 | 2025.04.17 00:29:56.429541 [ 196 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10614 | 2025.04.17 00:29:56.429577 [ 275 ] {cca7a61e-83d7-4f17-9e47-0018b3c80b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10615 | 2025.04.17 00:29:56.429579 [ 196 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 26966 rows starting from the beginning of the part | ||
| 10616 | 2025.04.17 00:29:56.429705 [ 275 ] {cca7a61e-83d7-4f17-9e47-0018b3c80b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10617 | 2025.04.17 00:29:56.429788 [ 196 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 884 rows starting from the beginning of the part | ||
| 10618 | 2025.04.17 00:29:56.430218 [ 196 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 10619 | 2025.04.17 00:29:56.430641 [ 196 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
| 10620 | 2025.04.17 00:29:56.430992 [ 196 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 161 rows starting from the beginning of the part | ||
| 10621 | 2025.04.17 00:29:56.431349 [ 196 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
| 10622 | 2025.04.17 00:29:56.433253 [ 275 ] {cca7a61e-83d7-4f17-9e47-0018b3c80b47} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10623 | 2025.04.17 00:29:56.433295 [ 275 ] {cca7a61e-83d7-4f17-9e47-0018b3c80b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 10624 | 2025.04.17 00:29:56.434452 [ 275 ] {cca7a61e-83d7-4f17-9e47-0018b3c80b47} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10625 | 2025.04.17 00:29:56.434742 [ 275 ] {cca7a61e-83d7-4f17-9e47-0018b3c80b47} <Trace> oximeter.measurements_histogramu64 (59266e59-0cc2-4fc7-b6cb-8e64711b9b83): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10626 | 2025.04.17 00:29:56.435116 [ 275 ] {cca7a61e-83d7-4f17-9e47-0018b3c80b47} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005567 sec., 7185.198491108317 rows/sec., 12.88 MiB/sec. | ||
| 10627 | 2025.04.17 00:29:56.435354 [ 275 ] {cca7a61e-83d7-4f17-9e47-0018b3c80b47} <Debug> TCPHandler: Processed in 0.00596838 sec. | ||
| 10628 | 2025.04.17 00:29:56.435678 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10629 | 2025.04.17 00:29:56.436055 [ 275 ] {3910f75c-d32c-4950-8bfa-a53cba15a9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10630 | 2025.04.17 00:29:56.436201 [ 275 ] {3910f75c-d32c-4950-8bfa-a53cba15a9dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10631 | 2025.04.17 00:29:56.436717 [ 275 ] {3910f75c-d32c-4950-8bfa-a53cba15a9dd} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10632 | 2025.04.17 00:29:56.436763 [ 275 ] {3910f75c-d32c-4950-8bfa-a53cba15a9dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 10633 | 2025.04.17 00:29:56.437332 [ 275 ] {3910f75c-d32c-4950-8bfa-a53cba15a9dd} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10634 | 2025.04.17 00:29:56.437670 [ 275 ] {3910f75c-d32c-4950-8bfa-a53cba15a9dd} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10635 | 2025.04.17 00:29:56.438089 [ 275 ] {3910f75c-d32c-4950-8bfa-a53cba15a9dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002195 sec., 27334.85193621868 rows/sec., 1.84 MiB/sec. | ||
| 10636 | 2025.04.17 00:29:56.438164 [ 275 ] {3910f75c-d32c-4950-8bfa-a53cba15a9dd} <Debug> TCPHandler: Processed in 0.002591915 sec. | ||
| 10637 | 2025.04.17 00:29:56.440144 [ 193 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28568 rows, containing 5 columns (5 merged, 0 gathered) in 0.010788742 sec., 2647945.423108644 rows/sec., 181.66 MiB/sec. | ||
| 10638 | 2025.04.17 00:29:56.440617 [ 191 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10639 | 2025.04.17 00:29:56.440983 [ 191 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10640 | 2025.04.17 00:29:56.441079 [ 191 ] {f1230abe-92c6-4f62-a528-2191c6e9e3db::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10641 | 2025.04.17 00:29:56.441189 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 10642 | 2025.04.17 00:30:00.516813 [ 55 ] {} <Debug> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 10643 | 2025.04.17 00:30:00.516894 [ 55 ] {} <Trace> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10644 | 2025.04.17 00:30:00.516919 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 10645 | 2025.04.17 00:30:00.517140 [ 191 ] {b3abe317-77ad-418b-ad08-a358cff56212::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 | ||
| 10646 | 2025.04.17 00:30:00.517327 [ 191 ] {b3abe317-77ad-418b-ad08-a358cff56212::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10647 | 2025.04.17 00:30:00.517380 [ 191 ] {b3abe317-77ad-418b-ad08-a358cff56212::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 10648 | 2025.04.17 00:30:00.517499 [ 191 ] {b3abe317-77ad-418b-ad08-a358cff56212::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 10649 | 2025.04.17 00:30:00.517752 [ 191 ] {b3abe317-77ad-418b-ad08-a358cff56212::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 10650 | 2025.04.17 00:30:00.517965 [ 191 ] {b3abe317-77ad-418b-ad08-a358cff56212::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 10651 | 2025.04.17 00:30:00.518115 [ 191 ] {b3abe317-77ad-418b-ad08-a358cff56212::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 | ||
| 10652 | 2025.04.17 00:30:00.519397 [ 193 ] {b3abe317-77ad-418b-ad08-a358cff56212::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.0023986 sec., 2084.549320436922 rows/sec., 138.83 KiB/sec. | ||
| 10653 | 2025.04.17 00:30:00.519604 [ 190 ] {b3abe317-77ad-418b-ad08-a358cff56212::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 10654 | 2025.04.17 00:30:00.520024 [ 190 ] {b3abe317-77ad-418b-ad08-a358cff56212::all_1_5_1} <Trace> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10655 | 2025.04.17 00:30:00.520120 [ 190 ] {b3abe317-77ad-418b-ad08-a358cff56212::all_1_5_1} <Trace> oximeter.measurements_f64 (b3abe317-77ad-418b-ad08-a358cff56212) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 10656 | 2025.04.17 00:30:00.520227 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 10657 | 2025.04.17 00:30:00.697498 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10658 | 2025.04.17 00:30:00.697549 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10659 | 2025.04.17 00:30:00.908562 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
| 10660 | 2025.04.17 00:30:00.909267 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10661 | 2025.04.17 00:30:00.909330 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 10662 | 2025.04.17 00:30:00.909960 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10663 | 2025.04.17 00:30:00.910272 [ 244 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10664 | 2025.04.17 00:30:00.910655 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 10665 | 2025.04.17 00:30:00.917828 [ 217 ] {} <Trace> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10666 | 2025.04.17 00:30:00.917890 [ 217 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10667 | 2025.04.17 00:30:00.927961 [ 217 ] {} <Debug> system.asynchronous_metric_log (32826ef7-4ef2-434a-9da6-e6dfd0f8a823): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10668 | 2025.04.17 00:30:01.423090 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10669 | 2025.04.17 00:30:01.423327 [ 275 ] {b2542610-4263-4923-8c6f-620baa5d3525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10670 | 2025.04.17 00:30:01.423415 [ 275 ] {b2542610-4263-4923-8c6f-620baa5d3525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10671 | 2025.04.17 00:30:01.424387 [ 275 ] {b2542610-4263-4923-8c6f-620baa5d3525} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10672 | 2025.04.17 00:30:01.424450 [ 275 ] {b2542610-4263-4923-8c6f-620baa5d3525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 10673 | 2025.04.17 00:30:01.424976 [ 275 ] {b2542610-4263-4923-8c6f-620baa5d3525} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10674 | 2025.04.17 00:30:01.425303 [ 275 ] {b2542610-4263-4923-8c6f-620baa5d3525} <Trace> oximeter.fields_string (847ad55d-a70d-4a79-ba1e-8e6e37264aa9): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10675 | 2025.04.17 00:30:01.425567 [ 275 ] {b2542610-4263-4923-8c6f-620baa5d3525} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002308 sec., 24263.431542461003 rows/sec., 1.86 MiB/sec. | ||
| 10676 | 2025.04.17 00:30:01.425669 [ 275 ] {b2542610-4263-4923-8c6f-620baa5d3525} <Debug> TCPHandler: Processed in 0.002734639 sec. | ||
| 10677 | 2025.04.17 00:30:01.425850 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10678 | 2025.04.17 00:30:01.426165 [ 275 ] {5764c3bb-2215-4add-92bb-ce62bd39795b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10679 | 2025.04.17 00:30:01.426288 [ 275 ] {5764c3bb-2215-4add-92bb-ce62bd39795b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10680 | 2025.04.17 00:30:01.427049 [ 275 ] {5764c3bb-2215-4add-92bb-ce62bd39795b} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10681 | 2025.04.17 00:30:01.427098 [ 275 ] {5764c3bb-2215-4add-92bb-ce62bd39795b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 10682 | 2025.04.17 00:30:01.427563 [ 275 ] {5764c3bb-2215-4add-92bb-ce62bd39795b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10683 | 2025.04.17 00:30:01.427888 [ 275 ] {5764c3bb-2215-4add-92bb-ce62bd39795b} <Trace> oximeter.fields_uuid (70a305d4-b5e6-4766-8dd0-0b575de6574f): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10684 | 2025.04.17 00:30:01.428169 [ 275 ] {5764c3bb-2215-4add-92bb-ce62bd39795b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002095 sec., 30548.926014319808 rows/sec., 2.38 MiB/sec. | ||
| 10685 | 2025.04.17 00:30:01.428300 [ 275 ] {5764c3bb-2215-4add-92bb-ce62bd39795b} <Debug> TCPHandler: Processed in 0.002531494 sec. | ||
| 10686 | 2025.04.17 00:30:01.428534 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10687 | 2025.04.17 00:30:01.428772 [ 275 ] {f0bb7acd-44f9-4102-b5e1-a4aaacee5533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10688 | 2025.04.17 00:30:01.428834 [ 275 ] {f0bb7acd-44f9-4102-b5e1-a4aaacee5533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10689 | 2025.04.17 00:30:01.429494 [ 275 ] {f0bb7acd-44f9-4102-b5e1-a4aaacee5533} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10690 | 2025.04.17 00:30:01.429542 [ 275 ] {f0bb7acd-44f9-4102-b5e1-a4aaacee5533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 10691 | 2025.04.17 00:30:01.430040 [ 275 ] {f0bb7acd-44f9-4102-b5e1-a4aaacee5533} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10692 | 2025.04.17 00:30:01.430335 [ 275 ] {f0bb7acd-44f9-4102-b5e1-a4aaacee5533} <Trace> oximeter.measurements_cumulativeu64 (f1230abe-92c6-4f62-a528-2191c6e9e3db): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10693 | 2025.04.17 00:30:01.430568 [ 275 ] {f0bb7acd-44f9-4102-b5e1-a4aaacee5533} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001855 sec., 86253.36927223719 rows/sec., 6.01 MiB/sec. | ||
| 10694 | 2025.04.17 00:30:01.430628 [ 275 ] {f0bb7acd-44f9-4102-b5e1-a4aaacee5533} <Debug> TCPHandler: Processed in 0.002231696 sec. | ||
| 10695 | 2025.04.17 00:30:01.430785 [ 275 ] {} <Trace> TCP-Session: afba8074-f902-44f4-a4c1-52b3e9cb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10696 | 2025.04.17 00:30:01.430930 [ 275 ] {899411ad-c679-4eb9-bcf9-6a3c903f8078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53435) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10697 | 2025.04.17 00:30:01.431001 [ 275 ] {899411ad-c679-4eb9-bcf9-6a3c903f8078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10698 | 2025.04.17 00:30:01.431637 [ 275 ] {899411ad-c679-4eb9-bcf9-6a3c903f8078} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10699 | 2025.04.17 00:30:01.431695 [ 275 ] {899411ad-c679-4eb9-bcf9-6a3c903f8078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 10700 | 2025.04.17 00:30:01.432175 [ 275 ] {899411ad-c679-4eb9-bcf9-6a3c903f8078} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10701 | 2025.04.17 00:30:01.432472 [ 275 ] {899411ad-c679-4eb9-bcf9-6a3c903f8078} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10702 | 2025.04.17 00:30:01.432695 [ 53 ] {} <Debug> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10703 | 2025.04.17 00:30:01.432709 [ 275 ] {899411ad-c679-4eb9-bcf9-6a3c903f8078} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001806 sec., 33222.591362126244 rows/sec., 2.24 MiB/sec. | ||
| 10704 | 2025.04.17 00:30:01.432797 [ 53 ] {} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10705 | 2025.04.17 00:30:01.432851 [ 275 ] {899411ad-c679-4eb9-bcf9-6a3c903f8078} <Debug> TCPHandler: Processed in 0.002134713 sec. | ||
| 10706 | 2025.04.17 00:30:01.432875 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 10707 | 2025.04.17 00:30:01.433084 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10708 | 2025.04.17 00:30:01.433277 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10709 | 2025.04.17 00:30:01.433329 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5364 rows starting from the beginning of the part | ||
| 10710 | 2025.04.17 00:30:01.433424 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
| 10711 | 2025.04.17 00:30:01.433532 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part | ||
| 10712 | 2025.04.17 00:30:01.433776 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
| 10713 | 2025.04.17 00:30:01.434078 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 10714 | 2025.04.17 00:30:01.434276 [ 190 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
| 10715 | 2025.04.17 00:30:01.436824 [ 193 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5686 rows, containing 4 columns (4 merged, 0 gathered) in 0.003823596 sec., 1487081.7942062917 rows/sec., 100.00 MiB/sec. | ||
| 10716 | 2025.04.17 00:30:01.437251 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10717 | 2025.04.17 00:30:01.437647 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_96_19} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10718 | 2025.04.17 00:30:01.437755 [ 198 ] {47c7e959-8ad2-42e9-8d1a-62e40ed6ae71::all_1_96_19} <Trace> oximeter.measurements_u64 (47c7e959-8ad2-42e9-8d1a-62e40ed6ae71) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10719 | 2025.04.17 00:30:01.437875 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 10720 | 2025.04.17 00:30:02.101157 [ 225 ] {} <Trace> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10721 | 2025.04.17 00:30:02.101210 [ 225 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10722 | 2025.04.17 00:30:02.104564 [ 225 ] {} <Debug> system.metric_log (09a24531-4fd0-4e29-ab42-cea32f1ed8b8): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10723 | 2025.04.17 00:30:02.397172 [ 54 ] {} <Debug> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 10724 | 2025.04.17 00:30:02.397241 [ 54 ] {} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10725 | 2025.04.17 00:30:02.397267 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 10726 | 2025.04.17 00:30:02.397460 [ 190 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 10727 | 2025.04.17 00:30:02.397817 [ 190 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10728 | 2025.04.17 00:30:02.397869 [ 190 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 20 rows starting from the beginning of the part | ||
| 10729 | 2025.04.17 00:30:02.397994 [ 190 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 10730 | 2025.04.17 00:30:02.398440 [ 190 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 10731 | 2025.04.17 00:30:02.398672 [ 190 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 10732 | 2025.04.17 00:30:02.398848 [ 190 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
| 10733 | 2025.04.17 00:30:02.400489 [ 193 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.00314972 sec., 12064.564469222662 rows/sec., 1.01 MiB/sec. | ||
| 10734 | 2025.04.17 00:30:02.400718 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 10735 | 2025.04.17 00:30:02.401097 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_29_7} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10736 | 2025.04.17 00:30:02.401196 [ 189 ] {75148f64-edfa-4058-a2c4-4db53f05fa24::all_1_29_7} <Trace> oximeter.fields_ipaddr (75148f64-edfa-4058-a2c4-4db53f05fa24) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 10737 | 2025.04.17 00:30:02.401305 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||