| 1 | [ Mar 1 05:25:00 Enabled. ] | ||
| 2 | [ Mar 1 05:25:00 Rereading configuration. ] | ||
| 3 | [ Mar 1 05:25:01 Rereading configuration. ] | ||
| 4 | [ Mar 1 05:25:06 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Mar 1 05:25:06 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.03.01 05:25:06.815216 [ 1 ] {} <Information> Application: Will watch for the process with pid 22933 | ||
| 29 | 2025.03.01 05:25:06.815901 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.03.01 05:25:07.041698 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22933 | ||
| 31 | 2025.03.01 05:25:07.042411 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.03.01 05:25:07.043099 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.03.01 05:25:07.127071 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.03.01 05:25:07.161975 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.03.01 05:25:07.162051 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.03.01 05:25:07.162076 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.03.01 05:25:07.162154 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.03.01 05:25:07.162586 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.03.01 05:25:07.164191 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.03.01 05:25:07.164981 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.03.01 05:25:07.165775 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.03.01 05:25:07.165797 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.03.01 05:25:07.165812 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.03.01 05:25:07.165986 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.03.01 05:25:07.167039 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.03.01 05:25:07.172238 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.03.01 05:25:07.172918 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.03.01 05:25:07.174473 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.03.01 05:25:07.174538 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.03.01 05:25:07.176076 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.03.01 05:25:07.176547 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.03.01 05:25:07.180811 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.03.01 05:25:07.181503 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.03.01 05:25:07.183034 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.03.01 05:25:07.183480 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.03.01 05:25:07.183894 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.03.01 05:25:07.184264 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.03.01 05:25:07.185636 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.03.01 05:25:07.185665 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.03.01 05:25:07.185742 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.03.01 05:25:07.185921 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.03.01 05:25:07.208362 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.03.01 05:25:07.208389 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000152832 sec | ||
| 68 | 2025.03.01 05:25:07.208429 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.03.01 05:25:07.208444 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.03.01 05:25:07.209528 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.03.01 05:25:07.210535 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.03.01 05:25:07.221404 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.03.01 05:25:07.221446 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.03.01 05:25:07.221466 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.03.01 05:25:07.221479 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.03.01 05:25:07.221508 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.03.01 05:25:07.221529 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.03.01 05:25:07.224085 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.03.01 05:25:07.224128 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.03.01 05:25:07.224149 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.03.01 05:25:07.224331 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.03.01 05:25:07.224350 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.03.01 05:25:07.224381 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.03.01 05:25:07.224399 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.03.01 05:25:07.224412 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.03.01 05:25:07.224438 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.03.01 05:25:07.224456 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.03.01 05:25:07.250538 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.03.01 05:25:07.255534 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.03.01 05:25:07.255600 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000105401 sec | ||
| 91 | 2025.03.01 05:25:07.255626 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.03.01 05:25:07.255647 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.03.01 05:25:07.255687 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.03.01 05:25:07.256013 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.03.01 05:25:07.256097 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.03.01 05:25:07.256110 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.03.01 05:25:07.256122 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.03.01 05:25:07.256134 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.03.01 05:25:07.260257 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.03.01 05:25:07.260474 [ 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.34 MiB | ||
| 101 | 2025.03.01 05:25:07.261400 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.77e-05 sec. | ||
| 102 | 2025.03.01 05:25:07.262324 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.03.01 05:25:07.262422 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.03.01 05:25:07.262443 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.03.01 05:25:07.743088 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56480 | ||
| 106 | 2025.03.01 05:25:07.743326 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.03.01 05:25:07.743380 [ 3 ] {} <Debug> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Authenticating user 'default' from [fd00:1122:3344:101::d]:56480 | ||
| 108 | 2025.03.01 05:25:07.743411 [ 3 ] {} <Debug> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.03.01 05:25:07.743431 [ 3 ] {} <Debug> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.03.01 05:25:07.743518 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.03.01 05:25:07.743545 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.03.01 05:25:07.743568 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.03.01 05:25:07.744497 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39777 | ||
| 114 | 2025.03.01 05:25:07.744622 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61001 | ||
| 115 | 2025.03.01 05:25:07.744694 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.03.01 05:25:07.744743 [ 4 ] {} <Debug> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39777 | ||
| 117 | 2025.03.01 05:25:07.744802 [ 4 ] {} <Debug> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.03.01 05:25:07.744807 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 119 | 2025.03.01 05:25:07.744825 [ 4 ] {} <Debug> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.03.01 05:25:07.744905 [ 5 ] {} <Debug> TCP-Session: ec31d1ec-4b42-4c7a-8d38-3711a59ec716 Authenticating user 'default' from [fd00:1122:3344:101::d]:61001 | ||
| 121 | 2025.03.01 05:25:07.744958 [ 5 ] {} <Debug> TCP-Session: ec31d1ec-4b42-4c7a-8d38-3711a59ec716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.03.01 05:25:07.744985 [ 5 ] {} <Debug> TCP-Session: ec31d1ec-4b42-4c7a-8d38-3711a59ec716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.03.01 05:25:07.745492 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50901 | ||
| 124 | 2025.03.01 05:25:07.745562 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33490 | ||
| 125 | 2025.03.01 05:25:07.745747 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.03.01 05:25:07.745877 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40817 | ||
| 127 | 2025.03.01 05:25:07.745904 [ 253 ] {} <Debug> TCP-Session: 555f165f-3a0c-4532-9c7b-445611d5ae71 Authenticating user 'default' from [fd00:1122:3344:101::d]:50901 | ||
| 128 | 2025.03.01 05:25:07.745918 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2025.03.01 05:25:07.745907 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46249 | ||
| 130 | 2025.03.01 05:25:07.746081 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 131 | 2025.03.01 05:25:07.746100 [ 253 ] {} <Debug> TCP-Session: 555f165f-3a0c-4532-9c7b-445611d5ae71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2025.03.01 05:25:07.746111 [ 254 ] {} <Debug> TCP-Session: 9f819d1a-426e-434e-b53f-be79b0479270 Authenticating user 'default' from [fd00:1122:3344:101::d]:33490 | ||
| 133 | 2025.03.01 05:25:07.746289 [ 253 ] {} <Debug> TCP-Session: 555f165f-3a0c-4532-9c7b-445611d5ae71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2025.03.01 05:25:07.746309 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48487 | ||
| 135 | 2025.03.01 05:25:07.746329 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54248 | ||
| 136 | 2025.03.01 05:25:07.746319 [ 254 ] {} <Debug> TCP-Session: 9f819d1a-426e-434e-b53f-be79b0479270 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.03.01 05:25:07.746301 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 138 | 2025.03.01 05:25:07.746290 [ 255 ] {} <Debug> TCP-Session: 0440191c-5391-4c10-936c-84604d92d250 Authenticating user 'default' from [fd00:1122:3344:101::d]:40817 | ||
| 139 | 2025.03.01 05:25:07.746554 [ 254 ] {} <Debug> TCP-Session: 9f819d1a-426e-434e-b53f-be79b0479270 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.03.01 05:25:07.746678 [ 256 ] {} <Debug> TCP-Session: cae59380-a001-411e-9836-d0a2f976d4c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46249 | ||
| 141 | 2025.03.01 05:25:07.746686 [ 255 ] {} <Debug> TCP-Session: 0440191c-5391-4c10-936c-84604d92d250 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.03.01 05:25:07.746719 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2025.03.01 05:25:07.746786 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2025.03.01 05:25:07.746807 [ 255 ] {} <Debug> TCP-Session: 0440191c-5391-4c10-936c-84604d92d250 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.03.01 05:25:07.746819 [ 256 ] {} <Debug> TCP-Session: cae59380-a001-411e-9836-d0a2f976d4c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.03.01 05:25:07.746845 [ 257 ] {} <Debug> TCP-Session: b73eb942-f279-4ca8-be03-964e612b5bab Authenticating user 'default' from [fd00:1122:3344:101::d]:54248 | ||
| 147 | 2025.03.01 05:25:07.746951 [ 258 ] {} <Debug> TCP-Session: d3836de6-2355-4516-bbaf-9ff90566c0fa Authenticating user 'default' from [fd00:1122:3344:101::d]:48487 | ||
| 148 | 2025.03.01 05:25:07.746968 [ 256 ] {} <Debug> TCP-Session: cae59380-a001-411e-9836-d0a2f976d4c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.03.01 05:25:07.747008 [ 257 ] {} <Debug> TCP-Session: b73eb942-f279-4ca8-be03-964e612b5bab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.03.01 05:25:07.747014 [ 258 ] {} <Debug> TCP-Session: d3836de6-2355-4516-bbaf-9ff90566c0fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.03.01 05:25:07.747129 [ 258 ] {} <Debug> TCP-Session: d3836de6-2355-4516-bbaf-9ff90566c0fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.03.01 05:25:07.747143 [ 257 ] {} <Debug> TCP-Session: b73eb942-f279-4ca8-be03-964e612b5bab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.03.01 05:25:07.751080 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2025.03.01 05:25:07.754315 [ 3 ] {199655c8-9bbd-4e8e-ba40-8ed607e25aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.03.01 05:25:07.807326 [ 3 ] {199655c8-9bbd-4e8e-ba40-8ed607e25aca} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56480) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.03.01 05:25:07.808111 [ 3 ] {199655c8-9bbd-4e8e-ba40-8ed607e25aca} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.03.01 05:25:07.808211 [ 3 ] {199655c8-9bbd-4e8e-ba40-8ed607e25aca} <Debug> TCPHandler: Processed in 0.05866968 sec. | ||
| 204 | 2025.03.01 05:25:07.808622 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.03.01 05:25:07.808850 [ 4 ] {299e2619-9a1c-42c3-adbd-9259ffa7389a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.03.01 05:25:07.809204 [ 4 ] {299e2619-9a1c-42c3-adbd-9259ffa7389a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39777) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.03.01 05:25:07.809344 [ 4 ] {299e2619-9a1c-42c3-adbd-9259ffa7389a} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.03.01 05:25:07.809434 [ 4 ] {299e2619-9a1c-42c3-adbd-9259ffa7389a} <Debug> TCPHandler: Processed in 0.000963593 sec. | ||
| 255 | 2025.03.01 05:25:07.809693 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.03.01 05:25:07.810407 [ 3 ] {61d8a883-3afc-4d2a-9f7c-2f9af97e25c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.03.01 05:25:07.810504 [ 3 ] {61d8a883-3afc-4d2a-9f7c-2f9af97e25c4} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.03.01 05:25:07.812201 [ 3 ] {61d8a883-3afc-4d2a-9f7c-2f9af97e25c4} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.03.01 05:25:07.812223 [ 3 ] {61d8a883-3afc-4d2a-9f7c-2f9af97e25c4} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.425e-05 sec | ||
| 260 | 2025.03.01 05:25:07.812237 [ 3 ] {61d8a883-3afc-4d2a-9f7c-2f9af97e25c4} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.03.01 05:25:07.812256 [ 3 ] {61d8a883-3afc-4d2a-9f7c-2f9af97e25c4} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.03.01 05:25:07.812284 [ 3 ] {61d8a883-3afc-4d2a-9f7c-2f9af97e25c4} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.03.01 05:25:07.812859 [ 3 ] {61d8a883-3afc-4d2a-9f7c-2f9af97e25c4} <Debug> TCPHandler: Processed in 0.003283864 sec. | ||
| 264 | 2025.03.01 05:25:07.812995 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.03.01 05:25:07.813173 [ 3 ] {53af9af4-2804-4ad4-bebf-6d9242479b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) /* The version table contains metadata about the `oximeter` database */ | ||
| 266 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 267 | 2025.03.01 05:25:07.813218 [ 3 ] {53af9af4-2804-4ad4-bebf-6d9242479b19} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.03.01 05:25:07.820719 [ 3 ] {53af9af4-2804-4ad4-bebf-6d9242479b19} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.03.01 05:25:07.826353 [ 3 ] {53af9af4-2804-4ad4-bebf-6d9242479b19} <Debug> oximeter.version (b4c7bdd8-1a94-4548-bb53-09f51bb32d6a): Loading data parts | ||
| 270 | 2025.03.01 05:25:07.826875 [ 3 ] {53af9af4-2804-4ad4-bebf-6d9242479b19} <Debug> oximeter.version (b4c7bdd8-1a94-4548-bb53-09f51bb32d6a): There are no data parts | ||
| 271 | 2025.03.01 05:25:07.829742 [ 3 ] {53af9af4-2804-4ad4-bebf-6d9242479b19} <Debug> TCPHandler: Processed in 0.016799797 sec. | ||
| 272 | 2025.03.01 05:25:07.829890 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.03.01 05:25:07.830095 [ 3 ] {ee347475-8c11-4fe9-97d1-150683cb1b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) /* The measurement tables contain all individual samples from each timeseries. | ||
| 274 | * | ||
| 275 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 276 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 277 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 278 | * by all samples from the same timeseries. | ||
| 279 | * | ||
| 280 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 281 | * and then uses that to index quickly into the measurements tables. | ||
| 282 | */ | ||
| 283 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 284 | 2025.03.01 05:25:07.830154 [ 3 ] {ee347475-8c11-4fe9-97d1-150683cb1b38} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.03.01 05:25:07.843264 [ 3 ] {ee347475-8c11-4fe9-97d1-150683cb1b38} <Debug> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Loading data parts | ||
| 286 | 2025.03.01 05:25:07.843549 [ 3 ] {ee347475-8c11-4fe9-97d1-150683cb1b38} <Debug> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): There are no data parts | ||
| 287 | 2025.03.01 05:25:07.849401 [ 3 ] {ee347475-8c11-4fe9-97d1-150683cb1b38} <Debug> TCPHandler: Processed in 0.019563104 sec. | ||
| 288 | 2025.03.01 05:25:07.849550 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 289 | 2025.03.01 05:25:07.849751 [ 3 ] {bad0b3b6-24cb-4c61-848a-c39a58dad672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 290 | 2025.03.01 05:25:07.849802 [ 3 ] {bad0b3b6-24cb-4c61-848a-c39a58dad672} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 291 | 2025.03.01 05:25:07.859323 [ 3 ] {bad0b3b6-24cb-4c61-848a-c39a58dad672} <Debug> oximeter.measurements_i8 (00b173aa-768f-4bc8-8eb3-bb343055dae7): Loading data parts | ||
| 292 | 2025.03.01 05:25:07.859541 [ 3 ] {bad0b3b6-24cb-4c61-848a-c39a58dad672} <Debug> oximeter.measurements_i8 (00b173aa-768f-4bc8-8eb3-bb343055dae7): There are no data parts | ||
| 293 | 2025.03.01 05:25:07.865483 [ 3 ] {bad0b3b6-24cb-4c61-848a-c39a58dad672} <Debug> TCPHandler: Processed in 0.015985316 sec. | ||
| 294 | 2025.03.01 05:25:07.865656 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 295 | 2025.03.01 05:25:07.865883 [ 3 ] {69c44253-1ba2-4446-8d6c-c703776cfd03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 296 | 2025.03.01 05:25:07.865947 [ 3 ] {69c44253-1ba2-4446-8d6c-c703776cfd03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 297 | 2025.03.01 05:25:07.875147 [ 3 ] {69c44253-1ba2-4446-8d6c-c703776cfd03} <Debug> oximeter.measurements_u8 (1f247396-94ce-4bb9-941d-dca4cbbf198a): Loading data parts | ||
| 298 | 2025.03.01 05:25:07.875323 [ 3 ] {69c44253-1ba2-4446-8d6c-c703776cfd03} <Debug> oximeter.measurements_u8 (1f247396-94ce-4bb9-941d-dca4cbbf198a): There are no data parts | ||
| 299 | 2025.03.01 05:25:07.880987 [ 3 ] {69c44253-1ba2-4446-8d6c-c703776cfd03} <Debug> TCPHandler: Processed in 0.015393608 sec. | ||
| 300 | 2025.03.01 05:25:07.881136 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2025.03.01 05:25:07.881376 [ 3 ] {ab30bb71-db3f-4d28-bdba-e0663d06841c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 302 | 2025.03.01 05:25:07.881431 [ 3 ] {ab30bb71-db3f-4d28-bdba-e0663d06841c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 303 | 2025.03.01 05:25:07.890778 [ 3 ] {ab30bb71-db3f-4d28-bdba-e0663d06841c} <Debug> oximeter.measurements_i16 (fc8564d3-06b3-4cf1-bfca-32e4b9b63986): Loading data parts | ||
| 304 | 2025.03.01 05:25:07.890957 [ 3 ] {ab30bb71-db3f-4d28-bdba-e0663d06841c} <Debug> oximeter.measurements_i16 (fc8564d3-06b3-4cf1-bfca-32e4b9b63986): There are no data parts | ||
| 305 | 2025.03.01 05:25:07.896666 [ 3 ] {ab30bb71-db3f-4d28-bdba-e0663d06841c} <Debug> TCPHandler: Processed in 0.01559082 sec. | ||
| 306 | 2025.03.01 05:25:07.896847 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 307 | 2025.03.01 05:25:07.897076 [ 3 ] {f3969d42-67c9-49ed-91ec-5cb88ae709d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 308 | 2025.03.01 05:25:07.897128 [ 3 ] {f3969d42-67c9-49ed-91ec-5cb88ae709d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 309 | 2025.03.01 05:25:07.906134 [ 3 ] {f3969d42-67c9-49ed-91ec-5cb88ae709d4} <Debug> oximeter.measurements_u16 (431d4ea9-3c8a-4931-989c-7120b4c76850): Loading data parts | ||
| 310 | 2025.03.01 05:25:07.906312 [ 3 ] {f3969d42-67c9-49ed-91ec-5cb88ae709d4} <Debug> oximeter.measurements_u16 (431d4ea9-3c8a-4931-989c-7120b4c76850): There are no data parts | ||
| 311 | 2025.03.01 05:25:07.911753 [ 3 ] {f3969d42-67c9-49ed-91ec-5cb88ae709d4} <Debug> TCPHandler: Processed in 0.014966001 sec. | ||
| 312 | 2025.03.01 05:25:07.911943 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2025.03.01 05:25:07.912170 [ 3 ] {f53dc0f4-5d01-4edf-bf76-d3409ed739d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 314 | 2025.03.01 05:25:07.912216 [ 3 ] {f53dc0f4-5d01-4edf-bf76-d3409ed739d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 315 | 2025.03.01 05:25:07.921484 [ 3 ] {f53dc0f4-5d01-4edf-bf76-d3409ed739d8} <Debug> oximeter.measurements_i32 (e7755bc4-6505-4629-860e-618969f34bce): Loading data parts | ||
| 316 | 2025.03.01 05:25:07.921661 [ 3 ] {f53dc0f4-5d01-4edf-bf76-d3409ed739d8} <Debug> oximeter.measurements_i32 (e7755bc4-6505-4629-860e-618969f34bce): There are no data parts | ||
| 317 | 2025.03.01 05:25:07.926822 [ 3 ] {f53dc0f4-5d01-4edf-bf76-d3409ed739d8} <Debug> TCPHandler: Processed in 0.014940811 sec. | ||
| 318 | 2025.03.01 05:25:07.927049 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.03.01 05:25:07.927266 [ 3 ] {20bcd5bc-a94e-4e32-8293-019444ec9c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 320 | 2025.03.01 05:25:07.927321 [ 3 ] {20bcd5bc-a94e-4e32-8293-019444ec9c00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 321 | 2025.03.01 05:25:07.937320 [ 3 ] {20bcd5bc-a94e-4e32-8293-019444ec9c00} <Debug> oximeter.measurements_u32 (50b71c7b-baca-4e4b-a107-18bbbc8cbfa0): Loading data parts | ||
| 322 | 2025.03.01 05:25:07.937488 [ 3 ] {20bcd5bc-a94e-4e32-8293-019444ec9c00} <Debug> oximeter.measurements_u32 (50b71c7b-baca-4e4b-a107-18bbbc8cbfa0): There are no data parts | ||
| 323 | 2025.03.01 05:25:07.941879 [ 3 ] {20bcd5bc-a94e-4e32-8293-019444ec9c00} <Debug> TCPHandler: Processed in 0.014906721 sec. | ||
| 324 | 2025.03.01 05:25:07.942080 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2025.03.01 05:25:07.942274 [ 3 ] {ad97693e-55b4-49a4-a210-ea33f3cea107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 326 | 2025.03.01 05:25:07.942331 [ 3 ] {ad97693e-55b4-49a4-a210-ea33f3cea107} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 327 | 2025.03.01 05:25:07.952687 [ 3 ] {ad97693e-55b4-49a4-a210-ea33f3cea107} <Debug> oximeter.measurements_i64 (83f16206-504b-4513-8ca0-30866929031b): Loading data parts | ||
| 328 | 2025.03.01 05:25:07.952935 [ 3 ] {ad97693e-55b4-49a4-a210-ea33f3cea107} <Debug> oximeter.measurements_i64 (83f16206-504b-4513-8ca0-30866929031b): There are no data parts | ||
| 329 | 2025.03.01 05:25:07.956983 [ 3 ] {ad97693e-55b4-49a4-a210-ea33f3cea107} <Debug> TCPHandler: Processed in 0.014981082 sec. | ||
| 330 | 2025.03.01 05:25:07.957212 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 331 | 2025.03.01 05:25:07.957505 [ 3 ] {35ac33db-dd4e-43d6-90e0-fd563a5b52f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 332 | 2025.03.01 05:25:07.957558 [ 3 ] {35ac33db-dd4e-43d6-90e0-fd563a5b52f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 333 | 2025.03.01 05:25:07.963922 [ 3 ] {35ac33db-dd4e-43d6-90e0-fd563a5b52f3} <Debug> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Loading data parts | ||
| 334 | 2025.03.01 05:25:07.964118 [ 3 ] {35ac33db-dd4e-43d6-90e0-fd563a5b52f3} <Debug> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): There are no data parts | ||
| 335 | 2025.03.01 05:25:07.972024 [ 3 ] {35ac33db-dd4e-43d6-90e0-fd563a5b52f3} <Debug> TCPHandler: Processed in 0.014906571 sec. | ||
| 336 | 2025.03.01 05:25:07.972187 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2025.03.01 05:25:07.972373 [ 3 ] {c20e81ae-c508-40bb-9828-2ccc86f0586e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 338 | 2025.03.01 05:25:07.972427 [ 3 ] {c20e81ae-c508-40bb-9828-2ccc86f0586e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 339 | 2025.03.01 05:25:07.983126 [ 3 ] {c20e81ae-c508-40bb-9828-2ccc86f0586e} <Debug> oximeter.measurements_f32 (b27c0d54-460c-45fe-ac2d-e31e6c64687e): Loading data parts | ||
| 340 | 2025.03.01 05:25:07.983376 [ 3 ] {c20e81ae-c508-40bb-9828-2ccc86f0586e} <Debug> oximeter.measurements_f32 (b27c0d54-460c-45fe-ac2d-e31e6c64687e): There are no data parts | ||
| 341 | 2025.03.01 05:25:07.988119 [ 3 ] {c20e81ae-c508-40bb-9828-2ccc86f0586e} <Debug> TCPHandler: Processed in 0.015982245 sec. | ||
| 342 | 2025.03.01 05:25:07.988256 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.03.01 05:25:07.988463 [ 3 ] {c93607a1-b555-4e37-a9f2-24192d16d8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 344 | 2025.03.01 05:25:07.988525 [ 3 ] {c93607a1-b555-4e37-a9f2-24192d16d8cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 345 | 2025.03.01 05:25:07.996559 [ 3 ] {c93607a1-b555-4e37-a9f2-24192d16d8cb} <Debug> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Loading data parts | ||
| 346 | 2025.03.01 05:25:07.996745 [ 3 ] {c93607a1-b555-4e37-a9f2-24192d16d8cb} <Debug> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): There are no data parts | ||
| 347 | 2025.03.01 05:25:08.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.09 MiB, peak 122.09 MiB, free memory in arenas 0.00 B, will set to 133.14 MiB (RSS), difference: 11.05 MiB | ||
| 348 | 2025.03.01 05:25:08.004190 [ 3 ] {c93607a1-b555-4e37-a9f2-24192d16d8cb} <Debug> TCPHandler: Processed in 0.015985656 sec. | ||
| 349 | 2025.03.01 05:25:08.004336 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 350 | 2025.03.01 05:25:08.004549 [ 3 ] {a6f0ea49-b8bc-4e77-96e4-a9d799a98d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 351 | 2025.03.01 05:25:08.004609 [ 3 ] {a6f0ea49-b8bc-4e77-96e4-a9d799a98d8b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 352 | 2025.03.01 05:25:08.014031 [ 3 ] {a6f0ea49-b8bc-4e77-96e4-a9d799a98d8b} <Debug> oximeter.measurements_string (e6930bb7-433a-418d-bc2b-9a78846cfeb2): Loading data parts | ||
| 353 | 2025.03.01 05:25:08.014243 [ 3 ] {a6f0ea49-b8bc-4e77-96e4-a9d799a98d8b} <Debug> oximeter.measurements_string (e6930bb7-433a-418d-bc2b-9a78846cfeb2): There are no data parts | ||
| 354 | 2025.03.01 05:25:08.019879 [ 3 ] {a6f0ea49-b8bc-4e77-96e4-a9d799a98d8b} <Debug> TCPHandler: Processed in 0.0155944 sec. | ||
| 355 | 2025.03.01 05:25:08.020065 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 356 | 2025.03.01 05:25:08.020256 [ 3 ] {0887fec4-2919-41b5-a228-6b1f6f28e600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 357 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 358 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 359 | * a string isn't palatable for a few reasons. | ||
| 360 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 361 | * details. | ||
| 362 | */ | ||
| 363 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 364 | 2025.03.01 05:25:08.020325 [ 3 ] {0887fec4-2919-41b5-a228-6b1f6f28e600} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 365 | 2025.03.01 05:25:08.026499 [ 3 ] {0887fec4-2919-41b5-a228-6b1f6f28e600} <Debug> oximeter.measurements_bytes (911f05d9-92ee-4532-aab3-71225aad9b3b): Loading data parts | ||
| 366 | 2025.03.01 05:25:08.026667 [ 3 ] {0887fec4-2919-41b5-a228-6b1f6f28e600} <Debug> oximeter.measurements_bytes (911f05d9-92ee-4532-aab3-71225aad9b3b): There are no data parts | ||
| 367 | 2025.03.01 05:25:08.031911 [ 3 ] {0887fec4-2919-41b5-a228-6b1f6f28e600} <Debug> TCPHandler: Processed in 0.01190463 sec. | ||
| 368 | 2025.03.01 05:25:08.032096 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 369 | 2025.03.01 05:25:08.032293 [ 3 ] {aa52947f-6241-4998-a246-eeca9a710d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 370 | 2025.03.01 05:25:08.032363 [ 3 ] {aa52947f-6241-4998-a246-eeca9a710d61} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 371 | 2025.03.01 05:25:08.035924 [ 3 ] {aa52947f-6241-4998-a246-eeca9a710d61} <Debug> oximeter.measurements_cumulativei64 (fed22f63-21c3-4d05-a5cf-b726613a3967): Loading data parts | ||
| 372 | 2025.03.01 05:25:08.036087 [ 3 ] {aa52947f-6241-4998-a246-eeca9a710d61} <Debug> oximeter.measurements_cumulativei64 (fed22f63-21c3-4d05-a5cf-b726613a3967): There are no data parts | ||
| 373 | 2025.03.01 05:25:08.038987 [ 3 ] {aa52947f-6241-4998-a246-eeca9a710d61} <Debug> TCPHandler: Processed in 0.006951404 sec. | ||
| 374 | 2025.03.01 05:25:08.039191 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 375 | 2025.03.01 05:25:08.039443 [ 3 ] {44e51f32-597c-4a6d-a193-8f0d711ed5aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 376 | 2025.03.01 05:25:08.039511 [ 3 ] {44e51f32-597c-4a6d-a193-8f0d711ed5aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 377 | 2025.03.01 05:25:08.041437 [ 3 ] {44e51f32-597c-4a6d-a193-8f0d711ed5aa} <Debug> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Loading data parts | ||
| 378 | 2025.03.01 05:25:08.041614 [ 3 ] {44e51f32-597c-4a6d-a193-8f0d711ed5aa} <Debug> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): There are no data parts | ||
| 379 | 2025.03.01 05:25:08.046358 [ 3 ] {44e51f32-597c-4a6d-a193-8f0d711ed5aa} <Debug> TCPHandler: Processed in 0.007228647 sec. | ||
| 380 | 2025.03.01 05:25:08.046534 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 381 | 2025.03.01 05:25:08.046790 [ 3 ] {2fd4a5f9-41ea-4da9-a13b-19fbbebfcfa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 382 | 2025.03.01 05:25:08.046852 [ 3 ] {2fd4a5f9-41ea-4da9-a13b-19fbbebfcfa8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 383 | 2025.03.01 05:25:08.055526 [ 3 ] {2fd4a5f9-41ea-4da9-a13b-19fbbebfcfa8} <Debug> oximeter.measurements_cumulativef32 (fec1e17d-8e88-40d5-adab-1999e69a5827): Loading data parts | ||
| 384 | 2025.03.01 05:25:08.055710 [ 3 ] {2fd4a5f9-41ea-4da9-a13b-19fbbebfcfa8} <Debug> oximeter.measurements_cumulativef32 (fec1e17d-8e88-40d5-adab-1999e69a5827): There are no data parts | ||
| 385 | 2025.03.01 05:25:08.063439 [ 3 ] {2fd4a5f9-41ea-4da9-a13b-19fbbebfcfa8} <Debug> TCPHandler: Processed in 0.016967359 sec. | ||
| 386 | 2025.03.01 05:25:08.063583 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 387 | 2025.03.01 05:25:08.063780 [ 3 ] {4b8e241a-f3ff-4e97-9333-23a01c2fcea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 388 | 2025.03.01 05:25:08.063838 [ 3 ] {4b8e241a-f3ff-4e97-9333-23a01c2fcea1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 389 | 2025.03.01 05:25:08.067845 [ 3 ] {4b8e241a-f3ff-4e97-9333-23a01c2fcea1} <Debug> oximeter.measurements_cumulativef64 (5e12977c-835a-4b72-b256-ce54f4d84b5d): Loading data parts | ||
| 390 | 2025.03.01 05:25:08.068056 [ 3 ] {4b8e241a-f3ff-4e97-9333-23a01c2fcea1} <Debug> oximeter.measurements_cumulativef64 (5e12977c-835a-4b72-b256-ce54f4d84b5d): There are no data parts | ||
| 391 | 2025.03.01 05:25:08.072461 [ 3 ] {4b8e241a-f3ff-4e97-9333-23a01c2fcea1} <Debug> TCPHandler: Processed in 0.00892794 sec. | ||
| 392 | 2025.03.01 05:25:08.072630 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 393 | 2025.03.01 05:25:08.072978 [ 3 ] {5015645c-74fb-40a2-afcf-38c710903bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 394 | * NOTE: Array types cannot be Nullable, see | ||
| 395 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 396 | * for more details. | ||
| 397 | * | ||
| 398 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 399 | * is unfortunate, and at this point relies on the fact that an | ||
| 400 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 401 | * to figure out another way to represent missing samples here. | ||
| 402 | */ | ||
| 403 | 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) | ||
| 404 | 2025.03.01 05:25:08.073067 [ 3 ] {5015645c-74fb-40a2-afcf-38c710903bd3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 405 | 2025.03.01 05:25:08.079195 [ 3 ] {5015645c-74fb-40a2-afcf-38c710903bd3} <Debug> oximeter.measurements_histogrami8 (c758b3b7-b04a-47bf-bd92-289eb7cf1549): Loading data parts | ||
| 406 | 2025.03.01 05:25:08.079441 [ 3 ] {5015645c-74fb-40a2-afcf-38c710903bd3} <Debug> oximeter.measurements_histogrami8 (c758b3b7-b04a-47bf-bd92-289eb7cf1549): There are no data parts | ||
| 407 | 2025.03.01 05:25:08.086569 [ 3 ] {5015645c-74fb-40a2-afcf-38c710903bd3} <Debug> TCPHandler: Processed in 0.014001238 sec. | ||
| 408 | 2025.03.01 05:25:08.086776 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2025.03.01 05:25:08.087104 [ 3 ] {2c86cd26-8eba-43e3-a57f-b47a75dab69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 410 | 2025.03.01 05:25:08.087178 [ 3 ] {2c86cd26-8eba-43e3-a57f-b47a75dab69f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 411 | 2025.03.01 05:25:08.096024 [ 3 ] {2c86cd26-8eba-43e3-a57f-b47a75dab69f} <Debug> oximeter.measurements_histogramu8 (3cd1194c-9bae-4065-bf80-1a2a03feae77): Loading data parts | ||
| 412 | 2025.03.01 05:25:08.096221 [ 3 ] {2c86cd26-8eba-43e3-a57f-b47a75dab69f} <Debug> oximeter.measurements_histogramu8 (3cd1194c-9bae-4065-bf80-1a2a03feae77): There are no data parts | ||
| 413 | 2025.03.01 05:25:08.105316 [ 3 ] {2c86cd26-8eba-43e3-a57f-b47a75dab69f} <Debug> TCPHandler: Processed in 0.018604761 sec. | ||
| 414 | 2025.03.01 05:25:08.105525 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 415 | 2025.03.01 05:25:08.105876 [ 3 ] {49f9c8ac-ceb9-421c-ab30-ed723d459c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 416 | 2025.03.01 05:25:08.105960 [ 3 ] {49f9c8ac-ceb9-421c-ab30-ed723d459c41} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 417 | 2025.03.01 05:25:08.111679 [ 3 ] {49f9c8ac-ceb9-421c-ab30-ed723d459c41} <Debug> oximeter.measurements_histogrami16 (78412efd-edd0-4ab5-8db6-45b69bc34eaa): Loading data parts | ||
| 418 | 2025.03.01 05:25:08.112051 [ 3 ] {49f9c8ac-ceb9-421c-ab30-ed723d459c41} <Debug> oximeter.measurements_histogrami16 (78412efd-edd0-4ab5-8db6-45b69bc34eaa): There are no data parts | ||
| 419 | 2025.03.01 05:25:08.120552 [ 3 ] {49f9c8ac-ceb9-421c-ab30-ed723d459c41} <Debug> TCPHandler: Processed in 0.015095704 sec. | ||
| 420 | 2025.03.01 05:25:08.120764 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2025.03.01 05:25:08.121091 [ 3 ] {20259adc-7980-439b-87ac-4a112548bc41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 422 | 2025.03.01 05:25:08.121160 [ 3 ] {20259adc-7980-439b-87ac-4a112548bc41} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 423 | 2025.03.01 05:25:08.126933 [ 3 ] {20259adc-7980-439b-87ac-4a112548bc41} <Debug> oximeter.measurements_histogramu16 (e26f0d3d-1591-4518-b2b5-00f69998b942): Loading data parts | ||
| 424 | 2025.03.01 05:25:08.127124 [ 3 ] {20259adc-7980-439b-87ac-4a112548bc41} <Debug> oximeter.measurements_histogramu16 (e26f0d3d-1591-4518-b2b5-00f69998b942): There are no data parts | ||
| 425 | 2025.03.01 05:25:08.137255 [ 3 ] {20259adc-7980-439b-87ac-4a112548bc41} <Debug> TCPHandler: Processed in 0.016553103 sec. | ||
| 426 | 2025.03.01 05:25:08.137505 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 427 | 2025.03.01 05:25:08.137917 [ 3 ] {441164fb-40c4-4074-970a-cf5f38988abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 428 | 2025.03.01 05:25:08.138018 [ 3 ] {441164fb-40c4-4074-970a-cf5f38988abd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 429 | 2025.03.01 05:25:08.143117 [ 3 ] {441164fb-40c4-4074-970a-cf5f38988abd} <Debug> oximeter.measurements_histogrami32 (7447ca1d-45d9-47b8-b010-bbf935715102): Loading data parts | ||
| 430 | 2025.03.01 05:25:08.143347 [ 3 ] {441164fb-40c4-4074-970a-cf5f38988abd} <Debug> oximeter.measurements_histogrami32 (7447ca1d-45d9-47b8-b010-bbf935715102): There are no data parts | ||
| 431 | 2025.03.01 05:25:08.152305 [ 3 ] {441164fb-40c4-4074-970a-cf5f38988abd} <Debug> TCPHandler: Processed in 0.014877151 sec. | ||
| 432 | 2025.03.01 05:25:08.152561 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2025.03.01 05:25:08.152953 [ 3 ] {215169b1-4633-4d71-9fd6-f8eb02cf471c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 434 | 2025.03.01 05:25:08.153067 [ 3 ] {215169b1-4633-4d71-9fd6-f8eb02cf471c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 435 | 2025.03.01 05:25:08.158834 [ 3 ] {215169b1-4633-4d71-9fd6-f8eb02cf471c} <Debug> oximeter.measurements_histogramu32 (e7eb203c-5458-4c8e-8033-75fc7147b05d): Loading data parts | ||
| 436 | 2025.03.01 05:25:08.159015 [ 3 ] {215169b1-4633-4d71-9fd6-f8eb02cf471c} <Debug> oximeter.measurements_histogramu32 (e7eb203c-5458-4c8e-8033-75fc7147b05d): There are no data parts | ||
| 437 | 2025.03.01 05:25:08.169371 [ 3 ] {215169b1-4633-4d71-9fd6-f8eb02cf471c} <Debug> TCPHandler: Processed in 0.016890617 sec. | ||
| 438 | 2025.03.01 05:25:08.169608 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2025.03.01 05:25:08.170009 [ 3 ] {3174f11c-4ff9-4591-8cd1-3c977fb2aba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 440 | 2025.03.01 05:25:08.170125 [ 3 ] {3174f11c-4ff9-4591-8cd1-3c977fb2aba6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 441 | 2025.03.01 05:25:08.173807 [ 3 ] {3174f11c-4ff9-4591-8cd1-3c977fb2aba6} <Debug> oximeter.measurements_histogrami64 (15e039a1-21bc-4ee7-83d3-824726ccafa1): Loading data parts | ||
| 442 | 2025.03.01 05:25:08.173977 [ 3 ] {3174f11c-4ff9-4591-8cd1-3c977fb2aba6} <Debug> oximeter.measurements_histogrami64 (15e039a1-21bc-4ee7-83d3-824726ccafa1): There are no data parts | ||
| 443 | 2025.03.01 05:25:08.178203 [ 3 ] {3174f11c-4ff9-4591-8cd1-3c977fb2aba6} <Debug> TCPHandler: Processed in 0.008674927 sec. | ||
| 444 | 2025.03.01 05:25:08.178379 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2025.03.01 05:25:08.178694 [ 3 ] {8f4ca43e-32ac-4a42-a580-366bf0533238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 446 | 2025.03.01 05:25:08.178774 [ 3 ] {8f4ca43e-32ac-4a42-a580-366bf0533238} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 447 | 2025.03.01 05:25:08.186141 [ 3 ] {8f4ca43e-32ac-4a42-a580-366bf0533238} <Debug> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Loading data parts | ||
| 448 | 2025.03.01 05:25:08.186318 [ 3 ] {8f4ca43e-32ac-4a42-a580-366bf0533238} <Debug> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): There are no data parts | ||
| 449 | 2025.03.01 05:25:08.196746 [ 3 ] {8f4ca43e-32ac-4a42-a580-366bf0533238} <Debug> TCPHandler: Processed in 0.018427489 sec. | ||
| 450 | 2025.03.01 05:25:08.196937 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 451 | 2025.03.01 05:25:08.197222 [ 3 ] {de2e44c0-c883-44d8-b3bc-b1ea38e038a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 452 | 2025.03.01 05:25:08.197290 [ 3 ] {de2e44c0-c883-44d8-b3bc-b1ea38e038a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 453 | 2025.03.01 05:25:08.200515 [ 3 ] {de2e44c0-c883-44d8-b3bc-b1ea38e038a9} <Debug> oximeter.measurements_histogramf32 (0fbcb1b9-3d4c-4efb-bc71-c0518c928f33): Loading data parts | ||
| 454 | 2025.03.01 05:25:08.200661 [ 3 ] {de2e44c0-c883-44d8-b3bc-b1ea38e038a9} <Debug> oximeter.measurements_histogramf32 (0fbcb1b9-3d4c-4efb-bc71-c0518c928f33): There are no data parts | ||
| 455 | 2025.03.01 05:25:08.204925 [ 3 ] {de2e44c0-c883-44d8-b3bc-b1ea38e038a9} <Debug> TCPHandler: Processed in 0.008048719 sec. | ||
| 456 | 2025.03.01 05:25:08.205163 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 457 | 2025.03.01 05:25:08.205558 [ 3 ] {7231e313-44bf-4c80-a0dc-d29008ff150d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 458 | 2025.03.01 05:25:08.205628 [ 3 ] {7231e313-44bf-4c80-a0dc-d29008ff150d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 459 | 2025.03.01 05:25:08.212424 [ 3 ] {7231e313-44bf-4c80-a0dc-d29008ff150d} <Debug> oximeter.measurements_histogramf64 (7f14a447-478c-4861-830f-ad966b81863c): Loading data parts | ||
| 460 | 2025.03.01 05:25:08.212663 [ 3 ] {7231e313-44bf-4c80-a0dc-d29008ff150d} <Debug> oximeter.measurements_histogramf64 (7f14a447-478c-4861-830f-ad966b81863c): There are no data parts | ||
| 461 | 2025.03.01 05:25:08.217420 [ 3 ] {7231e313-44bf-4c80-a0dc-d29008ff150d} <Debug> TCPHandler: Processed in 0.012347416 sec. | ||
| 462 | 2025.03.01 05:25:08.217659 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 463 | 2025.03.01 05:25:08.217952 [ 3 ] {e2e9af4d-1cd5-4a22-b2f8-15df63112a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) /* The field tables store named dimensions of each timeseries. | ||
| 464 | * | ||
| 465 | * As with the measurement tables, there is one field table for each field data | ||
| 466 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 467 | * this behavior **must not** be relied upon for query correctness. | ||
| 468 | * | ||
| 469 | * The index for the fields differs from the measurements, however. Rows are | ||
| 470 | * sorted by timeseries name, then field name, field value, and finally | ||
| 471 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 472 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 473 | * usually then used to look up measurements. | ||
| 474 | * | ||
| 475 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 476 | * timeseries name and then key, since it would improve lookups where one | ||
| 477 | * already has the key. Realistically though, these tables are quite small and | ||
| 478 | * so performance benefits will be low in absolute terms. | ||
| 479 | * | ||
| 480 | * TTL: We use a materialized column to expire old field table records. This | ||
| 481 | * column is generated automatically by the database whenever a new row is | ||
| 482 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 483 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 484 | * record will remain during a deduplication, which will have the last | ||
| 485 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 486 | * measurement tables. | ||
| 487 | */ | ||
| 488 | 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) | ||
| 489 | 2025.03.01 05:25:08.218052 [ 3 ] {e2e9af4d-1cd5-4a22-b2f8-15df63112a83} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 490 | 2025.03.01 05:25:08.226445 [ 3 ] {e2e9af4d-1cd5-4a22-b2f8-15df63112a83} <Debug> oximeter.fields_bool (46b53f62-3c54-4bc6-a509-1febabe564b6): Loading data parts | ||
| 491 | 2025.03.01 05:25:08.226797 [ 3 ] {e2e9af4d-1cd5-4a22-b2f8-15df63112a83} <Debug> oximeter.fields_bool (46b53f62-3c54-4bc6-a509-1febabe564b6): There are no data parts | ||
| 492 | 2025.03.01 05:25:08.235941 [ 3 ] {e2e9af4d-1cd5-4a22-b2f8-15df63112a83} <Debug> TCPHandler: Processed in 0.018360947 sec. | ||
| 493 | 2025.03.01 05:25:08.236104 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 494 | 2025.03.01 05:25:08.236354 [ 3 ] {635c86fd-299f-40fc-ae75-283f6df4870d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 495 | 2025.03.01 05:25:08.236421 [ 3 ] {635c86fd-299f-40fc-ae75-283f6df4870d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 496 | 2025.03.01 05:25:08.241923 [ 3 ] {635c86fd-299f-40fc-ae75-283f6df4870d} <Debug> oximeter.fields_i8 (9c351c59-8e53-4455-8e89-847db093b544): Loading data parts | ||
| 497 | 2025.03.01 05:25:08.242093 [ 3 ] {635c86fd-299f-40fc-ae75-283f6df4870d} <Debug> oximeter.fields_i8 (9c351c59-8e53-4455-8e89-847db093b544): There are no data parts | ||
| 498 | 2025.03.01 05:25:08.250693 [ 3 ] {635c86fd-299f-40fc-ae75-283f6df4870d} <Debug> TCPHandler: Processed in 0.014650558 sec. | ||
| 499 | 2025.03.01 05:25:08.250847 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2025.03.01 05:25:08.251091 [ 3 ] {616c8c73-947f-4e25-965e-40563cecb5c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 501 | 2025.03.01 05:25:08.251173 [ 3 ] {616c8c73-947f-4e25-965e-40563cecb5c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 502 | 2025.03.01 05:25:08.257892 [ 3 ] {616c8c73-947f-4e25-965e-40563cecb5c4} <Debug> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Loading data parts | ||
| 503 | 2025.03.01 05:25:08.258083 [ 3 ] {616c8c73-947f-4e25-965e-40563cecb5c4} <Debug> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): There are no data parts | ||
| 504 | 2025.03.01 05:25:08.267923 [ 3 ] {616c8c73-947f-4e25-965e-40563cecb5c4} <Debug> TCPHandler: Processed in 0.017139961 sec. | ||
| 505 | 2025.03.01 05:25:08.268169 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 506 | 2025.03.01 05:25:08.268523 [ 3 ] {2931d887-377c-417c-af0d-cc79079d426a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 507 | 2025.03.01 05:25:08.268588 [ 3 ] {2931d887-377c-417c-af0d-cc79079d426a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 508 | 2025.03.01 05:25:08.273101 [ 3 ] {2931d887-377c-417c-af0d-cc79079d426a} <Debug> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Loading data parts | ||
| 509 | 2025.03.01 05:25:08.273399 [ 3 ] {2931d887-377c-417c-af0d-cc79079d426a} <Debug> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): There are no data parts | ||
| 510 | 2025.03.01 05:25:08.283534 [ 3 ] {2931d887-377c-417c-af0d-cc79079d426a} <Debug> TCPHandler: Processed in 0.015476289 sec. | ||
| 511 | 2025.03.01 05:25:08.283670 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2025.03.01 05:25:08.283859 [ 3 ] {4be7deb4-bd17-4afd-b0a7-49903691a7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 513 | 2025.03.01 05:25:08.283928 [ 3 ] {4be7deb4-bd17-4afd-b0a7-49903691a7c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 514 | 2025.03.01 05:25:08.287136 [ 3 ] {4be7deb4-bd17-4afd-b0a7-49903691a7c7} <Debug> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Loading data parts | ||
| 515 | 2025.03.01 05:25:08.287537 [ 3 ] {4be7deb4-bd17-4afd-b0a7-49903691a7c7} <Debug> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): There are no data parts | ||
| 516 | 2025.03.01 05:25:08.311521 [ 3 ] {4be7deb4-bd17-4afd-b0a7-49903691a7c7} <Debug> TCPHandler: Processed in 0.027902706 sec. | ||
| 517 | 2025.03.01 05:25:08.311667 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 518 | 2025.03.01 05:25:08.311894 [ 3 ] {3a9ba67a-3067-459a-a368-4e31e5dc2139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 519 | 2025.03.01 05:25:08.311957 [ 3 ] {3a9ba67a-3067-459a-a368-4e31e5dc2139} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 520 | 2025.03.01 05:25:08.320923 [ 3 ] {3a9ba67a-3067-459a-a368-4e31e5dc2139} <Debug> oximeter.fields_i32 (55cec4fc-8c8b-421f-90dc-f66e6a94373a): Loading data parts | ||
| 521 | 2025.03.01 05:25:08.321135 [ 3 ] {3a9ba67a-3067-459a-a368-4e31e5dc2139} <Debug> oximeter.fields_i32 (55cec4fc-8c8b-421f-90dc-f66e6a94373a): There are no data parts | ||
| 522 | 2025.03.01 05:25:08.334693 [ 3 ] {3a9ba67a-3067-459a-a368-4e31e5dc2139} <Debug> TCPHandler: Processed in 0.023077841 sec. | ||
| 523 | 2025.03.01 05:25:08.334862 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 524 | 2025.03.01 05:25:08.335093 [ 3 ] {428138ab-2a1e-4a09-8f3d-a17674330098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 525 | 2025.03.01 05:25:08.335154 [ 3 ] {428138ab-2a1e-4a09-8f3d-a17674330098} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 526 | 2025.03.01 05:25:08.338192 [ 3 ] {428138ab-2a1e-4a09-8f3d-a17674330098} <Debug> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Loading data parts | ||
| 527 | 2025.03.01 05:25:08.338375 [ 3 ] {428138ab-2a1e-4a09-8f3d-a17674330098} <Debug> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): There are no data parts | ||
| 528 | 2025.03.01 05:25:08.359001 [ 3 ] {428138ab-2a1e-4a09-8f3d-a17674330098} <Debug> TCPHandler: Processed in 0.024201047 sec. | ||
| 529 | 2025.03.01 05:25:08.359179 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 530 | 2025.03.01 05:25:08.359427 [ 3 ] {682efae5-8284-4e89-abe0-865a304ae45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 531 | 2025.03.01 05:25:08.359494 [ 3 ] {682efae5-8284-4e89-abe0-865a304ae45e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 532 | 2025.03.01 05:25:08.363434 [ 3 ] {682efae5-8284-4e89-abe0-865a304ae45e} <Debug> oximeter.fields_i64 (c94cc950-0bd7-46b3-a7fd-2ab2b8df50d6): Loading data parts | ||
| 533 | 2025.03.01 05:25:08.363586 [ 3 ] {682efae5-8284-4e89-abe0-865a304ae45e} <Debug> oximeter.fields_i64 (c94cc950-0bd7-46b3-a7fd-2ab2b8df50d6): There are no data parts | ||
| 534 | 2025.03.01 05:25:08.365319 [ 3 ] {682efae5-8284-4e89-abe0-865a304ae45e} <Debug> TCPHandler: Processed in 0.006202244 sec. | ||
| 535 | 2025.03.01 05:25:08.365474 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 536 | 2025.03.01 05:25:08.365712 [ 3 ] {95ab2213-5133-4d24-b770-6311e87c48a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 537 | 2025.03.01 05:25:08.365790 [ 3 ] {95ab2213-5133-4d24-b770-6311e87c48a1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 538 | 2025.03.01 05:25:08.367756 [ 3 ] {95ab2213-5133-4d24-b770-6311e87c48a1} <Debug> oximeter.fields_u64 (0edfe2d1-5254-44b9-b68a-fd80fe338db4): Loading data parts | ||
| 539 | 2025.03.01 05:25:08.367986 [ 3 ] {95ab2213-5133-4d24-b770-6311e87c48a1} <Debug> oximeter.fields_u64 (0edfe2d1-5254-44b9-b68a-fd80fe338db4): There are no data parts | ||
| 540 | 2025.03.01 05:25:08.369647 [ 3 ] {95ab2213-5133-4d24-b770-6311e87c48a1} <Debug> TCPHandler: Processed in 0.004240147 sec. | ||
| 541 | 2025.03.01 05:25:08.369770 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 542 | 2025.03.01 05:25:08.369979 [ 3 ] {95992d92-ea6c-499b-b190-3333d42c3ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 543 | 2025.03.01 05:25:08.370045 [ 3 ] {95992d92-ea6c-499b-b190-3333d42c3ea4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 544 | 2025.03.01 05:25:08.371994 [ 3 ] {95992d92-ea6c-499b-b190-3333d42c3ea4} <Debug> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Loading data parts | ||
| 545 | 2025.03.01 05:25:08.372242 [ 3 ] {95992d92-ea6c-499b-b190-3333d42c3ea4} <Debug> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): There are no data parts | ||
| 546 | 2025.03.01 05:25:08.373903 [ 3 ] {95992d92-ea6c-499b-b190-3333d42c3ea4} <Debug> TCPHandler: Processed in 0.004184257 sec. | ||
| 547 | 2025.03.01 05:25:08.374028 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 548 | 2025.03.01 05:25:08.374213 [ 3 ] {7b0a18ea-63b1-4068-a05a-c3825910db38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 549 | 2025.03.01 05:25:08.374282 [ 3 ] {7b0a18ea-63b1-4068-a05a-c3825910db38} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 550 | 2025.03.01 05:25:08.376098 [ 3 ] {7b0a18ea-63b1-4068-a05a-c3825910db38} <Debug> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Loading data parts | ||
| 551 | 2025.03.01 05:25:08.376261 [ 3 ] {7b0a18ea-63b1-4068-a05a-c3825910db38} <Debug> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): There are no data parts | ||
| 552 | 2025.03.01 05:25:08.377890 [ 3 ] {7b0a18ea-63b1-4068-a05a-c3825910db38} <Debug> TCPHandler: Processed in 0.003912932 sec. | ||
| 553 | 2025.03.01 05:25:08.378015 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 554 | 2025.03.01 05:25:08.378230 [ 3 ] {c55e3248-894b-49da-866e-13ee13d67802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) 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) | ||
| 555 | 2025.03.01 05:25:08.378300 [ 3 ] {c55e3248-894b-49da-866e-13ee13d67802} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 556 | 2025.03.01 05:25:08.380133 [ 3 ] {c55e3248-894b-49da-866e-13ee13d67802} <Debug> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Loading data parts | ||
| 557 | 2025.03.01 05:25:08.380299 [ 3 ] {c55e3248-894b-49da-866e-13ee13d67802} <Debug> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): There are no data parts | ||
| 558 | 2025.03.01 05:25:08.381946 [ 3 ] {c55e3248-894b-49da-866e-13ee13d67802} <Debug> TCPHandler: Processed in 0.003981893 sec. | ||
| 559 | 2025.03.01 05:25:08.382114 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 560 | 2025.03.01 05:25:08.382426 [ 3 ] {bfdf3958-a5b0-43b7-aaf7-2f4a9098fe4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) /* The timeseries schema table stores the extracted schema for the samples | ||
| 561 | * oximeter collects. | ||
| 562 | */ | ||
| 563 | 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) | ||
| 564 | 2025.03.01 05:25:08.382529 [ 3 ] {bfdf3958-a5b0-43b7-aaf7-2f4a9098fe4a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 565 | 2025.03.01 05:25:08.384376 [ 3 ] {bfdf3958-a5b0-43b7-aaf7-2f4a9098fe4a} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2): Loading data parts | ||
| 566 | 2025.03.01 05:25:08.384616 [ 3 ] {bfdf3958-a5b0-43b7-aaf7-2f4a9098fe4a} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2): There are no data parts | ||
| 567 | 2025.03.01 05:25:08.386460 [ 3 ] {bfdf3958-a5b0-43b7-aaf7-2f4a9098fe4a} <Debug> TCPHandler: Processed in 0.004408039 sec. | ||
| 568 | 2025.03.01 05:25:08.386722 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 569 | 2025.03.01 05:25:08.387018 [ 4 ] {0c320334-ae8c-4121-afad-2e622aa729ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 570 | 2025.03.01 05:25:08.388273 [ 4 ] {0c320334-ae8c-4121-afad-2e622aa729ed} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 571 | 2025.03.01 05:25:08.396468 [ 259 ] {0c320334-ae8c-4121-afad-2e622aa729ed} <Trace> oximeter.version (b4c7bdd8-1a94-4548-bb53-09f51bb32d6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 572 | 2025.03.01 05:25:08.396525 [ 259 ] {0c320334-ae8c-4121-afad-2e622aa729ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 573 | 2025.03.01 05:25:08.400929 [ 259 ] {0c320334-ae8c-4121-afad-2e622aa729ed} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 574 | 2025.03.01 05:25:08.401280 [ 259 ] {0c320334-ae8c-4121-afad-2e622aa729ed} <Trace> oximeter.version (b4c7bdd8-1a94-4548-bb53-09f51bb32d6a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 575 | 2025.03.01 05:25:08.401635 [ 4 ] {0c320334-ae8c-4121-afad-2e622aa729ed} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014735 sec., 67.8656260604004 rows/sec., 1.06 KiB/sec. | ||
| 576 | 2025.03.01 05:25:08.402137 [ 4 ] {0c320334-ae8c-4121-afad-2e622aa729ed} <Debug> TCPHandler: Processed in 0.015547669 sec. | ||
| 577 | 2025.03.01 05:25:09.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.53 MiB, peak 135.53 MiB, free memory in arenas 0.00 B, will set to 139.11 MiB (RSS), difference: 3.57 MiB | ||
| 578 | 2025.03.01 05:25:09.756105 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52015 | ||
| 579 | 2025.03.01 05:25:09.756376 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 580 | 2025.03.01 05:25:09.756436 [ 261 ] {} <Debug> TCP-Session: f0548837-837e-4f58-ad54-16e89335607c Authenticating user 'default' from [fd00:1122:3344:101::a]:52015 | ||
| 581 | 2025.03.01 05:25:09.756478 [ 261 ] {} <Debug> TCP-Session: f0548837-837e-4f58-ad54-16e89335607c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2025.03.01 05:25:09.756521 [ 261 ] {} <Debug> TCP-Session: f0548837-837e-4f58-ad54-16e89335607c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 583 | 2025.03.01 05:25:09.756628 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 584 | 2025.03.01 05:25:09.756675 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 585 | 2025.03.01 05:25:09.756750 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 586 | 2025.03.01 05:25:09.757857 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59427 | ||
| 587 | 2025.03.01 05:25:09.757953 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55051 | ||
| 588 | 2025.03.01 05:25:09.758042 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 589 | 2025.03.01 05:25:09.758061 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51327 | ||
| 590 | 2025.03.01 05:25:09.758102 [ 262 ] {} <Debug> TCP-Session: 8a80d5c4-817d-4489-91ff-bba6f8643397 Authenticating user 'default' from [fd00:1122:3344:101::a]:59427 | ||
| 591 | 2025.03.01 05:25:09.758225 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54205 | ||
| 592 | 2025.03.01 05:25:09.758322 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40426 | ||
| 593 | 2025.03.01 05:25:09.758339 [ 262 ] {} <Debug> TCP-Session: 8a80d5c4-817d-4489-91ff-bba6f8643397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 594 | 2025.03.01 05:25:09.758631 [ 262 ] {} <Debug> TCP-Session: 8a80d5c4-817d-4489-91ff-bba6f8643397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 595 | 2025.03.01 05:25:09.758728 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59247 | ||
| 596 | 2025.03.01 05:25:09.758752 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61823 | ||
| 597 | 2025.03.01 05:25:09.758753 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 598 | 2025.03.01 05:25:09.758791 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 599 | 2025.03.01 05:25:09.759008 [ 264 ] {} <Debug> TCP-Session: dc3ccc83-b6d5-4298-8982-1d3f9c790583 Authenticating user 'default' from [fd00:1122:3344:101::a]:51327 | ||
| 600 | 2025.03.01 05:25:09.759056 [ 265 ] {} <Debug> TCP-Session: bf3b66b5-1250-4e5f-b304-15432677d4a0 Authenticating user 'default' from [fd00:1122:3344:101::a]:54205 | ||
| 601 | 2025.03.01 05:25:09.759066 [ 264 ] {} <Debug> TCP-Session: dc3ccc83-b6d5-4298-8982-1d3f9c790583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 602 | 2025.03.01 05:25:09.759172 [ 265 ] {} <Debug> TCP-Session: bf3b66b5-1250-4e5f-b304-15432677d4a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 603 | 2025.03.01 05:25:09.759185 [ 264 ] {} <Debug> TCP-Session: dc3ccc83-b6d5-4298-8982-1d3f9c790583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2025.03.01 05:25:09.759207 [ 265 ] {} <Debug> TCP-Session: bf3b66b5-1250-4e5f-b304-15432677d4a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2025.03.01 05:25:09.763644 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 606 | 2025.03.01 05:25:09.763684 [ 263 ] {} <Debug> TCP-Session: 272bde1a-806a-4117-a06e-49bee44010b9 Authenticating user 'default' from [fd00:1122:3344:101::a]:55051 | ||
| 607 | 2025.03.01 05:25:09.763769 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 608 | 2025.03.01 05:25:09.763747 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 609 | 2025.03.01 05:25:09.763717 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 610 | 2025.03.01 05:25:09.763885 [ 263 ] {} <Debug> TCP-Session: 272bde1a-806a-4117-a06e-49bee44010b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 611 | 2025.03.01 05:25:09.763929 [ 267 ] {} <Debug> TCP-Session: 58e5cdc4-1137-40ff-b11b-9f1e2954a321 Authenticating user 'default' from [fd00:1122:3344:101::a]:61823 | ||
| 612 | 2025.03.01 05:25:09.763935 [ 266 ] {} <Debug> TCP-Session: 0a7d551c-9097-480e-804e-226b19f0e73e Authenticating user 'default' from [fd00:1122:3344:101::a]:40426 | ||
| 613 | 2025.03.01 05:25:09.763902 [ 268 ] {} <Debug> TCP-Session: dea110c8-1f2e-49b1-9f99-b6fb7b53764c Authenticating user 'default' from [fd00:1122:3344:101::a]:59247 | ||
| 614 | 2025.03.01 05:25:09.764001 [ 266 ] {} <Debug> TCP-Session: 0a7d551c-9097-480e-804e-226b19f0e73e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2025.03.01 05:25:09.763982 [ 263 ] {} <Debug> TCP-Session: 272bde1a-806a-4117-a06e-49bee44010b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2025.03.01 05:25:09.764057 [ 268 ] {} <Debug> TCP-Session: dea110c8-1f2e-49b1-9f99-b6fb7b53764c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2025.03.01 05:25:09.764072 [ 266 ] {} <Debug> TCP-Session: 0a7d551c-9097-480e-804e-226b19f0e73e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 618 | 2025.03.01 05:25:09.763993 [ 267 ] {} <Debug> TCP-Session: 58e5cdc4-1137-40ff-b11b-9f1e2954a321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2025.03.01 05:25:09.764227 [ 267 ] {} <Debug> TCP-Session: 58e5cdc4-1137-40ff-b11b-9f1e2954a321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2025.03.01 05:25:09.764245 [ 268 ] {} <Debug> TCP-Session: dea110c8-1f2e-49b1-9f99-b6fb7b53764c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 621 | 2025.03.01 05:25:10.501169 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48549 | ||
| 622 | 2025.03.01 05:25:10.501490 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 623 | 2025.03.01 05:25:10.501575 [ 269 ] {} <Debug> TCP-Session: 0ee32ceb-0347-473d-ba1b-2e16e2421cbd Authenticating user 'default' from [fd00:1122:3344:101::c]:48549 | ||
| 624 | 2025.03.01 05:25:10.501600 [ 269 ] {} <Debug> TCP-Session: 0ee32ceb-0347-473d-ba1b-2e16e2421cbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.03.01 05:25:10.501614 [ 269 ] {} <Debug> TCP-Session: 0ee32ceb-0347-473d-ba1b-2e16e2421cbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 626 | 2025.03.01 05:25:10.501707 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 627 | 2025.03.01 05:25:10.501735 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 628 | 2025.03.01 05:25:10.501784 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 629 | 2025.03.01 05:25:10.502960 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51346 | ||
| 630 | 2025.03.01 05:25:10.503040 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65074 | ||
| 631 | 2025.03.01 05:25:10.503367 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 632 | 2025.03.01 05:25:10.503252 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54197 | ||
| 633 | 2025.03.01 05:25:10.503407 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 634 | 2025.03.01 05:25:10.503438 [ 270 ] {} <Debug> TCP-Session: 9257285e-36de-4409-b146-55fe7fcb46dc Authenticating user 'default' from [fd00:1122:3344:101::c]:51346 | ||
| 635 | 2025.03.01 05:25:10.503394 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64917 | ||
| 636 | 2025.03.01 05:25:10.503487 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56797 | ||
| 637 | 2025.03.01 05:25:10.503664 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 638 | 2025.03.01 05:25:10.503683 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36996 | ||
| 639 | 2025.03.01 05:25:10.503863 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52988 | ||
| 640 | 2025.03.01 05:25:10.503852 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 641 | 2025.03.01 05:25:10.503886 [ 272 ] {} <Debug> TCP-Session: 8fb03968-e13b-446e-9627-c85a8dfc10f3 Authenticating user 'default' from [fd00:1122:3344:101::c]:54197 | ||
| 642 | 2025.03.01 05:25:10.503891 [ 271 ] {} <Debug> TCP-Session: 2b6f2883-5426-425a-a33f-1e14e815ed1c Authenticating user 'default' from [fd00:1122:3344:101::c]:65074 | ||
| 643 | 2025.03.01 05:25:10.504298 [ 273 ] {} <Debug> TCP-Session: 2878e3da-1dbc-4df8-bebc-b749f4f35984 Authenticating user 'default' from [fd00:1122:3344:101::c]:64917 | ||
| 644 | 2025.03.01 05:25:10.504539 [ 273 ] {} <Debug> TCP-Session: 2878e3da-1dbc-4df8-bebc-b749f4f35984 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2025.03.01 05:25:10.504553 [ 270 ] {} <Debug> TCP-Session: 9257285e-36de-4409-b146-55fe7fcb46dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2025.03.01 05:25:10.504485 [ 272 ] {} <Debug> TCP-Session: 8fb03968-e13b-446e-9627-c85a8dfc10f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.03.01 05:25:10.504622 [ 273 ] {} <Debug> TCP-Session: 2878e3da-1dbc-4df8-bebc-b749f4f35984 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2025.03.01 05:25:10.504659 [ 272 ] {} <Debug> TCP-Session: 8fb03968-e13b-446e-9627-c85a8dfc10f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2025.03.01 05:25:10.504529 [ 271 ] {} <Debug> TCP-Session: 2b6f2883-5426-425a-a33f-1e14e815ed1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.03.01 05:25:10.504636 [ 270 ] {} <Debug> TCP-Session: 9257285e-36de-4409-b146-55fe7fcb46dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.03.01 05:25:10.504869 [ 271 ] {} <Debug> TCP-Session: 2b6f2883-5426-425a-a33f-1e14e815ed1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2025.03.01 05:25:10.507490 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 653 | 2025.03.01 05:25:10.507528 [ 276 ] {} <Debug> TCP-Session: 96876de8-c2de-4cae-a3ac-7ac3d620b1a6 Authenticating user 'default' from [fd00:1122:3344:101::c]:52988 | ||
| 654 | 2025.03.01 05:25:10.507591 [ 276 ] {} <Debug> TCP-Session: 96876de8-c2de-4cae-a3ac-7ac3d620b1a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.03.01 05:25:10.507606 [ 276 ] {} <Debug> TCP-Session: 96876de8-c2de-4cae-a3ac-7ac3d620b1a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2025.03.01 05:25:10.508586 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 657 | 2025.03.01 05:25:10.508603 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 658 | 2025.03.01 05:25:10.508692 [ 275 ] {} <Debug> TCP-Session: 28f2db5d-5531-4bba-9a5a-239e451b6760 Authenticating user 'default' from [fd00:1122:3344:101::c]:36996 | ||
| 659 | 2025.03.01 05:25:10.508706 [ 274 ] {} <Debug> TCP-Session: d0165a15-ccba-452c-bab6-df21d88f845a Authenticating user 'default' from [fd00:1122:3344:101::c]:56797 | ||
| 660 | 2025.03.01 05:25:10.508731 [ 275 ] {} <Debug> TCP-Session: 28f2db5d-5531-4bba-9a5a-239e451b6760 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2025.03.01 05:25:10.508785 [ 274 ] {} <Debug> TCP-Session: d0165a15-ccba-452c-bab6-df21d88f845a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.03.01 05:25:10.508797 [ 275 ] {} <Debug> TCP-Session: 28f2db5d-5531-4bba-9a5a-239e451b6760 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.03.01 05:25:10.508818 [ 274 ] {} <Debug> TCP-Session: d0165a15-ccba-452c-bab6-df21d88f845a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2025.03.01 05:25:11.365068 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37675 | ||
| 665 | 2025.03.01 05:25:11.365260 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 666 | 2025.03.01 05:25:11.365298 [ 277 ] {} <Debug> TCP-Session: e9294536-4ac2-4e28-9388-0682ea9e1acc Authenticating user 'default' from [fd00:1122:3344:101::b]:37675 | ||
| 667 | 2025.03.01 05:25:11.365375 [ 277 ] {} <Debug> TCP-Session: e9294536-4ac2-4e28-9388-0682ea9e1acc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.03.01 05:25:11.365393 [ 277 ] {} <Debug> TCP-Session: e9294536-4ac2-4e28-9388-0682ea9e1acc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2025.03.01 05:25:11.365480 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 670 | 2025.03.01 05:25:11.365550 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 671 | 2025.03.01 05:25:11.365569 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 672 | 2025.03.01 05:25:11.366645 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38541 | ||
| 673 | 2025.03.01 05:25:11.366783 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50394 | ||
| 674 | 2025.03.01 05:25:11.366863 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 675 | 2025.03.01 05:25:11.366866 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58521 | ||
| 676 | 2025.03.01 05:25:11.366921 [ 278 ] {} <Debug> TCP-Session: 6f988355-66e6-48c3-a5df-0f4d04239f5b Authenticating user 'default' from [fd00:1122:3344:101::b]:38541 | ||
| 677 | 2025.03.01 05:25:11.367210 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2025.03.01 05:25:11.367138 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38823 | ||
| 679 | 2025.03.01 05:25:11.367232 [ 278 ] {} <Debug> TCP-Session: 6f988355-66e6-48c3-a5df-0f4d04239f5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 680 | 2025.03.01 05:25:11.367221 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 681 | 2025.03.01 05:25:11.367333 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49089 | ||
| 682 | 2025.03.01 05:25:11.367364 [ 278 ] {} <Debug> TCP-Session: 6f988355-66e6-48c3-a5df-0f4d04239f5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2025.03.01 05:25:11.367349 [ 280 ] {} <Debug> TCP-Session: 6dff2e99-daa5-4c58-8a87-7590f439fb40 Authenticating user 'default' from [fd00:1122:3344:101::b]:58521 | ||
| 684 | 2025.03.01 05:25:11.367530 [ 280 ] {} <Debug> TCP-Session: 6dff2e99-daa5-4c58-8a87-7590f439fb40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2025.03.01 05:25:11.367562 [ 279 ] {} <Debug> TCP-Session: 254ae104-2d48-4e99-a7c9-57c7151054da Authenticating user 'default' from [fd00:1122:3344:101::b]:50394 | ||
| 686 | 2025.03.01 05:25:11.367556 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63117 | ||
| 687 | 2025.03.01 05:25:11.367781 [ 279 ] {} <Debug> TCP-Session: 254ae104-2d48-4e99-a7c9-57c7151054da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2025.03.01 05:25:11.367919 [ 279 ] {} <Debug> TCP-Session: 254ae104-2d48-4e99-a7c9-57c7151054da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.03.01 05:25:11.367928 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64069 | ||
| 690 | 2025.03.01 05:25:11.367936 [ 280 ] {} <Debug> TCP-Session: 6dff2e99-daa5-4c58-8a87-7590f439fb40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.03.01 05:25:11.372430 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2025.03.01 05:25:11.372476 [ 282 ] {} <Debug> TCP-Session: ee33ed42-367a-45ce-bc0d-1ea437b46f6b Authenticating user 'default' from [fd00:1122:3344:101::b]:49089 | ||
| 693 | 2025.03.01 05:25:11.372501 [ 282 ] {} <Debug> TCP-Session: ee33ed42-367a-45ce-bc0d-1ea437b46f6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.03.01 05:25:11.372548 [ 282 ] {} <Debug> TCP-Session: ee33ed42-367a-45ce-bc0d-1ea437b46f6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.03.01 05:25:11.372715 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 696 | 2025.03.01 05:25:11.372756 [ 284 ] {} <Debug> TCP-Session: b777d17e-1839-4e8d-958d-cca62c3dcb9f Authenticating user 'default' from [fd00:1122:3344:101::b]:64069 | ||
| 697 | 2025.03.01 05:25:11.372780 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 698 | 2025.03.01 05:25:11.372798 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2025.03.01 05:25:11.372790 [ 284 ] {} <Debug> TCP-Session: b777d17e-1839-4e8d-958d-cca62c3dcb9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.03.01 05:25:11.372906 [ 281 ] {} <Debug> TCP-Session: f337c688-df6a-408b-ae9e-c349798aefba Authenticating user 'default' from [fd00:1122:3344:101::b]:38823 | ||
| 701 | 2025.03.01 05:25:11.372917 [ 284 ] {} <Debug> TCP-Session: b777d17e-1839-4e8d-958d-cca62c3dcb9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.03.01 05:25:11.372928 [ 283 ] {} <Debug> TCP-Session: 85182c4f-44d3-4718-95d1-0461ae6b1ea0 Authenticating user 'default' from [fd00:1122:3344:101::b]:63117 | ||
| 703 | 2025.03.01 05:25:11.373032 [ 281 ] {} <Debug> TCP-Session: f337c688-df6a-408b-ae9e-c349798aefba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.03.01 05:25:11.373049 [ 283 ] {} <Debug> TCP-Session: 85182c4f-44d3-4718-95d1-0461ae6b1ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.03.01 05:25:11.373110 [ 281 ] {} <Debug> TCP-Session: f337c688-df6a-408b-ae9e-c349798aefba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.03.01 05:25:11.373117 [ 283 ] {} <Debug> TCP-Session: 85182c4f-44d3-4718-95d1-0461ae6b1ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.03.01 05:25:14.724703 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.03.01 05:25:14.724721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 709 | 2025.03.01 05:25:14.724805 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.03.01 05:25:14.724883 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.03.01 05:25:14.731736 [ 244 ] {} <Debug> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Loading data parts | ||
| 712 | 2025.03.01 05:25:14.732077 [ 244 ] {} <Debug> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): There are no data parts | ||
| 713 | 2025.03.01 05:25:14.744833 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.03.01 05:25:14.744953 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 715 | 2025.03.01 05:25:14.747853 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 716 | 2025.03.01 05:25:14.748473 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 717 | 2025.03.01 05:25:14.749403 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 718 | 2025.03.01 05:25:14.755538 [ 243 ] {} <Debug> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Loading data parts | ||
| 719 | 2025.03.01 05:25:14.755731 [ 243 ] {} <Debug> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): There are no data parts | ||
| 720 | 2025.03.01 05:25:14.784763 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.03.01 05:25:14.784860 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 722 | 2025.03.01 05:25:14.791907 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.03.01 05:25:14.792653 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 724 | 2025.03.01 05:25:14.795017 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.03.01 05:25:15.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.61 MiB, peak 149.61 MiB, free memory in arenas 0.00 B, will set to 150.42 MiB (RSS), difference: 4.80 MiB | ||
| 726 | 2025.03.01 05:25:17.224663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.03.01 05:25:17.224765 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.03.01 05:25:17.231884 [ 242 ] {} <Debug> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Loading data parts | ||
| 729 | 2025.03.01 05:25:17.232074 [ 242 ] {} <Debug> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): There are no data parts | ||
| 730 | 2025.03.01 05:25:17.237885 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.03.01 05:25:17.238020 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 732 | 2025.03.01 05:25:17.239693 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.03.01 05:25:17.239989 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 734 | 2025.03.01 05:25:17.240513 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.03.01 05:25:18.000374 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.61 MiB, peak 154.61 MiB, free memory in arenas 0.00 B, will set to 150.89 MiB (RSS), difference: -3.72 MiB | ||
| 736 | 2025.03.01 05:25:22.186712 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.03.01 05:25:22.186774 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.03.01 05:25:22.249585 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 739 | 2025.03.01 05:25:22.250918 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.03.01 05:25:22.250960 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 741 | 2025.03.01 05:25:22.251526 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.03.01 05:25:22.251816 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 743 | 2025.03.01 05:25:22.252100 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.03.01 05:25:22.295123 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.03.01 05:25:22.317336 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.03.01 05:25:22.317463 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 747 | 2025.03.01 05:25:22.324089 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.03.01 05:25:22.324848 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 749 | 2025.03.01 05:25:22.327773 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.03.01 05:25:23.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.57 MiB, peak 155.57 MiB, free memory in arenas 0.00 B, will set to 153.61 MiB (RSS), difference: 2.04 MiB | ||
| 751 | 2025.03.01 05:25:28.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.62 MiB, peak 155.57 MiB, free memory in arenas 0.00 B, will set to 153.64 MiB (RSS), difference: 4.02 MiB | ||
| 752 | 2025.03.01 05:25:29.752238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 753 | 2025.03.01 05:25:29.752914 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 754 | 2025.03.01 05:25:29.752962 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 755 | 2025.03.01 05:25:29.753597 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 756 | 2025.03.01 05:25:29.753859 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): 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.03.01 05:25:29.754105 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 758 | 2025.03.01 05:25:29.827882 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 759 | 2025.03.01 05:25:29.847058 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.03.01 05:25:29.847116 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 761 | 2025.03.01 05:25:29.853440 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 762 | 2025.03.01 05:25:29.854236 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): 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.03.01 05:25:29.857314 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 764 | 2025.03.01 05:25:33.407113 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 765 | 2025.03.01 05:25:33.407336 [ 3 ] {8f8d07ef-5d2d-4098-8c16-1dc0828a95bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 766 | 2025.03.01 05:25:33.409787 [ 3 ] {8f8d07ef-5d2d-4098-8c16-1dc0828a95bf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 767 | 2025.03.01 05:25:33.418034 [ 3 ] {8f8d07ef-5d2d-4098-8c16-1dc0828a95bf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 768 | 2025.03.01 05:25:33.424809 [ 3 ] {8f8d07ef-5d2d-4098-8c16-1dc0828a95bf} <Debug> TCPHandler: Processed in 0.01782607 sec. | ||
| 769 | 2025.03.01 05:25:33.427860 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 770 | 2025.03.01 05:25:33.428039 [ 3 ] {7568ef2d-155a-4b00-aaa0-a70e21db60db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 771 | 2025.03.01 05:25:33.435662 [ 3 ] {7568ef2d-155a-4b00-aaa0-a70e21db60db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 772 | 2025.03.01 05:25:33.435736 [ 3 ] {7568ef2d-155a-4b00-aaa0-a70e21db60db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 773 | 2025.03.01 05:25:33.436365 [ 3 ] {7568ef2d-155a-4b00-aaa0-a70e21db60db} <Debug> TCPHandler: Processed in 0.008579126 sec. | ||
| 774 | 2025.03.01 05:25:33.436778 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 775 | 2025.03.01 05:25:33.436927 [ 3 ] {7c538561-1915-4e59-9c42-e73488a52b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 776 | 2025.03.01 05:25:33.437336 [ 3 ] {7c538561-1915-4e59-9c42-e73488a52b84} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 777 | 2025.03.01 05:25:33.437398 [ 3 ] {7c538561-1915-4e59-9c42-e73488a52b84} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 778 | 2025.03.01 05:25:33.437959 [ 3 ] {7c538561-1915-4e59-9c42-e73488a52b84} <Debug> TCPHandler: Processed in 0.001236127 sec. | ||
| 779 | 2025.03.01 05:25:33.438201 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 780 | 2025.03.01 05:25:33.438346 [ 3 ] {b04a989e-081f-4433-a2dc-c428dad2d299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 781 | 2025.03.01 05:25:33.438682 [ 3 ] {b04a989e-081f-4433-a2dc-c428dad2d299} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 782 | 2025.03.01 05:25:33.438739 [ 3 ] {b04a989e-081f-4433-a2dc-c428dad2d299} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 783 | 2025.03.01 05:25:33.439245 [ 3 ] {b04a989e-081f-4433-a2dc-c428dad2d299} <Debug> TCPHandler: Processed in 0.001096085 sec. | ||
| 784 | 2025.03.01 05:25:33.439466 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 785 | 2025.03.01 05:25:33.439605 [ 3 ] {bd1332c0-5890-486e-a02b-1e854a76ee20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 786 | 2025.03.01 05:25:33.439918 [ 3 ] {bd1332c0-5890-486e-a02b-1e854a76ee20} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 787 | 2025.03.01 05:25:33.439969 [ 3 ] {bd1332c0-5890-486e-a02b-1e854a76ee20} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 788 | 2025.03.01 05:25:33.440440 [ 3 ] {bd1332c0-5890-486e-a02b-1e854a76ee20} <Debug> TCPHandler: Processed in 0.001024064 sec. | ||
| 789 | 2025.03.01 05:25:33.440690 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 790 | 2025.03.01 05:25:33.440829 [ 3 ] {d99f6441-6d69-45c7-ba45-aa918a20f207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 791 | 2025.03.01 05:25:33.441145 [ 3 ] {d99f6441-6d69-45c7-ba45-aa918a20f207} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 792 | 2025.03.01 05:25:33.441196 [ 3 ] {d99f6441-6d69-45c7-ba45-aa918a20f207} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 793 | 2025.03.01 05:25:33.441682 [ 3 ] {d99f6441-6d69-45c7-ba45-aa918a20f207} <Debug> TCPHandler: Processed in 0.001043224 sec. | ||
| 794 | 2025.03.01 05:25:33.441900 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 795 | 2025.03.01 05:25:33.442041 [ 3 ] {60512c13-d27b-41d7-bf1c-c1686f565e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 796 | 2025.03.01 05:25:33.442372 [ 3 ] {60512c13-d27b-41d7-bf1c-c1686f565e2f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 797 | 2025.03.01 05:25:33.442424 [ 3 ] {60512c13-d27b-41d7-bf1c-c1686f565e2f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 798 | 2025.03.01 05:25:33.442958 [ 3 ] {60512c13-d27b-41d7-bf1c-c1686f565e2f} <Debug> TCPHandler: Processed in 0.001108855 sec. | ||
| 799 | 2025.03.01 05:25:33.443178 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 800 | 2025.03.01 05:25:33.443318 [ 3 ] {cf9d8449-c8cd-47e6-8ab6-a824546248e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 801 | 2025.03.01 05:25:33.443645 [ 3 ] {cf9d8449-c8cd-47e6-8ab6-a824546248e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 802 | 2025.03.01 05:25:33.443699 [ 3 ] {cf9d8449-c8cd-47e6-8ab6-a824546248e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 803 | 2025.03.01 05:25:33.444176 [ 3 ] {cf9d8449-c8cd-47e6-8ab6-a824546248e5} <Debug> TCPHandler: Processed in 0.001048724 sec. | ||
| 804 | 2025.03.01 05:25:33.444400 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 805 | 2025.03.01 05:25:33.444538 [ 3 ] {ae816979-78bd-42c1-b7cc-de5538318cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 806 | 2025.03.01 05:25:33.444864 [ 3 ] {ae816979-78bd-42c1-b7cc-de5538318cb1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 807 | 2025.03.01 05:25:33.444916 [ 3 ] {ae816979-78bd-42c1-b7cc-de5538318cb1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 808 | 2025.03.01 05:25:33.445400 [ 3 ] {ae816979-78bd-42c1-b7cc-de5538318cb1} <Debug> TCPHandler: Processed in 0.001050515 sec. | ||
| 809 | 2025.03.01 05:25:33.445640 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 810 | 2025.03.01 05:25:33.445779 [ 3 ] {a2e0f9fb-01c3-4e70-b611-091c251172e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 811 | 2025.03.01 05:25:33.446104 [ 3 ] {a2e0f9fb-01c3-4e70-b611-091c251172e8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 812 | 2025.03.01 05:25:33.446156 [ 3 ] {a2e0f9fb-01c3-4e70-b611-091c251172e8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 813 | 2025.03.01 05:25:33.446678 [ 3 ] {a2e0f9fb-01c3-4e70-b611-091c251172e8} <Debug> TCPHandler: Processed in 0.001087575 sec. | ||
| 814 | 2025.03.01 05:25:33.446905 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 815 | 2025.03.01 05:25:33.447046 [ 3 ] {737cc840-7bcf-47a8-8a19-cb7cb099d114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 816 | 2025.03.01 05:25:33.447384 [ 3 ] {737cc840-7bcf-47a8-8a19-cb7cb099d114} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 817 | 2025.03.01 05:25:33.447437 [ 3 ] {737cc840-7bcf-47a8-8a19-cb7cb099d114} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 818 | 2025.03.01 05:25:33.447929 [ 3 ] {737cc840-7bcf-47a8-8a19-cb7cb099d114} <Debug> TCPHandler: Processed in 0.001074325 sec. | ||
| 819 | 2025.03.01 05:25:33.448165 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 820 | 2025.03.01 05:25:33.448307 [ 3 ] {1f136551-372d-43ab-9cab-24aebe8ffe48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 821 | 2025.03.01 05:25:33.448753 [ 3 ] {1f136551-372d-43ab-9cab-24aebe8ffe48} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 822 | 2025.03.01 05:25:33.448807 [ 3 ] {1f136551-372d-43ab-9cab-24aebe8ffe48} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 823 | 2025.03.01 05:25:33.449348 [ 3 ] {1f136551-372d-43ab-9cab-24aebe8ffe48} <Debug> TCPHandler: Processed in 0.001232397 sec. | ||
| 824 | 2025.03.01 05:25:33.449629 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 825 | 2025.03.01 05:25:33.449778 [ 3 ] {531f5ccb-cad3-4aa7-a435-6efb93040a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 826 | 2025.03.01 05:25:33.450145 [ 3 ] {531f5ccb-cad3-4aa7-a435-6efb93040a63} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 827 | 2025.03.01 05:25:33.450200 [ 3 ] {531f5ccb-cad3-4aa7-a435-6efb93040a63} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 828 | 2025.03.01 05:25:33.450685 [ 3 ] {531f5ccb-cad3-4aa7-a435-6efb93040a63} <Debug> TCPHandler: Processed in 0.001111525 sec. | ||
| 829 | 2025.03.01 05:25:33.450904 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 830 | 2025.03.01 05:25:33.451048 [ 3 ] {8d5c7cc7-705e-4428-90bd-b0899ff76d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 831 | 2025.03.01 05:25:33.451396 [ 3 ] {8d5c7cc7-705e-4428-90bd-b0899ff76d5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 832 | 2025.03.01 05:25:33.451450 [ 3 ] {8d5c7cc7-705e-4428-90bd-b0899ff76d5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 833 | 2025.03.01 05:25:33.451959 [ 3 ] {8d5c7cc7-705e-4428-90bd-b0899ff76d5d} <Debug> TCPHandler: Processed in 0.001106175 sec. | ||
| 834 | 2025.03.01 05:25:33.452187 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 835 | 2025.03.01 05:25:33.452330 [ 3 ] {254486d9-4c9c-44a3-9bb9-727e4f1d1a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 836 | 2025.03.01 05:25:33.452674 [ 3 ] {254486d9-4c9c-44a3-9bb9-727e4f1d1a22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 837 | 2025.03.01 05:25:33.452725 [ 3 ] {254486d9-4c9c-44a3-9bb9-727e4f1d1a22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 838 | 2025.03.01 05:25:33.453204 [ 3 ] {254486d9-4c9c-44a3-9bb9-727e4f1d1a22} <Debug> TCPHandler: Processed in 0.001067995 sec. | ||
| 839 | 2025.03.01 05:25:33.453439 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 840 | 2025.03.01 05:25:33.453588 [ 3 ] {1ca0b31d-fce4-4d43-b06a-238b84bb0781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 841 | 2025.03.01 05:25:33.453945 [ 3 ] {1ca0b31d-fce4-4d43-b06a-238b84bb0781} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 842 | 2025.03.01 05:25:33.454004 [ 3 ] {1ca0b31d-fce4-4d43-b06a-238b84bb0781} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 843 | 2025.03.01 05:25:33.454478 [ 3 ] {1ca0b31d-fce4-4d43-b06a-238b84bb0781} <Debug> TCPHandler: Processed in 0.001088355 sec. | ||
| 844 | 2025.03.01 05:25:33.454678 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 845 | 2025.03.01 05:25:33.454823 [ 3 ] {8ba31e1a-741c-4365-8b07-2aaeea2797d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 846 | 2025.03.01 05:25:33.455170 [ 3 ] {8ba31e1a-741c-4365-8b07-2aaeea2797d1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 847 | 2025.03.01 05:25:33.455221 [ 3 ] {8ba31e1a-741c-4365-8b07-2aaeea2797d1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 848 | 2025.03.01 05:25:33.455694 [ 3 ] {8ba31e1a-741c-4365-8b07-2aaeea2797d1} <Debug> TCPHandler: Processed in 0.001066164 sec. | ||
| 849 | 2025.03.01 05:25:33.455910 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 850 | 2025.03.01 05:25:33.456054 [ 3 ] {baf709d8-72d3-4a11-8f45-cc4bc04dce57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 851 | 2025.03.01 05:25:33.456396 [ 3 ] {baf709d8-72d3-4a11-8f45-cc4bc04dce57} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 852 | 2025.03.01 05:25:33.456444 [ 3 ] {baf709d8-72d3-4a11-8f45-cc4bc04dce57} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 853 | 2025.03.01 05:25:33.456895 [ 3 ] {baf709d8-72d3-4a11-8f45-cc4bc04dce57} <Debug> TCPHandler: Processed in 0.001083315 sec. | ||
| 854 | 2025.03.01 05:25:33.464742 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 855 | 2025.03.01 05:25:33.464876 [ 3 ] {cf92db72-8e6d-4ff1-a650-7be6089b1e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 856 | 2025.03.01 05:25:33.464931 [ 3 ] {cf92db72-8e6d-4ff1-a650-7be6089b1e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 857 | 2025.03.01 05:25:33.465787 [ 3 ] {cf92db72-8e6d-4ff1-a650-7be6089b1e96} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 858 | 2025.03.01 05:25:33.465838 [ 3 ] {cf92db72-8e6d-4ff1-a650-7be6089b1e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 859 | 2025.03.01 05:25:33.466460 [ 3 ] {cf92db72-8e6d-4ff1-a650-7be6089b1e96} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 860 | 2025.03.01 05:25:33.466701 [ 3 ] {cf92db72-8e6d-4ff1-a650-7be6089b1e96} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 861 | 2025.03.01 05:25:33.466926 [ 3 ] {cf92db72-8e6d-4ff1-a650-7be6089b1e96} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002085 sec., 8633.093525179856 rows/sec., 1.18 MiB/sec. | ||
| 862 | 2025.03.01 05:25:33.466986 [ 3 ] {cf92db72-8e6d-4ff1-a650-7be6089b1e96} <Debug> TCPHandler: Processed in 0.002303922 sec. | ||
| 863 | 2025.03.01 05:25:33.467123 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2025.03.01 05:25:33.467236 [ 3 ] {ddaaf049-c38d-4335-99b0-f0cac44606f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 865 | 2025.03.01 05:25:33.467284 [ 3 ] {ddaaf049-c38d-4335-99b0-f0cac44606f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 866 | 2025.03.01 05:25:33.469109 [ 3 ] {ddaaf049-c38d-4335-99b0-f0cac44606f4} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 867 | 2025.03.01 05:25:33.469151 [ 3 ] {ddaaf049-c38d-4335-99b0-f0cac44606f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 868 | 2025.03.01 05:25:33.471551 [ 3 ] {ddaaf049-c38d-4335-99b0-f0cac44606f4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 869 | 2025.03.01 05:25:33.471804 [ 3 ] {ddaaf049-c38d-4335-99b0-f0cac44606f4} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 870 | 2025.03.01 05:25:33.472016 [ 3 ] {ddaaf049-c38d-4335-99b0-f0cac44606f4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.004806 sec., 11652.101539741989 rows/sec., 910.93 KiB/sec. | ||
| 871 | 2025.03.01 05:25:33.472071 [ 3 ] {ddaaf049-c38d-4335-99b0-f0cac44606f4} <Debug> TCPHandler: Processed in 0.005001367 sec. | ||
| 872 | 2025.03.01 05:25:33.472198 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2025.03.01 05:25:33.472309 [ 3 ] {c75d7824-6682-4b12-b659-990108579015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 874 | 2025.03.01 05:25:33.472357 [ 3 ] {c75d7824-6682-4b12-b659-990108579015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 875 | 2025.03.01 05:25:33.472914 [ 3 ] {c75d7824-6682-4b12-b659-990108579015} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 876 | 2025.03.01 05:25:33.472957 [ 3 ] {c75d7824-6682-4b12-b659-990108579015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 877 | 2025.03.01 05:25:33.473362 [ 3 ] {c75d7824-6682-4b12-b659-990108579015} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 878 | 2025.03.01 05:25:33.473608 [ 3 ] {c75d7824-6682-4b12-b659-990108579015} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 879 | 2025.03.01 05:25:33.473826 [ 3 ] {c75d7824-6682-4b12-b659-990108579015} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001537 sec., 41639.55757970072 rows/sec., 3.25 MiB/sec. | ||
| 880 | 2025.03.01 05:25:33.473883 [ 3 ] {c75d7824-6682-4b12-b659-990108579015} <Debug> TCPHandler: Processed in 0.001735433 sec. | ||
| 881 | 2025.03.01 05:25:33.474005 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 882 | 2025.03.01 05:25:33.474115 [ 3 ] {c584de1d-8a38-4235-80dc-2938e0d8b48a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 883 | 2025.03.01 05:25:33.474167 [ 3 ] {c584de1d-8a38-4235-80dc-2938e0d8b48a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 884 | 2025.03.01 05:25:33.474743 [ 3 ] {c584de1d-8a38-4235-80dc-2938e0d8b48a} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 885 | 2025.03.01 05:25:33.474779 [ 3 ] {c584de1d-8a38-4235-80dc-2938e0d8b48a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 886 | 2025.03.01 05:25:33.475209 [ 3 ] {c584de1d-8a38-4235-80dc-2938e0d8b48a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 887 | 2025.03.01 05:25:33.475468 [ 3 ] {c584de1d-8a38-4235-80dc-2938e0d8b48a} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 888 | 2025.03.01 05:25:33.475671 [ 3 ] {c584de1d-8a38-4235-80dc-2938e0d8b48a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec. | ||
| 889 | 2025.03.01 05:25:33.475723 [ 3 ] {c584de1d-8a38-4235-80dc-2938e0d8b48a} <Debug> TCPHandler: Processed in 0.001770134 sec. | ||
| 890 | 2025.03.01 05:25:33.475830 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 891 | 2025.03.01 05:25:33.475934 [ 3 ] {da367278-2fe7-49b0-b1cb-0dbcfb205250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 892 | 2025.03.01 05:25:33.475981 [ 3 ] {da367278-2fe7-49b0-b1cb-0dbcfb205250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 893 | 2025.03.01 05:25:33.476412 [ 3 ] {da367278-2fe7-49b0-b1cb-0dbcfb205250} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2025.03.01 05:25:33.476456 [ 3 ] {da367278-2fe7-49b0-b1cb-0dbcfb205250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 895 | 2025.03.01 05:25:33.476827 [ 3 ] {da367278-2fe7-49b0-b1cb-0dbcfb205250} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 896 | 2025.03.01 05:25:33.477066 [ 3 ] {da367278-2fe7-49b0-b1cb-0dbcfb205250} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2025.03.01 05:25:33.477270 [ 3 ] {da367278-2fe7-49b0-b1cb-0dbcfb205250} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
| 898 | 2025.03.01 05:25:33.477320 [ 3 ] {da367278-2fe7-49b0-b1cb-0dbcfb205250} <Debug> TCPHandler: Processed in 0.001541391 sec. | ||
| 899 | 2025.03.01 05:25:37.186817 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 900 | 2025.03.01 05:25:37.186889 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 901 | 2025.03.01 05:25:37.241066 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 | ||
| 902 | 2025.03.01 05:25:37.245395 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2025.03.01 05:25:37.245454 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 904 | 2025.03.01 05:25:37.247174 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 905 | 2025.03.01 05:25:37.247819 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 906 | 2025.03.01 05:25:37.248483 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134 | ||
| 907 | 2025.03.01 05:25:37.254247 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 908 | 2025.03.01 05:25:37.254925 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 909 | 2025.03.01 05:25:37.254971 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 910 | 2025.03.01 05:25:37.255746 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 911 | 2025.03.01 05:25:37.256296 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 912 | 2025.03.01 05:25:37.256516 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 913 | 2025.03.01 05:25:37.357417 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 914 | 2025.03.01 05:25:37.377018 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 915 | 2025.03.01 05:25:37.377074 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 916 | 2025.03.01 05:25:37.384282 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 917 | 2025.03.01 05:25:37.385564 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 918 | 2025.03.01 05:25:37.388581 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 919 | 2025.03.01 05:25:38.414253 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 920 | 2025.03.01 05:25:38.414511 [ 3 ] {e2197f99-800e-4536-859e-f74c540cdb71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 921 | 2025.03.01 05:25:38.416847 [ 3 ] {e2197f99-800e-4536-859e-f74c540cdb71} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 922 | 2025.03.01 05:25:38.421069 [ 3 ] {e2197f99-800e-4536-859e-f74c540cdb71} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 923 | 2025.03.01 05:25:38.421440 [ 3 ] {e2197f99-800e-4536-859e-f74c540cdb71} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 924 | 2025.03.01 05:25:38.423580 [ 3 ] {e2197f99-800e-4536-859e-f74c540cdb71} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 925 | 2025.03.01 05:25:38.423954 [ 3 ] {e2197f99-800e-4536-859e-f74c540cdb71} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 926 | 2025.03.01 05:25:38.427014 [ 3 ] {e2197f99-800e-4536-859e-f74c540cdb71} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 927 | 2025.03.01 05:25:38.428936 [ 3 ] {e2197f99-800e-4536-859e-f74c540cdb71} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 928 | 2025.03.01 05:25:38.428964 [ 3 ] {e2197f99-800e-4536-859e-f74c540cdb71} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 929 | 2025.03.01 05:25:38.431065 [ 3 ] {e2197f99-800e-4536-859e-f74c540cdb71} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 930 | 2025.03.01 05:25:38.431103 [ 3 ] {e2197f99-800e-4536-859e-f74c540cdb71} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 931 | 2025.03.01 05:25:38.437095 [ 3 ] {e2197f99-800e-4536-859e-f74c540cdb71} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.022698 sec., 793.0214115781126 rows/sec., 32.44 KiB/sec. | ||
| 932 | 2025.03.01 05:25:38.437248 [ 3 ] {e2197f99-800e-4536-859e-f74c540cdb71} <Debug> TCPHandler: Processed in 0.023143462 sec. | ||
| 933 | 2025.03.01 05:25:38.438104 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 934 | 2025.03.01 05:25:38.438288 [ 3 ] {a5f27764-2967-4657-b7bf-2924ca04ff59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 935 | 2025.03.01 05:25:38.438591 [ 3 ] {a5f27764-2967-4657-b7bf-2924ca04ff59} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 936 | 2025.03.01 05:25:38.438636 [ 3 ] {a5f27764-2967-4657-b7bf-2924ca04ff59} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 937 | 2025.03.01 05:25:38.438915 [ 3 ] {a5f27764-2967-4657-b7bf-2924ca04ff59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 938 | 2025.03.01 05:25:38.438988 [ 3 ] {a5f27764-2967-4657-b7bf-2924ca04ff59} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 939 | 2025.03.01 05:25:38.439141 [ 3 ] {a5f27764-2967-4657-b7bf-2924ca04ff59} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 940 | 2025.03.01 05:25:38.439177 [ 3 ] {a5f27764-2967-4657-b7bf-2924ca04ff59} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 941 | 2025.03.01 05:25:38.439202 [ 3 ] {a5f27764-2967-4657-b7bf-2924ca04ff59} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 942 | 2025.03.01 05:25:38.439220 [ 3 ] {a5f27764-2967-4657-b7bf-2924ca04ff59} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 943 | 2025.03.01 05:25:38.439270 [ 3 ] {a5f27764-2967-4657-b7bf-2924ca04ff59} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 944 | 2025.03.01 05:25:38.439294 [ 3 ] {a5f27764-2967-4657-b7bf-2924ca04ff59} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 945 | 2025.03.01 05:25:38.439947 [ 3 ] {a5f27764-2967-4657-b7bf-2924ca04ff59} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001741 sec., 10338.885697874784 rows/sec., 422.93 KiB/sec. | ||
| 946 | 2025.03.01 05:25:38.440082 [ 3 ] {a5f27764-2967-4657-b7bf-2924ca04ff59} <Debug> TCPHandler: Processed in 0.002062568 sec. | ||
| 947 | 2025.03.01 05:25:38.440425 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 948 | 2025.03.01 05:25:38.440591 [ 3 ] {3fdd2cc9-1439-417e-ac04-62df4409cc96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 949 | 2025.03.01 05:25:38.440874 [ 3 ] {3fdd2cc9-1439-417e-ac04-62df4409cc96} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 950 | 2025.03.01 05:25:38.440918 [ 3 ] {3fdd2cc9-1439-417e-ac04-62df4409cc96} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 951 | 2025.03.01 05:25:38.441189 [ 3 ] {3fdd2cc9-1439-417e-ac04-62df4409cc96} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 952 | 2025.03.01 05:25:38.441255 [ 3 ] {3fdd2cc9-1439-417e-ac04-62df4409cc96} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 953 | 2025.03.01 05:25:38.441396 [ 3 ] {3fdd2cc9-1439-417e-ac04-62df4409cc96} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 954 | 2025.03.01 05:25:38.441428 [ 3 ] {3fdd2cc9-1439-417e-ac04-62df4409cc96} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 955 | 2025.03.01 05:25:38.441451 [ 3 ] {3fdd2cc9-1439-417e-ac04-62df4409cc96} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 956 | 2025.03.01 05:25:38.441468 [ 3 ] {3fdd2cc9-1439-417e-ac04-62df4409cc96} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 957 | 2025.03.01 05:25:38.441516 [ 3 ] {3fdd2cc9-1439-417e-ac04-62df4409cc96} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 958 | 2025.03.01 05:25:38.441540 [ 3 ] {3fdd2cc9-1439-417e-ac04-62df4409cc96} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 959 | 2025.03.01 05:25:38.442182 [ 3 ] {3fdd2cc9-1439-417e-ac04-62df4409cc96} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001663 sec., 10823.812387251954 rows/sec., 442.77 KiB/sec. | ||
| 960 | 2025.03.01 05:25:38.442299 [ 3 ] {3fdd2cc9-1439-417e-ac04-62df4409cc96} <Debug> TCPHandler: Processed in 0.001928296 sec. | ||
| 961 | 2025.03.01 05:25:38.442864 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 962 | 2025.03.01 05:25:38.443033 [ 3 ] {cddafea1-4bde-4951-902a-e6ac55d80acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 963 | 2025.03.01 05:25:38.443338 [ 3 ] {cddafea1-4bde-4951-902a-e6ac55d80acb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 964 | 2025.03.01 05:25:38.443382 [ 3 ] {cddafea1-4bde-4951-902a-e6ac55d80acb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 965 | 2025.03.01 05:25:38.443646 [ 3 ] {cddafea1-4bde-4951-902a-e6ac55d80acb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 966 | 2025.03.01 05:25:38.443711 [ 3 ] {cddafea1-4bde-4951-902a-e6ac55d80acb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 967 | 2025.03.01 05:25:38.443852 [ 3 ] {cddafea1-4bde-4951-902a-e6ac55d80acb} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 968 | 2025.03.01 05:25:38.443884 [ 3 ] {cddafea1-4bde-4951-902a-e6ac55d80acb} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 969 | 2025.03.01 05:25:38.443907 [ 3 ] {cddafea1-4bde-4951-902a-e6ac55d80acb} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 970 | 2025.03.01 05:25:38.443923 [ 3 ] {cddafea1-4bde-4951-902a-e6ac55d80acb} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 971 | 2025.03.01 05:25:38.443965 [ 3 ] {cddafea1-4bde-4951-902a-e6ac55d80acb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 972 | 2025.03.01 05:25:38.443987 [ 3 ] {cddafea1-4bde-4951-902a-e6ac55d80acb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 973 | 2025.03.01 05:25:38.444576 [ 3 ] {cddafea1-4bde-4951-902a-e6ac55d80acb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001624 sec., 11083.743842364533 rows/sec., 453.40 KiB/sec. | ||
| 974 | 2025.03.01 05:25:38.444699 [ 3 ] {cddafea1-4bde-4951-902a-e6ac55d80acb} <Debug> TCPHandler: Processed in 0.001886386 sec. | ||
| 975 | 2025.03.01 05:25:38.444961 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 976 | 2025.03.01 05:25:38.445117 [ 3 ] {1254946b-adb8-4c2a-8078-07c40f47f7b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 977 | 2025.03.01 05:25:38.445393 [ 3 ] {1254946b-adb8-4c2a-8078-07c40f47f7b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 978 | 2025.03.01 05:25:38.445436 [ 3 ] {1254946b-adb8-4c2a-8078-07c40f47f7b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 979 | 2025.03.01 05:25:38.445708 [ 3 ] {1254946b-adb8-4c2a-8078-07c40f47f7b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 980 | 2025.03.01 05:25:38.445776 [ 3 ] {1254946b-adb8-4c2a-8078-07c40f47f7b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 981 | 2025.03.01 05:25:38.445923 [ 3 ] {1254946b-adb8-4c2a-8078-07c40f47f7b5} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 982 | 2025.03.01 05:25:38.445959 [ 3 ] {1254946b-adb8-4c2a-8078-07c40f47f7b5} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 983 | 2025.03.01 05:25:38.445984 [ 3 ] {1254946b-adb8-4c2a-8078-07c40f47f7b5} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 984 | 2025.03.01 05:25:38.446001 [ 3 ] {1254946b-adb8-4c2a-8078-07c40f47f7b5} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 985 | 2025.03.01 05:25:38.446044 [ 3 ] {1254946b-adb8-4c2a-8078-07c40f47f7b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 986 | 2025.03.01 05:25:38.446066 [ 3 ] {1254946b-adb8-4c2a-8078-07c40f47f7b5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 987 | 2025.03.01 05:25:38.446698 [ 3 ] {1254946b-adb8-4c2a-8078-07c40f47f7b5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001649 sec., 10915.70648878108 rows/sec., 446.53 KiB/sec. | ||
| 988 | 2025.03.01 05:25:38.446816 [ 3 ] {1254946b-adb8-4c2a-8078-07c40f47f7b5} <Debug> TCPHandler: Processed in 0.001907516 sec. | ||
| 989 | 2025.03.01 05:25:38.447054 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 990 | 2025.03.01 05:25:38.447215 [ 3 ] {a9fe449b-9a3a-4842-ac09-16051f8037aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 991 | 2025.03.01 05:25:38.447490 [ 3 ] {a9fe449b-9a3a-4842-ac09-16051f8037aa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 992 | 2025.03.01 05:25:38.447533 [ 3 ] {a9fe449b-9a3a-4842-ac09-16051f8037aa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 993 | 2025.03.01 05:25:38.447795 [ 3 ] {a9fe449b-9a3a-4842-ac09-16051f8037aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 994 | 2025.03.01 05:25:38.447860 [ 3 ] {a9fe449b-9a3a-4842-ac09-16051f8037aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 995 | 2025.03.01 05:25:38.448001 [ 3 ] {a9fe449b-9a3a-4842-ac09-16051f8037aa} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 996 | 2025.03.01 05:25:38.448035 [ 3 ] {a9fe449b-9a3a-4842-ac09-16051f8037aa} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 997 | 2025.03.01 05:25:38.448058 [ 3 ] {a9fe449b-9a3a-4842-ac09-16051f8037aa} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 998 | 2025.03.01 05:25:38.448077 [ 3 ] {a9fe449b-9a3a-4842-ac09-16051f8037aa} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 999 | 2025.03.01 05:25:38.448120 [ 3 ] {a9fe449b-9a3a-4842-ac09-16051f8037aa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1000 | 2025.03.01 05:25:38.448143 [ 3 ] {a9fe449b-9a3a-4842-ac09-16051f8037aa} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1001 | 2025.03.01 05:25:38.448716 [ 3 ] {a9fe449b-9a3a-4842-ac09-16051f8037aa} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001568 sec., 11479.591836734695 rows/sec., 469.60 KiB/sec. | ||
| 1002 | 2025.03.01 05:25:38.448829 [ 3 ] {a9fe449b-9a3a-4842-ac09-16051f8037aa} <Debug> TCPHandler: Processed in 0.001831245 sec. | ||
| 1003 | 2025.03.01 05:25:38.449062 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1004 | 2025.03.01 05:25:38.449239 [ 3 ] {0f8a669b-6d5d-4362-a69f-dc2fa35b3b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1005 | 2025.03.01 05:25:38.449518 [ 3 ] {0f8a669b-6d5d-4362-a69f-dc2fa35b3b09} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1006 | 2025.03.01 05:25:38.449561 [ 3 ] {0f8a669b-6d5d-4362-a69f-dc2fa35b3b09} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1007 | 2025.03.01 05:25:38.449828 [ 3 ] {0f8a669b-6d5d-4362-a69f-dc2fa35b3b09} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1008 | 2025.03.01 05:25:38.449892 [ 3 ] {0f8a669b-6d5d-4362-a69f-dc2fa35b3b09} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1009 | 2025.03.01 05:25:38.450030 [ 3 ] {0f8a669b-6d5d-4362-a69f-dc2fa35b3b09} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1010 | 2025.03.01 05:25:38.450063 [ 3 ] {0f8a669b-6d5d-4362-a69f-dc2fa35b3b09} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1011 | 2025.03.01 05:25:38.450087 [ 3 ] {0f8a669b-6d5d-4362-a69f-dc2fa35b3b09} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 1012 | 2025.03.01 05:25:38.450104 [ 3 ] {0f8a669b-6d5d-4362-a69f-dc2fa35b3b09} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1013 | 2025.03.01 05:25:38.450147 [ 3 ] {0f8a669b-6d5d-4362-a69f-dc2fa35b3b09} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1014 | 2025.03.01 05:25:38.450168 [ 3 ] {0f8a669b-6d5d-4362-a69f-dc2fa35b3b09} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1015 | 2025.03.01 05:25:38.450745 [ 3 ] {0f8a669b-6d5d-4362-a69f-dc2fa35b3b09} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001589 sec., 11327.87916928886 rows/sec., 463.39 KiB/sec. | ||
| 1016 | 2025.03.01 05:25:38.450863 [ 3 ] {0f8a669b-6d5d-4362-a69f-dc2fa35b3b09} <Debug> TCPHandler: Processed in 0.001851585 sec. | ||
| 1017 | 2025.03.01 05:25:38.451090 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1018 | 2025.03.01 05:25:38.451255 [ 3 ] {b80eb938-a29f-4907-9027-060cc1de4076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1019 | 2025.03.01 05:25:38.451549 [ 3 ] {b80eb938-a29f-4907-9027-060cc1de4076} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1020 | 2025.03.01 05:25:38.451595 [ 3 ] {b80eb938-a29f-4907-9027-060cc1de4076} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1021 | 2025.03.01 05:25:38.451867 [ 3 ] {b80eb938-a29f-4907-9027-060cc1de4076} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1022 | 2025.03.01 05:25:38.451933 [ 3 ] {b80eb938-a29f-4907-9027-060cc1de4076} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1023 | 2025.03.01 05:25:38.452072 [ 3 ] {b80eb938-a29f-4907-9027-060cc1de4076} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1024 | 2025.03.01 05:25:38.452105 [ 3 ] {b80eb938-a29f-4907-9027-060cc1de4076} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1025 | 2025.03.01 05:25:38.452128 [ 3 ] {b80eb938-a29f-4907-9027-060cc1de4076} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 1026 | 2025.03.01 05:25:38.452145 [ 3 ] {b80eb938-a29f-4907-9027-060cc1de4076} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1027 | 2025.03.01 05:25:38.452188 [ 3 ] {b80eb938-a29f-4907-9027-060cc1de4076} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1028 | 2025.03.01 05:25:38.452210 [ 3 ] {b80eb938-a29f-4907-9027-060cc1de4076} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1029 | 2025.03.01 05:25:38.452765 [ 3 ] {b80eb938-a29f-4907-9027-060cc1de4076} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001587 sec., 11342.155009451795 rows/sec., 463.97 KiB/sec. | ||
| 1030 | 2025.03.01 05:25:38.452879 [ 3 ] {b80eb938-a29f-4907-9027-060cc1de4076} <Debug> TCPHandler: Processed in 0.001840795 sec. | ||
| 1031 | 2025.03.01 05:25:38.453112 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1032 | 2025.03.01 05:25:38.453268 [ 3 ] {2be345fd-d7b9-4319-9c87-a08be7e31911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1033 | 2025.03.01 05:25:38.453539 [ 3 ] {2be345fd-d7b9-4319-9c87-a08be7e31911} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1034 | 2025.03.01 05:25:38.453581 [ 3 ] {2be345fd-d7b9-4319-9c87-a08be7e31911} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1035 | 2025.03.01 05:25:38.453854 [ 3 ] {2be345fd-d7b9-4319-9c87-a08be7e31911} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1036 | 2025.03.01 05:25:38.453919 [ 3 ] {2be345fd-d7b9-4319-9c87-a08be7e31911} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1037 | 2025.03.01 05:25:38.454058 [ 3 ] {2be345fd-d7b9-4319-9c87-a08be7e31911} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1038 | 2025.03.01 05:25:38.454090 [ 3 ] {2be345fd-d7b9-4319-9c87-a08be7e31911} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1039 | 2025.03.01 05:25:38.454113 [ 3 ] {2be345fd-d7b9-4319-9c87-a08be7e31911} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 1040 | 2025.03.01 05:25:38.454129 [ 3 ] {2be345fd-d7b9-4319-9c87-a08be7e31911} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1041 | 2025.03.01 05:25:38.454170 [ 3 ] {2be345fd-d7b9-4319-9c87-a08be7e31911} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1042 | 2025.03.01 05:25:38.454192 [ 3 ] {2be345fd-d7b9-4319-9c87-a08be7e31911} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1043 | 2025.03.01 05:25:38.454833 [ 3 ] {2be345fd-d7b9-4319-9c87-a08be7e31911} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001634 sec., 11015.911872705017 rows/sec., 450.63 KiB/sec. | ||
| 1044 | 2025.03.01 05:25:38.454948 [ 3 ] {2be345fd-d7b9-4319-9c87-a08be7e31911} <Debug> TCPHandler: Processed in 0.001887115 sec. | ||
| 1045 | 2025.03.01 05:25:38.455205 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1046 | 2025.03.01 05:25:38.455361 [ 3 ] {77c1f30f-a02a-44eb-84e5-d845ec0984ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1047 | 2025.03.01 05:25:38.455642 [ 3 ] {77c1f30f-a02a-44eb-84e5-d845ec0984ac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1048 | 2025.03.01 05:25:38.455687 [ 3 ] {77c1f30f-a02a-44eb-84e5-d845ec0984ac} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1049 | 2025.03.01 05:25:38.455965 [ 3 ] {77c1f30f-a02a-44eb-84e5-d845ec0984ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1050 | 2025.03.01 05:25:38.456031 [ 3 ] {77c1f30f-a02a-44eb-84e5-d845ec0984ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1051 | 2025.03.01 05:25:38.456169 [ 3 ] {77c1f30f-a02a-44eb-84e5-d845ec0984ac} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1052 | 2025.03.01 05:25:38.456202 [ 3 ] {77c1f30f-a02a-44eb-84e5-d845ec0984ac} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1053 | 2025.03.01 05:25:38.456224 [ 3 ] {77c1f30f-a02a-44eb-84e5-d845ec0984ac} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 1054 | 2025.03.01 05:25:38.456244 [ 3 ] {77c1f30f-a02a-44eb-84e5-d845ec0984ac} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1055 | 2025.03.01 05:25:38.456288 [ 3 ] {77c1f30f-a02a-44eb-84e5-d845ec0984ac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1056 | 2025.03.01 05:25:38.456311 [ 3 ] {77c1f30f-a02a-44eb-84e5-d845ec0984ac} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1057 | 2025.03.01 05:25:38.456877 [ 3 ] {77c1f30f-a02a-44eb-84e5-d845ec0984ac} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001586 sec., 11349.306431273644 rows/sec., 464.27 KiB/sec. | ||
| 1058 | 2025.03.01 05:25:38.456989 [ 3 ] {77c1f30f-a02a-44eb-84e5-d845ec0984ac} <Debug> TCPHandler: Processed in 0.001835805 sec. | ||
| 1059 | 2025.03.01 05:25:38.457220 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1060 | 2025.03.01 05:25:38.457378 [ 3 ] {1c387be0-bc20-4851-8e6d-5ef0f0f5a803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1061 | 2025.03.01 05:25:38.457649 [ 3 ] {1c387be0-bc20-4851-8e6d-5ef0f0f5a803} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1062 | 2025.03.01 05:25:38.457692 [ 3 ] {1c387be0-bc20-4851-8e6d-5ef0f0f5a803} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1063 | 2025.03.01 05:25:38.457971 [ 3 ] {1c387be0-bc20-4851-8e6d-5ef0f0f5a803} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1064 | 2025.03.01 05:25:38.458035 [ 3 ] {1c387be0-bc20-4851-8e6d-5ef0f0f5a803} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1065 | 2025.03.01 05:25:38.458173 [ 3 ] {1c387be0-bc20-4851-8e6d-5ef0f0f5a803} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1066 | 2025.03.01 05:25:38.458205 [ 3 ] {1c387be0-bc20-4851-8e6d-5ef0f0f5a803} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1067 | 2025.03.01 05:25:38.458230 [ 3 ] {1c387be0-bc20-4851-8e6d-5ef0f0f5a803} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 1068 | 2025.03.01 05:25:38.458247 [ 3 ] {1c387be0-bc20-4851-8e6d-5ef0f0f5a803} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1069 | 2025.03.01 05:25:38.458290 [ 3 ] {1c387be0-bc20-4851-8e6d-5ef0f0f5a803} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1070 | 2025.03.01 05:25:38.458312 [ 3 ] {1c387be0-bc20-4851-8e6d-5ef0f0f5a803} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1071 | 2025.03.01 05:25:38.458864 [ 3 ] {1c387be0-bc20-4851-8e6d-5ef0f0f5a803} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001558 sec., 11553.273427471117 rows/sec., 472.61 KiB/sec. | ||
| 1072 | 2025.03.01 05:25:38.458980 [ 3 ] {1c387be0-bc20-4851-8e6d-5ef0f0f5a803} <Debug> TCPHandler: Processed in 0.001811415 sec. | ||
| 1073 | 2025.03.01 05:25:38.459214 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1074 | 2025.03.01 05:25:38.459373 [ 3 ] {76f9f006-906a-4dc9-a81c-9c86ab8eaf38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1075 | 2025.03.01 05:25:38.459649 [ 3 ] {76f9f006-906a-4dc9-a81c-9c86ab8eaf38} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1076 | 2025.03.01 05:25:38.459692 [ 3 ] {76f9f006-906a-4dc9-a81c-9c86ab8eaf38} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1077 | 2025.03.01 05:25:38.459977 [ 3 ] {76f9f006-906a-4dc9-a81c-9c86ab8eaf38} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1078 | 2025.03.01 05:25:38.460044 [ 3 ] {76f9f006-906a-4dc9-a81c-9c86ab8eaf38} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1079 | 2025.03.01 05:25:38.460184 [ 3 ] {76f9f006-906a-4dc9-a81c-9c86ab8eaf38} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1080 | 2025.03.01 05:25:38.460216 [ 3 ] {76f9f006-906a-4dc9-a81c-9c86ab8eaf38} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1081 | 2025.03.01 05:25:38.460239 [ 3 ] {76f9f006-906a-4dc9-a81c-9c86ab8eaf38} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 1082 | 2025.03.01 05:25:38.460257 [ 3 ] {76f9f006-906a-4dc9-a81c-9c86ab8eaf38} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1083 | 2025.03.01 05:25:38.460299 [ 3 ] {76f9f006-906a-4dc9-a81c-9c86ab8eaf38} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1084 | 2025.03.01 05:25:38.460321 [ 3 ] {76f9f006-906a-4dc9-a81c-9c86ab8eaf38} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1085 | 2025.03.01 05:25:38.460896 [ 3 ] {76f9f006-906a-4dc9-a81c-9c86ab8eaf38} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001595 sec., 11285.26645768025 rows/sec., 461.65 KiB/sec. | ||
| 1086 | 2025.03.01 05:25:38.461008 [ 3 ] {76f9f006-906a-4dc9-a81c-9c86ab8eaf38} <Debug> TCPHandler: Processed in 0.001846005 sec. | ||
| 1087 | 2025.03.01 05:25:38.466759 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1088 | 2025.03.01 05:25:38.466922 [ 3 ] {99f8003a-8bc7-4e79-a5b9-a856f81ec772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1089 | 2025.03.01 05:25:38.467210 [ 3 ] {99f8003a-8bc7-4e79-a5b9-a856f81ec772} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1090 | 2025.03.01 05:25:38.467256 [ 3 ] {99f8003a-8bc7-4e79-a5b9-a856f81ec772} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1091 | 2025.03.01 05:25:38.467548 [ 3 ] {99f8003a-8bc7-4e79-a5b9-a856f81ec772} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1092 | 2025.03.01 05:25:38.467616 [ 3 ] {99f8003a-8bc7-4e79-a5b9-a856f81ec772} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1093 | 2025.03.01 05:25:38.467760 [ 3 ] {99f8003a-8bc7-4e79-a5b9-a856f81ec772} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1094 | 2025.03.01 05:25:38.467795 [ 3 ] {99f8003a-8bc7-4e79-a5b9-a856f81ec772} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1095 | 2025.03.01 05:25:38.467819 [ 3 ] {99f8003a-8bc7-4e79-a5b9-a856f81ec772} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 1096 | 2025.03.01 05:25:38.467835 [ 3 ] {99f8003a-8bc7-4e79-a5b9-a856f81ec772} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1097 | 2025.03.01 05:25:38.467879 [ 3 ] {99f8003a-8bc7-4e79-a5b9-a856f81ec772} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1098 | 2025.03.01 05:25:38.467903 [ 3 ] {99f8003a-8bc7-4e79-a5b9-a856f81ec772} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1099 | 2025.03.01 05:25:38.468491 [ 3 ] {99f8003a-8bc7-4e79-a5b9-a856f81ec772} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001642 sec., 10962.241169305724 rows/sec., 448.43 KiB/sec. | ||
| 1100 | 2025.03.01 05:25:38.468607 [ 3 ] {99f8003a-8bc7-4e79-a5b9-a856f81ec772} <Debug> TCPHandler: Processed in 0.001917116 sec. | ||
| 1101 | 2025.03.01 05:25:38.468857 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1102 | 2025.03.01 05:25:38.468976 [ 3 ] {a6b478b3-a850-4e14-ba5c-7c193c0f793d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1103 | 2025.03.01 05:25:38.469025 [ 3 ] {a6b478b3-a850-4e14-ba5c-7c193c0f793d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1104 | 2025.03.01 05:25:38.469728 [ 3 ] {a6b478b3-a850-4e14-ba5c-7c193c0f793d} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1105 | 2025.03.01 05:25:38.469776 [ 3 ] {a6b478b3-a850-4e14-ba5c-7c193c0f793d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1106 | 2025.03.01 05:25:38.470305 [ 3 ] {a6b478b3-a850-4e14-ba5c-7c193c0f793d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1107 | 2025.03.01 05:25:38.470646 [ 3 ] {a6b478b3-a850-4e14-ba5c-7c193c0f793d} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1108 | 2025.03.01 05:25:38.470886 [ 3 ] {a6b478b3-a850-4e14-ba5c-7c193c0f793d} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.001938 sec., 6707.946336429309 rows/sec., 2.28 MiB/sec. | ||
| 1109 | 2025.03.01 05:25:38.471049 [ 3 ] {a6b478b3-a850-4e14-ba5c-7c193c0f793d} <Debug> TCPHandler: Processed in 0.002238261 sec. | ||
| 1110 | 2025.03.01 05:25:38.471186 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1111 | 2025.03.01 05:25:38.471303 [ 3 ] {270bd4a1-d455-4fbe-a718-7166bb586cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1112 | 2025.03.01 05:25:38.471350 [ 3 ] {270bd4a1-d455-4fbe-a718-7166bb586cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1113 | 2025.03.01 05:25:38.472589 [ 3 ] {270bd4a1-d455-4fbe-a718-7166bb586cd7} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1114 | 2025.03.01 05:25:38.472626 [ 3 ] {270bd4a1-d455-4fbe-a718-7166bb586cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1115 | 2025.03.01 05:25:38.472998 [ 3 ] {270bd4a1-d455-4fbe-a718-7166bb586cd7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1116 | 2025.03.01 05:25:38.473299 [ 3 ] {270bd4a1-d455-4fbe-a718-7166bb586cd7} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1117 | 2025.03.01 05:25:38.473513 [ 3 ] {270bd4a1-d455-4fbe-a718-7166bb586cd7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002236 sec., 94812.16457960644 rows/sec., 6.03 MiB/sec. | ||
| 1118 | 2025.03.01 05:25:38.473568 [ 3 ] {270bd4a1-d455-4fbe-a718-7166bb586cd7} <Debug> TCPHandler: Processed in 0.002433262 sec. | ||
| 1119 | 2025.03.01 05:25:38.473687 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1120 | 2025.03.01 05:25:38.473795 [ 3 ] {ddfc850b-a714-4256-b537-045235e78ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1121 | 2025.03.01 05:25:38.473841 [ 3 ] {ddfc850b-a714-4256-b537-045235e78ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1122 | 2025.03.01 05:25:38.474700 [ 3 ] {ddfc850b-a714-4256-b537-045235e78ee3} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1123 | 2025.03.01 05:25:38.474744 [ 3 ] {ddfc850b-a714-4256-b537-045235e78ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1124 | 2025.03.01 05:25:38.475138 [ 3 ] {ddfc850b-a714-4256-b537-045235e78ee3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1125 | 2025.03.01 05:25:38.475382 [ 3 ] {ddfc850b-a714-4256-b537-045235e78ee3} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1126 | 2025.03.01 05:25:38.475581 [ 3 ] {ddfc850b-a714-4256-b537-045235e78ee3} <Debug> executeQuery: Read 633 rows, 50.93 KiB in 0.001809 sec., 349917.08126036485 rows/sec., 27.50 MiB/sec. | ||
| 1127 | 2025.03.01 05:25:38.475632 [ 3 ] {ddfc850b-a714-4256-b537-045235e78ee3} <Debug> TCPHandler: Processed in 0.001995417 sec. | ||
| 1128 | 2025.03.01 05:25:38.475764 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1129 | 2025.03.01 05:25:38.475870 [ 3 ] {f0223b41-adf7-4e3e-9e5b-6528b85a87a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1130 | 2025.03.01 05:25:38.475915 [ 3 ] {f0223b41-adf7-4e3e-9e5b-6528b85a87a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1131 | 2025.03.01 05:25:38.476686 [ 3 ] {f0223b41-adf7-4e3e-9e5b-6528b85a87a3} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1132 | 2025.03.01 05:25:38.476723 [ 3 ] {f0223b41-adf7-4e3e-9e5b-6528b85a87a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1133 | 2025.03.01 05:25:38.477069 [ 3 ] {f0223b41-adf7-4e3e-9e5b-6528b85a87a3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1134 | 2025.03.01 05:25:38.477305 [ 3 ] {f0223b41-adf7-4e3e-9e5b-6528b85a87a3} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1135 | 2025.03.01 05:25:38.477506 [ 3 ] {f0223b41-adf7-4e3e-9e5b-6528b85a87a3} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00166 sec., 68674.69879518072 rows/sec., 4.11 MiB/sec. | ||
| 1136 | 2025.03.01 05:25:38.477556 [ 3 ] {f0223b41-adf7-4e3e-9e5b-6528b85a87a3} <Debug> TCPHandler: Processed in 0.001843835 sec. | ||
| 1137 | 2025.03.01 05:25:38.477685 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1138 | 2025.03.01 05:25:38.477795 [ 3 ] {8035a302-17fd-4e13-8c94-1dd5d6210f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1139 | 2025.03.01 05:25:38.477839 [ 3 ] {8035a302-17fd-4e13-8c94-1dd5d6210f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1140 | 2025.03.01 05:25:38.478402 [ 3 ] {8035a302-17fd-4e13-8c94-1dd5d6210f1a} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1141 | 2025.03.01 05:25:38.478441 [ 3 ] {8035a302-17fd-4e13-8c94-1dd5d6210f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1142 | 2025.03.01 05:25:38.478789 [ 3 ] {8035a302-17fd-4e13-8c94-1dd5d6210f1a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1143 | 2025.03.01 05:25:38.479026 [ 3 ] {8035a302-17fd-4e13-8c94-1dd5d6210f1a} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1144 | 2025.03.01 05:25:38.479230 [ 3 ] {8035a302-17fd-4e13-8c94-1dd5d6210f1a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001454 sec., 77716.64374140302 rows/sec., 5.03 MiB/sec. | ||
| 1145 | 2025.03.01 05:25:38.479303 [ 3 ] {8035a302-17fd-4e13-8c94-1dd5d6210f1a} <Debug> TCPHandler: Processed in 0.001669963 sec. | ||
| 1146 | 2025.03.01 05:25:38.479430 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1147 | 2025.03.01 05:25:38.479538 [ 3 ] {77efe916-52d7-41f9-90b7-becc6731fa7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1148 | 2025.03.01 05:25:38.479582 [ 3 ] {77efe916-52d7-41f9-90b7-becc6731fa7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1149 | 2025.03.01 05:25:38.480119 [ 3 ] {77efe916-52d7-41f9-90b7-becc6731fa7a} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1150 | 2025.03.01 05:25:38.480157 [ 3 ] {77efe916-52d7-41f9-90b7-becc6731fa7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1151 | 2025.03.01 05:25:38.480492 [ 3 ] {77efe916-52d7-41f9-90b7-becc6731fa7a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1152 | 2025.03.01 05:25:38.480723 [ 3 ] {77efe916-52d7-41f9-90b7-becc6731fa7a} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1153 | 2025.03.01 05:25:38.480983 [ 3 ] {77efe916-52d7-41f9-90b7-becc6731fa7a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001456 sec., 76923.07692307692 rows/sec., 4.38 MiB/sec. | ||
| 1154 | 2025.03.01 05:25:38.481058 [ 3 ] {77efe916-52d7-41f9-90b7-becc6731fa7a} <Debug> TCPHandler: Processed in 0.001679393 sec. | ||
| 1155 | 2025.03.01 05:25:38.481178 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2025.03.01 05:25:38.481286 [ 3 ] {6b17a920-be20-406d-98ed-b0aa2cb65f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1157 | 2025.03.01 05:25:38.481330 [ 3 ] {6b17a920-be20-406d-98ed-b0aa2cb65f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1158 | 2025.03.01 05:25:38.481972 [ 3 ] {6b17a920-be20-406d-98ed-b0aa2cb65f30} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1159 | 2025.03.01 05:25:38.482010 [ 3 ] {6b17a920-be20-406d-98ed-b0aa2cb65f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1160 | 2025.03.01 05:25:38.482367 [ 3 ] {6b17a920-be20-406d-98ed-b0aa2cb65f30} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1161 | 2025.03.01 05:25:38.482609 [ 3 ] {6b17a920-be20-406d-98ed-b0aa2cb65f30} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1162 | 2025.03.01 05:25:38.482830 [ 3 ] {6b17a920-be20-406d-98ed-b0aa2cb65f30} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001564 sec., 249360.61381074166 rows/sec., 17.62 MiB/sec. | ||
| 1163 | 2025.03.01 05:25:38.482881 [ 3 ] {6b17a920-be20-406d-98ed-b0aa2cb65f30} <Debug> TCPHandler: Processed in 0.001756844 sec. | ||
| 1164 | 2025.03.01 05:25:38.483001 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1165 | 2025.03.01 05:25:38.483106 [ 3 ] {bf32b52f-72c0-41ab-8b30-35925725b20b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1166 | 2025.03.01 05:25:38.483151 [ 3 ] {bf32b52f-72c0-41ab-8b30-35925725b20b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1167 | 2025.03.01 05:25:38.483574 [ 3 ] {bf32b52f-72c0-41ab-8b30-35925725b20b} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1168 | 2025.03.01 05:25:38.483611 [ 3 ] {bf32b52f-72c0-41ab-8b30-35925725b20b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1169 | 2025.03.01 05:25:38.483958 [ 3 ] {bf32b52f-72c0-41ab-8b30-35925725b20b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1170 | 2025.03.01 05:25:38.484219 [ 3 ] {bf32b52f-72c0-41ab-8b30-35925725b20b} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1171 | 2025.03.01 05:25:38.484430 [ 3 ] {bf32b52f-72c0-41ab-8b30-35925725b20b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001342 sec., 4470.938897168405 rows/sec., 233.59 KiB/sec. | ||
| 1172 | 2025.03.01 05:25:38.484591 [ 3 ] {bf32b52f-72c0-41ab-8b30-35925725b20b} <Debug> TCPHandler: Processed in 0.001637182 sec. | ||
| 1173 | 2025.03.01 05:25:38.484724 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1174 | 2025.03.01 05:25:38.484831 [ 3 ] {1983e008-e245-480a-9465-3e611f7d0fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1175 | 2025.03.01 05:25:38.484879 [ 3 ] {1983e008-e245-480a-9465-3e611f7d0fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1176 | 2025.03.01 05:25:38.485432 [ 3 ] {1983e008-e245-480a-9465-3e611f7d0fb4} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1177 | 2025.03.01 05:25:38.485470 [ 3 ] {1983e008-e245-480a-9465-3e611f7d0fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1178 | 2025.03.01 05:25:38.485845 [ 3 ] {1983e008-e245-480a-9465-3e611f7d0fb4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1179 | 2025.03.01 05:25:38.486077 [ 3 ] {1983e008-e245-480a-9465-3e611f7d0fb4} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1180 | 2025.03.01 05:25:38.486286 [ 3 ] {1983e008-e245-480a-9465-3e611f7d0fb4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001478 sec., 160351.82679296346 rows/sec., 10.75 MiB/sec. | ||
| 1181 | 2025.03.01 05:25:38.486341 [ 3 ] {1983e008-e245-480a-9465-3e611f7d0fb4} <Debug> TCPHandler: Processed in 0.001669583 sec. | ||
| 1182 | 2025.03.01 05:25:38.486479 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1183 | 2025.03.01 05:25:38.486584 [ 3 ] {a7c85e74-7d18-4724-9e9c-aff3a04b9931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1184 | 2025.03.01 05:25:38.486631 [ 3 ] {a7c85e74-7d18-4724-9e9c-aff3a04b9931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1185 | 2025.03.01 05:25:38.487040 [ 3 ] {a7c85e74-7d18-4724-9e9c-aff3a04b9931} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1186 | 2025.03.01 05:25:38.487078 [ 3 ] {a7c85e74-7d18-4724-9e9c-aff3a04b9931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1187 | 2025.03.01 05:25:38.487409 [ 3 ] {a7c85e74-7d18-4724-9e9c-aff3a04b9931} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1188 | 2025.03.01 05:25:38.487640 [ 3 ] {a7c85e74-7d18-4724-9e9c-aff3a04b9931} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1189 | 2025.03.01 05:25:38.487856 [ 3 ] {a7c85e74-7d18-4724-9e9c-aff3a04b9931} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00129 sec., 775.1937984496125 rows/sec., 52.23 KiB/sec. | ||
| 1190 | 2025.03.01 05:25:38.487921 [ 3 ] {a7c85e74-7d18-4724-9e9c-aff3a04b9931} <Debug> TCPHandler: Processed in 0.00149353 sec. | ||
| 1191 | 2025.03.01 05:25:38.488054 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1192 | 2025.03.01 05:25:38.488181 [ 3 ] {caa08c01-1001-465c-a4c0-9acc05856d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1193 | 2025.03.01 05:25:38.488258 [ 3 ] {caa08c01-1001-465c-a4c0-9acc05856d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1194 | 2025.03.01 05:25:38.489305 [ 3 ] {caa08c01-1001-465c-a4c0-9acc05856d01} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1195 | 2025.03.01 05:25:38.489345 [ 3 ] {caa08c01-1001-465c-a4c0-9acc05856d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1196 | 2025.03.01 05:25:38.491926 [ 3 ] {caa08c01-1001-465c-a4c0-9acc05856d01} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1197 | 2025.03.01 05:25:38.492210 [ 3 ] {caa08c01-1001-465c-a4c0-9acc05856d01} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1198 | 2025.03.01 05:25:38.492515 [ 3 ] {caa08c01-1001-465c-a4c0-9acc05856d01} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004352 sec., 1838.235294117647 rows/sec., 3.29 MiB/sec. | ||
| 1199 | 2025.03.01 05:25:38.492642 [ 3 ] {caa08c01-1001-465c-a4c0-9acc05856d01} <Debug> TCPHandler: Processed in 0.004653103 sec. | ||
| 1200 | 2025.03.01 05:25:38.492777 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2025.03.01 05:25:38.492885 [ 3 ] {001ec177-7da5-44cb-9d68-770545de2f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1202 | 2025.03.01 05:25:38.492931 [ 3 ] {001ec177-7da5-44cb-9d68-770545de2f4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1203 | 2025.03.01 05:25:38.493369 [ 3 ] {001ec177-7da5-44cb-9d68-770545de2f4c} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1204 | 2025.03.01 05:25:38.493409 [ 3 ] {001ec177-7da5-44cb-9d68-770545de2f4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1205 | 2025.03.01 05:25:38.493773 [ 3 ] {001ec177-7da5-44cb-9d68-770545de2f4c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1206 | 2025.03.01 05:25:38.494021 [ 3 ] {001ec177-7da5-44cb-9d68-770545de2f4c} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1207 | 2025.03.01 05:25:38.494226 [ 3 ] {001ec177-7da5-44cb-9d68-770545de2f4c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001362 sec., 60205.580029368575 rows/sec., 3.82 MiB/sec. | ||
| 1208 | 2025.03.01 05:25:38.494276 [ 3 ] {001ec177-7da5-44cb-9d68-770545de2f4c} <Debug> TCPHandler: Processed in 0.001551341 sec. | ||
| 1209 | 2025.03.01 05:25:43.415290 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1210 | 2025.03.01 05:25:43.415499 [ 3 ] {07b6d474-b387-4c7b-a322-3d55e19e6059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1211 | 2025.03.01 05:25:43.415574 [ 3 ] {07b6d474-b387-4c7b-a322-3d55e19e6059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1212 | 2025.03.01 05:25:43.416353 [ 3 ] {07b6d474-b387-4c7b-a322-3d55e19e6059} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1213 | 2025.03.01 05:25:43.416406 [ 3 ] {07b6d474-b387-4c7b-a322-3d55e19e6059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1214 | 2025.03.01 05:25:43.416839 [ 3 ] {07b6d474-b387-4c7b-a322-3d55e19e6059} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1215 | 2025.03.01 05:25:43.417095 [ 3 ] {07b6d474-b387-4c7b-a322-3d55e19e6059} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1216 | 2025.03.01 05:25:43.417319 [ 3 ] {07b6d474-b387-4c7b-a322-3d55e19e6059} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001875 sec., 29866.666666666668 rows/sec., 2.28 MiB/sec. | ||
| 1217 | 2025.03.01 05:25:43.417376 [ 3 ] {07b6d474-b387-4c7b-a322-3d55e19e6059} <Debug> TCPHandler: Processed in 0.0022215 sec. | ||
| 1218 | 2025.03.01 05:25:43.417503 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1219 | 2025.03.01 05:25:43.417611 [ 3 ] {53f1bfeb-38c1-4391-aff1-de0d1f064e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1220 | 2025.03.01 05:25:43.417657 [ 3 ] {53f1bfeb-38c1-4391-aff1-de0d1f064e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1221 | 2025.03.01 05:25:43.418210 [ 3 ] {53f1bfeb-38c1-4391-aff1-de0d1f064e9e} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1222 | 2025.03.01 05:25:43.418251 [ 3 ] {53f1bfeb-38c1-4391-aff1-de0d1f064e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1223 | 2025.03.01 05:25:43.418618 [ 3 ] {53f1bfeb-38c1-4391-aff1-de0d1f064e9e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1224 | 2025.03.01 05:25:43.418864 [ 3 ] {53f1bfeb-38c1-4391-aff1-de0d1f064e9e} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1225 | 2025.03.01 05:25:43.419076 [ 3 ] {53f1bfeb-38c1-4391-aff1-de0d1f064e9e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001487 sec., 43039.67720242098 rows/sec., 3.36 MiB/sec. | ||
| 1226 | 2025.03.01 05:25:43.419128 [ 3 ] {53f1bfeb-38c1-4391-aff1-de0d1f064e9e} <Debug> TCPHandler: Processed in 0.001676232 sec. | ||
| 1227 | 2025.03.01 05:25:43.419254 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1228 | 2025.03.01 05:25:43.419362 [ 3 ] {dea54f55-7140-465d-b844-a116b04b0ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1229 | 2025.03.01 05:25:43.419415 [ 3 ] {dea54f55-7140-465d-b844-a116b04b0ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1230 | 2025.03.01 05:25:43.419950 [ 3 ] {dea54f55-7140-465d-b844-a116b04b0ce9} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1231 | 2025.03.01 05:25:43.419991 [ 3 ] {dea54f55-7140-465d-b844-a116b04b0ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1232 | 2025.03.01 05:25:43.420369 [ 3 ] {dea54f55-7140-465d-b844-a116b04b0ce9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1233 | 2025.03.01 05:25:43.420621 [ 3 ] {dea54f55-7140-465d-b844-a116b04b0ce9} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1234 | 2025.03.01 05:25:43.420876 [ 3 ] {dea54f55-7140-465d-b844-a116b04b0ce9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. | ||
| 1235 | 2025.03.01 05:25:43.420938 [ 3 ] {dea54f55-7140-465d-b844-a116b04b0ce9} <Debug> TCPHandler: Processed in 0.001736464 sec. | ||
| 1236 | 2025.03.01 05:25:43.421068 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1237 | 2025.03.01 05:25:43.421186 [ 3 ] {fe4c756d-42af-4976-8374-452f5d517693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1238 | 2025.03.01 05:25:43.421234 [ 3 ] {fe4c756d-42af-4976-8374-452f5d517693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1239 | 2025.03.01 05:25:43.421724 [ 3 ] {fe4c756d-42af-4976-8374-452f5d517693} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1240 | 2025.03.01 05:25:43.421764 [ 3 ] {fe4c756d-42af-4976-8374-452f5d517693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1241 | 2025.03.01 05:25:43.422136 [ 3 ] {fe4c756d-42af-4976-8374-452f5d517693} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1242 | 2025.03.01 05:25:43.422386 [ 3 ] {fe4c756d-42af-4976-8374-452f5d517693} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1243 | 2025.03.01 05:25:43.422615 [ 3 ] {fe4c756d-42af-4976-8374-452f5d517693} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. | ||
| 1244 | 2025.03.01 05:25:43.422662 [ 3 ] {fe4c756d-42af-4976-8374-452f5d517693} <Debug> TCPHandler: Processed in 0.001675652 sec. | ||
| 1245 | 2025.03.01 05:25:44.756663 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1246 | 2025.03.01 05:25:44.757440 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1247 | 2025.03.01 05:25:44.757484 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1248 | 2025.03.01 05:25:44.758050 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1249 | 2025.03.01 05:25:44.758317 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1250 | 2025.03.01 05:25:44.758548 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1251 | 2025.03.01 05:25:44.888677 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1252 | 2025.03.01 05:25:44.908168 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1253 | 2025.03.01 05:25:44.908223 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1254 | 2025.03.01 05:25:44.915074 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1255 | 2025.03.01 05:25:44.915831 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1256 | 2025.03.01 05:25:44.918501 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1257 | 2025.03.01 05:25:47.248770 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 192 | ||
| 1258 | 2025.03.01 05:25:47.252329 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1259 | 2025.03.01 05:25:47.252379 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1260 | 2025.03.01 05:25:47.253929 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1261 | 2025.03.01 05:25:47.254237 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2025.03.01 05:25:47.254969 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 192 | ||
| 1263 | 2025.03.01 05:25:48.421948 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1264 | 2025.03.01 05:25:48.422135 [ 3 ] {dc13142e-7a1f-45cc-be57-8fba9cefc71a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1265 | 2025.03.01 05:25:48.422208 [ 3 ] {dc13142e-7a1f-45cc-be57-8fba9cefc71a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1266 | 2025.03.01 05:25:48.423056 [ 3 ] {dc13142e-7a1f-45cc-be57-8fba9cefc71a} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1267 | 2025.03.01 05:25:48.423114 [ 3 ] {dc13142e-7a1f-45cc-be57-8fba9cefc71a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1268 | 2025.03.01 05:25:48.423607 [ 3 ] {dc13142e-7a1f-45cc-be57-8fba9cefc71a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1269 | 2025.03.01 05:25:48.423868 [ 3 ] {dc13142e-7a1f-45cc-be57-8fba9cefc71a} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1270 | 2025.03.01 05:25:48.424139 [ 3 ] {dc13142e-7a1f-45cc-be57-8fba9cefc71a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002049 sec., 103465.10492923377 rows/sec., 6.58 MiB/sec. | ||
| 1271 | 2025.03.01 05:25:48.424281 [ 3 ] {dc13142e-7a1f-45cc-be57-8fba9cefc71a} <Debug> TCPHandler: Processed in 0.002474184 sec. | ||
| 1272 | 2025.03.01 05:25:48.424426 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1273 | 2025.03.01 05:25:48.424548 [ 3 ] {ffd4ff64-d21d-4bd4-99c5-f602b16938b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1274 | 2025.03.01 05:25:48.424599 [ 3 ] {ffd4ff64-d21d-4bd4-99c5-f602b16938b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1275 | 2025.03.01 05:25:48.425504 [ 3 ] {ffd4ff64-d21d-4bd4-99c5-f602b16938b0} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1276 | 2025.03.01 05:25:48.425547 [ 3 ] {ffd4ff64-d21d-4bd4-99c5-f602b16938b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1277 | 2025.03.01 05:25:48.425959 [ 3 ] {ffd4ff64-d21d-4bd4-99c5-f602b16938b0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1278 | 2025.03.01 05:25:48.426198 [ 3 ] {ffd4ff64-d21d-4bd4-99c5-f602b16938b0} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1279 | 2025.03.01 05:25:48.426408 [ 3 ] {ffd4ff64-d21d-4bd4-99c5-f602b16938b0} <Debug> executeQuery: Read 633 rows, 50.93 KiB in 0.001887 sec., 335453.1001589825 rows/sec., 26.36 MiB/sec. | ||
| 1280 | 2025.03.01 05:25:48.426462 [ 3 ] {ffd4ff64-d21d-4bd4-99c5-f602b16938b0} <Debug> TCPHandler: Processed in 0.002089918 sec. | ||
| 1281 | 2025.03.01 05:25:48.426586 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1282 | 2025.03.01 05:25:48.426695 [ 3 ] {42b116a8-bf56-468b-8b60-e3f9906f0dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1283 | 2025.03.01 05:25:48.426742 [ 3 ] {42b116a8-bf56-468b-8b60-e3f9906f0dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1284 | 2025.03.01 05:25:48.427294 [ 3 ] {42b116a8-bf56-468b-8b60-e3f9906f0dcd} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1285 | 2025.03.01 05:25:48.427334 [ 3 ] {42b116a8-bf56-468b-8b60-e3f9906f0dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1286 | 2025.03.01 05:25:48.427687 [ 3 ] {42b116a8-bf56-468b-8b60-e3f9906f0dcd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1287 | 2025.03.01 05:25:48.427930 [ 3 ] {42b116a8-bf56-468b-8b60-e3f9906f0dcd} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1288 | 2025.03.01 05:25:48.428157 [ 3 ] {42b116a8-bf56-468b-8b60-e3f9906f0dcd} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001474 sec., 77340.5698778833 rows/sec., 4.63 MiB/sec. | ||
| 1289 | 2025.03.01 05:25:48.428312 [ 3 ] {42b116a8-bf56-468b-8b60-e3f9906f0dcd} <Debug> TCPHandler: Processed in 0.001776694 sec. | ||
| 1290 | 2025.03.01 05:25:48.428451 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1291 | 2025.03.01 05:25:48.428559 [ 3 ] {52341d4d-c90c-407b-8c0b-3f33f3064875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1292 | 2025.03.01 05:25:48.428606 [ 3 ] {52341d4d-c90c-407b-8c0b-3f33f3064875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1293 | 2025.03.01 05:25:48.429166 [ 3 ] {52341d4d-c90c-407b-8c0b-3f33f3064875} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1294 | 2025.03.01 05:25:48.429207 [ 3 ] {52341d4d-c90c-407b-8c0b-3f33f3064875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1295 | 2025.03.01 05:25:48.429570 [ 3 ] {52341d4d-c90c-407b-8c0b-3f33f3064875} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1296 | 2025.03.01 05:25:48.429811 [ 3 ] {52341d4d-c90c-407b-8c0b-3f33f3064875} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1297 | 2025.03.01 05:25:48.430017 [ 3 ] {52341d4d-c90c-407b-8c0b-3f33f3064875} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001481 sec., 76299.7974341661 rows/sec., 4.94 MiB/sec. | ||
| 1298 | 2025.03.01 05:25:48.430071 [ 3 ] {52341d4d-c90c-407b-8c0b-3f33f3064875} <Debug> TCPHandler: Processed in 0.001675492 sec. | ||
| 1299 | 2025.03.01 05:25:48.430189 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2025.03.01 05:25:48.430297 [ 3 ] {c481afe2-64d6-4053-8c67-84a47eceb56e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1301 | 2025.03.01 05:25:48.430342 [ 3 ] {c481afe2-64d6-4053-8c67-84a47eceb56e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1302 | 2025.03.01 05:25:48.430881 [ 3 ] {c481afe2-64d6-4053-8c67-84a47eceb56e} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1303 | 2025.03.01 05:25:48.430920 [ 3 ] {c481afe2-64d6-4053-8c67-84a47eceb56e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1304 | 2025.03.01 05:25:48.431265 [ 3 ] {c481afe2-64d6-4053-8c67-84a47eceb56e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1305 | 2025.03.01 05:25:48.431493 [ 3 ] {c481afe2-64d6-4053-8c67-84a47eceb56e} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1306 | 2025.03.01 05:25:48.431703 [ 3 ] {c481afe2-64d6-4053-8c67-84a47eceb56e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001427 sec., 78486.33496846531 rows/sec., 4.47 MiB/sec. | ||
| 1307 | 2025.03.01 05:25:48.431754 [ 3 ] {c481afe2-64d6-4053-8c67-84a47eceb56e} <Debug> TCPHandler: Processed in 0.001617792 sec. | ||
| 1308 | 2025.03.01 05:25:48.431876 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1309 | 2025.03.01 05:25:48.431992 [ 3 ] {feb56522-7177-4350-a1a3-ea0118a7b763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1310 | 2025.03.01 05:25:48.432039 [ 3 ] {feb56522-7177-4350-a1a3-ea0118a7b763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1311 | 2025.03.01 05:25:48.432724 [ 3 ] {feb56522-7177-4350-a1a3-ea0118a7b763} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1312 | 2025.03.01 05:25:48.432764 [ 3 ] {feb56522-7177-4350-a1a3-ea0118a7b763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1313 | 2025.03.01 05:25:48.433149 [ 3 ] {feb56522-7177-4350-a1a3-ea0118a7b763} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1314 | 2025.03.01 05:25:48.433392 [ 3 ] {feb56522-7177-4350-a1a3-ea0118a7b763} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1315 | 2025.03.01 05:25:48.433671 [ 3 ] {feb56522-7177-4350-a1a3-ea0118a7b763} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001681 sec., 232004.75907198095 rows/sec., 16.40 MiB/sec. | ||
| 1316 | 2025.03.01 05:25:48.433779 [ 3 ] {feb56522-7177-4350-a1a3-ea0118a7b763} <Debug> TCPHandler: Processed in 0.001956677 sec. | ||
| 1317 | 2025.03.01 05:25:48.433903 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1318 | 2025.03.01 05:25:48.434008 [ 3 ] {647feedb-e3b0-4f81-ad0d-d79df2a98f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1319 | 2025.03.01 05:25:48.434056 [ 3 ] {647feedb-e3b0-4f81-ad0d-d79df2a98f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1320 | 2025.03.01 05:25:48.434508 [ 3 ] {647feedb-e3b0-4f81-ad0d-d79df2a98f0c} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1321 | 2025.03.01 05:25:48.434548 [ 3 ] {647feedb-e3b0-4f81-ad0d-d79df2a98f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1322 | 2025.03.01 05:25:48.434903 [ 3 ] {647feedb-e3b0-4f81-ad0d-d79df2a98f0c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1323 | 2025.03.01 05:25:48.435138 [ 3 ] {647feedb-e3b0-4f81-ad0d-d79df2a98f0c} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1324 | 2025.03.01 05:25:48.435343 [ 3 ] {647feedb-e3b0-4f81-ad0d-d79df2a98f0c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001354 sec., 4431.314623338257 rows/sec., 231.52 KiB/sec. | ||
| 1325 | 2025.03.01 05:25:48.435432 [ 3 ] {647feedb-e3b0-4f81-ad0d-d79df2a98f0c} <Debug> TCPHandler: Processed in 0.001578622 sec. | ||
| 1326 | 2025.03.01 05:25:48.435556 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1327 | 2025.03.01 05:25:48.435664 [ 3 ] {f626402b-eb9b-4017-a63c-f117e9113401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1328 | 2025.03.01 05:25:48.435713 [ 3 ] {f626402b-eb9b-4017-a63c-f117e9113401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1329 | 2025.03.01 05:25:48.436250 [ 3 ] {f626402b-eb9b-4017-a63c-f117e9113401} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1330 | 2025.03.01 05:25:48.436287 [ 3 ] {f626402b-eb9b-4017-a63c-f117e9113401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1331 | 2025.03.01 05:25:48.436661 [ 3 ] {f626402b-eb9b-4017-a63c-f117e9113401} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1332 | 2025.03.01 05:25:48.436901 [ 3 ] {f626402b-eb9b-4017-a63c-f117e9113401} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1333 | 2025.03.01 05:25:48.437107 [ 3 ] {f626402b-eb9b-4017-a63c-f117e9113401} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001465 sec., 161774.74402730376 rows/sec., 10.84 MiB/sec. | ||
| 1334 | 2025.03.01 05:25:48.437158 [ 3 ] {f626402b-eb9b-4017-a63c-f117e9113401} <Debug> TCPHandler: Processed in 0.001654332 sec. | ||
| 1335 | 2025.03.01 05:25:48.437276 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1336 | 2025.03.01 05:25:48.437382 [ 3 ] {c0723157-6522-4f10-a901-5516df4baeb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1337 | 2025.03.01 05:25:48.437429 [ 3 ] {c0723157-6522-4f10-a901-5516df4baeb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1338 | 2025.03.01 05:25:48.437855 [ 3 ] {c0723157-6522-4f10-a901-5516df4baeb2} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1339 | 2025.03.01 05:25:48.437894 [ 3 ] {c0723157-6522-4f10-a901-5516df4baeb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1340 | 2025.03.01 05:25:48.438243 [ 3 ] {c0723157-6522-4f10-a901-5516df4baeb2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1341 | 2025.03.01 05:25:48.438481 [ 3 ] {c0723157-6522-4f10-a901-5516df4baeb2} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1342 | 2025.03.01 05:25:48.438686 [ 3 ] {c0723157-6522-4f10-a901-5516df4baeb2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001324 sec., 755.2870090634441 rows/sec., 50.89 KiB/sec. | ||
| 1343 | 2025.03.01 05:25:48.438734 [ 3 ] {c0723157-6522-4f10-a901-5516df4baeb2} <Debug> TCPHandler: Processed in 0.00151013 sec. | ||
| 1344 | 2025.03.01 05:25:48.438871 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1345 | 2025.03.01 05:25:48.438976 [ 3 ] {9a647b6e-3c27-4c33-b36d-eddefcd8a1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1346 | 2025.03.01 05:25:48.439044 [ 3 ] {9a647b6e-3c27-4c33-b36d-eddefcd8a1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1347 | 2025.03.01 05:25:48.440104 [ 3 ] {9a647b6e-3c27-4c33-b36d-eddefcd8a1f4} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1348 | 2025.03.01 05:25:48.440144 [ 3 ] {9a647b6e-3c27-4c33-b36d-eddefcd8a1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1349 | 2025.03.01 05:25:48.440762 [ 3 ] {9a647b6e-3c27-4c33-b36d-eddefcd8a1f4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1350 | 2025.03.01 05:25:48.441024 [ 3 ] {9a647b6e-3c27-4c33-b36d-eddefcd8a1f4} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1351 | 2025.03.01 05:25:48.441344 [ 3 ] {9a647b6e-3c27-4c33-b36d-eddefcd8a1f4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00237 sec., 3375.527426160337 rows/sec., 6.05 MiB/sec. | ||
| 1352 | 2025.03.01 05:25:48.441492 [ 3 ] {9a647b6e-3c27-4c33-b36d-eddefcd8a1f4} <Debug> TCPHandler: Processed in 0.002672627 sec. | ||
| 1353 | 2025.03.01 05:25:48.441623 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1354 | 2025.03.01 05:25:48.441731 [ 3 ] {f548d032-ddc8-4c2d-8fa0-bfce0cecf05f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1355 | 2025.03.01 05:25:48.441777 [ 3 ] {f548d032-ddc8-4c2d-8fa0-bfce0cecf05f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1356 | 2025.03.01 05:25:48.442209 [ 3 ] {f548d032-ddc8-4c2d-8fa0-bfce0cecf05f} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1357 | 2025.03.01 05:25:48.442247 [ 3 ] {f548d032-ddc8-4c2d-8fa0-bfce0cecf05f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1358 | 2025.03.01 05:25:48.442609 [ 3 ] {f548d032-ddc8-4c2d-8fa0-bfce0cecf05f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1359 | 2025.03.01 05:25:48.442875 [ 3 ] {f548d032-ddc8-4c2d-8fa0-bfce0cecf05f} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1360 | 2025.03.01 05:25:48.443112 [ 3 ] {f548d032-ddc8-4c2d-8fa0-bfce0cecf05f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec. | ||
| 1361 | 2025.03.01 05:25:48.443170 [ 3 ] {f548d032-ddc8-4c2d-8fa0-bfce0cecf05f} <Debug> TCPHandler: Processed in 0.001598631 sec. | ||
| 1362 | 2025.03.01 05:25:52.186938 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1363 | 2025.03.01 05:25:52.187017 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1364 | 2025.03.01 05:25:52.258713 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1365 | 2025.03.01 05:25:52.259857 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1366 | 2025.03.01 05:25:52.259900 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1367 | 2025.03.01 05:25:52.260472 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1368 | 2025.03.01 05:25:52.260728 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1369 | 2025.03.01 05:25:52.260921 [ 77 ] {} <Debug> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1370 | 2025.03.01 05:25:52.260999 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1371 | 2025.03.01 05:25:52.261022 [ 77 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1372 | 2025.03.01 05:25:52.261054 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1373 | 2025.03.01 05:25:52.263481 [ 188 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::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 | ||
| 1374 | 2025.03.01 05:25:52.263728 [ 188 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1375 | 2025.03.01 05:25:52.263925 [ 188 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 1376 | 2025.03.01 05:25:52.264106 [ 188 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
| 1377 | 2025.03.01 05:25:52.264302 [ 188 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 1378 | 2025.03.01 05:25:52.264462 [ 188 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 1379 | 2025.03.01 05:25:52.264652 [ 188 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
| 1380 | 2025.03.01 05:25:52.264802 [ 188 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
| 1381 | 2025.03.01 05:25:52.281207 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.020070621 sec., 139806.33683432118 rows/sec., 2.00 MiB/sec. | ||
| 1382 | 2025.03.01 05:25:52.281941 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1383 | 2025.03.01 05:25:52.282286 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_6_1} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1384 | 2025.03.01 05:25:52.282372 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_6_1} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1385 | 2025.03.01 05:25:52.282504 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1386 | 2025.03.01 05:25:52.418594 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1387 | 2025.03.01 05:25:52.441359 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1388 | 2025.03.01 05:25:52.441430 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1389 | 2025.03.01 05:25:52.448412 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1390 | 2025.03.01 05:25:52.449206 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1391 | 2025.03.01 05:25:52.449571 [ 77 ] {} <Debug> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1392 | 2025.03.01 05:25:52.449684 [ 77 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1393 | 2025.03.01 05:25:52.449752 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1394 | 2025.03.01 05:25:52.450094 [ 189 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 1395 | 2025.03.01 05:25:52.466563 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1396 | 2025.03.01 05:25:52.467768 [ 189 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1397 | 2025.03.01 05:25:52.469253 [ 189 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 1398 | 2025.03.01 05:25:52.474932 [ 189 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 1399 | 2025.03.01 05:25:52.480265 [ 189 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 1400 | 2025.03.01 05:25:52.485510 [ 189 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 1401 | 2025.03.01 05:25:52.494814 [ 189 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 1402 | 2025.03.01 05:25:52.499510 [ 189 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 1403 | 2025.03.01 05:25:52.558258 [ 191 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.108387941 sec., 424.4014562468716 rows/sec., 2.19 MiB/sec. | ||
| 1404 | 2025.03.01 05:25:52.560885 [ 191 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1405 | 2025.03.01 05:25:52.563859 [ 191 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_6_1} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2025.03.01 05:25:52.563972 [ 191 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_6_1} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1407 | 2025.03.01 05:25:52.566388 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1408 | 2025.03.01 05:25:53.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.80 MiB, peak 169.33 MiB, free memory in arenas 0.00 B, will set to 163.41 MiB (RSS), difference: 3.61 MiB | ||
| 1409 | 2025.03.01 05:25:53.413821 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1410 | 2025.03.01 05:25:53.414012 [ 3 ] {7fc7fac3-72ec-459e-9cdf-0e1dbee616a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1411 | 2025.03.01 05:25:53.414088 [ 3 ] {7fc7fac3-72ec-459e-9cdf-0e1dbee616a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1412 | 2025.03.01 05:25:53.414869 [ 3 ] {7fc7fac3-72ec-459e-9cdf-0e1dbee616a1} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1413 | 2025.03.01 05:25:53.414914 [ 3 ] {7fc7fac3-72ec-459e-9cdf-0e1dbee616a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1414 | 2025.03.01 05:25:53.415390 [ 3 ] {7fc7fac3-72ec-459e-9cdf-0e1dbee616a1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1415 | 2025.03.01 05:25:53.415648 [ 3 ] {7fc7fac3-72ec-459e-9cdf-0e1dbee616a1} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1416 | 2025.03.01 05:25:53.415852 [ 3 ] {7fc7fac3-72ec-459e-9cdf-0e1dbee616a1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001897 sec., 29520.295202952027 rows/sec., 2.25 MiB/sec. | ||
| 1417 | 2025.03.01 05:25:53.415920 [ 3 ] {7fc7fac3-72ec-459e-9cdf-0e1dbee616a1} <Debug> TCPHandler: Processed in 0.00222713 sec. | ||
| 1418 | 2025.03.01 05:25:53.416053 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1419 | 2025.03.01 05:25:53.416170 [ 3 ] {74d23161-1c9e-4465-a7c8-823d9b36dad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1420 | 2025.03.01 05:25:53.416221 [ 3 ] {74d23161-1c9e-4465-a7c8-823d9b36dad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1421 | 2025.03.01 05:25:53.416772 [ 3 ] {74d23161-1c9e-4465-a7c8-823d9b36dad3} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1422 | 2025.03.01 05:25:53.416810 [ 3 ] {74d23161-1c9e-4465-a7c8-823d9b36dad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1423 | 2025.03.01 05:25:53.417171 [ 3 ] {74d23161-1c9e-4465-a7c8-823d9b36dad3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1424 | 2025.03.01 05:25:53.417413 [ 3 ] {74d23161-1c9e-4465-a7c8-823d9b36dad3} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1425 | 2025.03.01 05:25:53.417628 [ 3 ] {74d23161-1c9e-4465-a7c8-823d9b36dad3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001481 sec., 43214.04456448346 rows/sec., 3.37 MiB/sec. | ||
| 1426 | 2025.03.01 05:25:53.417781 [ 3 ] {74d23161-1c9e-4465-a7c8-823d9b36dad3} <Debug> TCPHandler: Processed in 0.001779673 sec. | ||
| 1427 | 2025.03.01 05:25:53.417903 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1428 | 2025.03.01 05:25:53.418014 [ 3 ] {8f7914c4-6f71-4109-bf14-75f4c9acee9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1429 | 2025.03.01 05:25:53.418066 [ 3 ] {8f7914c4-6f71-4109-bf14-75f4c9acee9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1430 | 2025.03.01 05:25:53.418607 [ 3 ] {8f7914c4-6f71-4109-bf14-75f4c9acee9e} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1431 | 2025.03.01 05:25:53.418645 [ 3 ] {8f7914c4-6f71-4109-bf14-75f4c9acee9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1432 | 2025.03.01 05:25:53.419039 [ 3 ] {8f7914c4-6f71-4109-bf14-75f4c9acee9e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1433 | 2025.03.01 05:25:53.419277 [ 3 ] {8f7914c4-6f71-4109-bf14-75f4c9acee9e} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1434 | 2025.03.01 05:25:53.419505 [ 3 ] {8f7914c4-6f71-4109-bf14-75f4c9acee9e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001515 sec., 105610.56105610561 rows/sec., 7.36 MiB/sec. | ||
| 1435 | 2025.03.01 05:25:53.419559 [ 3 ] {8f7914c4-6f71-4109-bf14-75f4c9acee9e} <Debug> TCPHandler: Processed in 0.001708103 sec. | ||
| 1436 | 2025.03.01 05:25:53.419666 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1437 | 2025.03.01 05:25:53.419771 [ 3 ] {831c1ac3-f0aa-4139-ac30-74e262540cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1438 | 2025.03.01 05:25:53.419818 [ 3 ] {831c1ac3-f0aa-4139-ac30-74e262540cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1439 | 2025.03.01 05:25:53.420240 [ 3 ] {831c1ac3-f0aa-4139-ac30-74e262540cdb} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1440 | 2025.03.01 05:25:53.420279 [ 3 ] {831c1ac3-f0aa-4139-ac30-74e262540cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1441 | 2025.03.01 05:25:53.420646 [ 3 ] {831c1ac3-f0aa-4139-ac30-74e262540cdb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1442 | 2025.03.01 05:25:53.420881 [ 3 ] {831c1ac3-f0aa-4139-ac30-74e262540cdb} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1443 | 2025.03.01 05:25:53.421099 [ 3 ] {831c1ac3-f0aa-4139-ac30-74e262540cdb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. | ||
| 1444 | 2025.03.01 05:25:53.421150 [ 3 ] {831c1ac3-f0aa-4139-ac30-74e262540cdb} <Debug> TCPHandler: Processed in 0.001534511 sec. | ||
| 1445 | 2025.03.01 05:25:57.255308 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 222 | ||
| 1446 | 2025.03.01 05:25:57.258296 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1447 | 2025.03.01 05:25:57.258345 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1448 | 2025.03.01 05:25:57.259900 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1449 | 2025.03.01 05:25:57.260206 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1450 | 2025.03.01 05:25:57.260844 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 222 | ||
| 1451 | 2025.03.01 05:25:57.746043 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1452 | 2025.03.01 05:25:57.746314 [ 3 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1453 | 2025.03.01 05:25:57.746741 [ 3 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1454 | 2025.03.01 05:25:57.746794 [ 3 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1455 | 2025.03.01 05:25:57.747163 [ 3 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1456 | 2025.03.01 05:25:57.747259 [ 3 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1457 | 2025.03.01 05:25:57.747457 [ 3 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1458 | 2025.03.01 05:25:57.747720 [ 286 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1459 | 2025.03.01 05:25:57.747743 [ 287 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1460 | 2025.03.01 05:25:57.747859 [ 3 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 1461 | 2025.03.01 05:25:57.747889 [ 3 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1462 | 2025.03.01 05:25:57.750028 [ 3 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1463 | 2025.03.01 05:25:57.750063 [ 3 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1464 | 2025.03.01 05:25:57.750127 [ 3 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1465 | 2025.03.01 05:25:57.750176 [ 3 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1466 | 2025.03.01 05:25:57.751694 [ 3 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.005504 sec., 5632.267441860465 rows/sec., 212.56 KiB/sec. | ||
| 1467 | 2025.03.01 05:25:57.751840 [ 3 ] {84b547df-5c5c-43d9-9f7b-369daf480889} <Debug> TCPHandler: Processed in 0.00593178 sec. | ||
| 1468 | 2025.03.01 05:25:57.752160 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1469 | 2025.03.01 05:25:57.752335 [ 3 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1470 | 2025.03.01 05:25:57.752637 [ 3 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1471 | 2025.03.01 05:25:57.752684 [ 3 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1472 | 2025.03.01 05:25:57.752991 [ 3 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1473 | 2025.03.01 05:25:57.753059 [ 3 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1474 | 2025.03.01 05:25:57.753208 [ 3 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1475 | 2025.03.01 05:25:57.753328 [ 287 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1476 | 2025.03.01 05:25:57.753328 [ 288 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1477 | 2025.03.01 05:25:57.753461 [ 3 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 1478 | 2025.03.01 05:25:57.753490 [ 3 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1479 | 2025.03.01 05:25:57.753571 [ 3 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1480 | 2025.03.01 05:25:57.753594 [ 3 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1481 | 2025.03.01 05:25:57.753634 [ 3 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1482 | 2025.03.01 05:25:57.753678 [ 3 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1483 | 2025.03.01 05:25:57.754720 [ 3 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00247 sec., 12550.607287449393 rows/sec., 473.65 KiB/sec. | ||
| 1484 | 2025.03.01 05:25:57.754857 [ 3 ] {f743463c-e167-4e2b-9c19-c1bc7d118057} <Debug> TCPHandler: Processed in 0.002753157 sec. | ||
| 1485 | 2025.03.01 05:25:57.755084 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1486 | 2025.03.01 05:25:57.755254 [ 3 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1487 | 2025.03.01 05:25:57.755547 [ 3 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1488 | 2025.03.01 05:25:57.755595 [ 3 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1489 | 2025.03.01 05:25:57.755904 [ 3 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1490 | 2025.03.01 05:25:57.755971 [ 3 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1491 | 2025.03.01 05:25:57.756115 [ 3 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1492 | 2025.03.01 05:25:57.756226 [ 286 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1493 | 2025.03.01 05:25:57.756231 [ 288 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1494 | 2025.03.01 05:25:57.756359 [ 3 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 1495 | 2025.03.01 05:25:57.756389 [ 3 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1496 | 2025.03.01 05:25:57.756472 [ 3 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1497 | 2025.03.01 05:25:57.756492 [ 3 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1498 | 2025.03.01 05:25:57.756533 [ 3 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1499 | 2025.03.01 05:25:57.756575 [ 3 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1500 | 2025.03.01 05:25:57.757608 [ 3 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002434 sec., 12736.236647493837 rows/sec., 480.66 KiB/sec. | ||
| 1501 | 2025.03.01 05:25:57.757744 [ 3 ] {7e7c0552-6591-473c-8169-01eecdc7e62a} <Debug> TCPHandler: Processed in 0.002711886 sec. | ||
| 1502 | 2025.03.01 05:25:57.757958 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1503 | 2025.03.01 05:25:57.758124 [ 3 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1504 | 2025.03.01 05:25:57.758419 [ 3 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1505 | 2025.03.01 05:25:57.758467 [ 3 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1506 | 2025.03.01 05:25:57.758771 [ 3 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1507 | 2025.03.01 05:25:57.758837 [ 3 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1508 | 2025.03.01 05:25:57.758979 [ 3 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1509 | 2025.03.01 05:25:57.759076 [ 286 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1510 | 2025.03.01 05:25:57.759094 [ 288 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1511 | 2025.03.01 05:25:57.759198 [ 3 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 1512 | 2025.03.01 05:25:57.759226 [ 3 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1513 | 2025.03.01 05:25:57.759307 [ 3 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1514 | 2025.03.01 05:25:57.759328 [ 3 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1515 | 2025.03.01 05:25:57.759370 [ 3 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1516 | 2025.03.01 05:25:57.759412 [ 3 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1517 | 2025.03.01 05:25:57.760449 [ 3 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002404 sec., 12895.174708818637 rows/sec., 486.66 KiB/sec. | ||
| 1518 | 2025.03.01 05:25:57.760581 [ 3 ] {3f53ea62-1ca0-4bef-9766-ae6d471689fe} <Debug> TCPHandler: Processed in 0.002675356 sec. | ||
| 1519 | 2025.03.01 05:25:57.760798 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1520 | 2025.03.01 05:25:57.760965 [ 3 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1521 | 2025.03.01 05:25:57.761253 [ 3 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1522 | 2025.03.01 05:25:57.761301 [ 3 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1523 | 2025.03.01 05:25:57.761607 [ 3 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1524 | 2025.03.01 05:25:57.761673 [ 3 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1525 | 2025.03.01 05:25:57.761818 [ 3 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1526 | 2025.03.01 05:25:57.761938 [ 287 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1527 | 2025.03.01 05:25:57.761941 [ 286 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1528 | 2025.03.01 05:25:57.762056 [ 3 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 1529 | 2025.03.01 05:25:57.762085 [ 3 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1530 | 2025.03.01 05:25:57.762165 [ 3 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1531 | 2025.03.01 05:25:57.762186 [ 3 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1532 | 2025.03.01 05:25:57.762226 [ 3 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1533 | 2025.03.01 05:25:57.762269 [ 3 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1534 | 2025.03.01 05:25:57.763287 [ 3 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.0024 sec., 12916.666666666668 rows/sec., 487.47 KiB/sec. | ||
| 1535 | 2025.03.01 05:25:57.763422 [ 3 ] {7830f786-3dce-44da-a61f-4f5441af0ccc} <Debug> TCPHandler: Processed in 0.002676617 sec. | ||
| 1536 | 2025.03.01 05:25:57.763636 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1537 | 2025.03.01 05:25:57.763803 [ 3 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1538 | 2025.03.01 05:25:57.764104 [ 3 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1539 | 2025.03.01 05:25:57.764153 [ 3 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1540 | 2025.03.01 05:25:57.764462 [ 3 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1541 | 2025.03.01 05:25:57.764527 [ 3 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1542 | 2025.03.01 05:25:57.764668 [ 3 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1543 | 2025.03.01 05:25:57.764775 [ 286 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1544 | 2025.03.01 05:25:57.764784 [ 288 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1545 | 2025.03.01 05:25:57.764896 [ 3 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 1546 | 2025.03.01 05:25:57.764924 [ 3 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1547 | 2025.03.01 05:25:57.765005 [ 3 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1548 | 2025.03.01 05:25:57.765026 [ 3 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1549 | 2025.03.01 05:25:57.765066 [ 3 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1550 | 2025.03.01 05:25:57.765107 [ 3 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1551 | 2025.03.01 05:25:57.766089 [ 3 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002366 sec., 13102.282333051564 rows/sec., 494.47 KiB/sec. | ||
| 1552 | 2025.03.01 05:25:57.766223 [ 3 ] {043cdc29-e731-4fcb-94b6-db1e6c1b019c} <Debug> TCPHandler: Processed in 0.002638955 sec. | ||
| 1553 | 2025.03.01 05:25:57.851710 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1554 | 2025.03.01 05:25:57.851887 [ 3 ] {1fa86125-e386-454b-8f88-6fc9b76b1e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1555 | 2025.03.01 05:25:57.851960 [ 3 ] {1fa86125-e386-454b-8f88-6fc9b76b1e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1556 | 2025.03.01 05:25:57.852832 [ 3 ] {1fa86125-e386-454b-8f88-6fc9b76b1e33} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1557 | 2025.03.01 05:25:57.852886 [ 3 ] {1fa86125-e386-454b-8f88-6fc9b76b1e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1558 | 2025.03.01 05:25:57.853444 [ 3 ] {1fa86125-e386-454b-8f88-6fc9b76b1e33} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1559 | 2025.03.01 05:25:57.853684 [ 3 ] {1fa86125-e386-454b-8f88-6fc9b76b1e33} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1560 | 2025.03.01 05:25:57.853906 [ 3 ] {1fa86125-e386-454b-8f88-6fc9b76b1e33} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002061 sec., 2911.208151382824 rows/sec., 648.20 KiB/sec. | ||
| 1561 | 2025.03.01 05:25:57.854104 [ 3 ] {1fa86125-e386-454b-8f88-6fc9b76b1e33} <Debug> TCPHandler: Processed in 0.002503324 sec. | ||
| 1562 | 2025.03.01 05:25:57.854226 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1563 | 2025.03.01 05:25:57.854337 [ 3 ] {0b91e785-63f8-4b22-adb0-bd4c719d71b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1564 | 2025.03.01 05:25:57.854387 [ 3 ] {0b91e785-63f8-4b22-adb0-bd4c719d71b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1565 | 2025.03.01 05:25:57.855065 [ 3 ] {0b91e785-63f8-4b22-adb0-bd4c719d71b9} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1566 | 2025.03.01 05:25:57.855108 [ 3 ] {0b91e785-63f8-4b22-adb0-bd4c719d71b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1567 | 2025.03.01 05:25:57.855497 [ 3 ] {0b91e785-63f8-4b22-adb0-bd4c719d71b9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1568 | 2025.03.01 05:25:57.855747 [ 3 ] {0b91e785-63f8-4b22-adb0-bd4c719d71b9} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1569 | 2025.03.01 05:25:57.855966 [ 3 ] {0b91e785-63f8-4b22-adb0-bd4c719d71b9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001655 sec., 128096.67673716012 rows/sec., 8.15 MiB/sec. | ||
| 1570 | 2025.03.01 05:25:57.856114 [ 3 ] {0b91e785-63f8-4b22-adb0-bd4c719d71b9} <Debug> TCPHandler: Processed in 0.001936216 sec. | ||
| 1571 | 2025.03.01 05:25:57.856251 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1572 | 2025.03.01 05:25:57.856374 [ 3 ] {cfec604b-0d92-4091-86c9-5988e08e7afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1573 | 2025.03.01 05:25:57.856422 [ 3 ] {cfec604b-0d92-4091-86c9-5988e08e7afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1574 | 2025.03.01 05:25:57.858145 [ 3 ] {cfec604b-0d92-4091-86c9-5988e08e7afe} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1575 | 2025.03.01 05:25:57.858185 [ 3 ] {cfec604b-0d92-4091-86c9-5988e08e7afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1576 | 2025.03.01 05:25:57.858728 [ 3 ] {cfec604b-0d92-4091-86c9-5988e08e7afe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1577 | 2025.03.01 05:25:57.858984 [ 3 ] {cfec604b-0d92-4091-86c9-5988e08e7afe} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1578 | 2025.03.01 05:25:57.859104 [ 69 ] {} <Debug> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1579 | 2025.03.01 05:25:57.859148 [ 69 ] {} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1580 | 2025.03.01 05:25:57.859171 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1581 | 2025.03.01 05:25:57.859174 [ 3 ] {cfec604b-0d92-4091-86c9-5988e08e7afe} <Debug> executeQuery: Read 1773 rows, 147.05 KiB in 0.002826 sec., 627388.5350318472 rows/sec., 50.82 MiB/sec. | ||
| 1582 | 2025.03.01 05:25:57.859415 [ 3 ] {cfec604b-0d92-4091-86c9-5988e08e7afe} <Debug> TCPHandler: Processed in 0.003213823 sec. | ||
| 1583 | 2025.03.01 05:25:57.859625 [ 187 ] {fe94f596-977c-465a-823d-979ea2543a6f::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 | ||
| 1584 | 2025.03.01 05:25:57.859760 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1585 | 2025.03.01 05:25:57.859870 [ 187 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1586 | 2025.03.01 05:25:57.859967 [ 3 ] {9f600a6b-3cc2-4097-99fc-4997a062ebd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1587 | 2025.03.01 05:25:57.859962 [ 187 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1588 | 2025.03.01 05:25:57.860036 [ 3 ] {9f600a6b-3cc2-4097-99fc-4997a062ebd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1589 | 2025.03.01 05:25:57.860295 [ 187 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 633 rows starting from the beginning of the part | ||
| 1590 | 2025.03.01 05:25:57.860656 [ 187 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
| 1591 | 2025.03.01 05:25:57.861021 [ 187 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 633 rows starting from the beginning of the part | ||
| 1592 | 2025.03.01 05:25:57.861240 [ 187 ] {fe94f596-977c-465a-823d-979ea2543a6f::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 | ||
| 1593 | 2025.03.01 05:25:57.861630 [ 187 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1773 rows starting from the beginning of the part | ||
| 1594 | 2025.03.01 05:25:57.863288 [ 3 ] {9f600a6b-3cc2-4097-99fc-4997a062ebd6} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1595 | 2025.03.01 05:25:57.863359 [ 3 ] {9f600a6b-3cc2-4097-99fc-4997a062ebd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1596 | 2025.03.01 05:25:57.864442 [ 3 ] {9f600a6b-3cc2-4097-99fc-4997a062ebd6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1597 | 2025.03.01 05:25:57.864814 [ 3 ] {9f600a6b-3cc2-4097-99fc-4997a062ebd6} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1598 | 2025.03.01 05:25:57.865061 [ 3 ] {9f600a6b-3cc2-4097-99fc-4997a062ebd6} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00516 sec., 22093.023255813954 rows/sec., 1.32 MiB/sec. | ||
| 1599 | 2025.03.01 05:25:57.865135 [ 3 ] {9f600a6b-3cc2-4097-99fc-4997a062ebd6} <Debug> TCPHandler: Processed in 0.005468264 sec. | ||
| 1600 | 2025.03.01 05:25:57.865359 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1601 | 2025.03.01 05:25:57.865549 [ 187 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3207 rows, containing 5 columns (5 merged, 0 gathered) in 0.006257144 sec., 512534.15296179854 rows/sec., 42.85 MiB/sec. | ||
| 1602 | 2025.03.01 05:25:57.865575 [ 3 ] {e85fc7c0-0be1-480c-a7b8-e65bc644043d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1603 | 2025.03.01 05:25:57.865644 [ 3 ] {e85fc7c0-0be1-480c-a7b8-e65bc644043d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1604 | 2025.03.01 05:25:57.865847 [ 187 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1605 | 2025.03.01 05:25:57.866480 [ 187 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_6_1} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1606 | 2025.03.01 05:25:57.866701 [ 187 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_6_1} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1607 | 2025.03.01 05:25:57.866865 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 1608 | 2025.03.01 05:25:57.867065 [ 3 ] {e85fc7c0-0be1-480c-a7b8-e65bc644043d} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1609 | 2025.03.01 05:25:57.867109 [ 3 ] {e85fc7c0-0be1-480c-a7b8-e65bc644043d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1610 | 2025.03.01 05:25:57.867495 [ 3 ] {e85fc7c0-0be1-480c-a7b8-e65bc644043d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1611 | 2025.03.01 05:25:57.867745 [ 3 ] {e85fc7c0-0be1-480c-a7b8-e65bc644043d} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1612 | 2025.03.01 05:25:57.867922 [ 3 ] {e85fc7c0-0be1-480c-a7b8-e65bc644043d} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002395 sec., 142379.95824634656 rows/sec., 9.50 MiB/sec. | ||
| 1613 | 2025.03.01 05:25:57.867978 [ 3 ] {e85fc7c0-0be1-480c-a7b8-e65bc644043d} <Debug> TCPHandler: Processed in 0.002710826 sec. | ||
| 1614 | 2025.03.01 05:25:57.868108 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1615 | 2025.03.01 05:25:57.868216 [ 3 ] {fcd7cd4f-062a-4b82-a357-24747b98ee26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1616 | 2025.03.01 05:25:57.868261 [ 3 ] {fcd7cd4f-062a-4b82-a357-24747b98ee26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1617 | 2025.03.01 05:25:57.868831 [ 3 ] {fcd7cd4f-062a-4b82-a357-24747b98ee26} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1618 | 2025.03.01 05:25:57.868870 [ 3 ] {fcd7cd4f-062a-4b82-a357-24747b98ee26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1619 | 2025.03.01 05:25:57.869228 [ 3 ] {fcd7cd4f-062a-4b82-a357-24747b98ee26} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1620 | 2025.03.01 05:25:57.869478 [ 3 ] {fcd7cd4f-062a-4b82-a357-24747b98ee26} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1621 | 2025.03.01 05:25:57.869651 [ 3 ] {fcd7cd4f-062a-4b82-a357-24747b98ee26} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001458 sec., 76817.55829903978 rows/sec., 4.38 MiB/sec. | ||
| 1622 | 2025.03.01 05:25:57.869701 [ 3 ] {fcd7cd4f-062a-4b82-a357-24747b98ee26} <Debug> TCPHandler: Processed in 0.001644142 sec. | ||
| 1623 | 2025.03.01 05:25:57.869818 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1624 | 2025.03.01 05:25:57.869923 [ 3 ] {440e337b-2ce5-40ad-83f3-bb7ccfaa78ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1625 | 2025.03.01 05:25:57.869967 [ 3 ] {440e337b-2ce5-40ad-83f3-bb7ccfaa78ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1626 | 2025.03.01 05:25:57.870866 [ 3 ] {440e337b-2ce5-40ad-83f3-bb7ccfaa78ed} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1627 | 2025.03.01 05:25:57.870904 [ 3 ] {440e337b-2ce5-40ad-83f3-bb7ccfaa78ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1628 | 2025.03.01 05:25:57.871290 [ 3 ] {440e337b-2ce5-40ad-83f3-bb7ccfaa78ed} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1629 | 2025.03.01 05:25:57.871531 [ 3 ] {440e337b-2ce5-40ad-83f3-bb7ccfaa78ed} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1630 | 2025.03.01 05:25:57.871645 [ 69 ] {} <Debug> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1631 | 2025.03.01 05:25:57.871693 [ 69 ] {} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1632 | 2025.03.01 05:25:57.871712 [ 3 ] {440e337b-2ce5-40ad-83f3-bb7ccfaa78ed} <Debug> executeQuery: Read 846 rows, 62.51 KiB in 0.001809 sec., 467661.6915422885 rows/sec., 33.75 MiB/sec. | ||
| 1633 | 2025.03.01 05:25:57.871720 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1634 | 2025.03.01 05:25:57.871797 [ 3 ] {440e337b-2ce5-40ad-83f3-bb7ccfaa78ed} <Debug> TCPHandler: Processed in 0.002029467 sec. | ||
| 1635 | 2025.03.01 05:25:57.872078 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::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 | ||
| 1636 | 2025.03.01 05:25:57.872086 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1637 | 2025.03.01 05:25:57.872252 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1638 | 2025.03.01 05:25:57.872269 [ 3 ] {b22807a1-1f6a-48e6-9fd7-585605e78b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1639 | 2025.03.01 05:25:57.872291 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
| 1640 | 2025.03.01 05:25:57.872323 [ 3 ] {b22807a1-1f6a-48e6-9fd7-585605e78b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1641 | 2025.03.01 05:25:57.872568 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 390 rows starting from the beginning of the part | ||
| 1642 | 2025.03.01 05:25:57.872990 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
| 1643 | 2025.03.01 05:25:57.873335 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 390 rows starting from the beginning of the part | ||
| 1644 | 2025.03.01 05:25:57.873713 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
| 1645 | 2025.03.01 05:25:57.873948 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 846 rows starting from the beginning of the part | ||
| 1646 | 2025.03.01 05:25:57.874616 [ 3 ] {b22807a1-1f6a-48e6-9fd7-585605e78b52} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1647 | 2025.03.01 05:25:57.874659 [ 3 ] {b22807a1-1f6a-48e6-9fd7-585605e78b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1648 | 2025.03.01 05:25:57.875186 [ 3 ] {b22807a1-1f6a-48e6-9fd7-585605e78b52} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1649 | 2025.03.01 05:25:57.875527 [ 3 ] {b22807a1-1f6a-48e6-9fd7-585605e78b52} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1650 | 2025.03.01 05:25:57.875843 [ 3 ] {b22807a1-1f6a-48e6-9fd7-585605e78b52} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00357 sec., 1680.6722689075632 rows/sec., 87.81 KiB/sec. | ||
| 1651 | 2025.03.01 05:25:57.876111 [ 3 ] {b22807a1-1f6a-48e6-9fd7-585605e78b52} <Debug> TCPHandler: Processed in 0.004135046 sec. | ||
| 1652 | 2025.03.01 05:25:57.876319 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1653 | 2025.03.01 05:25:57.876333 [ 192 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 5 columns (5 merged, 0 gathered) in 0.004520531 sec., 402165.14387358475 rows/sec., 30.55 MiB/sec. | ||
| 1654 | 2025.03.01 05:25:57.876494 [ 3 ] {4bf06718-b293-4801-ae09-629915fe594a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1655 | 2025.03.01 05:25:57.876549 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1656 | 2025.03.01 05:25:57.876564 [ 3 ] {4bf06718-b293-4801-ae09-629915fe594a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1657 | 2025.03.01 05:25:57.876923 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_6_1} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1658 | 2025.03.01 05:25:57.876990 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_6_1} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1659 | 2025.03.01 05:25:57.877056 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 1660 | 2025.03.01 05:25:57.877986 [ 3 ] {4bf06718-b293-4801-ae09-629915fe594a} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1661 | 2025.03.01 05:25:57.878022 [ 3 ] {4bf06718-b293-4801-ae09-629915fe594a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1662 | 2025.03.01 05:25:57.878647 [ 3 ] {4bf06718-b293-4801-ae09-629915fe594a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1663 | 2025.03.01 05:25:57.878898 [ 3 ] {4bf06718-b293-4801-ae09-629915fe594a} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1664 | 2025.03.01 05:25:57.879033 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1665 | 2025.03.01 05:25:57.879075 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1666 | 2025.03.01 05:25:57.879085 [ 3 ] {4bf06718-b293-4801-ae09-629915fe594a} <Debug> executeQuery: Read 2439 rows, 166.79 KiB in 0.002629 sec., 927729.1745910994 rows/sec., 61.96 MiB/sec. | ||
| 1667 | 2025.03.01 05:25:57.879106 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1668 | 2025.03.01 05:25:57.879175 [ 3 ] {4bf06718-b293-4801-ae09-629915fe594a} <Debug> TCPHandler: Processed in 0.002914839 sec. | ||
| 1669 | 2025.03.01 05:25:57.879426 [ 201 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 1670 | 2025.03.01 05:25:57.879543 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1671 | 2025.03.01 05:25:57.879650 [ 201 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1672 | 2025.03.01 05:25:57.879691 [ 3 ] {ece6a96d-ba06-43d5-a204-fd30ba328a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1673 | 2025.03.01 05:25:57.879696 [ 201 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 160 rows starting from the beginning of the part | ||
| 1674 | 2025.03.01 05:25:57.879748 [ 3 ] {ece6a96d-ba06-43d5-a204-fd30ba328a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1675 | 2025.03.01 05:25:57.879903 [ 201 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 237 rows starting from the beginning of the part | ||
| 1676 | 2025.03.01 05:25:57.880269 [ 201 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part | ||
| 1677 | 2025.03.01 05:25:57.880559 [ 201 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 237 rows starting from the beginning of the part | ||
| 1678 | 2025.03.01 05:25:57.880805 [ 201 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1679 | 2025.03.01 05:25:57.881106 [ 201 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2439 rows starting from the beginning of the part | ||
| 1680 | 2025.03.01 05:25:57.881675 [ 3 ] {ece6a96d-ba06-43d5-a204-fd30ba328a23} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1681 | 2025.03.01 05:25:57.881722 [ 3 ] {ece6a96d-ba06-43d5-a204-fd30ba328a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1682 | 2025.03.01 05:25:57.882236 [ 3 ] {ece6a96d-ba06-43d5-a204-fd30ba328a23} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1683 | 2025.03.01 05:25:57.882595 [ 3 ] {ece6a96d-ba06-43d5-a204-fd30ba328a23} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1684 | 2025.03.01 05:25:57.883013 [ 3 ] {ece6a96d-ba06-43d5-a204-fd30ba328a23} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003353 sec., 298.2403817476886 rows/sec., 20.10 KiB/sec. | ||
| 1685 | 2025.03.01 05:25:57.883091 [ 3 ] {ece6a96d-ba06-43d5-a204-fd30ba328a23} <Debug> TCPHandler: Processed in 0.00366242 sec. | ||
| 1686 | 2025.03.01 05:25:57.883261 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1687 | 2025.03.01 05:25:57.883427 [ 3 ] {bc64221e-3504-4b5e-9f7e-93035e4da444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1688 | 2025.03.01 05:25:57.883515 [ 201 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3393 rows, containing 5 columns (5 merged, 0 gathered) in 0.004330108 sec., 783583.2270234368 rows/sec., 52.67 MiB/sec. | ||
| 1689 | 2025.03.01 05:25:57.883531 [ 3 ] {bc64221e-3504-4b5e-9f7e-93035e4da444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1690 | 2025.03.01 05:25:57.884001 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1691 | 2025.03.01 05:25:57.884676 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1692 | 2025.03.01 05:25:57.884916 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1693 | 2025.03.01 05:25:57.885129 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 1694 | 2025.03.01 05:25:57.885464 [ 3 ] {bc64221e-3504-4b5e-9f7e-93035e4da444} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1695 | 2025.03.01 05:25:57.885508 [ 3 ] {bc64221e-3504-4b5e-9f7e-93035e4da444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1696 | 2025.03.01 05:25:57.886118 [ 3 ] {bc64221e-3504-4b5e-9f7e-93035e4da444} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1697 | 2025.03.01 05:25:57.886371 [ 3 ] {bc64221e-3504-4b5e-9f7e-93035e4da444} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1698 | 2025.03.01 05:25:57.886668 [ 3 ] {bc64221e-3504-4b5e-9f7e-93035e4da444} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003282 sec., 2437.538086532602 rows/sec., 4.37 MiB/sec. | ||
| 1699 | 2025.03.01 05:25:57.886771 [ 3 ] {bc64221e-3504-4b5e-9f7e-93035e4da444} <Debug> TCPHandler: Processed in 0.003572308 sec. | ||
| 1700 | 2025.03.01 05:25:57.886912 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1701 | 2025.03.01 05:25:57.887020 [ 3 ] {f3b191d4-72b2-4388-b089-989d613e77f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1702 | 2025.03.01 05:25:57.887066 [ 3 ] {f3b191d4-72b2-4388-b089-989d613e77f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1703 | 2025.03.01 05:25:57.887505 [ 3 ] {f3b191d4-72b2-4388-b089-989d613e77f9} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1704 | 2025.03.01 05:25:57.887544 [ 3 ] {f3b191d4-72b2-4388-b089-989d613e77f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1705 | 2025.03.01 05:25:57.887898 [ 3 ] {f3b191d4-72b2-4388-b089-989d613e77f9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1706 | 2025.03.01 05:25:57.888137 [ 3 ] {f3b191d4-72b2-4388-b089-989d613e77f9} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1707 | 2025.03.01 05:25:57.888250 [ 69 ] {} <Debug> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1708 | 2025.03.01 05:25:57.888288 [ 69 ] {} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1709 | 2025.03.01 05:25:57.888307 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1710 | 2025.03.01 05:25:57.888325 [ 3 ] {f3b191d4-72b2-4388-b089-989d613e77f9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001326 sec., 61840.12066365008 rows/sec., 3.93 MiB/sec. | ||
| 1711 | 2025.03.01 05:25:57.888479 [ 3 ] {f3b191d4-72b2-4388-b089-989d613e77f9} <Debug> TCPHandler: Processed in 0.001615531 sec. | ||
| 1712 | 2025.03.01 05:25:57.888553 [ 195 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 1713 | 2025.03.01 05:25:57.888673 [ 195 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1714 | 2025.03.01 05:25:57.888708 [ 195 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part | ||
| 1715 | 2025.03.01 05:25:57.888811 [ 195 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 82 rows starting from the beginning of the part | ||
| 1716 | 2025.03.01 05:25:57.889003 [ 195 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
| 1717 | 2025.03.01 05:25:57.889134 [ 195 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 82 rows starting from the beginning of the part | ||
| 1718 | 2025.03.01 05:25:57.889274 [ 195 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1719 | 2025.03.01 05:25:57.889406 [ 195 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part | ||
| 1720 | 2025.03.01 05:25:57.890464 [ 192 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 426 rows, containing 4 columns (4 merged, 0 gathered) in 0.002073458 sec., 205453.88428412826 rows/sec., 13.39 MiB/sec. | ||
| 1721 | 2025.03.01 05:25:57.890624 [ 201 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1722 | 2025.03.01 05:25:57.890913 [ 201 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_6_1} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1723 | 2025.03.01 05:25:57.890986 [ 201 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_6_1} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1724 | 2025.03.01 05:25:57.891067 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 1725 | 2025.03.01 05:25:59.761151 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1726 | 2025.03.01 05:25:59.761818 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1727 | 2025.03.01 05:25:59.761874 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1728 | 2025.03.01 05:25:59.762417 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1729 | 2025.03.01 05:25:59.762695 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1730 | 2025.03.01 05:25:59.762997 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1731 | 2025.03.01 05:25:59.966684 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1732 | 2025.03.01 05:25:59.985514 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1733 | 2025.03.01 05:25:59.985586 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1734 | 2025.03.01 05:25:59.992284 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1735 | 2025.03.01 05:25:59.993025 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1736 | 2025.03.01 05:25:59.996292 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1737 | 2025.03.01 05:26:03.415800 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1738 | 2025.03.01 05:26:03.416012 [ 3 ] {7ed27b22-5c94-48a7-a441-81e6efa20756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1739 | 2025.03.01 05:26:03.416095 [ 3 ] {7ed27b22-5c94-48a7-a441-81e6efa20756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1740 | 2025.03.01 05:26:03.416922 [ 3 ] {7ed27b22-5c94-48a7-a441-81e6efa20756} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1741 | 2025.03.01 05:26:03.416980 [ 3 ] {7ed27b22-5c94-48a7-a441-81e6efa20756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1742 | 2025.03.01 05:26:03.417436 [ 3 ] {7ed27b22-5c94-48a7-a441-81e6efa20756} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1743 | 2025.03.01 05:26:03.417722 [ 3 ] {7ed27b22-5c94-48a7-a441-81e6efa20756} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1744 | 2025.03.01 05:26:03.417988 [ 3 ] {7ed27b22-5c94-48a7-a441-81e6efa20756} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002022 sec., 27695.351137487636 rows/sec., 2.11 MiB/sec. | ||
| 1745 | 2025.03.01 05:26:03.418194 [ 3 ] {7ed27b22-5c94-48a7-a441-81e6efa20756} <Debug> TCPHandler: Processed in 0.002527083 sec. | ||
| 1746 | 2025.03.01 05:26:03.418347 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1747 | 2025.03.01 05:26:03.418479 [ 3 ] {26f7138d-05c4-4f65-8e62-a7973630d84f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1748 | 2025.03.01 05:26:03.418534 [ 3 ] {26f7138d-05c4-4f65-8e62-a7973630d84f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1749 | 2025.03.01 05:26:03.419177 [ 3 ] {26f7138d-05c4-4f65-8e62-a7973630d84f} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1750 | 2025.03.01 05:26:03.419222 [ 3 ] {26f7138d-05c4-4f65-8e62-a7973630d84f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1751 | 2025.03.01 05:26:03.419603 [ 3 ] {26f7138d-05c4-4f65-8e62-a7973630d84f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1752 | 2025.03.01 05:26:03.419861 [ 3 ] {26f7138d-05c4-4f65-8e62-a7973630d84f} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1753 | 2025.03.01 05:26:03.420079 [ 3 ] {26f7138d-05c4-4f65-8e62-a7973630d84f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001637 sec., 39095.907147220525 rows/sec., 3.05 MiB/sec. | ||
| 1754 | 2025.03.01 05:26:03.420138 [ 3 ] {26f7138d-05c4-4f65-8e62-a7973630d84f} <Debug> TCPHandler: Processed in 0.001855025 sec. | ||
| 1755 | 2025.03.01 05:26:03.420259 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1756 | 2025.03.01 05:26:03.420380 [ 3 ] {3cef3384-6188-4b24-95d7-c67aca137034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1757 | 2025.03.01 05:26:03.420434 [ 3 ] {3cef3384-6188-4b24-95d7-c67aca137034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1758 | 2025.03.01 05:26:03.420975 [ 3 ] {3cef3384-6188-4b24-95d7-c67aca137034} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1759 | 2025.03.01 05:26:03.421018 [ 3 ] {3cef3384-6188-4b24-95d7-c67aca137034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1760 | 2025.03.01 05:26:03.421441 [ 3 ] {3cef3384-6188-4b24-95d7-c67aca137034} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1761 | 2025.03.01 05:26:03.421718 [ 3 ] {3cef3384-6188-4b24-95d7-c67aca137034} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1762 | 2025.03.01 05:26:03.421975 [ 3 ] {3cef3384-6188-4b24-95d7-c67aca137034} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec. | ||
| 1763 | 2025.03.01 05:26:03.422160 [ 3 ] {3cef3384-6188-4b24-95d7-c67aca137034} <Debug> TCPHandler: Processed in 0.001953206 sec. | ||
| 1764 | 2025.03.01 05:26:03.422308 [ 3 ] {} <Trace> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1765 | 2025.03.01 05:26:03.422418 [ 3 ] {1e47e967-1d5f-49cf-b0b2-bc5e8ef94b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56480) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1766 | 2025.03.01 05:26:03.422466 [ 3 ] {1e47e967-1d5f-49cf-b0b2-bc5e8ef94b0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1767 | 2025.03.01 05:26:03.422918 [ 3 ] {1e47e967-1d5f-49cf-b0b2-bc5e8ef94b0c} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1768 | 2025.03.01 05:26:03.422957 [ 3 ] {1e47e967-1d5f-49cf-b0b2-bc5e8ef94b0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1769 | 2025.03.01 05:26:03.423329 [ 3 ] {1e47e967-1d5f-49cf-b0b2-bc5e8ef94b0c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1770 | 2025.03.01 05:26:03.423569 [ 3 ] {1e47e967-1d5f-49cf-b0b2-bc5e8ef94b0c} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1771 | 2025.03.01 05:26:03.423845 [ 3 ] {1e47e967-1d5f-49cf-b0b2-bc5e8ef94b0c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
| 1772 | 2025.03.01 05:26:03.423974 [ 3 ] {1e47e967-1d5f-49cf-b0b2-bc5e8ef94b0c} <Debug> TCPHandler: Processed in 0.001718133 sec. | ||
| 1773 | 2025.03.01 05:26:07.187261 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1774 | 2025.03.01 05:26:07.187320 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1775 | 2025.03.01 05:26:07.261047 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 266 | ||
| 1776 | 2025.03.01 05:26:07.263199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1777 | 2025.03.01 05:26:07.268262 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1778 | 2025.03.01 05:26:07.268364 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1779 | 2025.03.01 05:26:07.270093 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1780 | 2025.03.01 05:26:07.270224 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1781 | 2025.03.01 05:26:07.270305 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1782 | 2025.03.01 05:26:07.270688 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1783 | 2025.03.01 05:26:07.271421 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1784 | 2025.03.01 05:26:07.272692 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1785 | 2025.03.01 05:26:07.273031 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1786 | 2025.03.01 05:26:07.273706 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 266 | ||
| 1787 | 2025.03.01 05:26:07.496385 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1788 | 2025.03.01 05:26:07.517520 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1789 | 2025.03.01 05:26:07.517584 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1790 | 2025.03.01 05:26:07.525261 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1791 | 2025.03.01 05:26:07.526122 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1792 | 2025.03.01 05:26:07.529622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1793 | 2025.03.01 05:26:07.746138 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1794 | 2025.03.01 05:26:07.746234 [ 3 ] {} <Debug> TCP-Session: 5955e139-0913-4ba0-9d75-7ae39682db0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1795 | 2025.03.01 05:26:08.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.21 MiB, peak 170.25 MiB, free memory in arenas 0.00 B, will set to 166.49 MiB (RSS), difference: 2.28 MiB | ||
| 1796 | 2025.03.01 05:26:08.420104 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1797 | 2025.03.01 05:26:08.420313 [ 4 ] {90645a70-d549-4158-a5e2-820764701e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1798 | 2025.03.01 05:26:08.420390 [ 4 ] {90645a70-d549-4158-a5e2-820764701e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1799 | 2025.03.01 05:26:08.421291 [ 4 ] {90645a70-d549-4158-a5e2-820764701e40} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1800 | 2025.03.01 05:26:08.421347 [ 4 ] {90645a70-d549-4158-a5e2-820764701e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1801 | 2025.03.01 05:26:08.421832 [ 4 ] {90645a70-d549-4158-a5e2-820764701e40} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1802 | 2025.03.01 05:26:08.422103 [ 4 ] {90645a70-d549-4158-a5e2-820764701e40} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1803 | 2025.03.01 05:26:08.422448 [ 4 ] {90645a70-d549-4158-a5e2-820764701e40} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002161 sec., 98102.73021749189 rows/sec., 6.24 MiB/sec. | ||
| 1804 | 2025.03.01 05:26:08.422696 [ 4 ] {90645a70-d549-4158-a5e2-820764701e40} <Debug> TCPHandler: Processed in 0.002721667 sec. | ||
| 1805 | 2025.03.01 05:26:08.422864 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1806 | 2025.03.01 05:26:08.422982 [ 4 ] {e40d3012-21af-4948-8cf0-56a754439f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1807 | 2025.03.01 05:26:08.423034 [ 4 ] {e40d3012-21af-4948-8cf0-56a754439f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1808 | 2025.03.01 05:26:08.424094 [ 4 ] {e40d3012-21af-4948-8cf0-56a754439f64} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1809 | 2025.03.01 05:26:08.424139 [ 4 ] {e40d3012-21af-4948-8cf0-56a754439f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1810 | 2025.03.01 05:26:08.424576 [ 4 ] {e40d3012-21af-4948-8cf0-56a754439f64} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1811 | 2025.03.01 05:26:08.424842 [ 4 ] {e40d3012-21af-4948-8cf0-56a754439f64} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1812 | 2025.03.01 05:26:08.425129 [ 4 ] {e40d3012-21af-4948-8cf0-56a754439f64} <Debug> executeQuery: Read 633 rows, 50.93 KiB in 0.002154 sec., 293871.8662952646 rows/sec., 23.09 MiB/sec. | ||
| 1813 | 2025.03.01 05:26:08.425422 [ 4 ] {e40d3012-21af-4948-8cf0-56a754439f64} <Debug> TCPHandler: Processed in 0.002609686 sec. | ||
| 1814 | 2025.03.01 05:26:08.425608 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1815 | 2025.03.01 05:26:08.425728 [ 4 ] {2d0777ec-d407-4669-a476-ddde1d838570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1816 | 2025.03.01 05:26:08.425778 [ 4 ] {2d0777ec-d407-4669-a476-ddde1d838570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1817 | 2025.03.01 05:26:08.426399 [ 4 ] {2d0777ec-d407-4669-a476-ddde1d838570} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1818 | 2025.03.01 05:26:08.426441 [ 4 ] {2d0777ec-d407-4669-a476-ddde1d838570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1819 | 2025.03.01 05:26:08.426815 [ 4 ] {2d0777ec-d407-4669-a476-ddde1d838570} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1820 | 2025.03.01 05:26:08.427084 [ 4 ] {2d0777ec-d407-4669-a476-ddde1d838570} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1821 | 2025.03.01 05:26:08.427266 [ 4 ] {2d0777ec-d407-4669-a476-ddde1d838570} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001569 sec., 72657.74378585086 rows/sec., 4.35 MiB/sec. | ||
| 1822 | 2025.03.01 05:26:08.427340 [ 4 ] {2d0777ec-d407-4669-a476-ddde1d838570} <Debug> TCPHandler: Processed in 0.001785444 sec. | ||
| 1823 | 2025.03.01 05:26:08.427464 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1824 | 2025.03.01 05:26:08.427573 [ 4 ] {4011be0c-0fa4-4e81-a4e3-b61384c89120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1825 | 2025.03.01 05:26:08.427621 [ 4 ] {4011be0c-0fa4-4e81-a4e3-b61384c89120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1826 | 2025.03.01 05:26:08.428190 [ 4 ] {4011be0c-0fa4-4e81-a4e3-b61384c89120} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1827 | 2025.03.01 05:26:08.428230 [ 4 ] {4011be0c-0fa4-4e81-a4e3-b61384c89120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1828 | 2025.03.01 05:26:08.428623 [ 4 ] {4011be0c-0fa4-4e81-a4e3-b61384c89120} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1829 | 2025.03.01 05:26:08.428889 [ 4 ] {4011be0c-0fa4-4e81-a4e3-b61384c89120} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1830 | 2025.03.01 05:26:08.429139 [ 4 ] {4011be0c-0fa4-4e81-a4e3-b61384c89120} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001566 sec., 72158.36526181354 rows/sec., 4.67 MiB/sec. | ||
| 1831 | 2025.03.01 05:26:08.429236 [ 4 ] {4011be0c-0fa4-4e81-a4e3-b61384c89120} <Debug> TCPHandler: Processed in 0.001823175 sec. | ||
| 1832 | 2025.03.01 05:26:08.429364 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1833 | 2025.03.01 05:26:08.429472 [ 4 ] {f178bf50-1142-4051-a3ca-db48f4836aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1834 | 2025.03.01 05:26:08.429517 [ 4 ] {f178bf50-1142-4051-a3ca-db48f4836aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1835 | 2025.03.01 05:26:08.430077 [ 4 ] {f178bf50-1142-4051-a3ca-db48f4836aaf} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1836 | 2025.03.01 05:26:08.430118 [ 4 ] {f178bf50-1142-4051-a3ca-db48f4836aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1837 | 2025.03.01 05:26:08.430481 [ 4 ] {f178bf50-1142-4051-a3ca-db48f4836aaf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1838 | 2025.03.01 05:26:08.430734 [ 4 ] {f178bf50-1142-4051-a3ca-db48f4836aaf} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1839 | 2025.03.01 05:26:08.430966 [ 4 ] {f178bf50-1142-4051-a3ca-db48f4836aaf} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00149 sec., 75167.78523489933 rows/sec., 4.28 MiB/sec. | ||
| 1840 | 2025.03.01 05:26:08.431188 [ 4 ] {f178bf50-1142-4051-a3ca-db48f4836aaf} <Debug> TCPHandler: Processed in 0.001873445 sec. | ||
| 1841 | 2025.03.01 05:26:08.431323 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1842 | 2025.03.01 05:26:08.431431 [ 4 ] {e35f8ee8-801c-4120-9950-d49b68f7ca4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1843 | 2025.03.01 05:26:08.431476 [ 4 ] {e35f8ee8-801c-4120-9950-d49b68f7ca4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1844 | 2025.03.01 05:26:08.432187 [ 4 ] {e35f8ee8-801c-4120-9950-d49b68f7ca4d} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1845 | 2025.03.01 05:26:08.432226 [ 4 ] {e35f8ee8-801c-4120-9950-d49b68f7ca4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1846 | 2025.03.01 05:26:08.432598 [ 4 ] {e35f8ee8-801c-4120-9950-d49b68f7ca4d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1847 | 2025.03.01 05:26:08.432843 [ 4 ] {e35f8ee8-801c-4120-9950-d49b68f7ca4d} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1848 | 2025.03.01 05:26:08.433098 [ 4 ] {e35f8ee8-801c-4120-9950-d49b68f7ca4d} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001672 sec., 233253.5885167464 rows/sec., 16.49 MiB/sec. | ||
| 1849 | 2025.03.01 05:26:08.433207 [ 4 ] {e35f8ee8-801c-4120-9950-d49b68f7ca4d} <Debug> TCPHandler: Processed in 0.001935586 sec. | ||
| 1850 | 2025.03.01 05:26:08.433330 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1851 | 2025.03.01 05:26:08.433437 [ 4 ] {3939c1fc-3dbf-41cd-b6ae-600b8d381524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1852 | 2025.03.01 05:26:08.433484 [ 4 ] {3939c1fc-3dbf-41cd-b6ae-600b8d381524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1853 | 2025.03.01 05:26:08.433925 [ 4 ] {3939c1fc-3dbf-41cd-b6ae-600b8d381524} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1854 | 2025.03.01 05:26:08.433963 [ 4 ] {3939c1fc-3dbf-41cd-b6ae-600b8d381524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1855 | 2025.03.01 05:26:08.434322 [ 4 ] {3939c1fc-3dbf-41cd-b6ae-600b8d381524} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1856 | 2025.03.01 05:26:08.434565 [ 4 ] {3939c1fc-3dbf-41cd-b6ae-600b8d381524} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1857 | 2025.03.01 05:26:08.434889 [ 4 ] {3939c1fc-3dbf-41cd-b6ae-600b8d381524} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001436 sec., 4178.272980501392 rows/sec., 218.30 KiB/sec. | ||
| 1858 | 2025.03.01 05:26:08.435069 [ 4 ] {3939c1fc-3dbf-41cd-b6ae-600b8d381524} <Debug> TCPHandler: Processed in 0.001790884 sec. | ||
| 1859 | 2025.03.01 05:26:08.435180 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1860 | 2025.03.01 05:26:08.435284 [ 4 ] {66b35eff-b66f-46ca-982b-37f4108ceca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1861 | 2025.03.01 05:26:08.435333 [ 4 ] {66b35eff-b66f-46ca-982b-37f4108ceca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1862 | 2025.03.01 05:26:08.435880 [ 4 ] {66b35eff-b66f-46ca-982b-37f4108ceca3} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1863 | 2025.03.01 05:26:08.435918 [ 4 ] {66b35eff-b66f-46ca-982b-37f4108ceca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1864 | 2025.03.01 05:26:08.436299 [ 4 ] {66b35eff-b66f-46ca-982b-37f4108ceca3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1865 | 2025.03.01 05:26:08.436542 [ 4 ] {66b35eff-b66f-46ca-982b-37f4108ceca3} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1866 | 2025.03.01 05:26:08.436724 [ 4 ] {66b35eff-b66f-46ca-982b-37f4108ceca3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001463 sec., 161995.8988380041 rows/sec., 10.86 MiB/sec. | ||
| 1867 | 2025.03.01 05:26:08.436775 [ 4 ] {66b35eff-b66f-46ca-982b-37f4108ceca3} <Debug> TCPHandler: Processed in 0.001646722 sec. | ||
| 1868 | 2025.03.01 05:26:08.436894 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1869 | 2025.03.01 05:26:08.436998 [ 4 ] {87a7c5dd-137c-45cf-b89b-16a8e656a8b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1870 | 2025.03.01 05:26:08.437044 [ 4 ] {87a7c5dd-137c-45cf-b89b-16a8e656a8b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1871 | 2025.03.01 05:26:08.437463 [ 4 ] {87a7c5dd-137c-45cf-b89b-16a8e656a8b8} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1872 | 2025.03.01 05:26:08.437503 [ 4 ] {87a7c5dd-137c-45cf-b89b-16a8e656a8b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1873 | 2025.03.01 05:26:08.437847 [ 4 ] {87a7c5dd-137c-45cf-b89b-16a8e656a8b8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1874 | 2025.03.01 05:26:08.438086 [ 4 ] {87a7c5dd-137c-45cf-b89b-16a8e656a8b8} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1875 | 2025.03.01 05:26:08.438343 [ 4 ] {87a7c5dd-137c-45cf-b89b-16a8e656a8b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00134 sec., 746.2686567164179 rows/sec., 50.29 KiB/sec. | ||
| 1876 | 2025.03.01 05:26:08.438597 [ 4 ] {87a7c5dd-137c-45cf-b89b-16a8e656a8b8} <Debug> TCPHandler: Processed in 0.001753554 sec. | ||
| 1877 | 2025.03.01 05:26:08.438717 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1878 | 2025.03.01 05:26:08.438822 [ 4 ] {32424579-f72f-4d0d-9bcb-5ac30e867b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1879 | 2025.03.01 05:26:08.438891 [ 4 ] {32424579-f72f-4d0d-9bcb-5ac30e867b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1880 | 2025.03.01 05:26:08.439982 [ 4 ] {32424579-f72f-4d0d-9bcb-5ac30e867b83} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1881 | 2025.03.01 05:26:08.440021 [ 4 ] {32424579-f72f-4d0d-9bcb-5ac30e867b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1882 | 2025.03.01 05:26:08.440646 [ 4 ] {32424579-f72f-4d0d-9bcb-5ac30e867b83} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1883 | 2025.03.01 05:26:08.440951 [ 4 ] {32424579-f72f-4d0d-9bcb-5ac30e867b83} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1884 | 2025.03.01 05:26:08.441218 [ 4 ] {32424579-f72f-4d0d-9bcb-5ac30e867b83} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002409 sec., 3320.8800332088003 rows/sec., 5.95 MiB/sec. | ||
| 1885 | 2025.03.01 05:26:08.441346 [ 4 ] {32424579-f72f-4d0d-9bcb-5ac30e867b83} <Debug> TCPHandler: Processed in 0.002681556 sec. | ||
| 1886 | 2025.03.01 05:26:08.441497 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1887 | 2025.03.01 05:26:08.441604 [ 4 ] {a0def10a-7f84-42c0-bf03-ddbfcef12cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1888 | 2025.03.01 05:26:08.441651 [ 4 ] {a0def10a-7f84-42c0-bf03-ddbfcef12cc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1889 | 2025.03.01 05:26:08.442098 [ 4 ] {a0def10a-7f84-42c0-bf03-ddbfcef12cc7} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1890 | 2025.03.01 05:26:08.442142 [ 4 ] {a0def10a-7f84-42c0-bf03-ddbfcef12cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1891 | 2025.03.01 05:26:08.442514 [ 4 ] {a0def10a-7f84-42c0-bf03-ddbfcef12cc7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1892 | 2025.03.01 05:26:08.442769 [ 4 ] {a0def10a-7f84-42c0-bf03-ddbfcef12cc7} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1893 | 2025.03.01 05:26:08.442951 [ 4 ] {a0def10a-7f84-42c0-bf03-ddbfcef12cc7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001368 sec., 59941.52046783626 rows/sec., 3.81 MiB/sec. | ||
| 1894 | 2025.03.01 05:26:08.443000 [ 4 ] {a0def10a-7f84-42c0-bf03-ddbfcef12cc7} <Debug> TCPHandler: Processed in 0.00155737 sec. | ||
| 1895 | 2025.03.01 05:26:13.414582 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1896 | 2025.03.01 05:26:13.414787 [ 4 ] {9fcbebed-4a11-4e70-a6b2-d1188913a988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1897 | 2025.03.01 05:26:13.414863 [ 4 ] {9fcbebed-4a11-4e70-a6b2-d1188913a988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1898 | 2025.03.01 05:26:13.415634 [ 4 ] {9fcbebed-4a11-4e70-a6b2-d1188913a988} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1899 | 2025.03.01 05:26:13.415681 [ 4 ] {9fcbebed-4a11-4e70-a6b2-d1188913a988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1900 | 2025.03.01 05:26:13.416121 [ 4 ] {9fcbebed-4a11-4e70-a6b2-d1188913a988} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1901 | 2025.03.01 05:26:13.416379 [ 4 ] {9fcbebed-4a11-4e70-a6b2-d1188913a988} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1902 | 2025.03.01 05:26:13.416599 [ 4 ] {9fcbebed-4a11-4e70-a6b2-d1188913a988} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001859 sec., 30123.72243141474 rows/sec., 2.30 MiB/sec. | ||
| 1903 | 2025.03.01 05:26:13.416733 [ 4 ] {9fcbebed-4a11-4e70-a6b2-d1188913a988} <Debug> TCPHandler: Processed in 0.002289571 sec. | ||
| 1904 | 2025.03.01 05:26:13.416887 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1905 | 2025.03.01 05:26:13.416993 [ 4 ] {6cb888d2-25f4-400e-8452-eac8e1c4bc87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1906 | 2025.03.01 05:26:13.417041 [ 4 ] {6cb888d2-25f4-400e-8452-eac8e1c4bc87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1907 | 2025.03.01 05:26:13.417601 [ 4 ] {6cb888d2-25f4-400e-8452-eac8e1c4bc87} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1908 | 2025.03.01 05:26:13.417641 [ 4 ] {6cb888d2-25f4-400e-8452-eac8e1c4bc87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1909 | 2025.03.01 05:26:13.417997 [ 4 ] {6cb888d2-25f4-400e-8452-eac8e1c4bc87} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1910 | 2025.03.01 05:26:13.418246 [ 4 ] {6cb888d2-25f4-400e-8452-eac8e1c4bc87} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1911 | 2025.03.01 05:26:13.418474 [ 4 ] {6cb888d2-25f4-400e-8452-eac8e1c4bc87} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001502 sec., 42609.85352862849 rows/sec., 3.33 MiB/sec. | ||
| 1912 | 2025.03.01 05:26:13.418678 [ 4 ] {6cb888d2-25f4-400e-8452-eac8e1c4bc87} <Debug> TCPHandler: Processed in 0.001838254 sec. | ||
| 1913 | 2025.03.01 05:26:13.418832 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1914 | 2025.03.01 05:26:13.418939 [ 4 ] {229ef408-bd0d-4f20-aa60-24d6920bea01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1915 | 2025.03.01 05:26:13.418990 [ 4 ] {229ef408-bd0d-4f20-aa60-24d6920bea01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1916 | 2025.03.01 05:26:13.419525 [ 4 ] {229ef408-bd0d-4f20-aa60-24d6920bea01} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1917 | 2025.03.01 05:26:13.419563 [ 4 ] {229ef408-bd0d-4f20-aa60-24d6920bea01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1918 | 2025.03.01 05:26:13.419942 [ 4 ] {229ef408-bd0d-4f20-aa60-24d6920bea01} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1919 | 2025.03.01 05:26:13.420177 [ 4 ] {229ef408-bd0d-4f20-aa60-24d6920bea01} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1920 | 2025.03.01 05:26:13.420423 [ 4 ] {229ef408-bd0d-4f20-aa60-24d6920bea01} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00149 sec., 107382.55033557047 rows/sec., 7.48 MiB/sec. | ||
| 1921 | 2025.03.01 05:26:13.420561 [ 4 ] {229ef408-bd0d-4f20-aa60-24d6920bea01} <Debug> TCPHandler: Processed in 0.001779924 sec. | ||
| 1922 | 2025.03.01 05:26:13.420699 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1923 | 2025.03.01 05:26:13.420808 [ 4 ] {10c1ccff-9b45-4f7c-80ec-c6b85eb87ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1924 | 2025.03.01 05:26:13.420855 [ 4 ] {10c1ccff-9b45-4f7c-80ec-c6b85eb87ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1925 | 2025.03.01 05:26:13.421298 [ 4 ] {10c1ccff-9b45-4f7c-80ec-c6b85eb87ec5} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1926 | 2025.03.01 05:26:13.421345 [ 4 ] {10c1ccff-9b45-4f7c-80ec-c6b85eb87ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1927 | 2025.03.01 05:26:13.421696 [ 4 ] {10c1ccff-9b45-4f7c-80ec-c6b85eb87ec5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1928 | 2025.03.01 05:26:13.421929 [ 4 ] {10c1ccff-9b45-4f7c-80ec-c6b85eb87ec5} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1929 | 2025.03.01 05:26:13.422184 [ 4 ] {10c1ccff-9b45-4f7c-80ec-c6b85eb87ec5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
| 1930 | 2025.03.01 05:26:13.422318 [ 4 ] {10c1ccff-9b45-4f7c-80ec-c6b85eb87ec5} <Debug> TCPHandler: Processed in 0.001669902 sec. | ||
| 1931 | 2025.03.01 05:26:14.771580 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 1932 | 2025.03.01 05:26:14.772217 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1933 | 2025.03.01 05:26:14.772264 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1934 | 2025.03.01 05:26:14.772777 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1935 | 2025.03.01 05:26:14.773038 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1936 | 2025.03.01 05:26:14.773316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 1937 | 2025.03.01 05:26:15.029713 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1938 | 2025.03.01 05:26:15.049780 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1939 | 2025.03.01 05:26:15.049836 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1940 | 2025.03.01 05:26:15.056473 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1941 | 2025.03.01 05:26:15.057215 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1942 | 2025.03.01 05:26:15.059892 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1943 | 2025.03.01 05:26:17.273997 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 296 | ||
| 1944 | 2025.03.01 05:26:17.277176 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1945 | 2025.03.01 05:26:17.277233 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1946 | 2025.03.01 05:26:17.278725 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1947 | 2025.03.01 05:26:17.279038 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1948 | 2025.03.01 05:26:17.279264 [ 40 ] {} <Debug> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1949 | 2025.03.01 05:26:17.279390 [ 40 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1950 | 2025.03.01 05:26:17.279464 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1951 | 2025.03.01 05:26:17.280050 [ 195 ] {a815b5b4-7616-4377-8f2c-f800840f715c::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 | ||
| 1952 | 2025.03.01 05:26:17.280761 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 296 | ||
| 1953 | 2025.03.01 05:26:17.281247 [ 195 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1954 | 2025.03.01 05:26:17.281434 [ 195 ] {a815b5b4-7616-4377-8f2c-f800840f715c::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 | ||
| 1955 | 2025.03.01 05:26:17.282090 [ 195 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
| 1956 | 2025.03.01 05:26:17.282713 [ 195 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 1957 | 2025.03.01 05:26:17.283317 [ 195 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 1958 | 2025.03.01 05:26:17.283912 [ 195 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 44 rows starting from the beginning of the part | ||
| 1959 | 2025.03.01 05:26:17.284468 [ 195 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 1960 | 2025.03.01 05:26:17.293639 [ 192 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 72 columns (72 merged, 0 gathered) in 0.014001299 sec., 21140.89556976106 rows/sec., 21.37 MiB/sec. | ||
| 1961 | 2025.03.01 05:26:17.294641 [ 192 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1962 | 2025.03.01 05:26:17.295529 [ 192 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_6_1} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1963 | 2025.03.01 05:26:17.295627 [ 192 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_6_1} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1964 | 2025.03.01 05:26:17.295943 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.64 MiB. | ||
| 1965 | 2025.03.01 05:26:18.420632 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1966 | 2025.03.01 05:26:18.420860 [ 4 ] {3692ede0-b50f-44e0-a5d6-649997c54d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1967 | 2025.03.01 05:26:18.420943 [ 4 ] {3692ede0-b50f-44e0-a5d6-649997c54d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1968 | 2025.03.01 05:26:18.421788 [ 4 ] {3692ede0-b50f-44e0-a5d6-649997c54d81} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1969 | 2025.03.01 05:26:18.421841 [ 4 ] {3692ede0-b50f-44e0-a5d6-649997c54d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1970 | 2025.03.01 05:26:18.422305 [ 4 ] {3692ede0-b50f-44e0-a5d6-649997c54d81} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1971 | 2025.03.01 05:26:18.422563 [ 4 ] {3692ede0-b50f-44e0-a5d6-649997c54d81} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1972 | 2025.03.01 05:26:18.422753 [ 38 ] {} <Debug> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1973 | 2025.03.01 05:26:18.422839 [ 38 ] {} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1974 | 2025.03.01 05:26:18.422844 [ 4 ] {3692ede0-b50f-44e0-a5d6-649997c54d81} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002037 sec., 104074.61953853705 rows/sec., 6.62 MiB/sec. | ||
| 1975 | 2025.03.01 05:26:18.422875 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1976 | 2025.03.01 05:26:18.423013 [ 4 ] {3692ede0-b50f-44e0-a5d6-649997c54d81} <Debug> TCPHandler: Processed in 0.002525905 sec. | ||
| 1977 | 2025.03.01 05:26:18.423130 [ 195 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::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 | ||
| 1978 | 2025.03.01 05:26:18.423193 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1979 | 2025.03.01 05:26:18.423384 [ 195 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1980 | 2025.03.01 05:26:18.423411 [ 4 ] {46d8e8f0-e124-4c7e-bcc2-e1948684f4d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1981 | 2025.03.01 05:26:18.423444 [ 195 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::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 | ||
| 1982 | 2025.03.01 05:26:18.423502 [ 4 ] {46d8e8f0-e124-4c7e-bcc2-e1948684f4d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1983 | 2025.03.01 05:26:18.423791 [ 195 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part | ||
| 1984 | 2025.03.01 05:26:18.424121 [ 195 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part | ||
| 1985 | 2025.03.01 05:26:18.424460 [ 195 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part | ||
| 1986 | 2025.03.01 05:26:18.424847 [ 195 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part | ||
| 1987 | 2025.03.01 05:26:18.426327 [ 4 ] {46d8e8f0-e124-4c7e-bcc2-e1948684f4d8} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1988 | 2025.03.01 05:26:18.426401 [ 4 ] {46d8e8f0-e124-4c7e-bcc2-e1948684f4d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1989 | 2025.03.01 05:26:18.427279 [ 4 ] {46d8e8f0-e124-4c7e-bcc2-e1948684f4d8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1990 | 2025.03.01 05:26:18.427330 [ 192 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004314678 sec., 245673.02588976515 rows/sec., 16.56 MiB/sec. | ||
| 1991 | 2025.03.01 05:26:18.427474 [ 192 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1992 | 2025.03.01 05:26:18.427577 [ 4 ] {46d8e8f0-e124-4c7e-bcc2-e1948684f4d8} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1993 | 2025.03.01 05:26:18.427906 [ 4 ] {46d8e8f0-e124-4c7e-bcc2-e1948684f4d8} <Debug> executeQuery: Read 633 rows, 50.93 KiB in 0.004558 sec., 138876.70030715223 rows/sec., 10.91 MiB/sec. | ||
| 1994 | 2025.03.01 05:26:18.427912 [ 192 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_5_1} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1995 | 2025.03.01 05:26:18.427999 [ 4 ] {46d8e8f0-e124-4c7e-bcc2-e1948684f4d8} <Debug> TCPHandler: Processed in 0.004874066 sec. | ||
| 1996 | 2025.03.01 05:26:18.428040 [ 192 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_5_1} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1997 | 2025.03.01 05:26:18.428141 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1998 | 2025.03.01 05:26:18.428181 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1999 | 2025.03.01 05:26:18.428292 [ 4 ] {dc868439-1cb0-43a5-8c38-50036ad874f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2000 | 2025.03.01 05:26:18.428341 [ 4 ] {dc868439-1cb0-43a5-8c38-50036ad874f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2001 | 2025.03.01 05:26:18.428902 [ 4 ] {dc868439-1cb0-43a5-8c38-50036ad874f8} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2002 | 2025.03.01 05:26:18.428940 [ 4 ] {dc868439-1cb0-43a5-8c38-50036ad874f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2003 | 2025.03.01 05:26:18.429282 [ 4 ] {dc868439-1cb0-43a5-8c38-50036ad874f8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2004 | 2025.03.01 05:26:18.429515 [ 4 ] {dc868439-1cb0-43a5-8c38-50036ad874f8} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2005 | 2025.03.01 05:26:18.429670 [ 38 ] {} <Debug> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2006 | 2025.03.01 05:26:18.429730 [ 38 ] {} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2007 | 2025.03.01 05:26:18.429772 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2008 | 2025.03.01 05:26:18.429772 [ 4 ] {dc868439-1cb0-43a5-8c38-50036ad874f8} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001493 sec., 76356.32953784327 rows/sec., 4.57 MiB/sec. | ||
| 2009 | 2025.03.01 05:26:18.430002 [ 4 ] {dc868439-1cb0-43a5-8c38-50036ad874f8} <Debug> TCPHandler: Processed in 0.001876016 sec. | ||
| 2010 | 2025.03.01 05:26:18.430066 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::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 | ||
| 2011 | 2025.03.01 05:26:18.430182 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2012 | 2025.03.01 05:26:18.430195 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2013 | 2025.03.01 05:26:18.430229 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part | ||
| 2014 | 2025.03.01 05:26:18.430296 [ 4 ] {5e4ce429-4298-47e2-aef0-070ed157f185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2015 | 2025.03.01 05:26:18.430374 [ 4 ] {5e4ce429-4298-47e2-aef0-070ed157f185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2016 | 2025.03.01 05:26:18.430380 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 114 rows starting from the beginning of the part | ||
| 2017 | 2025.03.01 05:26:18.430585 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 114 rows starting from the beginning of the part | ||
| 2018 | 2025.03.01 05:26:18.430821 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 114 rows starting from the beginning of the part | ||
| 2019 | 2025.03.01 05:26:18.431068 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 114 rows starting from the beginning of the part | ||
| 2020 | 2025.03.01 05:26:18.431651 [ 4 ] {5e4ce429-4298-47e2-aef0-070ed157f185} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2021 | 2025.03.01 05:26:18.431700 [ 4 ] {5e4ce429-4298-47e2-aef0-070ed157f185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2022 | 2025.03.01 05:26:18.432260 [ 4 ] {5e4ce429-4298-47e2-aef0-070ed157f185} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2023 | 2025.03.01 05:26:18.432521 [ 195 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 5 columns (5 merged, 0 gathered) in 0.002615185 sec., 217957.81178004615 rows/sec., 13.88 MiB/sec. | ||
| 2024 | 2025.03.01 05:26:18.432627 [ 4 ] {5e4ce429-4298-47e2-aef0-070ed157f185} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2025 | 2025.03.01 05:26:18.432806 [ 195 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2026 | 2025.03.01 05:26:18.433207 [ 4 ] {5e4ce429-4298-47e2-aef0-070ed157f185} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002901 sec., 38952.085487762844 rows/sec., 2.52 MiB/sec. | ||
| 2027 | 2025.03.01 05:26:18.433378 [ 4 ] {5e4ce429-4298-47e2-aef0-070ed157f185} <Debug> TCPHandler: Processed in 0.003253704 sec. | ||
| 2028 | 2025.03.01 05:26:18.433573 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2029 | 2025.03.01 05:26:18.433583 [ 195 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_5_1} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2030 | 2025.03.01 05:26:18.433735 [ 195 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_5_1} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2031 | 2025.03.01 05:26:18.433745 [ 4 ] {7826182a-05bb-4a82-8f07-7a410c061587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2032 | 2025.03.01 05:26:18.433844 [ 4 ] {7826182a-05bb-4a82-8f07-7a410c061587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2033 | 2025.03.01 05:26:18.433883 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2034 | 2025.03.01 05:26:18.434491 [ 4 ] {7826182a-05bb-4a82-8f07-7a410c061587} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2035 | 2025.03.01 05:26:18.434534 [ 4 ] {7826182a-05bb-4a82-8f07-7a410c061587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2036 | 2025.03.01 05:26:18.434896 [ 4 ] {7826182a-05bb-4a82-8f07-7a410c061587} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2037 | 2025.03.01 05:26:18.435130 [ 4 ] {7826182a-05bb-4a82-8f07-7a410c061587} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2038 | 2025.03.01 05:26:18.435294 [ 38 ] {} <Debug> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2039 | 2025.03.01 05:26:18.435351 [ 38 ] {} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2040 | 2025.03.01 05:26:18.435388 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2041 | 2025.03.01 05:26:18.435386 [ 4 ] {7826182a-05bb-4a82-8f07-7a410c061587} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001685 sec., 66468.84272997032 rows/sec., 3.79 MiB/sec. | ||
| 2042 | 2025.03.01 05:26:18.435587 [ 4 ] {7826182a-05bb-4a82-8f07-7a410c061587} <Debug> TCPHandler: Processed in 0.002088228 sec. | ||
| 2043 | 2025.03.01 05:26:18.435664 [ 197 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::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 | ||
| 2044 | 2025.03.01 05:26:18.435778 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2045 | 2025.03.01 05:26:18.435868 [ 197 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2046 | 2025.03.01 05:26:18.435966 [ 197 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::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 | ||
| 2047 | 2025.03.01 05:26:18.435977 [ 4 ] {6aba9de1-2c20-4a8c-b69c-b6389f7c36ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2048 | 2025.03.01 05:26:18.436061 [ 4 ] {6aba9de1-2c20-4a8c-b69c-b6389f7c36ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2049 | 2025.03.01 05:26:18.436300 [ 197 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part | ||
| 2050 | 2025.03.01 05:26:18.436643 [ 197 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part | ||
| 2051 | 2025.03.01 05:26:18.437091 [ 197 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part | ||
| 2052 | 2025.03.01 05:26:18.437438 [ 197 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part | ||
| 2053 | 2025.03.01 05:26:18.438879 [ 4 ] {6aba9de1-2c20-4a8c-b69c-b6389f7c36ca} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2054 | 2025.03.01 05:26:18.438941 [ 4 ] {6aba9de1-2c20-4a8c-b69c-b6389f7c36ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2055 | 2025.03.01 05:26:18.439920 [ 4 ] {6aba9de1-2c20-4a8c-b69c-b6389f7c36ca} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2056 | 2025.03.01 05:26:18.440101 [ 197 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004595622 sec., 121855.10470617471 rows/sec., 7.41 MiB/sec. | ||
| 2057 | 2025.03.01 05:26:18.440297 [ 197 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2058 | 2025.03.01 05:26:18.440464 [ 4 ] {6aba9de1-2c20-4a8c-b69c-b6389f7c36ca} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2059 | 2025.03.01 05:26:18.440963 [ 4 ] {6aba9de1-2c20-4a8c-b69c-b6389f7c36ca} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00503 sec., 77534.7912524851 rows/sec., 5.48 MiB/sec. | ||
| 2060 | 2025.03.01 05:26:18.440988 [ 197 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_5_1} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2061 | 2025.03.01 05:26:18.441125 [ 4 ] {6aba9de1-2c20-4a8c-b69c-b6389f7c36ca} <Debug> TCPHandler: Processed in 0.005422453 sec. | ||
| 2062 | 2025.03.01 05:26:18.441200 [ 197 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_5_1} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2063 | 2025.03.01 05:26:18.441318 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2064 | 2025.03.01 05:26:18.441335 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2065 | 2025.03.01 05:26:18.441445 [ 4 ] {80960943-c51e-430d-b705-086f3c7a4b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2066 | 2025.03.01 05:26:18.441497 [ 4 ] {80960943-c51e-430d-b705-086f3c7a4b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2067 | 2025.03.01 05:26:18.441963 [ 4 ] {80960943-c51e-430d-b705-086f3c7a4b8e} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2068 | 2025.03.01 05:26:18.442002 [ 4 ] {80960943-c51e-430d-b705-086f3c7a4b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2069 | 2025.03.01 05:26:18.442363 [ 4 ] {80960943-c51e-430d-b705-086f3c7a4b8e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2070 | 2025.03.01 05:26:18.442609 [ 4 ] {80960943-c51e-430d-b705-086f3c7a4b8e} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2071 | 2025.03.01 05:26:18.442799 [ 4 ] {80960943-c51e-430d-b705-086f3c7a4b8e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec. | ||
| 2072 | 2025.03.01 05:26:18.442875 [ 4 ] {80960943-c51e-430d-b705-086f3c7a4b8e} <Debug> TCPHandler: Processed in 0.001649152 sec. | ||
| 2073 | 2025.03.01 05:26:18.442980 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2074 | 2025.03.01 05:26:18.443082 [ 4 ] {ab9cd0d3-56a0-4e90-a004-17de7e3b8ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2075 | 2025.03.01 05:26:18.443129 [ 4 ] {ab9cd0d3-56a0-4e90-a004-17de7e3b8ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2076 | 2025.03.01 05:26:18.443642 [ 4 ] {ab9cd0d3-56a0-4e90-a004-17de7e3b8ac3} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2077 | 2025.03.01 05:26:18.443678 [ 4 ] {ab9cd0d3-56a0-4e90-a004-17de7e3b8ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2078 | 2025.03.01 05:26:18.444053 [ 4 ] {ab9cd0d3-56a0-4e90-a004-17de7e3b8ac3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2079 | 2025.03.01 05:26:18.444285 [ 4 ] {ab9cd0d3-56a0-4e90-a004-17de7e3b8ac3} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2080 | 2025.03.01 05:26:18.444459 [ 4 ] {ab9cd0d3-56a0-4e90-a004-17de7e3b8ac3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001399 sec., 169406.71908506076 rows/sec., 11.35 MiB/sec. | ||
| 2081 | 2025.03.01 05:26:18.444510 [ 4 ] {ab9cd0d3-56a0-4e90-a004-17de7e3b8ac3} <Debug> TCPHandler: Processed in 0.001580581 sec. | ||
| 2082 | 2025.03.01 05:26:18.444625 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2083 | 2025.03.01 05:26:18.444728 [ 4 ] {fcf7908c-ef48-495e-a688-38ae9537f8db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2084 | 2025.03.01 05:26:18.444776 [ 4 ] {fcf7908c-ef48-495e-a688-38ae9537f8db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2085 | 2025.03.01 05:26:18.445187 [ 4 ] {fcf7908c-ef48-495e-a688-38ae9537f8db} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2086 | 2025.03.01 05:26:18.445223 [ 4 ] {fcf7908c-ef48-495e-a688-38ae9537f8db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2087 | 2025.03.01 05:26:18.445562 [ 4 ] {fcf7908c-ef48-495e-a688-38ae9537f8db} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2088 | 2025.03.01 05:26:18.445791 [ 4 ] {fcf7908c-ef48-495e-a688-38ae9537f8db} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2089 | 2025.03.01 05:26:18.445907 [ 36 ] {} <Debug> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2090 | 2025.03.01 05:26:18.445953 [ 36 ] {} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2091 | 2025.03.01 05:26:18.445978 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2092 | 2025.03.01 05:26:18.445981 [ 4 ] {fcf7908c-ef48-495e-a688-38ae9537f8db} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001271 sec., 786.7820613690008 rows/sec., 53.02 KiB/sec. | ||
| 2093 | 2025.03.01 05:26:18.446235 [ 4 ] {fcf7908c-ef48-495e-a688-38ae9537f8db} <Debug> TCPHandler: Processed in 0.001655382 sec. | ||
| 2094 | 2025.03.01 05:26:18.446436 [ 197 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::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 | ||
| 2095 | 2025.03.01 05:26:18.446512 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2096 | 2025.03.01 05:26:18.446608 [ 197 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2097 | 2025.03.01 05:26:18.446687 [ 197 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::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 | ||
| 2098 | 2025.03.01 05:26:18.446723 [ 4 ] {79eb53a6-216b-463b-80ed-ff2c41a3ed7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2099 | 2025.03.01 05:26:18.446904 [ 197 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::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 | ||
| 2100 | 2025.03.01 05:26:18.447064 [ 4 ] {79eb53a6-216b-463b-80ed-ff2c41a3ed7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2101 | 2025.03.01 05:26:18.447291 [ 197 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::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 | ||
| 2102 | 2025.03.01 05:26:18.447665 [ 197 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::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 | ||
| 2103 | 2025.03.01 05:26:18.448004 [ 197 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::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 | ||
| 2104 | 2025.03.01 05:26:18.451634 [ 197 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005544325 sec., 901.8230352657898 rows/sec., 60.77 KiB/sec. | ||
| 2105 | 2025.03.01 05:26:18.451833 [ 197 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2106 | 2025.03.01 05:26:18.452501 [ 197 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_5_1} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2107 | 2025.03.01 05:26:18.452525 [ 4 ] {79eb53a6-216b-463b-80ed-ff2c41a3ed7c} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2108 | 2025.03.01 05:26:18.452602 [ 4 ] {79eb53a6-216b-463b-80ed-ff2c41a3ed7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2109 | 2025.03.01 05:26:18.452706 [ 197 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_5_1} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2110 | 2025.03.01 05:26:18.452889 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 2111 | 2025.03.01 05:26:18.453528 [ 4 ] {79eb53a6-216b-463b-80ed-ff2c41a3ed7c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2112 | 2025.03.01 05:26:18.453811 [ 4 ] {79eb53a6-216b-463b-80ed-ff2c41a3ed7c} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2113 | 2025.03.01 05:26:18.454085 [ 4 ] {79eb53a6-216b-463b-80ed-ff2c41a3ed7c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007403 sec., 1080.642982574632 rows/sec., 1.94 MiB/sec. | ||
| 2114 | 2025.03.01 05:26:18.454279 [ 4 ] {79eb53a6-216b-463b-80ed-ff2c41a3ed7c} <Debug> TCPHandler: Processed in 0.007834466 sec. | ||
| 2115 | 2025.03.01 05:26:18.454428 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2116 | 2025.03.01 05:26:18.454536 [ 4 ] {70a14ce0-5ed3-4677-83a7-a7dc1360e1ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2117 | 2025.03.01 05:26:18.454582 [ 4 ] {70a14ce0-5ed3-4677-83a7-a7dc1360e1ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2118 | 2025.03.01 05:26:18.455038 [ 4 ] {70a14ce0-5ed3-4677-83a7-a7dc1360e1ca} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2119 | 2025.03.01 05:26:18.455082 [ 4 ] {70a14ce0-5ed3-4677-83a7-a7dc1360e1ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2120 | 2025.03.01 05:26:18.455454 [ 4 ] {70a14ce0-5ed3-4677-83a7-a7dc1360e1ca} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2121 | 2025.03.01 05:26:18.455704 [ 4 ] {70a14ce0-5ed3-4677-83a7-a7dc1360e1ca} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2122 | 2025.03.01 05:26:18.455895 [ 4 ] {70a14ce0-5ed3-4677-83a7-a7dc1360e1ca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001382 sec., 59334.298118668594 rows/sec., 3.77 MiB/sec. | ||
| 2123 | 2025.03.01 05:26:18.455945 [ 4 ] {70a14ce0-5ed3-4677-83a7-a7dc1360e1ca} <Debug> TCPHandler: Processed in 0.001567582 sec. | ||
| 2124 | 2025.03.01 05:26:22.187388 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2125 | 2025.03.01 05:26:22.187472 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2126 | 2025.03.01 05:26:22.273466 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2127 | 2025.03.01 05:26:22.274156 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2128 | 2025.03.01 05:26:22.274206 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2129 | 2025.03.01 05:26:22.274773 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2130 | 2025.03.01 05:26:22.275051 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2131 | 2025.03.01 05:26:22.275339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2132 | 2025.03.01 05:26:22.560004 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2133 | 2025.03.01 05:26:22.579770 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2134 | 2025.03.01 05:26:22.579830 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2135 | 2025.03.01 05:26:22.586675 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2136 | 2025.03.01 05:26:22.587478 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2137 | 2025.03.01 05:26:22.590109 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2138 | 2025.03.01 05:26:23.415577 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2139 | 2025.03.01 05:26:23.415851 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2140 | 2025.03.01 05:26:23.416296 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2141 | 2025.03.01 05:26:23.416350 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2142 | 2025.03.01 05:26:23.416740 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2143 | 2025.03.01 05:26:23.416826 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2144 | 2025.03.01 05:26:23.417006 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2145 | 2025.03.01 05:26:23.417172 [ 288 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2146 | 2025.03.01 05:26:23.417197 [ 286 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2147 | 2025.03.01 05:26:23.417212 [ 287 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2148 | 2025.03.01 05:26:23.417360 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 2149 | 2025.03.01 05:26:23.417398 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2150 | 2025.03.01 05:26:23.417527 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2151 | 2025.03.01 05:26:23.417554 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2152 | 2025.03.01 05:26:23.417602 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2153 | 2025.03.01 05:26:23.417654 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2154 | 2025.03.01 05:26:23.417700 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2155 | 2025.03.01 05:26:23.419358 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003633 sec., 10184.420589044867 rows/sec., 381.70 KiB/sec. | ||
| 2156 | 2025.03.01 05:26:23.419586 [ 4 ] {9c8dbbf6-fe2c-4d22-ad86-bc15bd7be526} <Debug> TCPHandler: Processed in 0.004142906 sec. | ||
| 2157 | 2025.03.01 05:26:23.419950 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2158 | 2025.03.01 05:26:23.420134 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2159 | 2025.03.01 05:26:23.420458 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2160 | 2025.03.01 05:26:23.420511 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2161 | 2025.03.01 05:26:23.420841 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2162 | 2025.03.01 05:26:23.420911 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2163 | 2025.03.01 05:26:23.421064 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2164 | 2025.03.01 05:26:23.421219 [ 290 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2165 | 2025.03.01 05:26:23.421238 [ 287 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2166 | 2025.03.01 05:26:23.421244 [ 288 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2167 | 2025.03.01 05:26:23.421376 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 2168 | 2025.03.01 05:26:23.421402 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2169 | 2025.03.01 05:26:23.421511 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2170 | 2025.03.01 05:26:23.421533 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2171 | 2025.03.01 05:26:23.421574 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2172 | 2025.03.01 05:26:23.421617 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2173 | 2025.03.01 05:26:23.421658 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2174 | 2025.03.01 05:26:23.423087 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003047 sec., 12143.091565474238 rows/sec., 455.11 KiB/sec. | ||
| 2175 | 2025.03.01 05:26:23.423270 [ 4 ] {100ae686-40a6-4302-b534-ab352cb1c6fa} <Debug> TCPHandler: Processed in 0.003376536 sec. | ||
| 2176 | 2025.03.01 05:26:23.423503 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2177 | 2025.03.01 05:26:23.423674 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2178 | 2025.03.01 05:26:23.423978 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2179 | 2025.03.01 05:26:23.424028 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2180 | 2025.03.01 05:26:23.424351 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2181 | 2025.03.01 05:26:23.424418 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2182 | 2025.03.01 05:26:23.424561 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2183 | 2025.03.01 05:26:23.424682 [ 288 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2184 | 2025.03.01 05:26:23.424724 [ 286 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2185 | 2025.03.01 05:26:23.424737 [ 290 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2186 | 2025.03.01 05:26:23.424860 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 2187 | 2025.03.01 05:26:23.424890 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2188 | 2025.03.01 05:26:23.424998 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2189 | 2025.03.01 05:26:23.425020 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2190 | 2025.03.01 05:26:23.425061 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2191 | 2025.03.01 05:26:23.425103 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2192 | 2025.03.01 05:26:23.425143 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2193 | 2025.03.01 05:26:23.426450 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.00286 sec., 12937.062937062936 rows/sec., 484.87 KiB/sec. | ||
| 2194 | 2025.03.01 05:26:23.426653 [ 4 ] {c4bfd5b0-99a4-4331-88df-d364fba14bee} <Debug> TCPHandler: Processed in 0.003202573 sec. | ||
| 2195 | 2025.03.01 05:26:23.427638 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2196 | 2025.03.01 05:26:23.427759 [ 4 ] {b83de246-d0c0-4281-9d40-346fcf8b4028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2197 | 2025.03.01 05:26:23.427807 [ 4 ] {b83de246-d0c0-4281-9d40-346fcf8b4028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2198 | 2025.03.01 05:26:23.428474 [ 4 ] {b83de246-d0c0-4281-9d40-346fcf8b4028} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2199 | 2025.03.01 05:26:23.428516 [ 4 ] {b83de246-d0c0-4281-9d40-346fcf8b4028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2200 | 2025.03.01 05:26:23.429015 [ 4 ] {b83de246-d0c0-4281-9d40-346fcf8b4028} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2201 | 2025.03.01 05:26:23.429239 [ 4 ] {b83de246-d0c0-4281-9d40-346fcf8b4028} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2202 | 2025.03.01 05:26:23.429443 [ 4 ] {b83de246-d0c0-4281-9d40-346fcf8b4028} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001716 sec., 1748.2517482517483 rows/sec., 159.35 KiB/sec. | ||
| 2203 | 2025.03.01 05:26:23.429503 [ 4 ] {b83de246-d0c0-4281-9d40-346fcf8b4028} <Debug> TCPHandler: Processed in 0.001915806 sec. | ||
| 2204 | 2025.03.01 05:26:23.429630 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2205 | 2025.03.01 05:26:23.429734 [ 4 ] {23e19aa7-fe2b-4d5c-86f8-312d58a57b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2206 | 2025.03.01 05:26:23.429778 [ 4 ] {23e19aa7-fe2b-4d5c-86f8-312d58a57b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2207 | 2025.03.01 05:26:23.430362 [ 4 ] {23e19aa7-fe2b-4d5c-86f8-312d58a57b81} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2208 | 2025.03.01 05:26:23.430400 [ 4 ] {23e19aa7-fe2b-4d5c-86f8-312d58a57b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2209 | 2025.03.01 05:26:23.430762 [ 4 ] {23e19aa7-fe2b-4d5c-86f8-312d58a57b81} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2210 | 2025.03.01 05:26:23.430997 [ 4 ] {23e19aa7-fe2b-4d5c-86f8-312d58a57b81} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2211 | 2025.03.01 05:26:23.431115 [ 28 ] {} <Debug> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2212 | 2025.03.01 05:26:23.431158 [ 28 ] {} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2213 | 2025.03.01 05:26:23.431181 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2214 | 2025.03.01 05:26:23.431190 [ 4 ] {23e19aa7-fe2b-4d5c-86f8-312d58a57b81} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001475 sec., 73220.33898305085 rows/sec., 6.12 MiB/sec. | ||
| 2215 | 2025.03.01 05:26:23.431458 [ 4 ] {23e19aa7-fe2b-4d5c-86f8-312d58a57b81} <Debug> TCPHandler: Processed in 0.001868965 sec. | ||
| 2216 | 2025.03.01 05:26:23.431570 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::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 | ||
| 2217 | 2025.03.01 05:26:23.431776 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2218 | 2025.03.01 05:26:23.431838 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2219 | 2025.03.01 05:26:23.431914 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1773 rows starting from the beginning of the part | ||
| 2220 | 2025.03.01 05:26:23.431964 [ 4 ] {648f0081-244a-405d-96c8-2a359c13ac64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2221 | 2025.03.01 05:26:23.432102 [ 4 ] {648f0081-244a-405d-96c8-2a359c13ac64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2222 | 2025.03.01 05:26:23.432185 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::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 | ||
| 2223 | 2025.03.01 05:26:23.432590 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 633 rows starting from the beginning of the part | ||
| 2224 | 2025.03.01 05:26:23.432938 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::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 | ||
| 2225 | 2025.03.01 05:26:23.433363 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 633 rows starting from the beginning of the part | ||
| 2226 | 2025.03.01 05:26:23.433670 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 108 rows starting from the beginning of the part | ||
| 2227 | 2025.03.01 05:26:23.434592 [ 4 ] {648f0081-244a-405d-96c8-2a359c13ac64} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2228 | 2025.03.01 05:26:23.434658 [ 4 ] {648f0081-244a-405d-96c8-2a359c13ac64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2229 | 2025.03.01 05:26:23.435444 [ 4 ] {648f0081-244a-405d-96c8-2a359c13ac64} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2230 | 2025.03.01 05:26:23.436003 [ 4 ] {648f0081-244a-405d-96c8-2a359c13ac64} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2231 | 2025.03.01 05:26:23.436364 [ 4 ] {648f0081-244a-405d-96c8-2a359c13ac64} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.004442 sec., 5853.21927059883 rows/sec., 440.13 KiB/sec. | ||
| 2232 | 2025.03.01 05:26:23.436439 [ 4 ] {648f0081-244a-405d-96c8-2a359c13ac64} <Debug> TCPHandler: Processed in 0.004773244 sec. | ||
| 2233 | 2025.03.01 05:26:23.436606 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2234 | 2025.03.01 05:26:23.436817 [ 4 ] {18fc7d2a-430c-4300-af17-345ba7aa06ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2235 | 2025.03.01 05:26:23.436972 [ 4 ] {18fc7d2a-430c-4300-af17-345ba7aa06ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2236 | 2025.03.01 05:26:23.437072 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3259 rows, containing 5 columns (5 merged, 0 gathered) in 0.005776297 sec., 564202.2908448094 rows/sec., 47.28 MiB/sec. | ||
| 2237 | 2025.03.01 05:26:23.437379 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2238 | 2025.03.01 05:26:23.437902 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_11_2} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2239 | 2025.03.01 05:26:23.438111 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_11_2} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2240 | 2025.03.01 05:26:23.438174 [ 4 ] {18fc7d2a-430c-4300-af17-345ba7aa06ea} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2241 | 2025.03.01 05:26:23.438250 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 2242 | 2025.03.01 05:26:23.438257 [ 4 ] {18fc7d2a-430c-4300-af17-345ba7aa06ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2243 | 2025.03.01 05:26:23.438685 [ 4 ] {18fc7d2a-430c-4300-af17-345ba7aa06ea} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2244 | 2025.03.01 05:26:23.438928 [ 4 ] {18fc7d2a-430c-4300-af17-345ba7aa06ea} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2245 | 2025.03.01 05:26:23.439049 [ 28 ] {} <Debug> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2246 | 2025.03.01 05:26:23.439090 [ 28 ] {} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2247 | 2025.03.01 05:26:23.439111 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2248 | 2025.03.01 05:26:23.439130 [ 4 ] {18fc7d2a-430c-4300-af17-345ba7aa06ea} <Debug> executeQuery: Read 106 rows, 8.49 KiB in 0.002413 sec., 43928.719436386236 rows/sec., 3.44 MiB/sec. | ||
| 2249 | 2025.03.01 05:26:23.439312 [ 4 ] {18fc7d2a-430c-4300-af17-345ba7aa06ea} <Debug> TCPHandler: Processed in 0.002757317 sec. | ||
| 2250 | 2025.03.01 05:26:23.439382 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::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 | ||
| 2251 | 2025.03.01 05:26:23.439489 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2252 | 2025.03.01 05:26:23.439555 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2253 | 2025.03.01 05:26:23.439624 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 846 rows starting from the beginning of the part | ||
| 2254 | 2025.03.01 05:26:23.439684 [ 4 ] {cea802d3-827c-4f94-aca5-940e3674a4bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2255 | 2025.03.01 05:26:23.439867 [ 4 ] {cea802d3-827c-4f94-aca5-940e3674a4bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2256 | 2025.03.01 05:26:23.439958 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
| 2257 | 2025.03.01 05:26:23.440329 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 390 rows starting from the beginning of the part | ||
| 2258 | 2025.03.01 05:26:23.440754 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2259 | 2025.03.01 05:26:23.441055 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 390 rows starting from the beginning of the part | ||
| 2260 | 2025.03.01 05:26:23.441388 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 106 rows starting from the beginning of the part | ||
| 2261 | 2025.03.01 05:26:23.442395 [ 4 ] {cea802d3-827c-4f94-aca5-940e3674a4bd} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2262 | 2025.03.01 05:26:23.442470 [ 4 ] {cea802d3-827c-4f94-aca5-940e3674a4bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2263 | 2025.03.01 05:26:23.443504 [ 4 ] {cea802d3-827c-4f94-aca5-940e3674a4bd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2264 | 2025.03.01 05:26:23.443981 [ 4 ] {cea802d3-827c-4f94-aca5-940e3674a4bd} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2265 | 2025.03.01 05:26:23.444174 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2266 | 2025.03.01 05:26:23.444268 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2267 | 2025.03.01 05:26:23.444349 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2268 | 2025.03.01 05:26:23.444630 [ 4 ] {cea802d3-827c-4f94-aca5-940e3674a4bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004939 sec., 32395.221704798543 rows/sec., 2.26 MiB/sec. | ||
| 2269 | 2025.03.01 05:26:23.444848 [ 198 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 2270 | 2025.03.01 05:26:23.444950 [ 190 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1860 rows, containing 5 columns (5 merged, 0 gathered) in 0.005733278 sec., 324421.73569814686 rows/sec., 24.69 MiB/sec. | ||
| 2271 | 2025.03.01 05:26:23.444965 [ 4 ] {cea802d3-827c-4f94-aca5-940e3674a4bd} <Debug> TCPHandler: Processed in 0.005547985 sec. | ||
| 2272 | 2025.03.01 05:26:23.445174 [ 198 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2273 | 2025.03.01 05:26:23.445214 [ 198 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 3393 rows starting from the beginning of the part | ||
| 2274 | 2025.03.01 05:26:23.445219 [ 190 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2275 | 2025.03.01 05:26:23.445271 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2276 | 2025.03.01 05:26:23.445654 [ 198 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
| 2277 | 2025.03.01 05:26:23.445758 [ 4 ] {5e7cba4b-50d8-473a-b488-29b3d8f31289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2278 | 2025.03.01 05:26:23.446141 [ 198 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part | ||
| 2279 | 2025.03.01 05:26:23.446248 [ 4 ] {5e7cba4b-50d8-473a-b488-29b3d8f31289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2280 | 2025.03.01 05:26:23.446455 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_11_2} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2281 | 2025.03.01 05:26:23.446784 [ 198 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2282 | 2025.03.01 05:26:23.446940 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_11_2} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2283 | 2025.03.01 05:26:23.447328 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2284 | 2025.03.01 05:26:23.447338 [ 198 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2285 | 2025.03.01 05:26:23.447834 [ 198 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2286 | 2025.03.01 05:26:23.451457 [ 4 ] {5e7cba4b-50d8-473a-b488-29b3d8f31289} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2287 | 2025.03.01 05:26:23.451508 [ 4 ] {5e7cba4b-50d8-473a-b488-29b3d8f31289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2288 | 2025.03.01 05:26:23.452191 [ 198 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4347 rows, containing 5 columns (5 merged, 0 gathered) in 0.007693923 sec., 564991.357464846 rows/sec., 38.12 MiB/sec. | ||
| 2289 | 2025.03.01 05:26:23.452645 [ 198 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2290 | 2025.03.01 05:26:23.452960 [ 4 ] {5e7cba4b-50d8-473a-b488-29b3d8f31289} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2291 | 2025.03.01 05:26:23.453159 [ 194 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2292 | 2025.03.01 05:26:23.453339 [ 194 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2293 | 2025.03.01 05:26:23.453519 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 2294 | 2025.03.01 05:26:23.453609 [ 4 ] {5e7cba4b-50d8-473a-b488-29b3d8f31289} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2295 | 2025.03.01 05:26:23.453756 [ 28 ] {} <Debug> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2296 | 2025.03.01 05:26:23.453804 [ 28 ] {} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2297 | 2025.03.01 05:26:23.453839 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2298 | 2025.03.01 05:26:23.453845 [ 4 ] {5e7cba4b-50d8-473a-b488-29b3d8f31289} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008293 sec., 3135.174243337755 rows/sec., 5.62 MiB/sec. | ||
| 2299 | 2025.03.01 05:26:23.454128 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::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 | ||
| 2300 | 2025.03.01 05:26:23.454272 [ 4 ] {5e7cba4b-50d8-473a-b488-29b3d8f31289} <Debug> TCPHandler: Processed in 0.009084672 sec. | ||
| 2301 | 2025.03.01 05:26:23.454554 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2302 | 2025.03.01 05:26:23.454725 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2303 | 2025.03.01 05:26:23.454790 [ 4 ] {b950e446-55f2-4a3e-a37d-a350e1fdab16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2304 | 2025.03.01 05:26:23.454869 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::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 | ||
| 2305 | 2025.03.01 05:26:23.454893 [ 4 ] {b950e446-55f2-4a3e-a37d-a350e1fdab16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2306 | 2025.03.01 05:26:23.455769 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::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 | ||
| 2307 | 2025.03.01 05:26:23.456429 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2308 | 2025.03.01 05:26:23.457251 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::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 | ||
| 2309 | 2025.03.01 05:26:23.457281 [ 4 ] {b950e446-55f2-4a3e-a37d-a350e1fdab16} <Trace> oximeter.measurements_i64 (83f16206-504b-4513-8ca0-30866929031b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2310 | 2025.03.01 05:26:23.457350 [ 4 ] {b950e446-55f2-4a3e-a37d-a350e1fdab16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2311 | 2025.03.01 05:26:23.457833 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 2312 | 2025.03.01 05:26:23.458495 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 2313 | 2025.03.01 05:26:23.458851 [ 4 ] {b950e446-55f2-4a3e-a37d-a350e1fdab16} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2314 | 2025.03.01 05:26:23.459572 [ 4 ] {b950e446-55f2-4a3e-a37d-a350e1fdab16} <Trace> oximeter.measurements_i64 (83f16206-504b-4513-8ca0-30866929031b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2315 | 2025.03.01 05:26:23.460121 [ 4 ] {b950e446-55f2-4a3e-a37d-a350e1fdab16} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.00538 sec., 4460.966542750929 rows/sec., 330.91 KiB/sec. | ||
| 2316 | 2025.03.01 05:26:23.460345 [ 4 ] {b950e446-55f2-4a3e-a37d-a350e1fdab16} <Debug> TCPHandler: Processed in 0.005884339 sec. | ||
| 2317 | 2025.03.01 05:26:23.460627 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2318 | 2025.03.01 05:26:23.460763 [ 4 ] {c1dcc27b-87cf-452a-bc99-f32803822d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2319 | 2025.03.01 05:26:23.460856 [ 4 ] {c1dcc27b-87cf-452a-bc99-f32803822d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2320 | 2025.03.01 05:26:23.463156 [ 4 ] {c1dcc27b-87cf-452a-bc99-f32803822d77} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2321 | 2025.03.01 05:26:23.463234 [ 4 ] {c1dcc27b-87cf-452a-bc99-f32803822d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2322 | 2025.03.01 05:26:23.464397 [ 4 ] {c1dcc27b-87cf-452a-bc99-f32803822d77} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2323 | 2025.03.01 05:26:23.465010 [ 4 ] {c1dcc27b-87cf-452a-bc99-f32803822d77} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2324 | 2025.03.01 05:26:23.465330 [ 28 ] {} <Debug> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2325 | 2025.03.01 05:26:23.465430 [ 28 ] {} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2326 | 2025.03.01 05:26:23.465499 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2327 | 2025.03.01 05:26:23.465740 [ 4 ] {c1dcc27b-87cf-452a-bc99-f32803822d77} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004943 sec., 12138.37750354036 rows/sec., 837.67 KiB/sec. | ||
| 2328 | 2025.03.01 05:26:23.466048 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 2329 | 2025.03.01 05:26:23.466176 [ 4 ] {c1dcc27b-87cf-452a-bc99-f32803822d77} <Debug> TCPHandler: Processed in 0.005647726 sec. | ||
| 2330 | 2025.03.01 05:26:23.466512 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2331 | 2025.03.01 05:26:23.466570 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 426 rows starting from the beginning of the part | ||
| 2332 | 2025.03.01 05:26:23.466828 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 2333 | 2025.03.01 05:26:23.467331 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 82 rows starting from the beginning of the part | ||
| 2334 | 2025.03.01 05:26:23.467702 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2335 | 2025.03.01 05:26:23.468061 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 2336 | 2025.03.01 05:26:23.468133 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 19 columns (19 merged, 0 gathered) in 0.014182321 sec., 4653.6811569841075 rows/sec., 8.34 MiB/sec. | ||
| 2337 | 2025.03.01 05:26:23.468268 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 2338 | 2025.03.01 05:26:23.468800 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2339 | 2025.03.01 05:26:23.469396 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2340 | 2025.03.01 05:26:23.469511 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2341 | 2025.03.01 05:26:23.469680 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 2342 | 2025.03.01 05:26:23.469955 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 770 rows, containing 4 columns (4 merged, 0 gathered) in 0.004324598 sec., 178051.2315826812 rows/sec., 11.63 MiB/sec. | ||
| 2343 | 2025.03.01 05:26:23.470189 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2344 | 2025.03.01 05:26:23.470544 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_11_2} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2345 | 2025.03.01 05:26:23.470641 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_11_2} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2346 | 2025.03.01 05:26:23.470750 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2347 | 2025.03.01 05:26:27.280997 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 340 | ||
| 2348 | 2025.03.01 05:26:27.284418 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2349 | 2025.03.01 05:26:27.284478 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2350 | 2025.03.01 05:26:27.285999 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2351 | 2025.03.01 05:26:27.286310 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2352 | 2025.03.01 05:26:27.286973 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 340 | ||
| 2353 | 2025.03.01 05:26:27.601254 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2354 | 2025.03.01 05:26:27.601555 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2355 | 2025.03.01 05:26:27.602064 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2356 | 2025.03.01 05:26:27.602131 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2357 | 2025.03.01 05:26:27.602618 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2358 | 2025.03.01 05:26:27.602703 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2359 | 2025.03.01 05:26:27.602887 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2360 | 2025.03.01 05:26:27.602985 [ 288 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2361 | 2025.03.01 05:26:27.603137 [ 287 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2362 | 2025.03.01 05:26:27.603144 [ 290 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2363 | 2025.03.01 05:26:27.603157 [ 286 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2364 | 2025.03.01 05:26:27.603424 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (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 | ||
| 2365 | 2025.03.01 05:26:27.603458 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2366 | 2025.03.01 05:26:27.603602 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2367 | 2025.03.01 05:26:27.603628 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2368 | 2025.03.01 05:26:27.603676 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2369 | 2025.03.01 05:26:27.603729 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2370 | 2025.03.01 05:26:27.603779 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2371 | 2025.03.01 05:26:27.603824 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2372 | 2025.03.01 05:26:27.606023 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004619 sec., 8659.883091578264 rows/sec., 330.24 KiB/sec. | ||
| 2373 | 2025.03.01 05:26:27.606266 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Debug> MemoryTracker: Peak memory usage (for query): 144.15 KiB. | ||
| 2374 | 2025.03.01 05:26:27.606285 [ 4 ] {7a236713-d0d9-4013-8c85-ac81f55e6185} <Debug> TCPHandler: Processed in 0.005165759 sec. | ||
| 2375 | 2025.03.01 05:26:27.647122 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2376 | 2025.03.01 05:26:27.647291 [ 4 ] {5ec962fc-192b-441a-bcf2-14b3da90ab09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2377 | 2025.03.01 05:26:27.647369 [ 4 ] {5ec962fc-192b-441a-bcf2-14b3da90ab09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2378 | 2025.03.01 05:26:27.648379 [ 4 ] {5ec962fc-192b-441a-bcf2-14b3da90ab09} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2379 | 2025.03.01 05:26:27.648431 [ 4 ] {5ec962fc-192b-441a-bcf2-14b3da90ab09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2380 | 2025.03.01 05:26:27.649163 [ 4 ] {5ec962fc-192b-441a-bcf2-14b3da90ab09} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2381 | 2025.03.01 05:26:27.649507 [ 4 ] {5ec962fc-192b-441a-bcf2-14b3da90ab09} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2382 | 2025.03.01 05:26:27.649903 [ 4 ] {5ec962fc-192b-441a-bcf2-14b3da90ab09} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002639 sec., 378.9314134141721 rows/sec., 85.85 KiB/sec. | ||
| 2383 | 2025.03.01 05:26:27.650013 [ 4 ] {5ec962fc-192b-441a-bcf2-14b3da90ab09} <Debug> TCPHandler: Processed in 0.00296275 sec. | ||
| 2384 | 2025.03.01 05:26:27.650189 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2385 | 2025.03.01 05:26:27.650353 [ 4 ] {d3feeff7-3433-4859-aef1-ab1e60884162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2386 | 2025.03.01 05:26:27.650418 [ 4 ] {d3feeff7-3433-4859-aef1-ab1e60884162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2387 | 2025.03.01 05:26:27.651292 [ 4 ] {d3feeff7-3433-4859-aef1-ab1e60884162} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2388 | 2025.03.01 05:26:27.651340 [ 4 ] {d3feeff7-3433-4859-aef1-ab1e60884162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2389 | 2025.03.01 05:26:27.651895 [ 4 ] {d3feeff7-3433-4859-aef1-ab1e60884162} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2390 | 2025.03.01 05:26:27.652269 [ 4 ] {d3feeff7-3433-4859-aef1-ab1e60884162} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2391 | 2025.03.01 05:26:27.652498 [ 4 ] {d3feeff7-3433-4859-aef1-ab1e60884162} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002183 sec., 97114.06321575813 rows/sec., 6.18 MiB/sec. | ||
| 2392 | 2025.03.01 05:26:27.652571 [ 4 ] {d3feeff7-3433-4859-aef1-ab1e60884162} <Debug> TCPHandler: Processed in 0.002457003 sec. | ||
| 2393 | 2025.03.01 05:26:27.652741 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2394 | 2025.03.01 05:26:27.652879 [ 4 ] {a0b83d5d-4ffd-4ff1-b19f-2f6c542f1bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2395 | 2025.03.01 05:26:27.652941 [ 4 ] {a0b83d5d-4ffd-4ff1-b19f-2f6c542f1bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2396 | 2025.03.01 05:26:27.653664 [ 4 ] {a0b83d5d-4ffd-4ff1-b19f-2f6c542f1bd1} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2397 | 2025.03.01 05:26:27.653712 [ 4 ] {a0b83d5d-4ffd-4ff1-b19f-2f6c542f1bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2398 | 2025.03.01 05:26:27.654202 [ 4 ] {a0b83d5d-4ffd-4ff1-b19f-2f6c542f1bd1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2399 | 2025.03.01 05:26:27.654566 [ 4 ] {a0b83d5d-4ffd-4ff1-b19f-2f6c542f1bd1} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2400 | 2025.03.01 05:26:27.654823 [ 4 ] {a0b83d5d-4ffd-4ff1-b19f-2f6c542f1bd1} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001972 sec., 6085.1926977687635 rows/sec., 496.20 KiB/sec. | ||
| 2401 | 2025.03.01 05:26:27.654895 [ 4 ] {a0b83d5d-4ffd-4ff1-b19f-2f6c542f1bd1} <Debug> TCPHandler: Processed in 0.002217109 sec. | ||
| 2402 | 2025.03.01 05:26:27.655061 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2403 | 2025.03.01 05:26:27.655199 [ 4 ] {00cf2de6-bb5d-4747-8b87-4931eb29c44d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2404 | 2025.03.01 05:26:27.655259 [ 4 ] {00cf2de6-bb5d-4747-8b87-4931eb29c44d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2405 | 2025.03.01 05:26:27.657118 [ 4 ] {00cf2de6-bb5d-4747-8b87-4931eb29c44d} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2406 | 2025.03.01 05:26:27.657166 [ 4 ] {00cf2de6-bb5d-4747-8b87-4931eb29c44d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2407 | 2025.03.01 05:26:27.657856 [ 4 ] {00cf2de6-bb5d-4747-8b87-4931eb29c44d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2408 | 2025.03.01 05:26:27.658246 [ 4 ] {00cf2de6-bb5d-4747-8b87-4931eb29c44d} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2409 | 2025.03.01 05:26:27.658478 [ 4 ] {00cf2de6-bb5d-4747-8b87-4931eb29c44d} <Debug> executeQuery: Read 1779 rows, 147.49 KiB in 0.003308 sec., 537787.1825876662 rows/sec., 43.54 MiB/sec. | ||
| 2410 | 2025.03.01 05:26:27.658550 [ 4 ] {00cf2de6-bb5d-4747-8b87-4931eb29c44d} <Debug> TCPHandler: Processed in 0.003551338 sec. | ||
| 2411 | 2025.03.01 05:26:27.658709 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2412 | 2025.03.01 05:26:27.658846 [ 4 ] {ed5309de-26fa-488b-a372-9d65c1e9163b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2413 | 2025.03.01 05:26:27.658907 [ 4 ] {ed5309de-26fa-488b-a372-9d65c1e9163b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2414 | 2025.03.01 05:26:27.659704 [ 4 ] {ed5309de-26fa-488b-a372-9d65c1e9163b} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2415 | 2025.03.01 05:26:27.659750 [ 4 ] {ed5309de-26fa-488b-a372-9d65c1e9163b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2416 | 2025.03.01 05:26:27.660258 [ 4 ] {ed5309de-26fa-488b-a372-9d65c1e9163b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2417 | 2025.03.01 05:26:27.660623 [ 4 ] {ed5309de-26fa-488b-a372-9d65c1e9163b} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2418 | 2025.03.01 05:26:27.660855 [ 4 ] {ed5309de-26fa-488b-a372-9d65c1e9163b} <Debug> executeQuery: Read 126 rows, 7.83 KiB in 0.002039 sec., 61794.997547817555 rows/sec., 3.75 MiB/sec. | ||
| 2419 | 2025.03.01 05:26:27.660927 [ 4 ] {ed5309de-26fa-488b-a372-9d65c1e9163b} <Debug> TCPHandler: Processed in 0.002283601 sec. | ||
| 2420 | 2025.03.01 05:26:27.661098 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2421 | 2025.03.01 05:26:27.661234 [ 4 ] {dcb6e636-2ea5-488b-aadb-304b69695b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2422 | 2025.03.01 05:26:27.661295 [ 4 ] {dcb6e636-2ea5-488b-aadb-304b69695b20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2423 | 2025.03.01 05:26:27.662174 [ 4 ] {dcb6e636-2ea5-488b-aadb-304b69695b20} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2424 | 2025.03.01 05:26:27.662224 [ 4 ] {dcb6e636-2ea5-488b-aadb-304b69695b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2425 | 2025.03.01 05:26:27.662748 [ 4 ] {dcb6e636-2ea5-488b-aadb-304b69695b20} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2426 | 2025.03.01 05:26:27.663108 [ 4 ] {dcb6e636-2ea5-488b-aadb-304b69695b20} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2427 | 2025.03.01 05:26:27.663253 [ 108 ] {} <Debug> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2428 | 2025.03.01 05:26:27.663297 [ 108 ] {} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2429 | 2025.03.01 05:26:27.663321 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2430 | 2025.03.01 05:26:27.663351 [ 4 ] {dcb6e636-2ea5-488b-aadb-304b69695b20} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002144 sec., 159048.50746268657 rows/sec., 10.61 MiB/sec. | ||
| 2431 | 2025.03.01 05:26:27.663562 [ 4 ] {dcb6e636-2ea5-488b-aadb-304b69695b20} <Debug> TCPHandler: Processed in 0.002527344 sec. | ||
| 2432 | 2025.03.01 05:26:27.663572 [ 194 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::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 | ||
| 2433 | 2025.03.01 05:26:27.663755 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2434 | 2025.03.01 05:26:27.663823 [ 194 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2435 | 2025.03.01 05:26:27.663902 [ 194 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part | ||
| 2436 | 2025.03.01 05:26:27.663979 [ 4 ] {a59ea1eb-4501-49a5-9143-deb4fc933f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2437 | 2025.03.01 05:26:27.664131 [ 194 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part | ||
| 2438 | 2025.03.01 05:26:27.664140 [ 4 ] {a59ea1eb-4501-49a5-9143-deb4fc933f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2439 | 2025.03.01 05:26:27.664581 [ 194 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 341 rows starting from the beginning of the part | ||
| 2440 | 2025.03.01 05:26:27.664973 [ 194 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part | ||
| 2441 | 2025.03.01 05:26:27.665357 [ 194 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 113 rows starting from the beginning of the part | ||
| 2442 | 2025.03.01 05:26:27.665733 [ 194 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 341 rows starting from the beginning of the part | ||
| 2443 | 2025.03.01 05:26:27.666703 [ 4 ] {a59ea1eb-4501-49a5-9143-deb4fc933f28} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2444 | 2025.03.01 05:26:27.666773 [ 4 ] {a59ea1eb-4501-49a5-9143-deb4fc933f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2445 | 2025.03.01 05:26:27.667747 [ 4 ] {a59ea1eb-4501-49a5-9143-deb4fc933f28} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2446 | 2025.03.01 05:26:27.668171 [ 4 ] {a59ea1eb-4501-49a5-9143-deb4fc933f28} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2447 | 2025.03.01 05:26:27.669024 [ 4 ] {a59ea1eb-4501-49a5-9143-deb4fc933f28} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00509 sec., 22003.92927308448 rows/sec., 1.25 MiB/sec. | ||
| 2448 | 2025.03.01 05:26:27.669041 [ 188 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005647206 sec., 200807.26646061786 rows/sec., 14.01 MiB/sec. | ||
| 2449 | 2025.03.01 05:26:27.669135 [ 4 ] {a59ea1eb-4501-49a5-9143-deb4fc933f28} <Debug> TCPHandler: Processed in 0.005471553 sec. | ||
| 2450 | 2025.03.01 05:26:27.669268 [ 188 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2451 | 2025.03.01 05:26:27.669282 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2452 | 2025.03.01 05:26:27.669404 [ 4 ] {5d7d84a9-f83e-4418-b5dc-096b49cdad56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2453 | 2025.03.01 05:26:27.669449 [ 4 ] {5d7d84a9-f83e-4418-b5dc-096b49cdad56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2454 | 2025.03.01 05:26:27.669614 [ 188 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_6_1} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2455 | 2025.03.01 05:26:27.669746 [ 188 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_6_1} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2456 | 2025.03.01 05:26:27.669860 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2457 | 2025.03.01 05:26:27.670435 [ 4 ] {5d7d84a9-f83e-4418-b5dc-096b49cdad56} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2458 | 2025.03.01 05:26:27.670472 [ 4 ] {5d7d84a9-f83e-4418-b5dc-096b49cdad56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2459 | 2025.03.01 05:26:27.670858 [ 4 ] {5d7d84a9-f83e-4418-b5dc-096b49cdad56} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2460 | 2025.03.01 05:26:27.671096 [ 4 ] {5d7d84a9-f83e-4418-b5dc-096b49cdad56} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2461 | 2025.03.01 05:26:27.671269 [ 4 ] {5d7d84a9-f83e-4418-b5dc-096b49cdad56} <Debug> executeQuery: Read 858 rows, 63.49 KiB in 0.001893 sec., 453248.81141045963 rows/sec., 32.75 MiB/sec. | ||
| 2462 | 2025.03.01 05:26:27.671323 [ 4 ] {5d7d84a9-f83e-4418-b5dc-096b49cdad56} <Debug> TCPHandler: Processed in 0.002092598 sec. | ||
| 2463 | 2025.03.01 05:26:27.671436 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2464 | 2025.03.01 05:26:27.671542 [ 4 ] {681d78d8-f1bc-4e36-8eb6-137a1d50386a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2465 | 2025.03.01 05:26:27.671588 [ 4 ] {681d78d8-f1bc-4e36-8eb6-137a1d50386a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2466 | 2025.03.01 05:26:27.672010 [ 4 ] {681d78d8-f1bc-4e36-8eb6-137a1d50386a} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2467 | 2025.03.01 05:26:27.672047 [ 4 ] {681d78d8-f1bc-4e36-8eb6-137a1d50386a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2468 | 2025.03.01 05:26:27.672391 [ 4 ] {681d78d8-f1bc-4e36-8eb6-137a1d50386a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2469 | 2025.03.01 05:26:27.672620 [ 4 ] {681d78d8-f1bc-4e36-8eb6-137a1d50386a} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2470 | 2025.03.01 05:26:27.672730 [ 108 ] {} <Debug> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2471 | 2025.03.01 05:26:27.672773 [ 108 ] {} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2472 | 2025.03.01 05:26:27.672796 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2473 | 2025.03.01 05:26:27.672800 [ 4 ] {681d78d8-f1bc-4e36-8eb6-137a1d50386a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001279 sec., 4691.164972634871 rows/sec., 245.10 KiB/sec. | ||
| 2474 | 2025.03.01 05:26:27.672947 [ 4 ] {681d78d8-f1bc-4e36-8eb6-137a1d50386a} <Debug> TCPHandler: Processed in 0.001559651 sec. | ||
| 2475 | 2025.03.01 05:26:27.673038 [ 199 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::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 | ||
| 2476 | 2025.03.01 05:26:27.673119 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2477 | 2025.03.01 05:26:27.673329 [ 4 ] {bc54f9ba-109b-437c-b2ca-e7cad3206ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2478 | 2025.03.01 05:26:27.673343 [ 199 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2479 | 2025.03.01 05:26:27.673421 [ 199 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 2480 | 2025.03.01 05:26:27.673428 [ 4 ] {bc54f9ba-109b-437c-b2ca-e7cad3206ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2481 | 2025.03.01 05:26:27.673764 [ 199 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 2482 | 2025.03.01 05:26:27.674102 [ 199 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2483 | 2025.03.01 05:26:27.674425 [ 199 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2484 | 2025.03.01 05:26:27.674694 [ 199 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 2485 | 2025.03.01 05:26:27.675066 [ 199 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 2486 | 2025.03.01 05:26:27.676194 [ 4 ] {bc54f9ba-109b-437c-b2ca-e7cad3206ae5} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2487 | 2025.03.01 05:26:27.676260 [ 4 ] {bc54f9ba-109b-437c-b2ca-e7cad3206ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2488 | 2025.03.01 05:26:27.677282 [ 194 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004389429 sec., 8201.522339238201 rows/sec., 428.50 KiB/sec. | ||
| 2489 | 2025.03.01 05:26:27.677409 [ 4 ] {bc54f9ba-109b-437c-b2ca-e7cad3206ae5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2490 | 2025.03.01 05:26:27.677485 [ 194 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2491 | 2025.03.01 05:26:27.677912 [ 4 ] {bc54f9ba-109b-437c-b2ca-e7cad3206ae5} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2492 | 2025.03.01 05:26:27.678093 [ 194 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_6_1} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2493 | 2025.03.01 05:26:27.678354 [ 194 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_6_1} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2494 | 2025.03.01 05:26:27.678378 [ 4 ] {bc54f9ba-109b-437c-b2ca-e7cad3206ae5} <Debug> executeQuery: Read 1089 rows, 74.52 KiB in 0.005125 sec., 212487.80487804877 rows/sec., 14.20 MiB/sec. | ||
| 2495 | 2025.03.01 05:26:27.678595 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2496 | 2025.03.01 05:26:27.678613 [ 4 ] {bc54f9ba-109b-437c-b2ca-e7cad3206ae5} <Debug> TCPHandler: Processed in 0.005558775 sec. | ||
| 2497 | 2025.03.01 05:26:27.678776 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2498 | 2025.03.01 05:26:27.678884 [ 4 ] {144ce39d-5f13-424f-bdbd-68801ac45399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2499 | 2025.03.01 05:26:27.678932 [ 4 ] {144ce39d-5f13-424f-bdbd-68801ac45399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2500 | 2025.03.01 05:26:27.679387 [ 4 ] {144ce39d-5f13-424f-bdbd-68801ac45399} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2501 | 2025.03.01 05:26:27.679425 [ 4 ] {144ce39d-5f13-424f-bdbd-68801ac45399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2502 | 2025.03.01 05:26:27.679780 [ 4 ] {144ce39d-5f13-424f-bdbd-68801ac45399} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2503 | 2025.03.01 05:26:27.680014 [ 4 ] {144ce39d-5f13-424f-bdbd-68801ac45399} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2504 | 2025.03.01 05:26:27.680182 [ 4 ] {144ce39d-5f13-424f-bdbd-68801ac45399} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
| 2505 | 2025.03.01 05:26:27.680231 [ 4 ] {144ce39d-5f13-424f-bdbd-68801ac45399} <Debug> TCPHandler: Processed in 0.00150561 sec. | ||
| 2506 | 2025.03.01 05:26:27.680362 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2507 | 2025.03.01 05:26:27.680467 [ 4 ] {ceb65ed9-4ada-47e4-bdb3-d6bce3a5a092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2508 | 2025.03.01 05:26:27.680533 [ 4 ] {ceb65ed9-4ada-47e4-bdb3-d6bce3a5a092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2509 | 2025.03.01 05:26:27.681557 [ 4 ] {ceb65ed9-4ada-47e4-bdb3-d6bce3a5a092} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2510 | 2025.03.01 05:26:27.681594 [ 4 ] {ceb65ed9-4ada-47e4-bdb3-d6bce3a5a092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2511 | 2025.03.01 05:26:27.682189 [ 4 ] {ceb65ed9-4ada-47e4-bdb3-d6bce3a5a092} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2512 | 2025.03.01 05:26:27.682434 [ 4 ] {ceb65ed9-4ada-47e4-bdb3-d6bce3a5a092} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2513 | 2025.03.01 05:26:27.682629 [ 4 ] {ceb65ed9-4ada-47e4-bdb3-d6bce3a5a092} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002184 sec., 3663.0036630036625 rows/sec., 6.56 MiB/sec. | ||
| 2514 | 2025.03.01 05:26:27.682723 [ 4 ] {ceb65ed9-4ada-47e4-bdb3-d6bce3a5a092} <Debug> TCPHandler: Processed in 0.002410423 sec. | ||
| 2515 | 2025.03.01 05:26:27.682860 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2516 | 2025.03.01 05:26:27.682965 [ 4 ] {54eb1681-d8ef-438b-ad01-3bd788f2ff82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2517 | 2025.03.01 05:26:27.683011 [ 4 ] {54eb1681-d8ef-438b-ad01-3bd788f2ff82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2518 | 2025.03.01 05:26:27.683436 [ 4 ] {54eb1681-d8ef-438b-ad01-3bd788f2ff82} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2519 | 2025.03.01 05:26:27.683472 [ 4 ] {54eb1681-d8ef-438b-ad01-3bd788f2ff82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2520 | 2025.03.01 05:26:27.683822 [ 4 ] {54eb1681-d8ef-438b-ad01-3bd788f2ff82} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2521 | 2025.03.01 05:26:27.684057 [ 4 ] {54eb1681-d8ef-438b-ad01-3bd788f2ff82} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2522 | 2025.03.01 05:26:27.684225 [ 4 ] {54eb1681-d8ef-438b-ad01-3bd788f2ff82} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001282 sec., 63962.5585023401 rows/sec., 4.06 MiB/sec. | ||
| 2523 | 2025.03.01 05:26:27.684272 [ 4 ] {54eb1681-d8ef-438b-ad01-3bd788f2ff82} <Debug> TCPHandler: Processed in 0.001463339 sec. | ||
| 2524 | 2025.03.01 05:26:28.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.15 MiB, peak 174.31 MiB, free memory in arenas 0.00 B, will set to 167.12 MiB (RSS), difference: -1.03 MiB | ||
| 2525 | 2025.03.01 05:26:29.775494 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2526 | 2025.03.01 05:26:29.776236 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2527 | 2025.03.01 05:26:29.776295 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2528 | 2025.03.01 05:26:29.776844 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2529 | 2025.03.01 05:26:29.777110 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2530 | 2025.03.01 05:26:29.777306 [ 147 ] {} <Debug> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2531 | 2025.03.01 05:26:29.777376 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2532 | 2025.03.01 05:26:29.777404 [ 147 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2533 | 2025.03.01 05:26:29.777437 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2534 | 2025.03.01 05:26:29.777564 [ 191 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::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 | ||
| 2535 | 2025.03.01 05:26:29.777710 [ 191 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2536 | 2025.03.01 05:26:29.777759 [ 191 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::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 | ||
| 2537 | 2025.03.01 05:26:29.777874 [ 191 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
| 2538 | 2025.03.01 05:26:29.778092 [ 191 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
| 2539 | 2025.03.01 05:26:29.778240 [ 191 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
| 2540 | 2025.03.01 05:26:29.778407 [ 191 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
| 2541 | 2025.03.01 05:26:29.778486 [ 191 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
| 2542 | 2025.03.01 05:26:29.780199 [ 199 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002695907 sec., 1878032.1428001781 rows/sec., 26.87 MiB/sec. | ||
| 2543 | 2025.03.01 05:26:29.780865 [ 199 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2544 | 2025.03.01 05:26:29.781196 [ 199 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_11_2} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2545 | 2025.03.01 05:26:29.781294 [ 199 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_11_2} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2546 | 2025.03.01 05:26:29.781392 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 2547 | 2025.03.01 05:26:30.090203 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2548 | 2025.03.01 05:26:30.111150 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2549 | 2025.03.01 05:26:30.111202 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2550 | 2025.03.01 05:26:30.118566 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2551 | 2025.03.01 05:26:30.119369 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2552 | 2025.03.01 05:26:30.119647 [ 147 ] {} <Debug> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2553 | 2025.03.01 05:26:30.119727 [ 147 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2554 | 2025.03.01 05:26:30.119778 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2555 | 2025.03.01 05:26:30.120333 [ 191 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 2556 | 2025.03.01 05:26:30.129739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2557 | 2025.03.01 05:26:30.130754 [ 191 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2558 | 2025.03.01 05:26:30.131652 [ 191 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 2559 | 2025.03.01 05:26:30.135966 [ 191 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 2560 | 2025.03.01 05:26:30.140299 [ 191 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 2561 | 2025.03.01 05:26:30.145029 [ 191 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 2562 | 2025.03.01 05:26:30.149965 [ 191 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 2563 | 2025.03.01 05:26:30.154340 [ 191 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 2564 | 2025.03.01 05:26:30.209685 [ 189 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.089802241 sec., 924.253104106834 rows/sec., 4.78 MiB/sec. | ||
| 2565 | 2025.03.01 05:26:30.211170 [ 187 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2566 | 2025.03.01 05:26:30.213522 [ 187 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_11_2} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2567 | 2025.03.01 05:26:30.213618 [ 187 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_11_2} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2568 | 2025.03.01 05:26:30.214754 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2569 | 2025.03.01 05:26:33.415826 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2570 | 2025.03.01 05:26:33.416045 [ 4 ] {83cfd8d8-838f-49f5-9ee8-d11ebc43bbb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2571 | 2025.03.01 05:26:33.416126 [ 4 ] {83cfd8d8-838f-49f5-9ee8-d11ebc43bbb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2572 | 2025.03.01 05:26:33.416957 [ 4 ] {83cfd8d8-838f-49f5-9ee8-d11ebc43bbb5} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2573 | 2025.03.01 05:26:33.417013 [ 4 ] {83cfd8d8-838f-49f5-9ee8-d11ebc43bbb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2574 | 2025.03.01 05:26:33.417459 [ 4 ] {83cfd8d8-838f-49f5-9ee8-d11ebc43bbb5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2575 | 2025.03.01 05:26:33.417715 [ 4 ] {83cfd8d8-838f-49f5-9ee8-d11ebc43bbb5} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2576 | 2025.03.01 05:26:33.418006 [ 4 ] {83cfd8d8-838f-49f5-9ee8-d11ebc43bbb5} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002017 sec., 53544.86861675756 rows/sec., 4.48 MiB/sec. | ||
| 2577 | 2025.03.01 05:26:33.418232 [ 4 ] {83cfd8d8-838f-49f5-9ee8-d11ebc43bbb5} <Debug> TCPHandler: Processed in 0.002541045 sec. | ||
| 2578 | 2025.03.01 05:26:33.418387 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2579 | 2025.03.01 05:26:33.418505 [ 4 ] {cb80d2cd-84e7-4470-8c52-619a5c21d0f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2580 | 2025.03.01 05:26:33.418563 [ 4 ] {cb80d2cd-84e7-4470-8c52-619a5c21d0f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2581 | 2025.03.01 05:26:33.419140 [ 4 ] {cb80d2cd-84e7-4470-8c52-619a5c21d0f5} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2582 | 2025.03.01 05:26:33.419200 [ 4 ] {cb80d2cd-84e7-4470-8c52-619a5c21d0f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2583 | 2025.03.01 05:26:33.419757 [ 4 ] {cb80d2cd-84e7-4470-8c52-619a5c21d0f5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2584 | 2025.03.01 05:26:33.419994 [ 4 ] {cb80d2cd-84e7-4470-8c52-619a5c21d0f5} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2585 | 2025.03.01 05:26:33.420223 [ 4 ] {cb80d2cd-84e7-4470-8c52-619a5c21d0f5} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001746 sec., 14891.179839633449 rows/sec., 1.09 MiB/sec. | ||
| 2586 | 2025.03.01 05:26:33.420281 [ 4 ] {cb80d2cd-84e7-4470-8c52-619a5c21d0f5} <Debug> TCPHandler: Processed in 0.001947957 sec. | ||
| 2587 | 2025.03.01 05:26:33.420410 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2588 | 2025.03.01 05:26:33.420532 [ 4 ] {b5fc662c-6a0b-4016-a01d-6c1d05cef9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2589 | 2025.03.01 05:26:33.420583 [ 4 ] {b5fc662c-6a0b-4016-a01d-6c1d05cef9cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2590 | 2025.03.01 05:26:33.421167 [ 4 ] {b5fc662c-6a0b-4016-a01d-6c1d05cef9cd} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2591 | 2025.03.01 05:26:33.421209 [ 4 ] {b5fc662c-6a0b-4016-a01d-6c1d05cef9cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2592 | 2025.03.01 05:26:33.421590 [ 4 ] {b5fc662c-6a0b-4016-a01d-6c1d05cef9cd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2593 | 2025.03.01 05:26:33.421830 [ 4 ] {b5fc662c-6a0b-4016-a01d-6c1d05cef9cd} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2594 | 2025.03.01 05:26:33.422053 [ 4 ] {b5fc662c-6a0b-4016-a01d-6c1d05cef9cd} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001547 sec., 58177.117000646416 rows/sec., 4.54 MiB/sec. | ||
| 2595 | 2025.03.01 05:26:33.422106 [ 4 ] {b5fc662c-6a0b-4016-a01d-6c1d05cef9cd} <Debug> TCPHandler: Processed in 0.001752323 sec. | ||
| 2596 | 2025.03.01 05:26:33.422241 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2597 | 2025.03.01 05:26:33.422348 [ 4 ] {22a34e45-b139-4b98-bf23-ebd9406a68c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2598 | 2025.03.01 05:26:33.422399 [ 4 ] {22a34e45-b139-4b98-bf23-ebd9406a68c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2599 | 2025.03.01 05:26:33.422921 [ 4 ] {22a34e45-b139-4b98-bf23-ebd9406a68c1} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2600 | 2025.03.01 05:26:33.422961 [ 4 ] {22a34e45-b139-4b98-bf23-ebd9406a68c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2601 | 2025.03.01 05:26:33.423356 [ 4 ] {22a34e45-b139-4b98-bf23-ebd9406a68c1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2602 | 2025.03.01 05:26:33.423613 [ 4 ] {22a34e45-b139-4b98-bf23-ebd9406a68c1} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2603 | 2025.03.01 05:26:33.423869 [ 4 ] {22a34e45-b139-4b98-bf23-ebd9406a68c1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
| 2604 | 2025.03.01 05:26:33.424070 [ 4 ] {22a34e45-b139-4b98-bf23-ebd9406a68c1} <Debug> TCPHandler: Processed in 0.001877336 sec. | ||
| 2605 | 2025.03.01 05:26:33.424195 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2606 | 2025.03.01 05:26:33.424299 [ 4 ] {17f80cc8-5d25-44e7-b1d8-649e615c7eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2607 | 2025.03.01 05:26:33.424372 [ 4 ] {17f80cc8-5d25-44e7-b1d8-649e615c7eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2608 | 2025.03.01 05:26:33.425465 [ 4 ] {17f80cc8-5d25-44e7-b1d8-649e615c7eef} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2609 | 2025.03.01 05:26:33.425505 [ 4 ] {17f80cc8-5d25-44e7-b1d8-649e615c7eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2610 | 2025.03.01 05:26:33.426136 [ 4 ] {17f80cc8-5d25-44e7-b1d8-649e615c7eef} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2611 | 2025.03.01 05:26:33.426410 [ 4 ] {17f80cc8-5d25-44e7-b1d8-649e615c7eef} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2612 | 2025.03.01 05:26:33.426650 [ 4 ] {17f80cc8-5d25-44e7-b1d8-649e615c7eef} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002373 sec., 10956.595027391488 rows/sec., 19.63 MiB/sec. | ||
| 2613 | 2025.03.01 05:26:33.426745 [ 4 ] {17f80cc8-5d25-44e7-b1d8-649e615c7eef} <Debug> TCPHandler: Processed in 0.002599264 sec. | ||
| 2614 | 2025.03.01 05:26:33.426890 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2615 | 2025.03.01 05:26:33.426995 [ 4 ] {25165ce7-6f28-4ab2-8aa7-fc3082cca185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2616 | 2025.03.01 05:26:33.427043 [ 4 ] {25165ce7-6f28-4ab2-8aa7-fc3082cca185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2617 | 2025.03.01 05:26:33.427483 [ 4 ] {25165ce7-6f28-4ab2-8aa7-fc3082cca185} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2618 | 2025.03.01 05:26:33.427524 [ 4 ] {25165ce7-6f28-4ab2-8aa7-fc3082cca185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2619 | 2025.03.01 05:26:33.427906 [ 4 ] {25165ce7-6f28-4ab2-8aa7-fc3082cca185} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2620 | 2025.03.01 05:26:33.428155 [ 4 ] {25165ce7-6f28-4ab2-8aa7-fc3082cca185} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2621 | 2025.03.01 05:26:33.428439 [ 4 ] {25165ce7-6f28-4ab2-8aa7-fc3082cca185} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. | ||
| 2622 | 2025.03.01 05:26:33.428597 [ 4 ] {25165ce7-6f28-4ab2-8aa7-fc3082cca185} <Debug> TCPHandler: Processed in 0.001753554 sec. | ||
| 2623 | 2025.03.01 05:26:37.187720 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2624 | 2025.03.01 05:26:37.187775 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2625 | 2025.03.01 05:26:37.277538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2626 | 2025.03.01 05:26:37.278208 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2627 | 2025.03.01 05:26:37.278248 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2628 | 2025.03.01 05:26:37.278875 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2629 | 2025.03.01 05:26:37.279151 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2630 | 2025.03.01 05:26:37.279329 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2631 | 2025.03.01 05:26:37.287261 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 380 | ||
| 2632 | 2025.03.01 05:26:37.291360 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2633 | 2025.03.01 05:26:37.291434 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2634 | 2025.03.01 05:26:37.293205 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2635 | 2025.03.01 05:26:37.293628 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2636 | 2025.03.01 05:26:37.294302 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 380 | ||
| 2637 | 2025.03.01 05:26:37.629855 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2638 | 2025.03.01 05:26:37.649622 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2639 | 2025.03.01 05:26:37.649683 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2640 | 2025.03.01 05:26:37.657128 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2641 | 2025.03.01 05:26:37.657923 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2642 | 2025.03.01 05:26:37.660753 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2643 | 2025.03.01 05:26:38.421393 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2644 | 2025.03.01 05:26:38.421593 [ 4 ] {b823fa11-8c0f-48de-ae45-d8519f66595b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2645 | 2025.03.01 05:26:38.421671 [ 4 ] {b823fa11-8c0f-48de-ae45-d8519f66595b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2646 | 2025.03.01 05:26:38.422541 [ 4 ] {b823fa11-8c0f-48de-ae45-d8519f66595b} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2647 | 2025.03.01 05:26:38.422594 [ 4 ] {b823fa11-8c0f-48de-ae45-d8519f66595b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2648 | 2025.03.01 05:26:38.423037 [ 4 ] {b823fa11-8c0f-48de-ae45-d8519f66595b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2649 | 2025.03.01 05:26:38.423297 [ 4 ] {b823fa11-8c0f-48de-ae45-d8519f66595b} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2650 | 2025.03.01 05:26:38.423557 [ 4 ] {b823fa11-8c0f-48de-ae45-d8519f66595b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002015 sec., 105210.91811414393 rows/sec., 6.69 MiB/sec. | ||
| 2651 | 2025.03.01 05:26:38.423627 [ 4 ] {b823fa11-8c0f-48de-ae45-d8519f66595b} <Debug> TCPHandler: Processed in 0.002366022 sec. | ||
| 2652 | 2025.03.01 05:26:38.423764 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2653 | 2025.03.01 05:26:38.423879 [ 4 ] {088e16de-57fe-4eeb-8c93-f431c1f049bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2654 | 2025.03.01 05:26:38.423930 [ 4 ] {088e16de-57fe-4eeb-8c93-f431c1f049bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2655 | 2025.03.01 05:26:38.424746 [ 4 ] {088e16de-57fe-4eeb-8c93-f431c1f049bc} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2656 | 2025.03.01 05:26:38.424790 [ 4 ] {088e16de-57fe-4eeb-8c93-f431c1f049bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2657 | 2025.03.01 05:26:38.425212 [ 4 ] {088e16de-57fe-4eeb-8c93-f431c1f049bc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2658 | 2025.03.01 05:26:38.425460 [ 4 ] {088e16de-57fe-4eeb-8c93-f431c1f049bc} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2659 | 2025.03.01 05:26:38.425681 [ 4 ] {088e16de-57fe-4eeb-8c93-f431c1f049bc} <Debug> executeQuery: Read 643 rows, 51.91 KiB in 0.001828 sec., 351750.5470459519 rows/sec., 27.73 MiB/sec. | ||
| 2660 | 2025.03.01 05:26:38.425736 [ 4 ] {088e16de-57fe-4eeb-8c93-f431c1f049bc} <Debug> TCPHandler: Processed in 0.002024277 sec. | ||
| 2661 | 2025.03.01 05:26:38.425860 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2662 | 2025.03.01 05:26:38.425969 [ 4 ] {8be2b6f8-a063-499f-a378-7959ef3edc35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2663 | 2025.03.01 05:26:38.426018 [ 4 ] {8be2b6f8-a063-499f-a378-7959ef3edc35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2664 | 2025.03.01 05:26:38.426572 [ 4 ] {8be2b6f8-a063-499f-a378-7959ef3edc35} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2665 | 2025.03.01 05:26:38.426612 [ 4 ] {8be2b6f8-a063-499f-a378-7959ef3edc35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2666 | 2025.03.01 05:26:38.426965 [ 4 ] {8be2b6f8-a063-499f-a378-7959ef3edc35} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2667 | 2025.03.01 05:26:38.427202 [ 4 ] {8be2b6f8-a063-499f-a378-7959ef3edc35} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2668 | 2025.03.01 05:26:38.427381 [ 4 ] {8be2b6f8-a063-499f-a378-7959ef3edc35} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.001434 sec., 82984.65829846583 rows/sec., 5.01 MiB/sec. | ||
| 2669 | 2025.03.01 05:26:38.427488 [ 4 ] {8be2b6f8-a063-499f-a378-7959ef3edc35} <Debug> TCPHandler: Processed in 0.001680253 sec. | ||
| 2670 | 2025.03.01 05:26:38.427608 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2671 | 2025.03.01 05:26:38.427712 [ 4 ] {7fd9877b-99fd-4c81-9257-7718fa05571d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2672 | 2025.03.01 05:26:38.427758 [ 4 ] {7fd9877b-99fd-4c81-9257-7718fa05571d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2673 | 2025.03.01 05:26:38.428292 [ 4 ] {7fd9877b-99fd-4c81-9257-7718fa05571d} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2674 | 2025.03.01 05:26:38.428329 [ 4 ] {7fd9877b-99fd-4c81-9257-7718fa05571d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2675 | 2025.03.01 05:26:38.428673 [ 4 ] {7fd9877b-99fd-4c81-9257-7718fa05571d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2676 | 2025.03.01 05:26:38.428907 [ 4 ] {7fd9877b-99fd-4c81-9257-7718fa05571d} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2677 | 2025.03.01 05:26:38.429080 [ 4 ] {7fd9877b-99fd-4c81-9257-7718fa05571d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001389 sec., 81353.49172066235 rows/sec., 5.27 MiB/sec. | ||
| 2678 | 2025.03.01 05:26:38.429130 [ 4 ] {7fd9877b-99fd-4c81-9257-7718fa05571d} <Debug> TCPHandler: Processed in 0.001572401 sec. | ||
| 2679 | 2025.03.01 05:26:38.429243 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2680 | 2025.03.01 05:26:38.429347 [ 4 ] {a218a7a6-85ea-4e05-b2d5-e82669fb6027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2681 | 2025.03.01 05:26:38.429392 [ 4 ] {a218a7a6-85ea-4e05-b2d5-e82669fb6027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2682 | 2025.03.01 05:26:38.429947 [ 4 ] {a218a7a6-85ea-4e05-b2d5-e82669fb6027} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2683 | 2025.03.01 05:26:38.429985 [ 4 ] {a218a7a6-85ea-4e05-b2d5-e82669fb6027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2684 | 2025.03.01 05:26:38.430327 [ 4 ] {a218a7a6-85ea-4e05-b2d5-e82669fb6027} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2685 | 2025.03.01 05:26:38.430564 [ 4 ] {a218a7a6-85ea-4e05-b2d5-e82669fb6027} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2686 | 2025.03.01 05:26:38.430800 [ 4 ] {a218a7a6-85ea-4e05-b2d5-e82669fb6027} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001458 sec., 76817.55829903978 rows/sec., 4.38 MiB/sec. | ||
| 2687 | 2025.03.01 05:26:38.430936 [ 4 ] {a218a7a6-85ea-4e05-b2d5-e82669fb6027} <Debug> TCPHandler: Processed in 0.001742124 sec. | ||
| 2688 | 2025.03.01 05:26:38.431055 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2689 | 2025.03.01 05:26:38.431159 [ 4 ] {059cb122-6145-4eb2-af00-33af1d267a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2690 | 2025.03.01 05:26:38.431203 [ 4 ] {059cb122-6145-4eb2-af00-33af1d267a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2691 | 2025.03.01 05:26:38.431861 [ 4 ] {059cb122-6145-4eb2-af00-33af1d267a4c} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2692 | 2025.03.01 05:26:38.431900 [ 4 ] {059cb122-6145-4eb2-af00-33af1d267a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2693 | 2025.03.01 05:26:38.432282 [ 4 ] {059cb122-6145-4eb2-af00-33af1d267a4c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2694 | 2025.03.01 05:26:38.432525 [ 4 ] {059cb122-6145-4eb2-af00-33af1d267a4c} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2695 | 2025.03.01 05:26:38.432705 [ 4 ] {059cb122-6145-4eb2-af00-33af1d267a4c} <Debug> executeQuery: Read 398 rows, 28.87 KiB in 0.001567 sec., 253988.5130823229 rows/sec., 17.99 MiB/sec. | ||
| 2696 | 2025.03.01 05:26:38.432755 [ 4 ] {059cb122-6145-4eb2-af00-33af1d267a4c} <Debug> TCPHandler: Processed in 0.001750644 sec. | ||
| 2697 | 2025.03.01 05:26:38.432877 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2698 | 2025.03.01 05:26:38.432981 [ 4 ] {9bf8054d-9558-4ecb-bef4-aaf4206a6eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2699 | 2025.03.01 05:26:38.433027 [ 4 ] {9bf8054d-9558-4ecb-bef4-aaf4206a6eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2700 | 2025.03.01 05:26:38.433457 [ 4 ] {9bf8054d-9558-4ecb-bef4-aaf4206a6eff} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2701 | 2025.03.01 05:26:38.433493 [ 4 ] {9bf8054d-9558-4ecb-bef4-aaf4206a6eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2702 | 2025.03.01 05:26:38.433838 [ 4 ] {9bf8054d-9558-4ecb-bef4-aaf4206a6eff} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2703 | 2025.03.01 05:26:38.434071 [ 4 ] {9bf8054d-9558-4ecb-bef4-aaf4206a6eff} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2704 | 2025.03.01 05:26:38.434272 [ 4 ] {9bf8054d-9558-4ecb-bef4-aaf4206a6eff} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001311 sec., 4576.659038901602 rows/sec., 239.11 KiB/sec. | ||
| 2705 | 2025.03.01 05:26:38.434326 [ 4 ] {9bf8054d-9558-4ecb-bef4-aaf4206a6eff} <Debug> TCPHandler: Processed in 0.00149961 sec. | ||
| 2706 | 2025.03.01 05:26:38.434461 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2707 | 2025.03.01 05:26:38.434567 [ 4 ] {e4f5890b-0718-4d4c-b366-7a7c9e22546f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2708 | 2025.03.01 05:26:38.434616 [ 4 ] {e4f5890b-0718-4d4c-b366-7a7c9e22546f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2709 | 2025.03.01 05:26:38.435163 [ 4 ] {e4f5890b-0718-4d4c-b366-7a7c9e22546f} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2710 | 2025.03.01 05:26:38.435199 [ 4 ] {e4f5890b-0718-4d4c-b366-7a7c9e22546f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2711 | 2025.03.01 05:26:38.435573 [ 4 ] {e4f5890b-0718-4d4c-b366-7a7c9e22546f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2712 | 2025.03.01 05:26:38.435810 [ 4 ] {e4f5890b-0718-4d4c-b366-7a7c9e22546f} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2713 | 2025.03.01 05:26:38.436024 [ 4 ] {e4f5890b-0718-4d4c-b366-7a7c9e22546f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001464 sec., 161885.24590163934 rows/sec., 10.85 MiB/sec. | ||
| 2714 | 2025.03.01 05:26:38.436232 [ 4 ] {e4f5890b-0718-4d4c-b366-7a7c9e22546f} <Debug> TCPHandler: Processed in 0.001827545 sec. | ||
| 2715 | 2025.03.01 05:26:38.436406 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2716 | 2025.03.01 05:26:38.436513 [ 4 ] {b61832bb-2f84-481f-a979-7615b84a00fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2717 | 2025.03.01 05:26:38.436561 [ 4 ] {b61832bb-2f84-481f-a979-7615b84a00fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2718 | 2025.03.01 05:26:38.437016 [ 4 ] {b61832bb-2f84-481f-a979-7615b84a00fb} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2719 | 2025.03.01 05:26:38.437055 [ 4 ] {b61832bb-2f84-481f-a979-7615b84a00fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2720 | 2025.03.01 05:26:38.437394 [ 4 ] {b61832bb-2f84-481f-a979-7615b84a00fb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2721 | 2025.03.01 05:26:38.437651 [ 4 ] {b61832bb-2f84-481f-a979-7615b84a00fb} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2722 | 2025.03.01 05:26:38.437838 [ 4 ] {b61832bb-2f84-481f-a979-7615b84a00fb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001347 sec., 742.3904974016332 rows/sec., 50.02 KiB/sec. | ||
| 2723 | 2025.03.01 05:26:38.437888 [ 4 ] {b61832bb-2f84-481f-a979-7615b84a00fb} <Debug> TCPHandler: Processed in 0.001533291 sec. | ||
| 2724 | 2025.03.01 05:26:38.438006 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2725 | 2025.03.01 05:26:38.438110 [ 4 ] {147713c7-747f-4c70-ae2d-e6fe6f2fe911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2726 | 2025.03.01 05:26:38.438175 [ 4 ] {147713c7-747f-4c70-ae2d-e6fe6f2fe911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2727 | 2025.03.01 05:26:38.439211 [ 4 ] {147713c7-747f-4c70-ae2d-e6fe6f2fe911} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2728 | 2025.03.01 05:26:38.439248 [ 4 ] {147713c7-747f-4c70-ae2d-e6fe6f2fe911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2729 | 2025.03.01 05:26:38.439851 [ 4 ] {147713c7-747f-4c70-ae2d-e6fe6f2fe911} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2730 | 2025.03.01 05:26:38.440108 [ 4 ] {147713c7-747f-4c70-ae2d-e6fe6f2fe911} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2731 | 2025.03.01 05:26:38.440311 [ 4 ] {147713c7-747f-4c70-ae2d-e6fe6f2fe911} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002223 sec., 5847.953216374269 rows/sec., 10.48 MiB/sec. | ||
| 2732 | 2025.03.01 05:26:38.440407 [ 4 ] {147713c7-747f-4c70-ae2d-e6fe6f2fe911} <Debug> TCPHandler: Processed in 0.002451983 sec. | ||
| 2733 | 2025.03.01 05:26:38.440550 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2734 | 2025.03.01 05:26:38.440656 [ 4 ] {ea95a9fc-f089-42b9-bc90-8a44ea2d6267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2735 | 2025.03.01 05:26:38.440701 [ 4 ] {ea95a9fc-f089-42b9-bc90-8a44ea2d6267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2736 | 2025.03.01 05:26:38.441107 [ 4 ] {ea95a9fc-f089-42b9-bc90-8a44ea2d6267} <Trace> oximeter.measurements_i64 (83f16206-504b-4513-8ca0-30866929031b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2737 | 2025.03.01 05:26:38.441144 [ 4 ] {ea95a9fc-f089-42b9-bc90-8a44ea2d6267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2738 | 2025.03.01 05:26:38.441484 [ 4 ] {ea95a9fc-f089-42b9-bc90-8a44ea2d6267} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2739 | 2025.03.01 05:26:38.441717 [ 4 ] {ea95a9fc-f089-42b9-bc90-8a44ea2d6267} <Trace> oximeter.measurements_i64 (83f16206-504b-4513-8ca0-30866929031b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2740 | 2025.03.01 05:26:38.441905 [ 4 ] {ea95a9fc-f089-42b9-bc90-8a44ea2d6267} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.001266 sec., 2369.6682464454975 rows/sec., 167.39 KiB/sec. | ||
| 2741 | 2025.03.01 05:26:38.441973 [ 4 ] {ea95a9fc-f089-42b9-bc90-8a44ea2d6267} <Debug> TCPHandler: Processed in 0.001472969 sec. | ||
| 2742 | 2025.03.01 05:26:38.442108 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2743 | 2025.03.01 05:26:38.442212 [ 4 ] {7cd41175-34d2-4e1d-8663-db6e44973a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2744 | 2025.03.01 05:26:38.442257 [ 4 ] {7cd41175-34d2-4e1d-8663-db6e44973a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2745 | 2025.03.01 05:26:38.442704 [ 4 ] {7cd41175-34d2-4e1d-8663-db6e44973a06} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2746 | 2025.03.01 05:26:38.442741 [ 4 ] {7cd41175-34d2-4e1d-8663-db6e44973a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2747 | 2025.03.01 05:26:38.443079 [ 4 ] {7cd41175-34d2-4e1d-8663-db6e44973a06} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2748 | 2025.03.01 05:26:38.443323 [ 4 ] {7cd41175-34d2-4e1d-8663-db6e44973a06} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2749 | 2025.03.01 05:26:38.443505 [ 4 ] {7cd41175-34d2-4e1d-8663-db6e44973a06} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001315 sec., 62357.4144486692 rows/sec., 3.96 MiB/sec. | ||
| 2750 | 2025.03.01 05:26:38.443554 [ 4 ] {7cd41175-34d2-4e1d-8663-db6e44973a06} <Debug> TCPHandler: Processed in 0.001495011 sec. | ||
| 2751 | 2025.03.01 05:26:38.712921 [ 76 ] {} <Debug> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2752 | 2025.03.01 05:26:38.712984 [ 76 ] {} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2753 | 2025.03.01 05:26:38.713006 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2754 | 2025.03.01 05:26:38.713246 [ 193 ] {2683dd14-f1e8-4644-bc65-ff9b069d91f2::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 | ||
| 2755 | 2025.03.01 05:26:38.713591 [ 193 ] {2683dd14-f1e8-4644-bc65-ff9b069d91f2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2756 | 2025.03.01 05:26:38.713638 [ 193 ] {2683dd14-f1e8-4644-bc65-ff9b069d91f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2757 | 2025.03.01 05:26:38.713757 [ 193 ] {2683dd14-f1e8-4644-bc65-ff9b069d91f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 2758 | 2025.03.01 05:26:38.713887 [ 193 ] {2683dd14-f1e8-4644-bc65-ff9b069d91f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2759 | 2025.03.01 05:26:38.713968 [ 193 ] {2683dd14-f1e8-4644-bc65-ff9b069d91f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
| 2760 | 2025.03.01 05:26:38.714130 [ 193 ] {2683dd14-f1e8-4644-bc65-ff9b069d91f2::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 | ||
| 2761 | 2025.03.01 05:26:38.716372 [ 189 ] {2683dd14-f1e8-4644-bc65-ff9b069d91f2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003279054 sec., 12503.60622301432 rows/sec., 2.64 MiB/sec. | ||
| 2762 | 2025.03.01 05:26:38.716548 [ 189 ] {2683dd14-f1e8-4644-bc65-ff9b069d91f2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2763 | 2025.03.01 05:26:38.716962 [ 189 ] {2683dd14-f1e8-4644-bc65-ff9b069d91f2::all_1_5_1} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2764 | 2025.03.01 05:26:38.717041 [ 189 ] {2683dd14-f1e8-4644-bc65-ff9b069d91f2::all_1_5_1} <Trace> oximeter.timeseries_schema (2683dd14-f1e8-4644-bc65-ff9b069d91f2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2765 | 2025.03.01 05:26:38.717123 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2766 | 2025.03.01 05:26:43.415628 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2767 | 2025.03.01 05:26:43.415829 [ 4 ] {e5ead2ce-95ed-4165-815d-41a4cfa466a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2768 | 2025.03.01 05:26:43.415904 [ 4 ] {e5ead2ce-95ed-4165-815d-41a4cfa466a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2769 | 2025.03.01 05:26:43.416752 [ 4 ] {e5ead2ce-95ed-4165-815d-41a4cfa466a9} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2770 | 2025.03.01 05:26:43.416800 [ 4 ] {e5ead2ce-95ed-4165-815d-41a4cfa466a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2771 | 2025.03.01 05:26:43.417237 [ 4 ] {e5ead2ce-95ed-4165-815d-41a4cfa466a9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2772 | 2025.03.01 05:26:43.417492 [ 4 ] {e5ead2ce-95ed-4165-815d-41a4cfa466a9} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2773 | 2025.03.01 05:26:43.417806 [ 4 ] {e5ead2ce-95ed-4165-815d-41a4cfa466a9} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002021 sec., 53438.89163780307 rows/sec., 4.47 MiB/sec. | ||
| 2774 | 2025.03.01 05:26:43.417994 [ 4 ] {e5ead2ce-95ed-4165-815d-41a4cfa466a9} <Debug> TCPHandler: Processed in 0.002495953 sec. | ||
| 2775 | 2025.03.01 05:26:43.418143 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2776 | 2025.03.01 05:26:43.418262 [ 4 ] {74258cc8-f38b-4195-94a6-c0630de2f7c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2777 | 2025.03.01 05:26:43.418315 [ 4 ] {74258cc8-f38b-4195-94a6-c0630de2f7c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2778 | 2025.03.01 05:26:43.418926 [ 4 ] {74258cc8-f38b-4195-94a6-c0630de2f7c8} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2779 | 2025.03.01 05:26:43.418969 [ 4 ] {74258cc8-f38b-4195-94a6-c0630de2f7c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2780 | 2025.03.01 05:26:43.419351 [ 4 ] {74258cc8-f38b-4195-94a6-c0630de2f7c8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2781 | 2025.03.01 05:26:43.419667 [ 4 ] {74258cc8-f38b-4195-94a6-c0630de2f7c8} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2782 | 2025.03.01 05:26:43.419854 [ 29 ] {} <Debug> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 2783 | 2025.03.01 05:26:43.419915 [ 4 ] {74258cc8-f38b-4195-94a6-c0630de2f7c8} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001678 sec., 15494.636471990465 rows/sec., 1.14 MiB/sec. | ||
| 2784 | 2025.03.01 05:26:43.419931 [ 29 ] {} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2785 | 2025.03.01 05:26:43.420005 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2786 | 2025.03.01 05:26:43.420061 [ 4 ] {74258cc8-f38b-4195-94a6-c0630de2f7c8} <Debug> TCPHandler: Processed in 0.001972506 sec. | ||
| 2787 | 2025.03.01 05:26:43.420436 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2788 | 2025.03.01 05:26:43.420459 [ 201 ] {c6d09d30-0728-440b-ab06-828c53115f99::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 | ||
| 2789 | 2025.03.01 05:26:43.420689 [ 4 ] {7ea68c8d-f378-4fac-9390-3265e48741af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2790 | 2025.03.01 05:26:43.420762 [ 201 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2791 | 2025.03.01 05:26:43.420792 [ 4 ] {7ea68c8d-f378-4fac-9390-3265e48741af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2792 | 2025.03.01 05:26:43.420834 [ 201 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 114 rows starting from the beginning of the part | ||
| 2793 | 2025.03.01 05:26:43.421189 [ 201 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 2794 | 2025.03.01 05:26:43.421585 [ 201 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 126 rows starting from the beginning of the part | ||
| 2795 | 2025.03.01 05:26:43.421997 [ 201 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 2796 | 2025.03.01 05:26:43.422375 [ 201 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 119 rows starting from the beginning of the part | ||
| 2797 | 2025.03.01 05:26:43.422654 [ 201 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 2798 | 2025.03.01 05:26:43.423620 [ 4 ] {7ea68c8d-f378-4fac-9390-3265e48741af} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2799 | 2025.03.01 05:26:43.423690 [ 4 ] {7ea68c8d-f378-4fac-9390-3265e48741af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2800 | 2025.03.01 05:26:43.424787 [ 4 ] {7ea68c8d-f378-4fac-9390-3265e48741af} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2801 | 2025.03.01 05:26:43.425436 [ 4 ] {7ea68c8d-f378-4fac-9390-3265e48741af} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2802 | 2025.03.01 05:26:43.425464 [ 201 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 437 rows, containing 5 columns (5 merged, 0 gathered) in 0.005353762 sec., 81624.84622962322 rows/sec., 5.43 MiB/sec. | ||
| 2803 | 2025.03.01 05:26:43.425716 [ 201 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 2804 | 2025.03.01 05:26:43.425991 [ 4 ] {7ea68c8d-f378-4fac-9390-3265e48741af} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005352 sec., 16816.143497757846 rows/sec., 1.31 MiB/sec. | ||
| 2805 | 2025.03.01 05:26:43.426229 [ 4 ] {7ea68c8d-f378-4fac-9390-3265e48741af} <Debug> TCPHandler: Processed in 0.00590539 sec. | ||
| 2806 | 2025.03.01 05:26:43.426403 [ 201 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_10_2} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2807 | 2025.03.01 05:26:43.426458 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2808 | 2025.03.01 05:26:43.426531 [ 201 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_10_2} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 2809 | 2025.03.01 05:26:43.426667 [ 4 ] {6616856c-55ab-478e-b995-ffa0f403dd4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2810 | 2025.03.01 05:26:43.426675 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2811 | 2025.03.01 05:26:43.426746 [ 4 ] {6616856c-55ab-478e-b995-ffa0f403dd4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2812 | 2025.03.01 05:26:43.427341 [ 4 ] {6616856c-55ab-478e-b995-ffa0f403dd4c} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2813 | 2025.03.01 05:26:43.427381 [ 4 ] {6616856c-55ab-478e-b995-ffa0f403dd4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2814 | 2025.03.01 05:26:43.427793 [ 4 ] {6616856c-55ab-478e-b995-ffa0f403dd4c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2815 | 2025.03.01 05:26:43.428050 [ 4 ] {6616856c-55ab-478e-b995-ffa0f403dd4c} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2816 | 2025.03.01 05:26:43.428289 [ 4 ] {6616856c-55ab-478e-b995-ffa0f403dd4c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001701 sec., 94062.31628453851 rows/sec., 6.55 MiB/sec. | ||
| 2817 | 2025.03.01 05:26:43.428344 [ 4 ] {6616856c-55ab-478e-b995-ffa0f403dd4c} <Debug> TCPHandler: Processed in 0.001969826 sec. | ||
| 2818 | 2025.03.01 05:26:43.428465 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2819 | 2025.03.01 05:26:43.428571 [ 4 ] {3cc9dc57-52c8-4be5-a8a3-dcad03ffd4b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2820 | 2025.03.01 05:26:43.428639 [ 4 ] {3cc9dc57-52c8-4be5-a8a3-dcad03ffd4b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2821 | 2025.03.01 05:26:43.429847 [ 4 ] {3cc9dc57-52c8-4be5-a8a3-dcad03ffd4b7} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2822 | 2025.03.01 05:26:43.429889 [ 4 ] {3cc9dc57-52c8-4be5-a8a3-dcad03ffd4b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2823 | 2025.03.01 05:26:43.430558 [ 4 ] {3cc9dc57-52c8-4be5-a8a3-dcad03ffd4b7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2824 | 2025.03.01 05:26:43.430830 [ 4 ] {3cc9dc57-52c8-4be5-a8a3-dcad03ffd4b7} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2825 | 2025.03.01 05:26:43.431111 [ 4 ] {3cc9dc57-52c8-4be5-a8a3-dcad03ffd4b7} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002553 sec., 10184.097140618878 rows/sec., 18.25 MiB/sec. | ||
| 2826 | 2025.03.01 05:26:43.431223 [ 4 ] {3cc9dc57-52c8-4be5-a8a3-dcad03ffd4b7} <Debug> TCPHandler: Processed in 0.002807618 sec. | ||
| 2827 | 2025.03.01 05:26:43.431357 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2828 | 2025.03.01 05:26:43.431463 [ 4 ] {a5024b6c-1315-413f-95a9-24b2429ef3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2829 | 2025.03.01 05:26:43.431518 [ 4 ] {a5024b6c-1315-413f-95a9-24b2429ef3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2830 | 2025.03.01 05:26:43.431989 [ 4 ] {a5024b6c-1315-413f-95a9-24b2429ef3e3} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2831 | 2025.03.01 05:26:43.432030 [ 4 ] {a5024b6c-1315-413f-95a9-24b2429ef3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2832 | 2025.03.01 05:26:43.432419 [ 4 ] {a5024b6c-1315-413f-95a9-24b2429ef3e3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2833 | 2025.03.01 05:26:43.432670 [ 4 ] {a5024b6c-1315-413f-95a9-24b2429ef3e3} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2834 | 2025.03.01 05:26:43.432906 [ 4 ] {a5024b6c-1315-413f-95a9-24b2429ef3e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001465 sec., 40955.631399317404 rows/sec., 2.76 MiB/sec. | ||
| 2835 | 2025.03.01 05:26:43.432966 [ 4 ] {a5024b6c-1315-413f-95a9-24b2429ef3e3} <Debug> TCPHandler: Processed in 0.001659522 sec. | ||
| 2836 | 2025.03.01 05:26:44.779511 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2837 | 2025.03.01 05:26:44.780445 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2838 | 2025.03.01 05:26:44.780487 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2839 | 2025.03.01 05:26:44.781015 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2840 | 2025.03.01 05:26:44.781283 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2841 | 2025.03.01 05:26:44.781524 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2842 | 2025.03.01 05:26:45.160852 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2843 | 2025.03.01 05:26:45.181291 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2844 | 2025.03.01 05:26:45.181356 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2845 | 2025.03.01 05:26:45.189303 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2846 | 2025.03.01 05:26:45.190101 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2847 | 2025.03.01 05:26:45.193116 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2848 | 2025.03.01 05:26:47.294607 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 416 | ||
| 2849 | 2025.03.01 05:26:47.298170 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2850 | 2025.03.01 05:26:47.298235 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2851 | 2025.03.01 05:26:47.299767 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2852 | 2025.03.01 05:26:47.300091 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2853 | 2025.03.01 05:26:47.300846 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 416 | ||
| 2854 | 2025.03.01 05:26:48.421536 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2855 | 2025.03.01 05:26:48.421837 [ 4 ] {6fa7b31e-9431-40b1-b4d5-35b8052496bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2856 | 2025.03.01 05:26:48.421948 [ 4 ] {6fa7b31e-9431-40b1-b4d5-35b8052496bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2857 | 2025.03.01 05:26:48.422814 [ 4 ] {6fa7b31e-9431-40b1-b4d5-35b8052496bc} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2858 | 2025.03.01 05:26:48.422865 [ 4 ] {6fa7b31e-9431-40b1-b4d5-35b8052496bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2859 | 2025.03.01 05:26:48.423326 [ 4 ] {6fa7b31e-9431-40b1-b4d5-35b8052496bc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2860 | 2025.03.01 05:26:48.423589 [ 4 ] {6fa7b31e-9431-40b1-b4d5-35b8052496bc} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2861 | 2025.03.01 05:26:48.423874 [ 4 ] {6fa7b31e-9431-40b1-b4d5-35b8052496bc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002104 sec., 100760.45627376426 rows/sec., 6.41 MiB/sec. | ||
| 2862 | 2025.03.01 05:26:48.424074 [ 4 ] {6fa7b31e-9431-40b1-b4d5-35b8052496bc} <Debug> TCPHandler: Processed in 0.002711577 sec. | ||
| 2863 | 2025.03.01 05:26:48.424218 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2864 | 2025.03.01 05:26:48.424334 [ 4 ] {2b9be1ff-3b53-4e66-bbd4-98434f376e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2865 | 2025.03.01 05:26:48.424384 [ 4 ] {2b9be1ff-3b53-4e66-bbd4-98434f376e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2866 | 2025.03.01 05:26:48.425180 [ 4 ] {2b9be1ff-3b53-4e66-bbd4-98434f376e9b} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2867 | 2025.03.01 05:26:48.425222 [ 4 ] {2b9be1ff-3b53-4e66-bbd4-98434f376e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2868 | 2025.03.01 05:26:48.425631 [ 4 ] {2b9be1ff-3b53-4e66-bbd4-98434f376e9b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2869 | 2025.03.01 05:26:48.425879 [ 4 ] {2b9be1ff-3b53-4e66-bbd4-98434f376e9b} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2870 | 2025.03.01 05:26:48.426053 [ 154 ] {} <Debug> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2871 | 2025.03.01 05:26:48.426114 [ 4 ] {2b9be1ff-3b53-4e66-bbd4-98434f376e9b} <Debug> executeQuery: Read 643 rows, 51.91 KiB in 0.001804 sec., 356430.155210643 rows/sec., 28.10 MiB/sec. | ||
| 2872 | 2025.03.01 05:26:48.426133 [ 154 ] {} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2873 | 2025.03.01 05:26:48.426201 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2874 | 2025.03.01 05:26:48.426253 [ 4 ] {2b9be1ff-3b53-4e66-bbd4-98434f376e9b} <Debug> TCPHandler: Processed in 0.002084248 sec. | ||
| 2875 | 2025.03.01 05:26:48.426480 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2876 | 2025.03.01 05:26:48.426482 [ 193 ] {fe94f596-977c-465a-823d-979ea2543a6f::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 | ||
| 2877 | 2025.03.01 05:26:48.426669 [ 4 ] {cf9274d6-d090-4b0a-ad89-a81a409a835b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2878 | 2025.03.01 05:26:48.426786 [ 4 ] {cf9274d6-d090-4b0a-ad89-a81a409a835b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2879 | 2025.03.01 05:26:48.426811 [ 193 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2880 | 2025.03.01 05:26:48.426925 [ 193 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1825 rows starting from the beginning of the part | ||
| 2881 | 2025.03.01 05:26:48.427219 [ 193 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1779 rows starting from the beginning of the part | ||
| 2882 | 2025.03.01 05:26:48.427662 [ 193 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 108 rows starting from the beginning of the part | ||
| 2883 | 2025.03.01 05:26:48.427979 [ 193 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 643 rows starting from the beginning of the part | ||
| 2884 | 2025.03.01 05:26:48.428375 [ 193 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 108 rows starting from the beginning of the part | ||
| 2885 | 2025.03.01 05:26:48.428588 [ 193 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 643 rows starting from the beginning of the part | ||
| 2886 | 2025.03.01 05:26:48.429598 [ 4 ] {cf9274d6-d090-4b0a-ad89-a81a409a835b} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2887 | 2025.03.01 05:26:48.429676 [ 4 ] {cf9274d6-d090-4b0a-ad89-a81a409a835b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2888 | 2025.03.01 05:26:48.430596 [ 4 ] {cf9274d6-d090-4b0a-ad89-a81a409a835b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2889 | 2025.03.01 05:26:48.431223 [ 4 ] {cf9274d6-d090-4b0a-ad89-a81a409a835b} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2890 | 2025.03.01 05:26:48.431655 [ 4 ] {cf9274d6-d090-4b0a-ad89-a81a409a835b} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.005055 sec., 23541.048466864493 rows/sec., 1.42 MiB/sec. | ||
| 2891 | 2025.03.01 05:26:48.431739 [ 4 ] {cf9274d6-d090-4b0a-ad89-a81a409a835b} <Debug> TCPHandler: Processed in 0.005344292 sec. | ||
| 2892 | 2025.03.01 05:26:48.431867 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2893 | 2025.03.01 05:26:48.431981 [ 4 ] {ab03f65a-710c-4a59-baf0-00ddeb4c7087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2894 | 2025.03.01 05:26:48.432047 [ 4 ] {ab03f65a-710c-4a59-baf0-00ddeb4c7087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2895 | 2025.03.01 05:26:48.432770 [ 4 ] {ab03f65a-710c-4a59-baf0-00ddeb4c7087} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2896 | 2025.03.01 05:26:48.432810 [ 4 ] {ab03f65a-710c-4a59-baf0-00ddeb4c7087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2897 | 2025.03.01 05:26:48.433179 [ 4 ] {ab03f65a-710c-4a59-baf0-00ddeb4c7087} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2898 | 2025.03.01 05:26:48.433621 [ 4 ] {ab03f65a-710c-4a59-baf0-00ddeb4c7087} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2899 | 2025.03.01 05:26:48.433771 [ 193 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5106 rows, containing 5 columns (5 merged, 0 gathered) in 0.00744354 sec., 685963.9365140779 rows/sec., 57.95 MiB/sec. | ||
| 2900 | 2025.03.01 05:26:48.434004 [ 4 ] {ab03f65a-710c-4a59-baf0-00ddeb4c7087} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002051 sec., 55095.07557289128 rows/sec., 3.57 MiB/sec. | ||
| 2901 | 2025.03.01 05:26:48.434108 [ 4 ] {ab03f65a-710c-4a59-baf0-00ddeb4c7087} <Debug> TCPHandler: Processed in 0.002296091 sec. | ||
| 2902 | 2025.03.01 05:26:48.434157 [ 193 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2903 | 2025.03.01 05:26:48.434290 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2904 | 2025.03.01 05:26:48.434475 [ 4 ] {bc5117e4-2da7-49d8-a065-0e06227da083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2905 | 2025.03.01 05:26:48.434577 [ 4 ] {bc5117e4-2da7-49d8-a065-0e06227da083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2906 | 2025.03.01 05:26:48.434733 [ 193 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_16_3} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2907 | 2025.03.01 05:26:48.434944 [ 193 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_16_3} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2908 | 2025.03.01 05:26:48.435147 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. | ||
| 2909 | 2025.03.01 05:26:48.435562 [ 4 ] {bc5117e4-2da7-49d8-a065-0e06227da083} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2910 | 2025.03.01 05:26:48.435606 [ 4 ] {bc5117e4-2da7-49d8-a065-0e06227da083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2911 | 2025.03.01 05:26:48.435972 [ 4 ] {bc5117e4-2da7-49d8-a065-0e06227da083} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2912 | 2025.03.01 05:26:48.436214 [ 4 ] {bc5117e4-2da7-49d8-a065-0e06227da083} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2913 | 2025.03.01 05:26:48.436429 [ 4 ] {bc5117e4-2da7-49d8-a065-0e06227da083} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002004 sec., 55888.22355289421 rows/sec., 3.18 MiB/sec. | ||
| 2914 | 2025.03.01 05:26:48.436485 [ 4 ] {bc5117e4-2da7-49d8-a065-0e06227da083} <Debug> TCPHandler: Processed in 0.00227069 sec. | ||
| 2915 | 2025.03.01 05:26:48.436605 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2916 | 2025.03.01 05:26:48.436708 [ 4 ] {7d9e6ba2-9ebb-4da4-b6d8-3047fbdddf5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2917 | 2025.03.01 05:26:48.436753 [ 4 ] {7d9e6ba2-9ebb-4da4-b6d8-3047fbdddf5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2918 | 2025.03.01 05:26:48.437404 [ 4 ] {7d9e6ba2-9ebb-4da4-b6d8-3047fbdddf5c} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2919 | 2025.03.01 05:26:48.437445 [ 4 ] {7d9e6ba2-9ebb-4da4-b6d8-3047fbdddf5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2920 | 2025.03.01 05:26:48.437817 [ 4 ] {7d9e6ba2-9ebb-4da4-b6d8-3047fbdddf5c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2921 | 2025.03.01 05:26:48.438064 [ 4 ] {7d9e6ba2-9ebb-4da4-b6d8-3047fbdddf5c} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2922 | 2025.03.01 05:26:48.438235 [ 154 ] {} <Debug> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2923 | 2025.03.01 05:26:48.438303 [ 4 ] {7d9e6ba2-9ebb-4da4-b6d8-3047fbdddf5c} <Debug> executeQuery: Read 395 rows, 28.63 KiB in 0.001612 sec., 245037.22084367246 rows/sec., 17.34 MiB/sec. | ||
| 2924 | 2025.03.01 05:26:48.438321 [ 154 ] {} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2925 | 2025.03.01 05:26:48.438400 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2926 | 2025.03.01 05:26:48.438434 [ 4 ] {7d9e6ba2-9ebb-4da4-b6d8-3047fbdddf5c} <Debug> TCPHandler: Processed in 0.001874415 sec. | ||
| 2927 | 2025.03.01 05:26:48.438581 [ 196 ] {23102748-2c42-473b-96ec-35638a1b759f::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 | ||
| 2928 | 2025.03.01 05:26:48.438598 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2929 | 2025.03.01 05:26:48.438709 [ 196 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2930 | 2025.03.01 05:26:48.438736 [ 4 ] {8b20db31-6837-4e65-87e8-c8238f468c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2931 | 2025.03.01 05:26:48.438749 [ 196 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 888 rows starting from the beginning of the part | ||
| 2932 | 2025.03.01 05:26:48.438789 [ 4 ] {8b20db31-6837-4e65-87e8-c8238f468c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2933 | 2025.03.01 05:26:48.438989 [ 196 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 858 rows starting from the beginning of the part | ||
| 2934 | 2025.03.01 05:26:48.439215 [ 196 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 90 rows starting from the beginning of the part | ||
| 2935 | 2025.03.01 05:26:48.439448 [ 196 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 398 rows starting from the beginning of the part | ||
| 2936 | 2025.03.01 05:26:48.439591 [ 196 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 90 rows starting from the beginning of the part | ||
| 2937 | 2025.03.01 05:26:48.439718 [ 196 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 395 rows starting from the beginning of the part | ||
| 2938 | 2025.03.01 05:26:48.440362 [ 4 ] {8b20db31-6837-4e65-87e8-c8238f468c91} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2939 | 2025.03.01 05:26:48.440403 [ 4 ] {8b20db31-6837-4e65-87e8-c8238f468c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2940 | 2025.03.01 05:26:48.440897 [ 4 ] {8b20db31-6837-4e65-87e8-c8238f468c91} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2941 | 2025.03.01 05:26:48.441234 [ 4 ] {8b20db31-6837-4e65-87e8-c8238f468c91} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2942 | 2025.03.01 05:26:48.441511 [ 4 ] {8b20db31-6837-4e65-87e8-c8238f468c91} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002802 sec., 2141.3276231263385 rows/sec., 111.88 KiB/sec. | ||
| 2943 | 2025.03.01 05:26:48.441619 [ 4 ] {8b20db31-6837-4e65-87e8-c8238f468c91} <Debug> TCPHandler: Processed in 0.003075511 sec. | ||
| 2944 | 2025.03.01 05:26:48.441795 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2945 | 2025.03.01 05:26:48.441913 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2719 rows, containing 5 columns (5 merged, 0 gathered) in 0.003403295 sec., 798931.6236176998 rows/sec., 60.80 MiB/sec. | ||
| 2946 | 2025.03.01 05:26:48.441964 [ 4 ] {40d2b276-902c-405e-919c-7b8ce477057f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2947 | 2025.03.01 05:26:48.442027 [ 4 ] {40d2b276-902c-405e-919c-7b8ce477057f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2948 | 2025.03.01 05:26:48.442173 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2949 | 2025.03.01 05:26:48.442760 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_16_3} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2950 | 2025.03.01 05:26:48.442963 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_16_3} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2951 | 2025.03.01 05:26:48.443132 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 2952 | 2025.03.01 05:26:48.443252 [ 4 ] {40d2b276-902c-405e-919c-7b8ce477057f} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2953 | 2025.03.01 05:26:48.443296 [ 4 ] {40d2b276-902c-405e-919c-7b8ce477057f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2954 | 2025.03.01 05:26:48.443688 [ 4 ] {40d2b276-902c-405e-919c-7b8ce477057f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2955 | 2025.03.01 05:26:48.443928 [ 4 ] {40d2b276-902c-405e-919c-7b8ce477057f} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2956 | 2025.03.01 05:26:48.444088 [ 154 ] {} <Debug> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2957 | 2025.03.01 05:26:48.444154 [ 154 ] {} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2958 | 2025.03.01 05:26:48.444172 [ 4 ] {40d2b276-902c-405e-919c-7b8ce477057f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002243 sec., 105662.05974141773 rows/sec., 7.08 MiB/sec. | ||
| 2959 | 2025.03.01 05:26:48.444202 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2960 | 2025.03.01 05:26:48.444355 [ 4 ] {40d2b276-902c-405e-919c-7b8ce477057f} <Debug> TCPHandler: Processed in 0.002633355 sec. | ||
| 2961 | 2025.03.01 05:26:48.444690 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 2962 | 2025.03.01 05:26:48.444721 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2963 | 2025.03.01 05:26:48.444943 [ 4 ] {a514203c-e840-4c7d-ac11-1b16da1f857d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2964 | 2025.03.01 05:26:48.444958 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2965 | 2025.03.01 05:26:48.445001 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4347 rows starting from the beginning of the part | ||
| 2966 | 2025.03.01 05:26:48.445015 [ 4 ] {a514203c-e840-4c7d-ac11-1b16da1f857d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2967 | 2025.03.01 05:26:48.445237 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1089 rows starting from the beginning of the part | ||
| 2968 | 2025.03.01 05:26:48.445491 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 2969 | 2025.03.01 05:26:48.445687 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 237 rows starting from the beginning of the part | ||
| 2970 | 2025.03.01 05:26:48.445816 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 2971 | 2025.03.01 05:26:48.445952 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part | ||
| 2972 | 2025.03.01 05:26:48.446447 [ 4 ] {a514203c-e840-4c7d-ac11-1b16da1f857d} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2973 | 2025.03.01 05:26:48.446496 [ 4 ] {a514203c-e840-4c7d-ac11-1b16da1f857d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2974 | 2025.03.01 05:26:48.446929 [ 4 ] {a514203c-e840-4c7d-ac11-1b16da1f857d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2975 | 2025.03.01 05:26:48.447249 [ 4 ] {a514203c-e840-4c7d-ac11-1b16da1f857d} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2976 | 2025.03.01 05:26:48.447756 [ 4 ] {a514203c-e840-4c7d-ac11-1b16da1f857d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002836 sec., 352.60930888575456 rows/sec., 23.76 KiB/sec. | ||
| 2977 | 2025.03.01 05:26:48.447844 [ 4 ] {a514203c-e840-4c7d-ac11-1b16da1f857d} <Debug> TCPHandler: Processed in 0.003250903 sec. | ||
| 2978 | 2025.03.01 05:26:48.447981 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2979 | 2025.03.01 05:26:48.448111 [ 4 ] {bac29b5a-0a30-4b14-a46c-b138b9606203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2980 | 2025.03.01 05:26:48.448200 [ 4 ] {bac29b5a-0a30-4b14-a46c-b138b9606203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2981 | 2025.03.01 05:26:48.448941 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6230 rows, containing 5 columns (5 merged, 0 gathered) in 0.004583062 sec., 1359353.2009822256 rows/sec., 91.67 MiB/sec. | ||
| 2982 | 2025.03.01 05:26:48.449441 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2983 | 2025.03.01 05:26:48.449521 [ 4 ] {bac29b5a-0a30-4b14-a46c-b138b9606203} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2984 | 2025.03.01 05:26:48.449565 [ 4 ] {bac29b5a-0a30-4b14-a46c-b138b9606203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2985 | 2025.03.01 05:26:48.449829 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2986 | 2025.03.01 05:26:48.449926 [ 192 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2987 | 2025.03.01 05:26:48.450011 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 2988 | 2025.03.01 05:26:48.450351 [ 4 ] {bac29b5a-0a30-4b14-a46c-b138b9606203} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2989 | 2025.03.01 05:26:48.450611 [ 4 ] {bac29b5a-0a30-4b14-a46c-b138b9606203} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2990 | 2025.03.01 05:26:48.450782 [ 154 ] {} <Debug> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2991 | 2025.03.01 05:26:48.450851 [ 154 ] {} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2992 | 2025.03.01 05:26:48.450888 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 2993 | 2025.03.01 05:26:48.450934 [ 4 ] {bac29b5a-0a30-4b14-a46c-b138b9606203} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002837 sec., 4582.305252026788 rows/sec., 8.21 MiB/sec. | ||
| 2994 | 2025.03.01 05:26:48.451375 [ 196 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::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 | ||
| 2995 | 2025.03.01 05:26:48.451747 [ 4 ] {bac29b5a-0a30-4b14-a46c-b138b9606203} <Debug> TCPHandler: Processed in 0.003832952 sec. | ||
| 2996 | 2025.03.01 05:26:48.451931 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2997 | 2025.03.01 05:26:48.451951 [ 196 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2998 | 2025.03.01 05:26:48.452013 [ 196 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 66 rows starting from the beginning of the part | ||
| 2999 | 2025.03.01 05:26:48.452060 [ 4 ] {7f262a56-4f05-4939-897d-abfe3b797540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3000 | 2025.03.01 05:26:48.452140 [ 4 ] {7f262a56-4f05-4939-897d-abfe3b797540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3001 | 2025.03.01 05:26:48.452479 [ 196 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 3002 | 2025.03.01 05:26:48.452892 [ 196 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 3003 | 2025.03.01 05:26:48.453323 [ 196 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part | ||
| 3004 | 2025.03.01 05:26:48.453412 [ 4 ] {7f262a56-4f05-4939-897d-abfe3b797540} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3005 | 2025.03.01 05:26:48.453478 [ 4 ] {7f262a56-4f05-4939-897d-abfe3b797540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3006 | 2025.03.01 05:26:48.453689 [ 196 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 3007 | 2025.03.01 05:26:48.454060 [ 196 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part | ||
| 3008 | 2025.03.01 05:26:48.454267 [ 4 ] {7f262a56-4f05-4939-897d-abfe3b797540} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3009 | 2025.03.01 05:26:48.454636 [ 4 ] {7f262a56-4f05-4939-897d-abfe3b797540} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3010 | 2025.03.01 05:26:48.454872 [ 154 ] {} <Debug> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3011 | 2025.03.01 05:26:48.455010 [ 154 ] {} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3012 | 2025.03.01 05:26:48.455103 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3013 | 2025.03.01 05:26:48.455124 [ 4 ] {7f262a56-4f05-4939-897d-abfe3b797540} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003073 sec., 26684.02212821347 rows/sec., 1.69 MiB/sec. | ||
| 3014 | 2025.03.01 05:26:48.455505 [ 4 ] {7f262a56-4f05-4939-897d-abfe3b797540} <Debug> TCPHandler: Processed in 0.003628688 sec. | ||
| 3015 | 2025.03.01 05:26:48.455771 [ 192 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 3016 | 2025.03.01 05:26:48.456007 [ 192 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3017 | 2025.03.01 05:26:48.456047 [ 192 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 770 rows starting from the beginning of the part | ||
| 3018 | 2025.03.01 05:26:48.456259 [ 192 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 3019 | 2025.03.01 05:26:48.456454 [ 192 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 3020 | 2025.03.01 05:26:48.456594 [ 192 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
| 3021 | 2025.03.01 05:26:48.456784 [ 192 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 3022 | 2025.03.01 05:26:48.457171 [ 192 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
| 3023 | 2025.03.01 05:26:48.459181 [ 200 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 4 columns (4 merged, 0 gathered) in 0.003898952 sec., 291360.34503630723 rows/sec., 18.98 MiB/sec. | ||
| 3024 | 2025.03.01 05:26:48.459422 [ 200 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3025 | 2025.03.01 05:26:48.459825 [ 200 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_16_3} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3026 | 2025.03.01 05:26:48.460040 [ 200 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_16_3} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3027 | 2025.03.01 05:26:48.460128 [ 196 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 152 rows, containing 19 columns (19 merged, 0 gathered) in 0.009150403 sec., 16611.290234976535 rows/sec., 29.77 MiB/sec. | ||
| 3028 | 2025.03.01 05:26:48.460135 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3029 | 2025.03.01 05:26:48.460446 [ 200 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3030 | 2025.03.01 05:26:48.460797 [ 200 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3031 | 2025.03.01 05:26:48.460871 [ 200 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3032 | 2025.03.01 05:26:48.460960 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 3033 | 2025.03.01 05:26:52.188016 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3034 | 2025.03.01 05:26:52.188066 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3035 | 2025.03.01 05:26:52.281691 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3036 | 2025.03.01 05:26:52.282412 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3037 | 2025.03.01 05:26:52.282468 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3038 | 2025.03.01 05:26:52.283036 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3039 | 2025.03.01 05:26:52.283314 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3040 | 2025.03.01 05:26:52.283558 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3041 | 2025.03.01 05:26:52.693225 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3042 | 2025.03.01 05:26:52.714534 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3043 | 2025.03.01 05:26:52.714602 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3044 | 2025.03.01 05:26:52.722872 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3045 | 2025.03.01 05:26:52.723713 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3046 | 2025.03.01 05:26:52.726899 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3047 | 2025.03.01 05:26:53.415588 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3048 | 2025.03.01 05:26:53.415818 [ 4 ] {8315959b-47d0-4fe1-9c35-88586a4194ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3049 | 2025.03.01 05:26:53.415905 [ 4 ] {8315959b-47d0-4fe1-9c35-88586a4194ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3050 | 2025.03.01 05:26:53.416813 [ 4 ] {8315959b-47d0-4fe1-9c35-88586a4194ce} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3051 | 2025.03.01 05:26:53.416872 [ 4 ] {8315959b-47d0-4fe1-9c35-88586a4194ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3052 | 2025.03.01 05:26:53.417330 [ 4 ] {8315959b-47d0-4fe1-9c35-88586a4194ce} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3053 | 2025.03.01 05:26:53.417599 [ 4 ] {8315959b-47d0-4fe1-9c35-88586a4194ce} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3054 | 2025.03.01 05:26:53.417961 [ 4 ] {8315959b-47d0-4fe1-9c35-88586a4194ce} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002192 sec., 49270.072992700734 rows/sec., 4.12 MiB/sec. | ||
| 3055 | 2025.03.01 05:26:53.418165 [ 4 ] {8315959b-47d0-4fe1-9c35-88586a4194ce} <Debug> TCPHandler: Processed in 0.002721227 sec. | ||
| 3056 | 2025.03.01 05:26:53.418311 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3057 | 2025.03.01 05:26:53.418430 [ 4 ] {a0b8ea41-ca30-4530-9781-f2b515f3ae85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3058 | 2025.03.01 05:26:53.418484 [ 4 ] {a0b8ea41-ca30-4530-9781-f2b515f3ae85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3059 | 2025.03.01 05:26:53.419099 [ 4 ] {a0b8ea41-ca30-4530-9781-f2b515f3ae85} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3060 | 2025.03.01 05:26:53.419144 [ 4 ] {a0b8ea41-ca30-4530-9781-f2b515f3ae85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3061 | 2025.03.01 05:26:53.419503 [ 4 ] {a0b8ea41-ca30-4530-9781-f2b515f3ae85} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3062 | 2025.03.01 05:26:53.419756 [ 4 ] {a0b8ea41-ca30-4530-9781-f2b515f3ae85} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3063 | 2025.03.01 05:26:53.419974 [ 4 ] {a0b8ea41-ca30-4530-9781-f2b515f3ae85} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001572 sec., 16539.44020356234 rows/sec., 1.21 MiB/sec. | ||
| 3064 | 2025.03.01 05:26:53.420033 [ 4 ] {a0b8ea41-ca30-4530-9781-f2b515f3ae85} <Debug> TCPHandler: Processed in 0.001776864 sec. | ||
| 3065 | 2025.03.01 05:26:53.420161 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3066 | 2025.03.01 05:26:53.420277 [ 4 ] {417c1522-f593-408d-892c-3f3ddea9900d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3067 | 2025.03.01 05:26:53.420328 [ 4 ] {417c1522-f593-408d-892c-3f3ddea9900d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3068 | 2025.03.01 05:26:53.420908 [ 4 ] {417c1522-f593-408d-892c-3f3ddea9900d} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3069 | 2025.03.01 05:26:53.420949 [ 4 ] {417c1522-f593-408d-892c-3f3ddea9900d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3070 | 2025.03.01 05:26:53.421331 [ 4 ] {417c1522-f593-408d-892c-3f3ddea9900d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3071 | 2025.03.01 05:26:53.421585 [ 4 ] {417c1522-f593-408d-892c-3f3ddea9900d} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3072 | 2025.03.01 05:26:53.421803 [ 4 ] {417c1522-f593-408d-892c-3f3ddea9900d} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00155 sec., 58064.51612903226 rows/sec., 4.53 MiB/sec. | ||
| 3073 | 2025.03.01 05:26:53.421858 [ 4 ] {417c1522-f593-408d-892c-3f3ddea9900d} <Debug> TCPHandler: Processed in 0.001751684 sec. | ||
| 3074 | 2025.03.01 05:26:53.421981 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3075 | 2025.03.01 05:26:53.422091 [ 4 ] {9b9eaa7a-df8d-4fa2-85ac-f82ec7297c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3076 | 2025.03.01 05:26:53.422144 [ 4 ] {9b9eaa7a-df8d-4fa2-85ac-f82ec7297c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3077 | 2025.03.01 05:26:53.422676 [ 4 ] {9b9eaa7a-df8d-4fa2-85ac-f82ec7297c1a} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3078 | 2025.03.01 05:26:53.422716 [ 4 ] {9b9eaa7a-df8d-4fa2-85ac-f82ec7297c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3079 | 2025.03.01 05:26:53.423109 [ 4 ] {9b9eaa7a-df8d-4fa2-85ac-f82ec7297c1a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3080 | 2025.03.01 05:26:53.423354 [ 4 ] {9b9eaa7a-df8d-4fa2-85ac-f82ec7297c1a} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3081 | 2025.03.01 05:26:53.423566 [ 4 ] {9b9eaa7a-df8d-4fa2-85ac-f82ec7297c1a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0015 sec., 106666.66666666667 rows/sec., 7.43 MiB/sec. | ||
| 3082 | 2025.03.01 05:26:53.423618 [ 4 ] {9b9eaa7a-df8d-4fa2-85ac-f82ec7297c1a} <Debug> TCPHandler: Processed in 0.001688312 sec. | ||
| 3083 | 2025.03.01 05:26:53.423767 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3084 | 2025.03.01 05:26:53.423879 [ 4 ] {d5352c4f-223c-4be6-8119-dcc84d5ca5ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3085 | 2025.03.01 05:26:53.423952 [ 4 ] {d5352c4f-223c-4be6-8119-dcc84d5ca5ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3086 | 2025.03.01 05:26:53.425083 [ 4 ] {d5352c4f-223c-4be6-8119-dcc84d5ca5ba} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3087 | 2025.03.01 05:26:53.425123 [ 4 ] {d5352c4f-223c-4be6-8119-dcc84d5ca5ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3088 | 2025.03.01 05:26:53.425755 [ 4 ] {d5352c4f-223c-4be6-8119-dcc84d5ca5ba} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3089 | 2025.03.01 05:26:53.426026 [ 4 ] {d5352c4f-223c-4be6-8119-dcc84d5ca5ba} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3090 | 2025.03.01 05:26:53.426267 [ 4 ] {d5352c4f-223c-4be6-8119-dcc84d5ca5ba} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002411 sec., 10783.907092492742 rows/sec., 19.32 MiB/sec. | ||
| 3091 | 2025.03.01 05:26:53.426375 [ 4 ] {d5352c4f-223c-4be6-8119-dcc84d5ca5ba} <Debug> TCPHandler: Processed in 0.002661346 sec. | ||
| 3092 | 2025.03.01 05:26:53.426519 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3093 | 2025.03.01 05:26:53.426626 [ 4 ] {7b5d379f-a4d6-4708-804f-d4b9d0803cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3094 | 2025.03.01 05:26:53.426675 [ 4 ] {7b5d379f-a4d6-4708-804f-d4b9d0803cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3095 | 2025.03.01 05:26:53.427122 [ 4 ] {7b5d379f-a4d6-4708-804f-d4b9d0803cd5} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3096 | 2025.03.01 05:26:53.427162 [ 4 ] {7b5d379f-a4d6-4708-804f-d4b9d0803cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3097 | 2025.03.01 05:26:53.427515 [ 4 ] {7b5d379f-a4d6-4708-804f-d4b9d0803cd5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3098 | 2025.03.01 05:26:53.427760 [ 4 ] {7b5d379f-a4d6-4708-804f-d4b9d0803cd5} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3099 | 2025.03.01 05:26:53.427959 [ 4 ] {7b5d379f-a4d6-4708-804f-d4b9d0803cd5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. | ||
| 3100 | 2025.03.01 05:26:53.428010 [ 4 ] {7b5d379f-a4d6-4708-804f-d4b9d0803cd5} <Debug> TCPHandler: Processed in 0.001541581 sec. | ||
| 3101 | 2025.03.01 05:26:57.301095 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 450 | ||
| 3102 | 2025.03.01 05:26:57.304129 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3103 | 2025.03.01 05:26:57.304174 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3104 | 2025.03.01 05:26:57.305628 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3105 | 2025.03.01 05:26:57.305925 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3106 | 2025.03.01 05:26:57.306551 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 450 | ||
| 3107 | 2025.03.01 05:26:57.640647 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3108 | 2025.03.01 05:26:57.640838 [ 4 ] {dd7e5471-4b5a-4c36-8a57-2708365efe43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3109 | 2025.03.01 05:26:57.640914 [ 4 ] {dd7e5471-4b5a-4c36-8a57-2708365efe43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3110 | 2025.03.01 05:26:57.641752 [ 4 ] {dd7e5471-4b5a-4c36-8a57-2708365efe43} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3111 | 2025.03.01 05:26:57.641809 [ 4 ] {dd7e5471-4b5a-4c36-8a57-2708365efe43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3112 | 2025.03.01 05:26:57.642262 [ 4 ] {dd7e5471-4b5a-4c36-8a57-2708365efe43} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3113 | 2025.03.01 05:26:57.642550 [ 4 ] {dd7e5471-4b5a-4c36-8a57-2708365efe43} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3114 | 2025.03.01 05:26:57.642745 [ 146 ] {} <Debug> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3115 | 2025.03.01 05:26:57.642827 [ 4 ] {dd7e5471-4b5a-4c36-8a57-2708365efe43} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002034 sec., 104228.12192723698 rows/sec., 6.63 MiB/sec. | ||
| 3116 | 2025.03.01 05:26:57.642838 [ 146 ] {} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3117 | 2025.03.01 05:26:57.642912 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3118 | 2025.03.01 05:26:57.642970 [ 4 ] {dd7e5471-4b5a-4c36-8a57-2708365efe43} <Debug> TCPHandler: Processed in 0.002457693 sec. | ||
| 3119 | 2025.03.01 05:26:57.643085 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::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 | ||
| 3120 | 2025.03.01 05:26:57.643170 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3121 | 2025.03.01 05:26:57.643196 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3122 | 2025.03.01 05:26:57.643230 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part | ||
| 3123 | 2025.03.01 05:26:57.643317 [ 4 ] {1955970a-206b-4c53-937d-7a0e564a2425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3124 | 2025.03.01 05:26:57.643353 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::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 | ||
| 3125 | 2025.03.01 05:26:57.643421 [ 4 ] {1955970a-206b-4c53-937d-7a0e564a2425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3126 | 2025.03.01 05:26:57.643574 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part | ||
| 3127 | 2025.03.01 05:26:57.643980 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part | ||
| 3128 | 2025.03.01 05:26:57.644163 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part | ||
| 3129 | 2025.03.01 05:26:57.645793 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.002781627 sec., 381071.9409899314 rows/sec., 25.69 MiB/sec. | ||
| 3130 | 2025.03.01 05:26:57.645967 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3131 | 2025.03.01 05:26:57.646033 [ 4 ] {1955970a-206b-4c53-937d-7a0e564a2425} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3132 | 2025.03.01 05:26:57.646077 [ 4 ] {1955970a-206b-4c53-937d-7a0e564a2425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3133 | 2025.03.01 05:26:57.646290 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_9_2} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3134 | 2025.03.01 05:26:57.646386 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_9_2} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3135 | 2025.03.01 05:26:57.646473 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3136 | 2025.03.01 05:26:57.646677 [ 4 ] {1955970a-206b-4c53-937d-7a0e564a2425} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3137 | 2025.03.01 05:26:57.646931 [ 4 ] {1955970a-206b-4c53-937d-7a0e564a2425} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3138 | 2025.03.01 05:26:57.647172 [ 4 ] {1955970a-206b-4c53-937d-7a0e564a2425} <Debug> executeQuery: Read 1783 rows, 148.03 KiB in 0.003901 sec., 457062.2917200718 rows/sec., 37.06 MiB/sec. | ||
| 3139 | 2025.03.01 05:26:57.647238 [ 4 ] {1955970a-206b-4c53-937d-7a0e564a2425} <Debug> TCPHandler: Processed in 0.004130286 sec. | ||
| 3140 | 2025.03.01 05:26:57.647373 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3141 | 2025.03.01 05:26:57.647486 [ 4 ] {4202cd73-22d9-47bd-9c42-431b6b945afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3142 | 2025.03.01 05:26:57.647535 [ 4 ] {4202cd73-22d9-47bd-9c42-431b6b945afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3143 | 2025.03.01 05:26:57.648109 [ 4 ] {4202cd73-22d9-47bd-9c42-431b6b945afe} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2025.03.01 05:26:57.648150 [ 4 ] {4202cd73-22d9-47bd-9c42-431b6b945afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3145 | 2025.03.01 05:26:57.648501 [ 4 ] {4202cd73-22d9-47bd-9c42-431b6b945afe} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3146 | 2025.03.01 05:26:57.648735 [ 4 ] {4202cd73-22d9-47bd-9c42-431b6b945afe} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3147 | 2025.03.01 05:26:57.648945 [ 4 ] {4202cd73-22d9-47bd-9c42-431b6b945afe} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.001485 sec., 80134.68013468014 rows/sec., 4.84 MiB/sec. | ||
| 3148 | 2025.03.01 05:26:57.649000 [ 4 ] {4202cd73-22d9-47bd-9c42-431b6b945afe} <Debug> TCPHandler: Processed in 0.001679612 sec. | ||
| 3149 | 2025.03.01 05:26:57.649140 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3150 | 2025.03.01 05:26:57.649244 [ 4 ] {e320485e-07e2-428d-9b80-4507350ae419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3151 | 2025.03.01 05:26:57.649289 [ 4 ] {e320485e-07e2-428d-9b80-4507350ae419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3152 | 2025.03.01 05:26:57.649934 [ 4 ] {e320485e-07e2-428d-9b80-4507350ae419} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3153 | 2025.03.01 05:26:57.649975 [ 4 ] {e320485e-07e2-428d-9b80-4507350ae419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3154 | 2025.03.01 05:26:57.650347 [ 4 ] {e320485e-07e2-428d-9b80-4507350ae419} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3155 | 2025.03.01 05:26:57.650588 [ 4 ] {e320485e-07e2-428d-9b80-4507350ae419} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3156 | 2025.03.01 05:26:57.650844 [ 4 ] {e320485e-07e2-428d-9b80-4507350ae419} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001617 sec., 210884.3537414966 rows/sec., 14.07 MiB/sec. | ||
| 3157 | 2025.03.01 05:26:57.651031 [ 4 ] {e320485e-07e2-428d-9b80-4507350ae419} <Debug> TCPHandler: Processed in 0.001938146 sec. | ||
| 3158 | 2025.03.01 05:26:57.651164 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3159 | 2025.03.01 05:26:57.651270 [ 4 ] {501fd330-b318-4c9d-bb6a-636ba07cd50e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3160 | 2025.03.01 05:26:57.651316 [ 4 ] {501fd330-b318-4c9d-bb6a-636ba07cd50e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3161 | 2025.03.01 05:26:57.651890 [ 4 ] {501fd330-b318-4c9d-bb6a-636ba07cd50e} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3162 | 2025.03.01 05:26:57.651930 [ 4 ] {501fd330-b318-4c9d-bb6a-636ba07cd50e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3163 | 2025.03.01 05:26:57.652272 [ 4 ] {501fd330-b318-4c9d-bb6a-636ba07cd50e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3164 | 2025.03.01 05:26:57.652508 [ 4 ] {501fd330-b318-4c9d-bb6a-636ba07cd50e} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3165 | 2025.03.01 05:26:57.652667 [ 146 ] {} <Debug> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3166 | 2025.03.01 05:26:57.652734 [ 146 ] {} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3167 | 2025.03.01 05:26:57.652768 [ 4 ] {501fd330-b318-4c9d-bb6a-636ba07cd50e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001514 sec., 73976.2219286658 rows/sec., 4.21 MiB/sec. | ||
| 3168 | 2025.03.01 05:26:57.652774 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3169 | 2025.03.01 05:26:57.652934 [ 4 ] {501fd330-b318-4c9d-bb6a-636ba07cd50e} <Debug> TCPHandler: Processed in 0.001820214 sec. | ||
| 3170 | 2025.03.01 05:26:57.652981 [ 200 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::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 | ||
| 3171 | 2025.03.01 05:26:57.653091 [ 200 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3172 | 2025.03.01 05:26:57.653097 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3173 | 2025.03.01 05:26:57.653126 [ 200 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part | ||
| 3174 | 2025.03.01 05:26:57.653267 [ 200 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::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 | ||
| 3175 | 2025.03.01 05:26:57.653308 [ 4 ] {34a57632-199d-4d55-a6bf-1ddbfc1ef7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3176 | 2025.03.01 05:26:57.653452 [ 4 ] {34a57632-199d-4d55-a6bf-1ddbfc1ef7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3177 | 2025.03.01 05:26:57.653519 [ 200 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part | ||
| 3178 | 2025.03.01 05:26:57.653881 [ 200 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part | ||
| 3179 | 2025.03.01 05:26:57.654116 [ 200 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part | ||
| 3180 | 2025.03.01 05:26:57.655476 [ 4 ] {34a57632-199d-4d55-a6bf-1ddbfc1ef7ab} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3181 | 2025.03.01 05:26:57.655516 [ 4 ] {34a57632-199d-4d55-a6bf-1ddbfc1ef7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3182 | 2025.03.01 05:26:57.655771 [ 200 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.002850629 sec., 196447.87168025022 rows/sec., 11.94 MiB/sec. | ||
| 3183 | 2025.03.01 05:26:57.655904 [ 200 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3184 | 2025.03.01 05:26:57.656135 [ 4 ] {34a57632-199d-4d55-a6bf-1ddbfc1ef7ab} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3185 | 2025.03.01 05:26:57.656288 [ 200 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_9_2} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3186 | 2025.03.01 05:26:57.656372 [ 200 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_9_2} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3187 | 2025.03.01 05:26:57.656431 [ 4 ] {34a57632-199d-4d55-a6bf-1ddbfc1ef7ab} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3188 | 2025.03.01 05:26:57.656457 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3189 | 2025.03.01 05:26:57.656677 [ 4 ] {34a57632-199d-4d55-a6bf-1ddbfc1ef7ab} <Debug> executeQuery: Read 851 rows, 62.92 KiB in 0.003434 sec., 247815.95806639487 rows/sec., 17.89 MiB/sec. | ||
| 3190 | 2025.03.01 05:26:57.656740 [ 4 ] {34a57632-199d-4d55-a6bf-1ddbfc1ef7ab} <Debug> TCPHandler: Processed in 0.00370223 sec. | ||
| 3191 | 2025.03.01 05:26:57.656864 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3192 | 2025.03.01 05:26:57.656971 [ 4 ] {f4915791-d89f-4a52-8e98-95ef92bbd76d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3193 | 2025.03.01 05:26:57.657019 [ 4 ] {f4915791-d89f-4a52-8e98-95ef92bbd76d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3194 | 2025.03.01 05:26:57.657461 [ 4 ] {f4915791-d89f-4a52-8e98-95ef92bbd76d} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3195 | 2025.03.01 05:26:57.657500 [ 4 ] {f4915791-d89f-4a52-8e98-95ef92bbd76d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3196 | 2025.03.01 05:26:57.657852 [ 4 ] {f4915791-d89f-4a52-8e98-95ef92bbd76d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3197 | 2025.03.01 05:26:57.658082 [ 4 ] {f4915791-d89f-4a52-8e98-95ef92bbd76d} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3198 | 2025.03.01 05:26:57.658288 [ 4 ] {f4915791-d89f-4a52-8e98-95ef92bbd76d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 234.11 KiB/sec. | ||
| 3199 | 2025.03.01 05:26:57.658338 [ 4 ] {f4915791-d89f-4a52-8e98-95ef92bbd76d} <Debug> TCPHandler: Processed in 0.00152572 sec. | ||
| 3200 | 2025.03.01 05:26:57.658459 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3201 | 2025.03.01 05:26:57.658565 [ 4 ] {2c0e69b8-1d4e-48f0-8cba-796201c8804a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3202 | 2025.03.01 05:26:57.658614 [ 4 ] {2c0e69b8-1d4e-48f0-8cba-796201c8804a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3203 | 2025.03.01 05:26:57.659304 [ 4 ] {2c0e69b8-1d4e-48f0-8cba-796201c8804a} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3204 | 2025.03.01 05:26:57.659343 [ 4 ] {2c0e69b8-1d4e-48f0-8cba-796201c8804a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3205 | 2025.03.01 05:26:57.659767 [ 4 ] {2c0e69b8-1d4e-48f0-8cba-796201c8804a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3206 | 2025.03.01 05:26:57.660006 [ 4 ] {2c0e69b8-1d4e-48f0-8cba-796201c8804a} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3207 | 2025.03.01 05:26:57.660221 [ 4 ] {2c0e69b8-1d4e-48f0-8cba-796201c8804a} <Debug> executeQuery: Read 1083 rows, 74.10 KiB in 0.001678 sec., 645411.2038140644 rows/sec., 43.12 MiB/sec. | ||
| 3208 | 2025.03.01 05:26:57.660273 [ 4 ] {2c0e69b8-1d4e-48f0-8cba-796201c8804a} <Debug> TCPHandler: Processed in 0.001864865 sec. | ||
| 3209 | 2025.03.01 05:26:57.660389 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3210 | 2025.03.01 05:26:57.660494 [ 4 ] {7b4d2153-7f57-46d5-8967-32a608b74f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3211 | 2025.03.01 05:26:57.660542 [ 4 ] {7b4d2153-7f57-46d5-8967-32a608b74f68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3212 | 2025.03.01 05:26:57.660966 [ 4 ] {7b4d2153-7f57-46d5-8967-32a608b74f68} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3213 | 2025.03.01 05:26:57.661005 [ 4 ] {7b4d2153-7f57-46d5-8967-32a608b74f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3214 | 2025.03.01 05:26:57.661340 [ 4 ] {7b4d2153-7f57-46d5-8967-32a608b74f68} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3215 | 2025.03.01 05:26:57.661588 [ 4 ] {7b4d2153-7f57-46d5-8967-32a608b74f68} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3216 | 2025.03.01 05:26:57.661877 [ 4 ] {7b4d2153-7f57-46d5-8967-32a608b74f68} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001394 sec., 717.3601147776184 rows/sec., 48.34 KiB/sec. | ||
| 3217 | 2025.03.01 05:26:57.662016 [ 4 ] {7b4d2153-7f57-46d5-8967-32a608b74f68} <Debug> TCPHandler: Processed in 0.001676903 sec. | ||
| 3218 | 2025.03.01 05:26:57.662166 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3219 | 2025.03.01 05:26:57.662283 [ 4 ] {215b8214-754a-42ee-8237-7cddef9c8c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3220 | 2025.03.01 05:26:57.662357 [ 4 ] {215b8214-754a-42ee-8237-7cddef9c8c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3221 | 2025.03.01 05:26:57.663373 [ 4 ] {215b8214-754a-42ee-8237-7cddef9c8c24} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3222 | 2025.03.01 05:26:57.663412 [ 4 ] {215b8214-754a-42ee-8237-7cddef9c8c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3223 | 2025.03.01 05:26:57.664005 [ 4 ] {215b8214-754a-42ee-8237-7cddef9c8c24} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3224 | 2025.03.01 05:26:57.664268 [ 4 ] {215b8214-754a-42ee-8237-7cddef9c8c24} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3225 | 2025.03.01 05:26:57.664530 [ 4 ] {215b8214-754a-42ee-8237-7cddef9c8c24} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002261 sec., 5749.668288367979 rows/sec., 10.30 MiB/sec. | ||
| 3226 | 2025.03.01 05:26:57.664919 [ 4 ] {215b8214-754a-42ee-8237-7cddef9c8c24} <Debug> TCPHandler: Processed in 0.002811728 sec. | ||
| 3227 | 2025.03.01 05:26:57.665051 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3228 | 2025.03.01 05:26:57.665159 [ 4 ] {7711122a-2a64-4445-a465-69ea394acbe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3229 | 2025.03.01 05:26:57.665211 [ 4 ] {7711122a-2a64-4445-a465-69ea394acbe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3230 | 2025.03.01 05:26:57.665644 [ 4 ] {7711122a-2a64-4445-a465-69ea394acbe4} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3231 | 2025.03.01 05:26:57.665683 [ 4 ] {7711122a-2a64-4445-a465-69ea394acbe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3232 | 2025.03.01 05:26:57.666035 [ 4 ] {7711122a-2a64-4445-a465-69ea394acbe4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3233 | 2025.03.01 05:26:57.666277 [ 4 ] {7711122a-2a64-4445-a465-69ea394acbe4} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3234 | 2025.03.01 05:26:57.666535 [ 4 ] {7711122a-2a64-4445-a465-69ea394acbe4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001394 sec., 58823.529411764706 rows/sec., 3.74 MiB/sec. | ||
| 3235 | 2025.03.01 05:26:57.666728 [ 4 ] {7711122a-2a64-4445-a465-69ea394acbe4} <Debug> TCPHandler: Processed in 0.001725173 sec. | ||
| 3236 | 2025.03.01 05:26:59.783728 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3237 | 2025.03.01 05:26:59.784469 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3238 | 2025.03.01 05:26:59.784520 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3239 | 2025.03.01 05:26:59.785055 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3240 | 2025.03.01 05:26:59.785314 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3241 | 2025.03.01 05:26:59.785560 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3242 | 2025.03.01 05:27:00.226991 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3243 | 2025.03.01 05:27:00.248111 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3244 | 2025.03.01 05:27:00.248168 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3245 | 2025.03.01 05:27:00.256239 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3246 | 2025.03.01 05:27:00.257044 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3247 | 2025.03.01 05:27:00.260141 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3248 | 2025.03.01 05:27:03.416236 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3249 | 2025.03.01 05:27:03.416462 [ 4 ] {84a1a8cf-c858-4b03-8b72-fdcd5c4fc852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3250 | 2025.03.01 05:27:03.416537 [ 4 ] {84a1a8cf-c858-4b03-8b72-fdcd5c4fc852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3251 | 2025.03.01 05:27:03.417325 [ 4 ] {84a1a8cf-c858-4b03-8b72-fdcd5c4fc852} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3252 | 2025.03.01 05:27:03.417374 [ 4 ] {84a1a8cf-c858-4b03-8b72-fdcd5c4fc852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3253 | 2025.03.01 05:27:03.417838 [ 4 ] {84a1a8cf-c858-4b03-8b72-fdcd5c4fc852} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3254 | 2025.03.01 05:27:03.418094 [ 4 ] {84a1a8cf-c858-4b03-8b72-fdcd5c4fc852} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3255 | 2025.03.01 05:27:03.418326 [ 4 ] {84a1a8cf-c858-4b03-8b72-fdcd5c4fc852} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.00192 sec., 56250 rows/sec., 4.70 MiB/sec. | ||
| 3256 | 2025.03.01 05:27:03.418440 [ 4 ] {84a1a8cf-c858-4b03-8b72-fdcd5c4fc852} <Debug> TCPHandler: Processed in 0.002346672 sec. | ||
| 3257 | 2025.03.01 05:27:03.418609 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3258 | 2025.03.01 05:27:03.418726 [ 4 ] {279b7938-9c4f-4438-aaf9-a343c0b21d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3259 | 2025.03.01 05:27:03.418779 [ 4 ] {279b7938-9c4f-4438-aaf9-a343c0b21d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3260 | 2025.03.01 05:27:03.419346 [ 4 ] {279b7938-9c4f-4438-aaf9-a343c0b21d46} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3261 | 2025.03.01 05:27:03.419385 [ 4 ] {279b7938-9c4f-4438-aaf9-a343c0b21d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3262 | 2025.03.01 05:27:03.419741 [ 4 ] {279b7938-9c4f-4438-aaf9-a343c0b21d46} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3263 | 2025.03.01 05:27:03.419991 [ 4 ] {279b7938-9c4f-4438-aaf9-a343c0b21d46} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3264 | 2025.03.01 05:27:03.420228 [ 4 ] {279b7938-9c4f-4438-aaf9-a343c0b21d46} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001522 sec., 17082.785808147175 rows/sec., 1.25 MiB/sec. | ||
| 3265 | 2025.03.01 05:27:03.420416 [ 4 ] {279b7938-9c4f-4438-aaf9-a343c0b21d46} <Debug> TCPHandler: Processed in 0.001856835 sec. | ||
| 3266 | 2025.03.01 05:27:03.420589 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3267 | 2025.03.01 05:27:03.420697 [ 4 ] {482b481d-f02b-456a-8f2a-779dc25beffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3268 | 2025.03.01 05:27:03.420745 [ 4 ] {482b481d-f02b-456a-8f2a-779dc25beffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3269 | 2025.03.01 05:27:03.421326 [ 4 ] {482b481d-f02b-456a-8f2a-779dc25beffe} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3270 | 2025.03.01 05:27:03.421366 [ 4 ] {482b481d-f02b-456a-8f2a-779dc25beffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3271 | 2025.03.01 05:27:03.421735 [ 4 ] {482b481d-f02b-456a-8f2a-779dc25beffe} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3272 | 2025.03.01 05:27:03.421980 [ 4 ] {482b481d-f02b-456a-8f2a-779dc25beffe} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3273 | 2025.03.01 05:27:03.422197 [ 4 ] {482b481d-f02b-456a-8f2a-779dc25beffe} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001526 sec., 58977.71952817824 rows/sec., 4.61 MiB/sec. | ||
| 3274 | 2025.03.01 05:27:03.422321 [ 4 ] {482b481d-f02b-456a-8f2a-779dc25beffe} <Debug> TCPHandler: Processed in 0.001783584 sec. | ||
| 3275 | 2025.03.01 05:27:03.422447 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3276 | 2025.03.01 05:27:03.422554 [ 4 ] {88b9d88e-b2e1-4741-8cdf-0d706d3f19b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3277 | 2025.03.01 05:27:03.422605 [ 4 ] {88b9d88e-b2e1-4741-8cdf-0d706d3f19b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3278 | 2025.03.01 05:27:03.423137 [ 4 ] {88b9d88e-b2e1-4741-8cdf-0d706d3f19b4} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3279 | 2025.03.01 05:27:03.423174 [ 4 ] {88b9d88e-b2e1-4741-8cdf-0d706d3f19b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3280 | 2025.03.01 05:27:03.423553 [ 4 ] {88b9d88e-b2e1-4741-8cdf-0d706d3f19b4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3281 | 2025.03.01 05:27:03.423782 [ 4 ] {88b9d88e-b2e1-4741-8cdf-0d706d3f19b4} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3282 | 2025.03.01 05:27:03.423983 [ 4 ] {88b9d88e-b2e1-4741-8cdf-0d706d3f19b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001452 sec., 110192.83746556475 rows/sec., 7.67 MiB/sec. | ||
| 3283 | 2025.03.01 05:27:03.424039 [ 4 ] {88b9d88e-b2e1-4741-8cdf-0d706d3f19b4} <Debug> TCPHandler: Processed in 0.001642882 sec. | ||
| 3284 | 2025.03.01 05:27:03.424155 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3285 | 2025.03.01 05:27:03.424260 [ 4 ] {885ed4c0-9e24-4331-8187-7c832aad5a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3286 | 2025.03.01 05:27:03.424328 [ 4 ] {885ed4c0-9e24-4331-8187-7c832aad5a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3287 | 2025.03.01 05:27:03.425407 [ 4 ] {885ed4c0-9e24-4331-8187-7c832aad5a77} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3288 | 2025.03.01 05:27:03.425446 [ 4 ] {885ed4c0-9e24-4331-8187-7c832aad5a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3289 | 2025.03.01 05:27:03.426078 [ 4 ] {885ed4c0-9e24-4331-8187-7c832aad5a77} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3290 | 2025.03.01 05:27:03.426338 [ 4 ] {885ed4c0-9e24-4331-8187-7c832aad5a77} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3291 | 2025.03.01 05:27:03.426590 [ 4 ] {885ed4c0-9e24-4331-8187-7c832aad5a77} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002352 sec., 11054.421768707483 rows/sec., 19.81 MiB/sec. | ||
| 3292 | 2025.03.01 05:27:03.426698 [ 4 ] {885ed4c0-9e24-4331-8187-7c832aad5a77} <Debug> TCPHandler: Processed in 0.002593095 sec. | ||
| 3293 | 2025.03.01 05:27:03.426843 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3294 | 2025.03.01 05:27:03.426949 [ 4 ] {b9c200e9-6ea9-4606-9977-c61c3579647b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3295 | 2025.03.01 05:27:03.427002 [ 4 ] {b9c200e9-6ea9-4606-9977-c61c3579647b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3296 | 2025.03.01 05:27:03.427434 [ 4 ] {b9c200e9-6ea9-4606-9977-c61c3579647b} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3297 | 2025.03.01 05:27:03.427472 [ 4 ] {b9c200e9-6ea9-4606-9977-c61c3579647b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3298 | 2025.03.01 05:27:03.427823 [ 4 ] {b9c200e9-6ea9-4606-9977-c61c3579647b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3299 | 2025.03.01 05:27:03.428059 [ 4 ] {b9c200e9-6ea9-4606-9977-c61c3579647b} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3300 | 2025.03.01 05:27:03.428269 [ 4 ] {b9c200e9-6ea9-4606-9977-c61c3579647b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
| 3301 | 2025.03.01 05:27:03.428319 [ 4 ] {b9c200e9-6ea9-4606-9977-c61c3579647b} <Debug> TCPHandler: Processed in 0.001526401 sec. | ||
| 3302 | 2025.03.01 05:27:07.189115 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3303 | 2025.03.01 05:27:07.189173 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3304 | 2025.03.01 05:27:07.285729 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3305 | 2025.03.01 05:27:07.286733 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3306 | 2025.03.01 05:27:07.286776 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3307 | 2025.03.01 05:27:07.287345 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3308 | 2025.03.01 05:27:07.287611 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3309 | 2025.03.01 05:27:07.287777 [ 136 ] {} <Debug> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3310 | 2025.03.01 05:27:07.287832 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3311 | 2025.03.01 05:27:07.287840 [ 136 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3312 | 2025.03.01 05:27:07.287874 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3313 | 2025.03.01 05:27:07.287989 [ 192 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::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 | ||
| 3314 | 2025.03.01 05:27:07.288104 [ 192 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3315 | 2025.03.01 05:27:07.288143 [ 192 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 3316 | 2025.03.01 05:27:07.288217 [ 192 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 3317 | 2025.03.01 05:27:07.288312 [ 192 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 3318 | 2025.03.01 05:27:07.288553 [ 192 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 3319 | 2025.03.01 05:27:07.288803 [ 192 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 3320 | 2025.03.01 05:27:07.288883 [ 192 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 3321 | 2025.03.01 05:27:07.290763 [ 190 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002822398 sec., 2615152.079898016 rows/sec., 37.41 MiB/sec. | ||
| 3322 | 2025.03.01 05:27:07.291754 [ 190 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3323 | 2025.03.01 05:27:07.292167 [ 190 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_16_3} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3324 | 2025.03.01 05:27:07.292278 [ 190 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_16_3} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3325 | 2025.03.01 05:27:07.292414 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3326 | 2025.03.01 05:27:07.306775 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 484 | ||
| 3327 | 2025.03.01 05:27:07.309834 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3328 | 2025.03.01 05:27:07.309879 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3329 | 2025.03.01 05:27:07.311347 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3330 | 2025.03.01 05:27:07.311668 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3331 | 2025.03.01 05:27:07.311871 [ 136 ] {} <Debug> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3332 | 2025.03.01 05:27:07.311984 [ 136 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3333 | 2025.03.01 05:27:07.312056 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3334 | 2025.03.01 05:27:07.312549 [ 186 ] {a815b5b4-7616-4377-8f2c-f800840f715c::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 | ||
| 3335 | 2025.03.01 05:27:07.313549 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 484 | ||
| 3336 | 2025.03.01 05:27:07.313823 [ 186 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3337 | 2025.03.01 05:27:07.313953 [ 186 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 296 rows starting from the beginning of the part | ||
| 3338 | 2025.03.01 05:27:07.314526 [ 186 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 44 rows starting from the beginning of the part | ||
| 3339 | 2025.03.01 05:27:07.315086 [ 186 ] {a815b5b4-7616-4377-8f2c-f800840f715c::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 | ||
| 3340 | 2025.03.01 05:27:07.315744 [ 186 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 3341 | 2025.03.01 05:27:07.316287 [ 186 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 3342 | 2025.03.01 05:27:07.316891 [ 186 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part | ||
| 3343 | 2025.03.01 05:27:07.324731 [ 192 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 484 rows, containing 72 columns (72 merged, 0 gathered) in 0.012552249 sec., 38558.82718706425 rows/sec., 35.28 MiB/sec. | ||
| 3344 | 2025.03.01 05:27:07.325590 [ 198 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3345 | 2025.03.01 05:27:07.326276 [ 198 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_11_2} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3346 | 2025.03.01 05:27:07.326357 [ 198 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_11_2} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3347 | 2025.03.01 05:27:07.326550 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
| 3348 | 2025.03.01 05:27:07.760250 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3349 | 2025.03.01 05:27:07.781786 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3350 | 2025.03.01 05:27:07.781848 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3351 | 2025.03.01 05:27:07.789523 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3352 | 2025.03.01 05:27:07.790284 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3353 | 2025.03.01 05:27:07.790683 [ 134 ] {} <Debug> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3354 | 2025.03.01 05:27:07.790829 [ 134 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3355 | 2025.03.01 05:27:07.790910 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3356 | 2025.03.01 05:27:07.791295 [ 186 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 3357 | 2025.03.01 05:27:07.807885 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3358 | 2025.03.01 05:27:07.809028 [ 186 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3359 | 2025.03.01 05:27:07.810264 [ 186 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 3360 | 2025.03.01 05:27:07.815554 [ 186 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 3361 | 2025.03.01 05:27:07.821067 [ 186 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 3362 | 2025.03.01 05:27:07.826584 [ 186 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 3363 | 2025.03.01 05:27:07.832601 [ 186 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3364 | 2025.03.01 05:27:07.837828 [ 186 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3365 | 2025.03.01 05:27:07.899213 [ 192 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.108170638 sec., 1118.602998347851 rows/sec., 5.78 MiB/sec. | ||
| 3366 | 2025.03.01 05:27:07.902263 [ 192 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3367 | 2025.03.01 05:27:07.905316 [ 192 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_16_3} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3368 | 2025.03.01 05:27:07.905443 [ 192 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_16_3} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3369 | 2025.03.01 05:27:07.907927 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3370 | 2025.03.01 05:27:08.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.77 MiB, peak 184.72 MiB, free memory in arenas 0.00 B, will set to 176.74 MiB (RSS), difference: 1.97 MiB | ||
| 3371 | 2025.03.01 05:27:08.001394 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000922753 sec. | ||
| 3372 | 2025.03.01 05:27:08.421257 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3373 | 2025.03.01 05:27:08.421468 [ 4 ] {eb0ed765-55a7-476d-bcb0-128cb89cad6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3374 | 2025.03.01 05:27:08.421545 [ 4 ] {eb0ed765-55a7-476d-bcb0-128cb89cad6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3375 | 2025.03.01 05:27:08.422430 [ 4 ] {eb0ed765-55a7-476d-bcb0-128cb89cad6b} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3376 | 2025.03.01 05:27:08.422480 [ 4 ] {eb0ed765-55a7-476d-bcb0-128cb89cad6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3377 | 2025.03.01 05:27:08.422939 [ 4 ] {eb0ed765-55a7-476d-bcb0-128cb89cad6b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3378 | 2025.03.01 05:27:08.423207 [ 4 ] {eb0ed765-55a7-476d-bcb0-128cb89cad6b} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3379 | 2025.03.01 05:27:08.423486 [ 4 ] {eb0ed765-55a7-476d-bcb0-128cb89cad6b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002071 sec., 102366.00676001931 rows/sec., 6.51 MiB/sec. | ||
| 3380 | 2025.03.01 05:27:08.423561 [ 4 ] {eb0ed765-55a7-476d-bcb0-128cb89cad6b} <Debug> TCPHandler: Processed in 0.002438893 sec. | ||
| 3381 | 2025.03.01 05:27:08.423689 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3382 | 2025.03.01 05:27:08.423805 [ 4 ] {f7986e61-5f34-4795-b986-ece5a567aa9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3383 | 2025.03.01 05:27:08.423857 [ 4 ] {f7986e61-5f34-4795-b986-ece5a567aa9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3384 | 2025.03.01 05:27:08.424705 [ 4 ] {f7986e61-5f34-4795-b986-ece5a567aa9c} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3385 | 2025.03.01 05:27:08.424747 [ 4 ] {f7986e61-5f34-4795-b986-ece5a567aa9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3386 | 2025.03.01 05:27:08.425153 [ 4 ] {f7986e61-5f34-4795-b986-ece5a567aa9c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3387 | 2025.03.01 05:27:08.425401 [ 4 ] {f7986e61-5f34-4795-b986-ece5a567aa9c} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3388 | 2025.03.01 05:27:08.425658 [ 4 ] {f7986e61-5f34-4795-b986-ece5a567aa9c} <Debug> executeQuery: Read 643 rows, 51.91 KiB in 0.00188 sec., 342021.2765957447 rows/sec., 26.96 MiB/sec. | ||
| 3389 | 2025.03.01 05:27:08.425883 [ 4 ] {f7986e61-5f34-4795-b986-ece5a567aa9c} <Debug> TCPHandler: Processed in 0.00224543 sec. | ||
| 3390 | 2025.03.01 05:27:08.426022 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3391 | 2025.03.01 05:27:08.426132 [ 4 ] {9cff992c-51ba-49ca-ad66-0df7547b1bc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3392 | 2025.03.01 05:27:08.426180 [ 4 ] {9cff992c-51ba-49ca-ad66-0df7547b1bc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3393 | 2025.03.01 05:27:08.426776 [ 4 ] {9cff992c-51ba-49ca-ad66-0df7547b1bc3} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3394 | 2025.03.01 05:27:08.426816 [ 4 ] {9cff992c-51ba-49ca-ad66-0df7547b1bc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3395 | 2025.03.01 05:27:08.427174 [ 4 ] {9cff992c-51ba-49ca-ad66-0df7547b1bc3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3396 | 2025.03.01 05:27:08.427412 [ 4 ] {9cff992c-51ba-49ca-ad66-0df7547b1bc3} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3397 | 2025.03.01 05:27:08.427602 [ 133 ] {} <Debug> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 3398 | 2025.03.01 05:27:08.427659 [ 4 ] {9cff992c-51ba-49ca-ad66-0df7547b1bc3} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.001547 sec., 76923.07692307692 rows/sec., 4.65 MiB/sec. | ||
| 3399 | 2025.03.01 05:27:08.427687 [ 133 ] {} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3400 | 2025.03.01 05:27:08.427752 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3401 | 2025.03.01 05:27:08.427781 [ 4 ] {9cff992c-51ba-49ca-ad66-0df7547b1bc3} <Debug> TCPHandler: Processed in 0.001810014 sec. | ||
| 3402 | 2025.03.01 05:27:08.428013 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3403 | 2025.03.01 05:27:08.428042 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 3404 | 2025.03.01 05:27:08.428155 [ 4 ] {a6a646ae-b06f-4f57-8224-a04a93ab0821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3405 | 2025.03.01 05:27:08.428201 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3406 | 2025.03.01 05:27:08.428215 [ 4 ] {a6a646ae-b06f-4f57-8224-a04a93ab0821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3407 | 2025.03.01 05:27:08.428252 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 157 rows starting from the beginning of the part | ||
| 3408 | 2025.03.01 05:27:08.428406 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 119 rows starting from the beginning of the part | ||
| 3409 | 2025.03.01 05:27:08.428736 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
| 3410 | 2025.03.01 05:27:08.429143 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 119 rows starting from the beginning of the part | ||
| 3411 | 2025.03.01 05:27:08.429368 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 3412 | 2025.03.01 05:27:08.429637 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 119 rows starting from the beginning of the part | ||
| 3413 | 2025.03.01 05:27:08.430280 [ 4 ] {a6a646ae-b06f-4f57-8224-a04a93ab0821} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3414 | 2025.03.01 05:27:08.430330 [ 4 ] {a6a646ae-b06f-4f57-8224-a04a93ab0821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3415 | 2025.03.01 05:27:08.430961 [ 4 ] {a6a646ae-b06f-4f57-8224-a04a93ab0821} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3416 | 2025.03.01 05:27:08.431319 [ 4 ] {a6a646ae-b06f-4f57-8224-a04a93ab0821} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3417 | 2025.03.01 05:27:08.431524 [ 199 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 5 columns (5 merged, 0 gathered) in 0.003637098 sec., 155618.57282921713 rows/sec., 10.30 MiB/sec. | ||
| 3418 | 2025.03.01 05:27:08.431827 [ 4 ] {a6a646ae-b06f-4f57-8224-a04a93ab0821} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00367 sec., 30790.19073569482 rows/sec., 1.99 MiB/sec. | ||
| 3419 | 2025.03.01 05:27:08.431929 [ 199 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 3420 | 2025.03.01 05:27:08.432123 [ 4 ] {a6a646ae-b06f-4f57-8224-a04a93ab0821} <Debug> TCPHandler: Processed in 0.004188456 sec. | ||
| 3421 | 2025.03.01 05:27:08.432306 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3422 | 2025.03.01 05:27:08.432452 [ 4 ] {65017dac-3c62-4e5c-bc72-3344893b5be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3423 | 2025.03.01 05:27:08.432523 [ 4 ] {65017dac-3c62-4e5c-bc72-3344893b5be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3424 | 2025.03.01 05:27:08.432670 [ 199 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_15_3} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3425 | 2025.03.01 05:27:08.432882 [ 199 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_15_3} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 3426 | 2025.03.01 05:27:08.433104 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3427 | 2025.03.01 05:27:08.433533 [ 4 ] {65017dac-3c62-4e5c-bc72-3344893b5be4} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3428 | 2025.03.01 05:27:08.433577 [ 4 ] {65017dac-3c62-4e5c-bc72-3344893b5be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3429 | 2025.03.01 05:27:08.434007 [ 4 ] {65017dac-3c62-4e5c-bc72-3344893b5be4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3430 | 2025.03.01 05:27:08.434362 [ 4 ] {65017dac-3c62-4e5c-bc72-3344893b5be4} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3431 | 2025.03.01 05:27:08.434663 [ 4 ] {65017dac-3c62-4e5c-bc72-3344893b5be4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002231 sec., 50201.703272075305 rows/sec., 2.86 MiB/sec. | ||
| 3432 | 2025.03.01 05:27:08.434958 [ 4 ] {65017dac-3c62-4e5c-bc72-3344893b5be4} <Debug> TCPHandler: Processed in 0.002699736 sec. | ||
| 3433 | 2025.03.01 05:27:08.435101 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3434 | 2025.03.01 05:27:08.435210 [ 4 ] {1582b8ba-07b0-467f-9ff7-196ed2e0ca0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3435 | 2025.03.01 05:27:08.435256 [ 4 ] {1582b8ba-07b0-467f-9ff7-196ed2e0ca0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3436 | 2025.03.01 05:27:08.435953 [ 4 ] {1582b8ba-07b0-467f-9ff7-196ed2e0ca0c} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3437 | 2025.03.01 05:27:08.435993 [ 4 ] {1582b8ba-07b0-467f-9ff7-196ed2e0ca0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3438 | 2025.03.01 05:27:08.436378 [ 4 ] {1582b8ba-07b0-467f-9ff7-196ed2e0ca0c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3439 | 2025.03.01 05:27:08.436621 [ 4 ] {1582b8ba-07b0-467f-9ff7-196ed2e0ca0c} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3440 | 2025.03.01 05:27:08.436891 [ 4 ] {1582b8ba-07b0-467f-9ff7-196ed2e0ca0c} <Debug> executeQuery: Read 395 rows, 28.63 KiB in 0.001687 sec., 234143.44991108478 rows/sec., 16.57 MiB/sec. | ||
| 3441 | 2025.03.01 05:27:08.437062 [ 4 ] {1582b8ba-07b0-467f-9ff7-196ed2e0ca0c} <Debug> TCPHandler: Processed in 0.002010738 sec. | ||
| 3442 | 2025.03.01 05:27:08.437175 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3443 | 2025.03.01 05:27:08.437281 [ 4 ] {73ee6cc2-3546-432e-ab4f-2c51d2134982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3444 | 2025.03.01 05:27:08.437328 [ 4 ] {73ee6cc2-3546-432e-ab4f-2c51d2134982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3445 | 2025.03.01 05:27:08.437775 [ 4 ] {73ee6cc2-3546-432e-ab4f-2c51d2134982} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3446 | 2025.03.01 05:27:08.437820 [ 4 ] {73ee6cc2-3546-432e-ab4f-2c51d2134982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3447 | 2025.03.01 05:27:08.438178 [ 4 ] {73ee6cc2-3546-432e-ab4f-2c51d2134982} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3448 | 2025.03.01 05:27:08.438420 [ 4 ] {73ee6cc2-3546-432e-ab4f-2c51d2134982} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3449 | 2025.03.01 05:27:08.438706 [ 4 ] {73ee6cc2-3546-432e-ab4f-2c51d2134982} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. | ||
| 3450 | 2025.03.01 05:27:08.438792 [ 4 ] {73ee6cc2-3546-432e-ab4f-2c51d2134982} <Debug> TCPHandler: Processed in 0.001666702 sec. | ||
| 3451 | 2025.03.01 05:27:08.438916 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3452 | 2025.03.01 05:27:08.439021 [ 4 ] {4fd9c819-31c6-47d4-a0e2-18a647dda677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3453 | 2025.03.01 05:27:08.439071 [ 4 ] {4fd9c819-31c6-47d4-a0e2-18a647dda677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3454 | 2025.03.01 05:27:08.439595 [ 4 ] {4fd9c819-31c6-47d4-a0e2-18a647dda677} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3455 | 2025.03.01 05:27:08.439634 [ 4 ] {4fd9c819-31c6-47d4-a0e2-18a647dda677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3456 | 2025.03.01 05:27:08.440014 [ 4 ] {4fd9c819-31c6-47d4-a0e2-18a647dda677} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3457 | 2025.03.01 05:27:08.440260 [ 4 ] {4fd9c819-31c6-47d4-a0e2-18a647dda677} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3458 | 2025.03.01 05:27:08.440661 [ 4 ] {4fd9c819-31c6-47d4-a0e2-18a647dda677} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001614 sec., 146840.14869888476 rows/sec., 9.84 MiB/sec. | ||
| 3459 | 2025.03.01 05:27:08.441005 [ 4 ] {4fd9c819-31c6-47d4-a0e2-18a647dda677} <Debug> TCPHandler: Processed in 0.002136839 sec. | ||
| 3460 | 2025.03.01 05:27:08.441161 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3461 | 2025.03.01 05:27:08.441264 [ 4 ] {2d52001c-556a-4873-957a-b0090a80c628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3462 | 2025.03.01 05:27:08.441313 [ 4 ] {2d52001c-556a-4873-957a-b0090a80c628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3463 | 2025.03.01 05:27:08.441766 [ 4 ] {2d52001c-556a-4873-957a-b0090a80c628} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3464 | 2025.03.01 05:27:08.441804 [ 4 ] {2d52001c-556a-4873-957a-b0090a80c628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3465 | 2025.03.01 05:27:08.442152 [ 4 ] {2d52001c-556a-4873-957a-b0090a80c628} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3466 | 2025.03.01 05:27:08.442392 [ 4 ] {2d52001c-556a-4873-957a-b0090a80c628} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3467 | 2025.03.01 05:27:08.442555 [ 133 ] {} <Debug> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3468 | 2025.03.01 05:27:08.442624 [ 133 ] {} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3469 | 2025.03.01 05:27:08.442625 [ 4 ] {2d52001c-556a-4873-957a-b0090a80c628} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001371 sec., 729.3946024799417 rows/sec., 49.15 KiB/sec. | ||
| 3470 | 2025.03.01 05:27:08.442668 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3471 | 2025.03.01 05:27:08.442793 [ 4 ] {2d52001c-556a-4873-957a-b0090a80c628} <Debug> TCPHandler: Processed in 0.001675183 sec. | ||
| 3472 | 2025.03.01 05:27:08.443341 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3473 | 2025.03.01 05:27:08.443351 [ 191 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::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 | ||
| 3474 | 2025.03.01 05:27:08.443701 [ 4 ] {8c4f583e-eb1a-459e-bdd0-d0108da59187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3475 | 2025.03.01 05:27:08.443741 [ 191 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3476 | 2025.03.01 05:27:08.443830 [ 191 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3477 | 2025.03.01 05:27:08.443868 [ 4 ] {8c4f583e-eb1a-459e-bdd0-d0108da59187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3478 | 2025.03.01 05:27:08.444149 [ 191 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3479 | 2025.03.01 05:27:08.444494 [ 191 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3480 | 2025.03.01 05:27:08.444835 [ 191 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3481 | 2025.03.01 05:27:08.445179 [ 191 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3482 | 2025.03.01 05:27:08.445506 [ 191 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3483 | 2025.03.01 05:27:08.449241 [ 188 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.006451217 sec., 1550.0951215871362 rows/sec., 104.45 KiB/sec. | ||
| 3484 | 2025.03.01 05:27:08.449291 [ 4 ] {8c4f583e-eb1a-459e-bdd0-d0108da59187} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3485 | 2025.03.01 05:27:08.449336 [ 4 ] {8c4f583e-eb1a-459e-bdd0-d0108da59187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3486 | 2025.03.01 05:27:08.449400 [ 188 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3487 | 2025.03.01 05:27:08.449816 [ 188 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_10_2} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3488 | 2025.03.01 05:27:08.449947 [ 188 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_10_2} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3489 | 2025.03.01 05:27:08.450063 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3490 | 2025.03.01 05:27:08.450239 [ 4 ] {8c4f583e-eb1a-459e-bdd0-d0108da59187} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3491 | 2025.03.01 05:27:08.450505 [ 4 ] {8c4f583e-eb1a-459e-bdd0-d0108da59187} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3492 | 2025.03.01 05:27:08.450803 [ 4 ] {8c4f583e-eb1a-459e-bdd0-d0108da59187} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.007199 sec., 1805.8063619947216 rows/sec., 3.24 MiB/sec. | ||
| 3493 | 2025.03.01 05:27:08.451120 [ 4 ] {8c4f583e-eb1a-459e-bdd0-d0108da59187} <Debug> TCPHandler: Processed in 0.007936667 sec. | ||
| 3494 | 2025.03.01 05:27:08.451272 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3495 | 2025.03.01 05:27:08.451385 [ 4 ] {23db5215-ee2a-42b5-b33a-46caac0ba617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3496 | 2025.03.01 05:27:08.451435 [ 4 ] {23db5215-ee2a-42b5-b33a-46caac0ba617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3497 | 2025.03.01 05:27:08.451884 [ 4 ] {23db5215-ee2a-42b5-b33a-46caac0ba617} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3498 | 2025.03.01 05:27:08.451923 [ 4 ] {23db5215-ee2a-42b5-b33a-46caac0ba617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3499 | 2025.03.01 05:27:08.452295 [ 4 ] {23db5215-ee2a-42b5-b33a-46caac0ba617} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3500 | 2025.03.01 05:27:08.452534 [ 4 ] {23db5215-ee2a-42b5-b33a-46caac0ba617} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3501 | 2025.03.01 05:27:08.452775 [ 4 ] {23db5215-ee2a-42b5-b33a-46caac0ba617} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001407 sec., 58280.02842928216 rows/sec., 3.70 MiB/sec. | ||
| 3502 | 2025.03.01 05:27:08.452864 [ 4 ] {23db5215-ee2a-42b5-b33a-46caac0ba617} <Debug> TCPHandler: Processed in 0.001639793 sec. | ||
| 3503 | 2025.03.01 05:27:13.416069 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3504 | 2025.03.01 05:27:13.416305 [ 4 ] {92e54661-7f08-4d6c-928c-26bfb18f69c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3505 | 2025.03.01 05:27:13.416390 [ 4 ] {92e54661-7f08-4d6c-928c-26bfb18f69c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3506 | 2025.03.01 05:27:13.417212 [ 4 ] {92e54661-7f08-4d6c-928c-26bfb18f69c3} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3507 | 2025.03.01 05:27:13.417274 [ 4 ] {92e54661-7f08-4d6c-928c-26bfb18f69c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3508 | 2025.03.01 05:27:13.417738 [ 4 ] {92e54661-7f08-4d6c-928c-26bfb18f69c3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3509 | 2025.03.01 05:27:13.418007 [ 4 ] {92e54661-7f08-4d6c-928c-26bfb18f69c3} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3510 | 2025.03.01 05:27:13.418284 [ 4 ] {92e54661-7f08-4d6c-928c-26bfb18f69c3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002045 sec., 977.9951100244499 rows/sec., 79.75 KiB/sec. | ||
| 3511 | 2025.03.01 05:27:13.418505 [ 4 ] {92e54661-7f08-4d6c-928c-26bfb18f69c3} <Debug> TCPHandler: Processed in 0.002574445 sec. | ||
| 3512 | 2025.03.01 05:27:13.418692 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3513 | 2025.03.01 05:27:13.418815 [ 4 ] {701bb91d-9f63-49c3-9553-002e65787dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3514 | 2025.03.01 05:27:13.418873 [ 4 ] {701bb91d-9f63-49c3-9553-002e65787dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3515 | 2025.03.01 05:27:13.419603 [ 4 ] {701bb91d-9f63-49c3-9553-002e65787dc7} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3516 | 2025.03.01 05:27:13.419650 [ 4 ] {701bb91d-9f63-49c3-9553-002e65787dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3517 | 2025.03.01 05:27:13.420120 [ 4 ] {701bb91d-9f63-49c3-9553-002e65787dc7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3518 | 2025.03.01 05:27:13.420375 [ 4 ] {701bb91d-9f63-49c3-9553-002e65787dc7} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3519 | 2025.03.01 05:27:13.420578 [ 123 ] {} <Debug> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3520 | 2025.03.01 05:27:13.420613 [ 4 ] {701bb91d-9f63-49c3-9553-002e65787dc7} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001826 sec., 59693.31872946331 rows/sec., 4.98 MiB/sec. | ||
| 3521 | 2025.03.01 05:27:13.420671 [ 123 ] {} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3522 | 2025.03.01 05:27:13.420768 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3523 | 2025.03.01 05:27:13.420777 [ 4 ] {701bb91d-9f63-49c3-9553-002e65787dc7} <Debug> TCPHandler: Processed in 0.002147218 sec. | ||
| 3524 | 2025.03.01 05:27:13.421011 [ 191 ] {fe94f596-977c-465a-823d-979ea2543a6f::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 | ||
| 3525 | 2025.03.01 05:27:13.421026 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3526 | 2025.03.01 05:27:13.421299 [ 4 ] {96ece8c2-2c77-4e7d-8bb2-c7849acc0627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3527 | 2025.03.01 05:27:13.421317 [ 191 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3528 | 2025.03.01 05:27:13.421421 [ 4 ] {96ece8c2-2c77-4e7d-8bb2-c7849acc0627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3529 | 2025.03.01 05:27:13.421426 [ 191 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1841 rows starting from the beginning of the part | ||
| 3530 | 2025.03.01 05:27:13.421843 [ 191 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 108 rows starting from the beginning of the part | ||
| 3531 | 2025.03.01 05:27:13.422212 [ 191 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1783 rows starting from the beginning of the part | ||
| 3532 | 2025.03.01 05:27:13.422683 [ 191 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 108 rows starting from the beginning of the part | ||
| 3533 | 2025.03.01 05:27:13.423008 [ 191 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 643 rows starting from the beginning of the part | ||
| 3534 | 2025.03.01 05:27:13.423139 [ 191 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 109 rows starting from the beginning of the part | ||
| 3535 | 2025.03.01 05:27:13.424180 [ 4 ] {96ece8c2-2c77-4e7d-8bb2-c7849acc0627} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3536 | 2025.03.01 05:27:13.424248 [ 4 ] {96ece8c2-2c77-4e7d-8bb2-c7849acc0627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3537 | 2025.03.01 05:27:13.425271 [ 4 ] {96ece8c2-2c77-4e7d-8bb2-c7849acc0627} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3538 | 2025.03.01 05:27:13.425840 [ 4 ] {96ece8c2-2c77-4e7d-8bb2-c7849acc0627} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3539 | 2025.03.01 05:27:13.426311 [ 4 ] {96ece8c2-2c77-4e7d-8bb2-c7849acc0627} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.005076 sec., 5516.154452324666 rows/sec., 412.67 KiB/sec. | ||
| 3540 | 2025.03.01 05:27:13.426583 [ 4 ] {96ece8c2-2c77-4e7d-8bb2-c7849acc0627} <Debug> TCPHandler: Processed in 0.005632906 sec. | ||
| 3541 | 2025.03.01 05:27:13.426922 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3542 | 2025.03.01 05:27:13.427005 [ 188 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4592 rows, containing 5 columns (5 merged, 0 gathered) in 0.006129513 sec., 749162.2907072715 rows/sec., 63.57 MiB/sec. | ||
| 3543 | 2025.03.01 05:27:13.427118 [ 4 ] {9a468be2-ee5c-4b65-a013-825368970ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3544 | 2025.03.01 05:27:13.427196 [ 4 ] {9a468be2-ee5c-4b65-a013-825368970ddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3545 | 2025.03.01 05:27:13.427327 [ 188 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3546 | 2025.03.01 05:27:13.427746 [ 188 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_21_4} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3547 | 2025.03.01 05:27:13.427864 [ 188 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_21_4} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3548 | 2025.03.01 05:27:13.427984 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 3549 | 2025.03.01 05:27:13.428203 [ 4 ] {9a468be2-ee5c-4b65-a013-825368970ddf} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3550 | 2025.03.01 05:27:13.428250 [ 4 ] {9a468be2-ee5c-4b65-a013-825368970ddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3551 | 2025.03.01 05:27:13.428643 [ 4 ] {9a468be2-ee5c-4b65-a013-825368970ddf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3552 | 2025.03.01 05:27:13.428921 [ 4 ] {9a468be2-ee5c-4b65-a013-825368970ddf} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3553 | 2025.03.01 05:27:13.429109 [ 123 ] {} <Debug> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3554 | 2025.03.01 05:27:13.429173 [ 4 ] {9a468be2-ee5c-4b65-a013-825368970ddf} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.00209 sec., 44019.138755980865 rows/sec., 3.44 MiB/sec. | ||
| 3555 | 2025.03.01 05:27:13.429187 [ 123 ] {} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3556 | 2025.03.01 05:27:13.429280 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3557 | 2025.03.01 05:27:13.429298 [ 4 ] {9a468be2-ee5c-4b65-a013-825368970ddf} <Debug> TCPHandler: Processed in 0.002554404 sec. | ||
| 3558 | 2025.03.01 05:27:13.429597 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::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 | ||
| 3559 | 2025.03.01 05:27:13.429636 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3560 | 2025.03.01 05:27:13.430069 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3561 | 2025.03.01 05:27:13.430078 [ 4 ] {dd872ab6-d05a-4abe-b269-909956907657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3562 | 2025.03.01 05:27:13.430185 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 907 rows starting from the beginning of the part | ||
| 3563 | 2025.03.01 05:27:13.430285 [ 4 ] {dd872ab6-d05a-4abe-b269-909956907657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3564 | 2025.03.01 05:27:13.430466 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 90 rows starting from the beginning of the part | ||
| 3565 | 2025.03.01 05:27:13.430909 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 851 rows starting from the beginning of the part | ||
| 3566 | 2025.03.01 05:27:13.431273 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 90 rows starting from the beginning of the part | ||
| 3567 | 2025.03.01 05:27:13.431614 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 395 rows starting from the beginning of the part | ||
| 3568 | 2025.03.01 05:27:13.431879 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 92 rows starting from the beginning of the part | ||
| 3569 | 2025.03.01 05:27:13.432837 [ 4 ] {dd872ab6-d05a-4abe-b269-909956907657} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3570 | 2025.03.01 05:27:13.432917 [ 4 ] {dd872ab6-d05a-4abe-b269-909956907657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3571 | 2025.03.01 05:27:13.433953 [ 4 ] {dd872ab6-d05a-4abe-b269-909956907657} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3572 | 2025.03.01 05:27:13.434335 [ 4 ] {dd872ab6-d05a-4abe-b269-909956907657} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3573 | 2025.03.01 05:27:13.434543 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3574 | 2025.03.01 05:27:13.434655 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3575 | 2025.03.01 05:27:13.434722 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3576 | 2025.03.01 05:27:13.434845 [ 4 ] {dd872ab6-d05a-4abe-b269-909956907657} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004893 sec., 32904.148783977114 rows/sec., 2.29 MiB/sec. | ||
| 3577 | 2025.03.01 05:27:13.435398 [ 188 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 3578 | 2025.03.01 05:27:13.435509 [ 4 ] {dd872ab6-d05a-4abe-b269-909956907657} <Debug> TCPHandler: Processed in 0.005974611 sec. | ||
| 3579 | 2025.03.01 05:27:13.436216 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3580 | 2025.03.01 05:27:13.436350 [ 188 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3581 | 2025.03.01 05:27:13.436339 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2425 rows, containing 5 columns (5 merged, 0 gathered) in 0.006957864 sec., 348526.5018114755 rows/sec., 26.69 MiB/sec. | ||
| 3582 | 2025.03.01 05:27:13.436452 [ 188 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6230 rows starting from the beginning of the part | ||
| 3583 | 2025.03.01 05:27:13.436498 [ 4 ] {2febed62-9ba6-44af-bbbe-c83fd5bf0034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3584 | 2025.03.01 05:27:13.436758 [ 188 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 3585 | 2025.03.01 05:27:13.436880 [ 4 ] {2febed62-9ba6-44af-bbbe-c83fd5bf0034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3586 | 2025.03.01 05:27:13.436901 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3587 | 2025.03.01 05:27:13.437230 [ 188 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1083 rows starting from the beginning of the part | ||
| 3588 | 2025.03.01 05:27:13.437831 [ 188 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 3589 | 2025.03.01 05:27:13.438362 [ 188 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
| 3590 | 2025.03.01 05:27:13.438758 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_21_4} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3591 | 2025.03.01 05:27:13.438945 [ 188 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 161 rows starting from the beginning of the part | ||
| 3592 | 2025.03.01 05:27:13.439327 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_21_4} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3593 | 2025.03.01 05:27:13.439796 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 3594 | 2025.03.01 05:27:13.441597 [ 4 ] {2febed62-9ba6-44af-bbbe-c83fd5bf0034} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3595 | 2025.03.01 05:27:13.441648 [ 4 ] {2febed62-9ba6-44af-bbbe-c83fd5bf0034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3596 | 2025.03.01 05:27:13.442694 [ 4 ] {2febed62-9ba6-44af-bbbe-c83fd5bf0034} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3597 | 2025.03.01 05:27:13.443027 [ 4 ] {2febed62-9ba6-44af-bbbe-c83fd5bf0034} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3598 | 2025.03.01 05:27:13.443238 [ 123 ] {} <Debug> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3599 | 2025.03.01 05:27:13.443324 [ 123 ] {} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3600 | 2025.03.01 05:27:13.443360 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3601 | 2025.03.01 05:27:13.443393 [ 4 ] {2febed62-9ba6-44af-bbbe-c83fd5bf0034} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006967 sec., 3731.8788574709342 rows/sec., 6.69 MiB/sec. | ||
| 3602 | 2025.03.01 05:27:13.444428 [ 187 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::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 | ||
| 3603 | 2025.03.01 05:27:13.444796 [ 4 ] {2febed62-9ba6-44af-bbbe-c83fd5bf0034} <Debug> TCPHandler: Processed in 0.008797869 sec. | ||
| 3604 | 2025.03.01 05:27:13.444818 [ 193 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8031 rows, containing 5 columns (5 merged, 0 gathered) in 0.009946224 sec., 807442.1006404038 rows/sec., 54.48 MiB/sec. | ||
| 3605 | 2025.03.01 05:27:13.445367 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3606 | 2025.03.01 05:27:13.445636 [ 187 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3607 | 2025.03.01 05:27:13.445644 [ 4 ] {fd26e2a3-5957-4c45-8fef-bc8e77942ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3608 | 2025.03.01 05:27:13.445813 [ 4 ] {fd26e2a3-5957-4c45-8fef-bc8e77942ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3609 | 2025.03.01 05:27:13.445817 [ 187 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 152 rows starting from the beginning of the part | ||
| 3610 | 2025.03.01 05:27:13.446542 [ 201 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3611 | 2025.03.01 05:27:13.447014 [ 187 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
| 3612 | 2025.03.01 05:27:13.447900 [ 187 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part | ||
| 3613 | 2025.03.01 05:27:13.448719 [ 193 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3614 | 2025.03.01 05:27:13.448941 [ 187 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 3615 | 2025.03.01 05:27:13.449348 [ 4 ] {fd26e2a3-5957-4c45-8fef-bc8e77942ce4} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3616 | 2025.03.01 05:27:13.449500 [ 4 ] {fd26e2a3-5957-4c45-8fef-bc8e77942ce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3617 | 2025.03.01 05:27:13.449942 [ 187 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 3618 | 2025.03.01 05:27:13.449941 [ 193 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3619 | 2025.03.01 05:27:13.450555 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 3620 | 2025.03.01 05:27:13.450952 [ 187 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part | ||
| 3621 | 2025.03.01 05:27:13.451247 [ 4 ] {fd26e2a3-5957-4c45-8fef-bc8e77942ce4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3622 | 2025.03.01 05:27:13.451930 [ 4 ] {fd26e2a3-5957-4c45-8fef-bc8e77942ce4} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3623 | 2025.03.01 05:27:13.452221 [ 123 ] {} <Debug> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3624 | 2025.03.01 05:27:13.452327 [ 123 ] {} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3625 | 2025.03.01 05:27:13.452389 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3626 | 2025.03.01 05:27:13.452451 [ 4 ] {fd26e2a3-5957-4c45-8fef-bc8e77942ce4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006888 sec., 8710.801393728223 rows/sec., 601.14 KiB/sec. | ||
| 3627 | 2025.03.01 05:27:13.452781 [ 4 ] {fd26e2a3-5957-4c45-8fef-bc8e77942ce4} <Debug> TCPHandler: Processed in 0.007537422 sec. | ||
| 3628 | 2025.03.01 05:27:13.453113 [ 193 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 3629 | 2025.03.01 05:27:13.453510 [ 193 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3630 | 2025.03.01 05:27:13.453566 [ 193 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1136 rows starting from the beginning of the part | ||
| 3631 | 2025.03.01 05:27:13.453899 [ 193 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 3632 | 2025.03.01 05:27:13.454321 [ 193 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 3633 | 2025.03.01 05:27:13.454735 [ 193 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 3634 | 2025.03.01 05:27:13.455088 [ 193 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
| 3635 | 2025.03.01 05:27:13.455506 [ 193 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 3636 | 2025.03.01 05:27:13.459596 [ 195 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1480 rows, containing 4 columns (4 merged, 0 gathered) in 0.007022495 sec., 210751.30704970242 rows/sec., 13.75 MiB/sec. | ||
| 3637 | 2025.03.01 05:27:13.459877 [ 188 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3638 | 2025.03.01 05:27:13.460272 [ 188 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_21_4} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3639 | 2025.03.01 05:27:13.460463 [ 188 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_21_4} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3640 | 2025.03.01 05:27:13.460722 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3641 | 2025.03.01 05:27:13.461026 [ 193 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 19 columns (19 merged, 0 gathered) in 0.017527766 sec., 14605.39808667003 rows/sec., 26.17 MiB/sec. | ||
| 3642 | 2025.03.01 05:27:13.461580 [ 193 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3643 | 2025.03.01 05:27:13.462114 [ 193 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3644 | 2025.03.01 05:27:13.462217 [ 193 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3645 | 2025.03.01 05:27:13.462399 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 3646 | 2025.03.01 05:27:14.787988 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3647 | 2025.03.01 05:27:14.788636 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3648 | 2025.03.01 05:27:14.788683 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3649 | 2025.03.01 05:27:14.789211 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3650 | 2025.03.01 05:27:14.789480 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3651 | 2025.03.01 05:27:14.789761 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3652 | 2025.03.01 05:27:15.307998 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3653 | 2025.03.01 05:27:15.327915 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3654 | 2025.03.01 05:27:15.327982 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3655 | 2025.03.01 05:27:15.335067 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3656 | 2025.03.01 05:27:15.335831 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3657 | 2025.03.01 05:27:15.339104 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3658 | 2025.03.01 05:27:17.313849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 520 | ||
| 3659 | 2025.03.01 05:27:17.317651 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3660 | 2025.03.01 05:27:17.317706 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3661 | 2025.03.01 05:27:17.319221 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3662 | 2025.03.01 05:27:17.319549 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3663 | 2025.03.01 05:27:17.320531 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 520 | ||
| 3664 | 2025.03.01 05:27:18.420717 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3665 | 2025.03.01 05:27:18.420949 [ 4 ] {9a83b294-812d-460c-a3d5-520caaffc540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3666 | 2025.03.01 05:27:18.421034 [ 4 ] {9a83b294-812d-460c-a3d5-520caaffc540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3667 | 2025.03.01 05:27:18.421897 [ 4 ] {9a83b294-812d-460c-a3d5-520caaffc540} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3668 | 2025.03.01 05:27:18.421954 [ 4 ] {9a83b294-812d-460c-a3d5-520caaffc540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3669 | 2025.03.01 05:27:18.422406 [ 4 ] {9a83b294-812d-460c-a3d5-520caaffc540} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3670 | 2025.03.01 05:27:18.422664 [ 4 ] {9a83b294-812d-460c-a3d5-520caaffc540} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3671 | 2025.03.01 05:27:18.422954 [ 4 ] {9a83b294-812d-460c-a3d5-520caaffc540} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002055 sec., 103163.01703163017 rows/sec., 6.56 MiB/sec. | ||
| 3672 | 2025.03.01 05:27:18.423147 [ 4 ] {9a83b294-812d-460c-a3d5-520caaffc540} <Debug> TCPHandler: Processed in 0.002581225 sec. | ||
| 3673 | 2025.03.01 05:27:18.423294 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3674 | 2025.03.01 05:27:18.423415 [ 4 ] {7dd7d67f-94ea-425e-85ce-e63e0ae79bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3675 | 2025.03.01 05:27:18.423468 [ 4 ] {7dd7d67f-94ea-425e-85ce-e63e0ae79bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3676 | 2025.03.01 05:27:18.424300 [ 4 ] {7dd7d67f-94ea-425e-85ce-e63e0ae79bf9} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3677 | 2025.03.01 05:27:18.424345 [ 4 ] {7dd7d67f-94ea-425e-85ce-e63e0ae79bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3678 | 2025.03.01 05:27:18.424787 [ 4 ] {7dd7d67f-94ea-425e-85ce-e63e0ae79bf9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3679 | 2025.03.01 05:27:18.425041 [ 4 ] {7dd7d67f-94ea-425e-85ce-e63e0ae79bf9} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3680 | 2025.03.01 05:27:18.425272 [ 4 ] {7dd7d67f-94ea-425e-85ce-e63e0ae79bf9} <Debug> executeQuery: Read 643 rows, 51.91 KiB in 0.001885 sec., 341114.05835543765 rows/sec., 26.89 MiB/sec. | ||
| 3681 | 2025.03.01 05:27:18.425331 [ 4 ] {7dd7d67f-94ea-425e-85ce-e63e0ae79bf9} <Debug> TCPHandler: Processed in 0.002093859 sec. | ||
| 3682 | 2025.03.01 05:27:18.425473 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3683 | 2025.03.01 05:27:18.425586 [ 4 ] {b78160ce-4870-41cd-86f1-ef5bdb70a67f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3684 | 2025.03.01 05:27:18.425634 [ 4 ] {b78160ce-4870-41cd-86f1-ef5bdb70a67f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3685 | 2025.03.01 05:27:18.426217 [ 4 ] {b78160ce-4870-41cd-86f1-ef5bdb70a67f} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3686 | 2025.03.01 05:27:18.426259 [ 4 ] {b78160ce-4870-41cd-86f1-ef5bdb70a67f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3687 | 2025.03.01 05:27:18.426612 [ 4 ] {b78160ce-4870-41cd-86f1-ef5bdb70a67f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3688 | 2025.03.01 05:27:18.426859 [ 4 ] {b78160ce-4870-41cd-86f1-ef5bdb70a67f} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3689 | 2025.03.01 05:27:18.427073 [ 4 ] {b78160ce-4870-41cd-86f1-ef5bdb70a67f} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.00151 sec., 78807.94701986754 rows/sec., 4.76 MiB/sec. | ||
| 3690 | 2025.03.01 05:27:18.427128 [ 4 ] {b78160ce-4870-41cd-86f1-ef5bdb70a67f} <Debug> TCPHandler: Processed in 0.001707373 sec. | ||
| 3691 | 2025.03.01 05:27:18.427251 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3692 | 2025.03.01 05:27:18.427357 [ 4 ] {68b8e2e5-45b3-496b-bbb9-ddbced5e2649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3693 | 2025.03.01 05:27:18.427403 [ 4 ] {68b8e2e5-45b3-496b-bbb9-ddbced5e2649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3694 | 2025.03.01 05:27:18.427984 [ 4 ] {68b8e2e5-45b3-496b-bbb9-ddbced5e2649} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3695 | 2025.03.01 05:27:18.428024 [ 4 ] {68b8e2e5-45b3-496b-bbb9-ddbced5e2649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3696 | 2025.03.01 05:27:18.428381 [ 4 ] {68b8e2e5-45b3-496b-bbb9-ddbced5e2649} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3697 | 2025.03.01 05:27:18.428616 [ 4 ] {68b8e2e5-45b3-496b-bbb9-ddbced5e2649} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2025.03.01 05:27:18.428752 [ 116 ] {} <Debug> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3699 | 2025.03.01 05:27:18.428791 [ 116 ] {} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3700 | 2025.03.01 05:27:18.428802 [ 4 ] {68b8e2e5-45b3-496b-bbb9-ddbced5e2649} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001463 sec., 77238.55092276144 rows/sec., 5.00 MiB/sec. | ||
| 3701 | 2025.03.01 05:27:18.428818 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3702 | 2025.03.01 05:27:18.428903 [ 4 ] {68b8e2e5-45b3-496b-bbb9-ddbced5e2649} <Debug> TCPHandler: Processed in 0.001698843 sec. | ||
| 3703 | 2025.03.01 05:27:18.429280 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3704 | 2025.03.01 05:27:18.429326 [ 193 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::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 | ||
| 3705 | 2025.03.01 05:27:18.429492 [ 4 ] {d067dec9-d3ef-473c-bc52-614fdcf0f240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3706 | 2025.03.01 05:27:18.429608 [ 4 ] {d067dec9-d3ef-473c-bc52-614fdcf0f240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3707 | 2025.03.01 05:27:18.429647 [ 193 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3708 | 2025.03.01 05:27:18.429754 [ 193 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 341 rows starting from the beginning of the part | ||
| 3709 | 2025.03.01 05:27:18.430081 [ 193 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part | ||
| 3710 | 2025.03.01 05:27:18.430485 [ 193 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part | ||
| 3711 | 2025.03.01 05:27:18.430835 [ 193 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 341 rows starting from the beginning of the part | ||
| 3712 | 2025.03.01 05:27:18.431219 [ 193 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part | ||
| 3713 | 2025.03.01 05:27:18.431462 [ 193 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part | ||
| 3714 | 2025.03.01 05:27:18.432511 [ 4 ] {d067dec9-d3ef-473c-bc52-614fdcf0f240} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3715 | 2025.03.01 05:27:18.432567 [ 4 ] {d067dec9-d3ef-473c-bc52-614fdcf0f240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3716 | 2025.03.01 05:27:18.433676 [ 4 ] {d067dec9-d3ef-473c-bc52-614fdcf0f240} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3717 | 2025.03.01 05:27:18.434225 [ 4 ] {d067dec9-d3ef-473c-bc52-614fdcf0f240} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3718 | 2025.03.01 05:27:18.434670 [ 4 ] {d067dec9-d3ef-473c-bc52-614fdcf0f240} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00523 sec., 21414.91395793499 rows/sec., 1.22 MiB/sec. | ||
| 3719 | 2025.03.01 05:27:18.435012 [ 4 ] {d067dec9-d3ef-473c-bc52-614fdcf0f240} <Debug> TCPHandler: Processed in 0.005848109 sec. | ||
| 3720 | 2025.03.01 05:27:18.435042 [ 193 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.006100053 sec., 185900.02414733116 rows/sec., 12.97 MiB/sec. | ||
| 3721 | 2025.03.01 05:27:18.435179 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3722 | 2025.03.01 05:27:18.435276 [ 197 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3723 | 2025.03.01 05:27:18.435350 [ 4 ] {08a84f96-8bd2-4c33-aaab-170c8dfa58c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3724 | 2025.03.01 05:27:18.435436 [ 4 ] {08a84f96-8bd2-4c33-aaab-170c8dfa58c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3725 | 2025.03.01 05:27:18.435861 [ 197 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_11_2} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3726 | 2025.03.01 05:27:18.436116 [ 197 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_11_2} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3727 | 2025.03.01 05:27:18.436230 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 3728 | 2025.03.01 05:27:18.436593 [ 4 ] {08a84f96-8bd2-4c33-aaab-170c8dfa58c1} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3729 | 2025.03.01 05:27:18.436637 [ 4 ] {08a84f96-8bd2-4c33-aaab-170c8dfa58c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3730 | 2025.03.01 05:27:18.437033 [ 4 ] {08a84f96-8bd2-4c33-aaab-170c8dfa58c1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3731 | 2025.03.01 05:27:18.437298 [ 4 ] {08a84f96-8bd2-4c33-aaab-170c8dfa58c1} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3732 | 2025.03.01 05:27:18.437495 [ 4 ] {08a84f96-8bd2-4c33-aaab-170c8dfa58c1} <Debug> executeQuery: Read 395 rows, 28.63 KiB in 0.002204 sec., 179219.60072595283 rows/sec., 12.68 MiB/sec. | ||
| 3733 | 2025.03.01 05:27:18.437560 [ 4 ] {08a84f96-8bd2-4c33-aaab-170c8dfa58c1} <Debug> TCPHandler: Processed in 0.002459133 sec. | ||
| 3734 | 2025.03.01 05:27:18.437682 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3735 | 2025.03.01 05:27:18.437789 [ 4 ] {12dc9f45-0347-4ab3-a42b-3a15727dc9af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3736 | 2025.03.01 05:27:18.437839 [ 4 ] {12dc9f45-0347-4ab3-a42b-3a15727dc9af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3737 | 2025.03.01 05:27:18.438300 [ 4 ] {12dc9f45-0347-4ab3-a42b-3a15727dc9af} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3738 | 2025.03.01 05:27:18.438339 [ 4 ] {12dc9f45-0347-4ab3-a42b-3a15727dc9af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3739 | 2025.03.01 05:27:18.438698 [ 4 ] {12dc9f45-0347-4ab3-a42b-3a15727dc9af} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3740 | 2025.03.01 05:27:18.438942 [ 4 ] {12dc9f45-0347-4ab3-a42b-3a15727dc9af} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3741 | 2025.03.01 05:27:18.439079 [ 116 ] {} <Debug> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3742 | 2025.03.01 05:27:18.439115 [ 116 ] {} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3743 | 2025.03.01 05:27:18.439135 [ 4 ] {12dc9f45-0347-4ab3-a42b-3a15727dc9af} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001363 sec., 4402.054292002935 rows/sec., 229.99 KiB/sec. | ||
| 3744 | 2025.03.01 05:27:18.439141 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3745 | 2025.03.01 05:27:18.439225 [ 4 ] {12dc9f45-0347-4ab3-a42b-3a15727dc9af} <Debug> TCPHandler: Processed in 0.001593902 sec. | ||
| 3746 | 2025.03.01 05:27:18.439502 [ 200 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::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 | ||
| 3747 | 2025.03.01 05:27:18.439579 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3748 | 2025.03.01 05:27:18.439741 [ 200 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3749 | 2025.03.01 05:27:18.439747 [ 4 ] {9e371c3f-39be-4c13-96ab-f9d85e9be467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3750 | 2025.03.01 05:27:18.439782 [ 200 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 3751 | 2025.03.01 05:27:18.439817 [ 4 ] {9e371c3f-39be-4c13-96ab-f9d85e9be467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3752 | 2025.03.01 05:27:18.439952 [ 200 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 3753 | 2025.03.01 05:27:18.440338 [ 200 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 3754 | 2025.03.01 05:27:18.440610 [ 200 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 3755 | 2025.03.01 05:27:18.440933 [ 200 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 3756 | 2025.03.01 05:27:18.441142 [ 200 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 3757 | 2025.03.01 05:27:18.441825 [ 4 ] {9e371c3f-39be-4c13-96ab-f9d85e9be467} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3758 | 2025.03.01 05:27:18.441869 [ 4 ] {9e371c3f-39be-4c13-96ab-f9d85e9be467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3759 | 2025.03.01 05:27:18.442508 [ 4 ] {9e371c3f-39be-4c13-96ab-f9d85e9be467} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3760 | 2025.03.01 05:27:18.442602 [ 197 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.003368965 sec., 19590.58642639505 rows/sec., 1023.53 KiB/sec. | ||
| 3761 | 2025.03.01 05:27:18.442913 [ 190 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3762 | 2025.03.01 05:27:18.442927 [ 4 ] {9e371c3f-39be-4c13-96ab-f9d85e9be467} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3763 | 2025.03.01 05:27:18.443513 [ 4 ] {9e371c3f-39be-4c13-96ab-f9d85e9be467} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003752 sec., 63166.31130063966 rows/sec., 4.23 MiB/sec. | ||
| 3764 | 2025.03.01 05:27:18.443805 [ 4 ] {9e371c3f-39be-4c13-96ab-f9d85e9be467} <Debug> TCPHandler: Processed in 0.004353109 sec. | ||
| 3765 | 2025.03.01 05:27:18.443981 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3766 | 2025.03.01 05:27:18.443997 [ 190 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_11_2} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3767 | 2025.03.01 05:27:18.444175 [ 4 ] {93709ebc-2c0e-4613-87ba-44242805bb67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3768 | 2025.03.01 05:27:18.444197 [ 190 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_11_2} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3769 | 2025.03.01 05:27:18.444253 [ 4 ] {93709ebc-2c0e-4613-87ba-44242805bb67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3770 | 2025.03.01 05:27:18.444394 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3771 | 2025.03.01 05:27:18.444843 [ 4 ] {93709ebc-2c0e-4613-87ba-44242805bb67} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3772 | 2025.03.01 05:27:18.444886 [ 4 ] {93709ebc-2c0e-4613-87ba-44242805bb67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3773 | 2025.03.01 05:27:18.445241 [ 4 ] {93709ebc-2c0e-4613-87ba-44242805bb67} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3774 | 2025.03.01 05:27:18.445477 [ 4 ] {93709ebc-2c0e-4613-87ba-44242805bb67} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3775 | 2025.03.01 05:27:18.445710 [ 4 ] {93709ebc-2c0e-4613-87ba-44242805bb67} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00159 sec., 628.9308176100628 rows/sec., 42.38 KiB/sec. | ||
| 3776 | 2025.03.01 05:27:18.445859 [ 4 ] {93709ebc-2c0e-4613-87ba-44242805bb67} <Debug> TCPHandler: Processed in 0.001937326 sec. | ||
| 3777 | 2025.03.01 05:27:18.445988 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3778 | 2025.03.01 05:27:18.446099 [ 4 ] {5acb6af5-55c4-48ce-8373-1a636adfab54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3779 | 2025.03.01 05:27:18.446172 [ 4 ] {5acb6af5-55c4-48ce-8373-1a636adfab54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3780 | 2025.03.01 05:27:18.447242 [ 4 ] {5acb6af5-55c4-48ce-8373-1a636adfab54} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3781 | 2025.03.01 05:27:18.447284 [ 4 ] {5acb6af5-55c4-48ce-8373-1a636adfab54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3782 | 2025.03.01 05:27:18.447915 [ 4 ] {5acb6af5-55c4-48ce-8373-1a636adfab54} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3783 | 2025.03.01 05:27:18.448187 [ 4 ] {5acb6af5-55c4-48ce-8373-1a636adfab54} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3784 | 2025.03.01 05:27:18.448389 [ 4 ] {5acb6af5-55c4-48ce-8373-1a636adfab54} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002313 sec., 5620.406398616516 rows/sec., 10.07 MiB/sec. | ||
| 3785 | 2025.03.01 05:27:18.448492 [ 4 ] {5acb6af5-55c4-48ce-8373-1a636adfab54} <Debug> TCPHandler: Processed in 0.002557994 sec. | ||
| 3786 | 2025.03.01 05:27:18.448644 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3787 | 2025.03.01 05:27:18.448751 [ 4 ] {2e181a93-ee99-44bd-9588-8d5fd37a1189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3788 | 2025.03.01 05:27:18.448797 [ 4 ] {2e181a93-ee99-44bd-9588-8d5fd37a1189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3789 | 2025.03.01 05:27:18.449237 [ 4 ] {2e181a93-ee99-44bd-9588-8d5fd37a1189} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3790 | 2025.03.01 05:27:18.449276 [ 4 ] {2e181a93-ee99-44bd-9588-8d5fd37a1189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3791 | 2025.03.01 05:27:18.449635 [ 4 ] {2e181a93-ee99-44bd-9588-8d5fd37a1189} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3792 | 2025.03.01 05:27:18.449881 [ 4 ] {2e181a93-ee99-44bd-9588-8d5fd37a1189} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3793 | 2025.03.01 05:27:18.450065 [ 4 ] {2e181a93-ee99-44bd-9588-8d5fd37a1189} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001337 sec., 61331.33881824981 rows/sec., 3.90 MiB/sec. | ||
| 3794 | 2025.03.01 05:27:18.450183 [ 4 ] {2e181a93-ee99-44bd-9588-8d5fd37a1189} <Debug> TCPHandler: Processed in 0.001588832 sec. | ||
| 3795 | 2025.03.01 05:27:22.189220 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3796 | 2025.03.01 05:27:22.189280 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3797 | 2025.03.01 05:27:22.289913 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3798 | 2025.03.01 05:27:22.290873 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3799 | 2025.03.01 05:27:22.290924 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3800 | 2025.03.01 05:27:22.291550 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3801 | 2025.03.01 05:27:22.291858 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3802 | 2025.03.01 05:27:22.292137 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3803 | 2025.03.01 05:27:22.839219 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3804 | 2025.03.01 05:27:22.860948 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3805 | 2025.03.01 05:27:22.861014 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3806 | 2025.03.01 05:27:22.868961 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3807 | 2025.03.01 05:27:22.869752 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3808 | 2025.03.01 05:27:22.872724 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3809 | 2025.03.01 05:27:23.416151 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3810 | 2025.03.01 05:27:23.416354 [ 4 ] {9e00e20f-ba10-44df-ad2b-5a18dd926dec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3811 | 2025.03.01 05:27:23.416431 [ 4 ] {9e00e20f-ba10-44df-ad2b-5a18dd926dec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3812 | 2025.03.01 05:27:23.417269 [ 4 ] {9e00e20f-ba10-44df-ad2b-5a18dd926dec} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3813 | 2025.03.01 05:27:23.417323 [ 4 ] {9e00e20f-ba10-44df-ad2b-5a18dd926dec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3814 | 2025.03.01 05:27:23.417774 [ 4 ] {9e00e20f-ba10-44df-ad2b-5a18dd926dec} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3815 | 2025.03.01 05:27:23.418043 [ 4 ] {9e00e20f-ba10-44df-ad2b-5a18dd926dec} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3816 | 2025.03.01 05:27:23.418295 [ 4 ] {9e00e20f-ba10-44df-ad2b-5a18dd926dec} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001993 sec., 54189.66382338184 rows/sec., 4.53 MiB/sec. | ||
| 3817 | 2025.03.01 05:27:23.418365 [ 4 ] {9e00e20f-ba10-44df-ad2b-5a18dd926dec} <Debug> TCPHandler: Processed in 0.002351732 sec. | ||
| 3818 | 2025.03.01 05:27:23.418503 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3819 | 2025.03.01 05:27:23.418620 [ 4 ] {ef2162c8-cbef-48c4-abe5-fb6a58c45f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3820 | 2025.03.01 05:27:23.418672 [ 4 ] {ef2162c8-cbef-48c4-abe5-fb6a58c45f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3821 | 2025.03.01 05:27:23.419229 [ 4 ] {ef2162c8-cbef-48c4-abe5-fb6a58c45f39} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3822 | 2025.03.01 05:27:23.419271 [ 4 ] {ef2162c8-cbef-48c4-abe5-fb6a58c45f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3823 | 2025.03.01 05:27:23.419634 [ 4 ] {ef2162c8-cbef-48c4-abe5-fb6a58c45f39} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3824 | 2025.03.01 05:27:23.419884 [ 4 ] {ef2162c8-cbef-48c4-abe5-fb6a58c45f39} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3825 | 2025.03.01 05:27:23.420111 [ 4 ] {ef2162c8-cbef-48c4-abe5-fb6a58c45f39} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001519 sec., 17116.524028966425 rows/sec., 1.26 MiB/sec. | ||
| 3826 | 2025.03.01 05:27:23.420165 [ 4 ] {ef2162c8-cbef-48c4-abe5-fb6a58c45f39} <Debug> TCPHandler: Processed in 0.001716413 sec. | ||
| 3827 | 2025.03.01 05:27:23.420285 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3828 | 2025.03.01 05:27:23.420396 [ 4 ] {af979a8b-4b78-40d0-9515-b985a1fccf52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3829 | 2025.03.01 05:27:23.420443 [ 4 ] {af979a8b-4b78-40d0-9515-b985a1fccf52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3830 | 2025.03.01 05:27:23.421029 [ 4 ] {af979a8b-4b78-40d0-9515-b985a1fccf52} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3831 | 2025.03.01 05:27:23.421070 [ 4 ] {af979a8b-4b78-40d0-9515-b985a1fccf52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3832 | 2025.03.01 05:27:23.421435 [ 4 ] {af979a8b-4b78-40d0-9515-b985a1fccf52} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3833 | 2025.03.01 05:27:23.421681 [ 4 ] {af979a8b-4b78-40d0-9515-b985a1fccf52} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3834 | 2025.03.01 05:27:23.421893 [ 4 ] {af979a8b-4b78-40d0-9515-b985a1fccf52} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001522 sec., 59132.72010512484 rows/sec., 4.62 MiB/sec. | ||
| 3835 | 2025.03.01 05:27:23.421945 [ 4 ] {af979a8b-4b78-40d0-9515-b985a1fccf52} <Debug> TCPHandler: Processed in 0.001712414 sec. | ||
| 3836 | 2025.03.01 05:27:23.422074 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3837 | 2025.03.01 05:27:23.422186 [ 4 ] {919debc8-49af-4fad-b1e2-c6eee16c6eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3838 | 2025.03.01 05:27:23.422237 [ 4 ] {919debc8-49af-4fad-b1e2-c6eee16c6eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3839 | 2025.03.01 05:27:23.422770 [ 4 ] {919debc8-49af-4fad-b1e2-c6eee16c6eb2} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3840 | 2025.03.01 05:27:23.422810 [ 4 ] {919debc8-49af-4fad-b1e2-c6eee16c6eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3841 | 2025.03.01 05:27:23.423196 [ 4 ] {919debc8-49af-4fad-b1e2-c6eee16c6eb2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3842 | 2025.03.01 05:27:23.423432 [ 4 ] {919debc8-49af-4fad-b1e2-c6eee16c6eb2} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3843 | 2025.03.01 05:27:23.423638 [ 4 ] {919debc8-49af-4fad-b1e2-c6eee16c6eb2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001475 sec., 108474.57627118644 rows/sec., 7.56 MiB/sec. | ||
| 3844 | 2025.03.01 05:27:23.423693 [ 4 ] {919debc8-49af-4fad-b1e2-c6eee16c6eb2} <Debug> TCPHandler: Processed in 0.001669473 sec. | ||
| 3845 | 2025.03.01 05:27:23.423817 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3846 | 2025.03.01 05:27:23.423934 [ 4 ] {f22556dd-c8c4-4892-9138-3b2f8aa07e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3847 | 2025.03.01 05:27:23.424005 [ 4 ] {f22556dd-c8c4-4892-9138-3b2f8aa07e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3848 | 2025.03.01 05:27:23.425140 [ 4 ] {f22556dd-c8c4-4892-9138-3b2f8aa07e38} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3849 | 2025.03.01 05:27:23.425181 [ 4 ] {f22556dd-c8c4-4892-9138-3b2f8aa07e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3850 | 2025.03.01 05:27:23.425820 [ 4 ] {f22556dd-c8c4-4892-9138-3b2f8aa07e38} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3851 | 2025.03.01 05:27:23.426088 [ 4 ] {f22556dd-c8c4-4892-9138-3b2f8aa07e38} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3852 | 2025.03.01 05:27:23.426499 [ 4 ] {f22556dd-c8c4-4892-9138-3b2f8aa07e38} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002555 sec., 10176.125244618395 rows/sec., 18.24 MiB/sec. | ||
| 3853 | 2025.03.01 05:27:23.427135 [ 4 ] {f22556dd-c8c4-4892-9138-3b2f8aa07e38} <Debug> TCPHandler: Processed in 0.003368245 sec. | ||
| 3854 | 2025.03.01 05:27:23.427268 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3855 | 2025.03.01 05:27:23.427375 [ 4 ] {f42f9dc9-5f00-4be1-b2cd-23bc6a542eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3856 | 2025.03.01 05:27:23.427424 [ 4 ] {f42f9dc9-5f00-4be1-b2cd-23bc6a542eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3857 | 2025.03.01 05:27:23.427904 [ 4 ] {f42f9dc9-5f00-4be1-b2cd-23bc6a542eb2} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3858 | 2025.03.01 05:27:23.427942 [ 4 ] {f42f9dc9-5f00-4be1-b2cd-23bc6a542eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3859 | 2025.03.01 05:27:23.428321 [ 4 ] {f42f9dc9-5f00-4be1-b2cd-23bc6a542eb2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3860 | 2025.03.01 05:27:23.428560 [ 4 ] {f42f9dc9-5f00-4be1-b2cd-23bc6a542eb2} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3861 | 2025.03.01 05:27:23.428767 [ 4 ] {f42f9dc9-5f00-4be1-b2cd-23bc6a542eb2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
| 3862 | 2025.03.01 05:27:23.428819 [ 4 ] {f42f9dc9-5f00-4be1-b2cd-23bc6a542eb2} <Debug> TCPHandler: Processed in 0.001603101 sec. | ||
| 3863 | 2025.03.01 05:27:27.320835 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 554 | ||
| 3864 | 2025.03.01 05:27:27.324049 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3865 | 2025.03.01 05:27:27.324101 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3866 | 2025.03.01 05:27:27.325571 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3867 | 2025.03.01 05:27:27.325885 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3868 | 2025.03.01 05:27:27.326621 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 554 | ||
| 3869 | 2025.03.01 05:27:27.638140 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3870 | 2025.03.01 05:27:27.638334 [ 4 ] {d77cfd3e-2fd4-4061-bfec-5d3886f19ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3871 | 2025.03.01 05:27:27.638411 [ 4 ] {d77cfd3e-2fd4-4061-bfec-5d3886f19ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3872 | 2025.03.01 05:27:27.639272 [ 4 ] {d77cfd3e-2fd4-4061-bfec-5d3886f19ffd} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3873 | 2025.03.01 05:27:27.639324 [ 4 ] {d77cfd3e-2fd4-4061-bfec-5d3886f19ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3874 | 2025.03.01 05:27:27.639774 [ 4 ] {d77cfd3e-2fd4-4061-bfec-5d3886f19ffd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3875 | 2025.03.01 05:27:27.640046 [ 4 ] {d77cfd3e-2fd4-4061-bfec-5d3886f19ffd} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3876 | 2025.03.01 05:27:27.640295 [ 4 ] {d77cfd3e-2fd4-4061-bfec-5d3886f19ffd} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002011 sec., 105420.18896071606 rows/sec., 6.70 MiB/sec. | ||
| 3877 | 2025.03.01 05:27:27.640500 [ 4 ] {d77cfd3e-2fd4-4061-bfec-5d3886f19ffd} <Debug> TCPHandler: Processed in 0.002502854 sec. | ||
| 3878 | 2025.03.01 05:27:27.640657 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3879 | 2025.03.01 05:27:27.640766 [ 4 ] {2224d269-48bc-4dbc-99d0-67a294f97a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3880 | 2025.03.01 05:27:27.640814 [ 4 ] {2224d269-48bc-4dbc-99d0-67a294f97a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3881 | 2025.03.01 05:27:27.641439 [ 4 ] {2224d269-48bc-4dbc-99d0-67a294f97a70} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3882 | 2025.03.01 05:27:27.641480 [ 4 ] {2224d269-48bc-4dbc-99d0-67a294f97a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3883 | 2025.03.01 05:27:27.641843 [ 4 ] {2224d269-48bc-4dbc-99d0-67a294f97a70} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3884 | 2025.03.01 05:27:27.642086 [ 4 ] {2224d269-48bc-4dbc-99d0-67a294f97a70} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3885 | 2025.03.01 05:27:27.642315 [ 4 ] {2224d269-48bc-4dbc-99d0-67a294f97a70} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001566 sec., 10217.113665389528 rows/sec., 833.13 KiB/sec. | ||
| 3886 | 2025.03.01 05:27:27.642490 [ 4 ] {2224d269-48bc-4dbc-99d0-67a294f97a70} <Debug> TCPHandler: Processed in 0.001880125 sec. | ||
| 3887 | 2025.03.01 05:27:27.642641 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3888 | 2025.03.01 05:27:27.642752 [ 4 ] {a1cca6a8-2496-4a84-9096-909e64a0d3ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3889 | 2025.03.01 05:27:27.642800 [ 4 ] {a1cca6a8-2496-4a84-9096-909e64a0d3ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3890 | 2025.03.01 05:27:27.644148 [ 4 ] {a1cca6a8-2496-4a84-9096-909e64a0d3ae} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3891 | 2025.03.01 05:27:27.644189 [ 4 ] {a1cca6a8-2496-4a84-9096-909e64a0d3ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3892 | 2025.03.01 05:27:27.644659 [ 4 ] {a1cca6a8-2496-4a84-9096-909e64a0d3ae} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3893 | 2025.03.01 05:27:27.644913 [ 4 ] {a1cca6a8-2496-4a84-9096-909e64a0d3ae} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3894 | 2025.03.01 05:27:27.645134 [ 4 ] {a1cca6a8-2496-4a84-9096-909e64a0d3ae} <Debug> executeQuery: Read 1791 rows, 148.61 KiB in 0.002406 sec., 744389.0274314214 rows/sec., 60.32 MiB/sec. | ||
| 3895 | 2025.03.01 05:27:27.645195 [ 4 ] {a1cca6a8-2496-4a84-9096-909e64a0d3ae} <Debug> TCPHandler: Processed in 0.002604315 sec. | ||
| 3896 | 2025.03.01 05:27:27.645324 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3897 | 2025.03.01 05:27:27.645440 [ 4 ] {e55a3888-b61d-4680-b655-7841a943e913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3898 | 2025.03.01 05:27:27.645488 [ 4 ] {e55a3888-b61d-4680-b655-7841a943e913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3899 | 2025.03.01 05:27:27.646093 [ 4 ] {e55a3888-b61d-4680-b655-7841a943e913} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3900 | 2025.03.01 05:27:27.646135 [ 4 ] {e55a3888-b61d-4680-b655-7841a943e913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3901 | 2025.03.01 05:27:27.646533 [ 4 ] {e55a3888-b61d-4680-b655-7841a943e913} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3902 | 2025.03.01 05:27:27.646833 [ 4 ] {e55a3888-b61d-4680-b655-7841a943e913} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3903 | 2025.03.01 05:27:27.647108 [ 4 ] {e55a3888-b61d-4680-b655-7841a943e913} <Debug> executeQuery: Read 135 rows, 8.48 KiB in 0.001689 sec., 79928.95204262878 rows/sec., 4.90 MiB/sec. | ||
| 3904 | 2025.03.01 05:27:27.647179 [ 4 ] {e55a3888-b61d-4680-b655-7841a943e913} <Debug> TCPHandler: Processed in 0.001909075 sec. | ||
| 3905 | 2025.03.01 05:27:27.647345 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3906 | 2025.03.01 05:27:27.647460 [ 4 ] {6332c22a-0ab6-4ac6-95f0-b70512f2a742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3907 | 2025.03.01 05:27:27.647507 [ 4 ] {6332c22a-0ab6-4ac6-95f0-b70512f2a742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3908 | 2025.03.01 05:27:27.648174 [ 4 ] {6332c22a-0ab6-4ac6-95f0-b70512f2a742} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3909 | 2025.03.01 05:27:27.648215 [ 4 ] {6332c22a-0ab6-4ac6-95f0-b70512f2a742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3910 | 2025.03.01 05:27:27.648602 [ 4 ] {6332c22a-0ab6-4ac6-95f0-b70512f2a742} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3911 | 2025.03.01 05:27:27.648852 [ 4 ] {6332c22a-0ab6-4ac6-95f0-b70512f2a742} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3912 | 2025.03.01 05:27:27.649054 [ 4 ] {6332c22a-0ab6-4ac6-95f0-b70512f2a742} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001617 sec., 210884.3537414966 rows/sec., 14.07 MiB/sec. | ||
| 3913 | 2025.03.01 05:27:27.649108 [ 4 ] {6332c22a-0ab6-4ac6-95f0-b70512f2a742} <Debug> TCPHandler: Processed in 0.001817904 sec. | ||
| 3914 | 2025.03.01 05:27:27.649234 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3915 | 2025.03.01 05:27:27.649341 [ 4 ] {fd1621d2-d131-442b-962e-91d097cb02c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3916 | 2025.03.01 05:27:27.649390 [ 4 ] {fd1621d2-d131-442b-962e-91d097cb02c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3917 | 2025.03.01 05:27:27.649978 [ 4 ] {fd1621d2-d131-442b-962e-91d097cb02c6} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3918 | 2025.03.01 05:27:27.650017 [ 4 ] {fd1621d2-d131-442b-962e-91d097cb02c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3919 | 2025.03.01 05:27:27.650382 [ 4 ] {fd1621d2-d131-442b-962e-91d097cb02c6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3920 | 2025.03.01 05:27:27.650638 [ 4 ] {fd1621d2-d131-442b-962e-91d097cb02c6} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3921 | 2025.03.01 05:27:27.650871 [ 4 ] {fd1621d2-d131-442b-962e-91d097cb02c6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001546 sec., 72445.0194049159 rows/sec., 4.13 MiB/sec. | ||
| 3922 | 2025.03.01 05:27:27.651030 [ 4 ] {fd1621d2-d131-442b-962e-91d097cb02c6} <Debug> TCPHandler: Processed in 0.001844575 sec. | ||
| 3923 | 2025.03.01 05:27:27.651193 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3924 | 2025.03.01 05:27:27.651298 [ 4 ] {94d18620-cc19-45a2-b958-49b0e9550b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3925 | 2025.03.01 05:27:27.651345 [ 4 ] {94d18620-cc19-45a2-b958-49b0e9550b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3926 | 2025.03.01 05:27:27.652193 [ 4 ] {94d18620-cc19-45a2-b958-49b0e9550b40} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3927 | 2025.03.01 05:27:27.652233 [ 4 ] {94d18620-cc19-45a2-b958-49b0e9550b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3928 | 2025.03.01 05:27:27.652625 [ 4 ] {94d18620-cc19-45a2-b958-49b0e9550b40} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3929 | 2025.03.01 05:27:27.652865 [ 4 ] {94d18620-cc19-45a2-b958-49b0e9550b40} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3930 | 2025.03.01 05:27:27.653077 [ 4 ] {94d18620-cc19-45a2-b958-49b0e9550b40} <Debug> executeQuery: Read 867 rows, 64.22 KiB in 0.0018 sec., 481666.6666666667 rows/sec., 34.84 MiB/sec. | ||
| 3931 | 2025.03.01 05:27:27.653135 [ 4 ] {94d18620-cc19-45a2-b958-49b0e9550b40} <Debug> TCPHandler: Processed in 0.001993947 sec. | ||
| 3932 | 2025.03.01 05:27:27.653261 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3933 | 2025.03.01 05:27:27.653367 [ 4 ] {eb65f870-f21f-4131-850f-26ddaa349e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3934 | 2025.03.01 05:27:27.653414 [ 4 ] {eb65f870-f21f-4131-850f-26ddaa349e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3935 | 2025.03.01 05:27:27.653852 [ 4 ] {eb65f870-f21f-4131-850f-26ddaa349e9d} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3936 | 2025.03.01 05:27:27.653893 [ 4 ] {eb65f870-f21f-4131-850f-26ddaa349e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3937 | 2025.03.01 05:27:27.654250 [ 4 ] {eb65f870-f21f-4131-850f-26ddaa349e9d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3938 | 2025.03.01 05:27:27.654498 [ 4 ] {eb65f870-f21f-4131-850f-26ddaa349e9d} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3939 | 2025.03.01 05:27:27.654757 [ 4 ] {eb65f870-f21f-4131-850f-26ddaa349e9d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001406 sec., 4267.425320056899 rows/sec., 222.96 KiB/sec. | ||
| 3940 | 2025.03.01 05:27:27.654950 [ 4 ] {eb65f870-f21f-4131-850f-26ddaa349e9d} <Debug> TCPHandler: Processed in 0.001738473 sec. | ||
| 3941 | 2025.03.01 05:27:27.655107 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3942 | 2025.03.01 05:27:27.655214 [ 4 ] {58e4e884-b1a7-4399-8d09-a30b554fdece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3943 | 2025.03.01 05:27:27.655267 [ 4 ] {58e4e884-b1a7-4399-8d09-a30b554fdece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3944 | 2025.03.01 05:27:27.656032 [ 4 ] {58e4e884-b1a7-4399-8d09-a30b554fdece} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3945 | 2025.03.01 05:27:27.656073 [ 4 ] {58e4e884-b1a7-4399-8d09-a30b554fdece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3946 | 2025.03.01 05:27:27.656513 [ 4 ] {58e4e884-b1a7-4399-8d09-a30b554fdece} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3947 | 2025.03.01 05:27:27.656758 [ 4 ] {58e4e884-b1a7-4399-8d09-a30b554fdece} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3948 | 2025.03.01 05:27:27.656966 [ 4 ] {58e4e884-b1a7-4399-8d09-a30b554fdece} <Debug> executeQuery: Read 1091 rows, 74.66 KiB in 0.001773 sec., 615341.2295544276 rows/sec., 41.12 MiB/sec. | ||
| 3949 | 2025.03.01 05:27:27.657023 [ 4 ] {58e4e884-b1a7-4399-8d09-a30b554fdece} <Debug> TCPHandler: Processed in 0.001967396 sec. | ||
| 3950 | 2025.03.01 05:27:27.657150 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3951 | 2025.03.01 05:27:27.657255 [ 4 ] {13e15072-4612-43d1-b460-57d66639d0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3952 | 2025.03.01 05:27:27.657303 [ 4 ] {13e15072-4612-43d1-b460-57d66639d0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3953 | 2025.03.01 05:27:27.657722 [ 4 ] {13e15072-4612-43d1-b460-57d66639d0b0} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3954 | 2025.03.01 05:27:27.657761 [ 4 ] {13e15072-4612-43d1-b460-57d66639d0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3955 | 2025.03.01 05:27:27.658102 [ 4 ] {13e15072-4612-43d1-b460-57d66639d0b0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3956 | 2025.03.01 05:27:27.658341 [ 4 ] {13e15072-4612-43d1-b460-57d66639d0b0} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3957 | 2025.03.01 05:27:27.658552 [ 4 ] {13e15072-4612-43d1-b460-57d66639d0b0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001318 sec., 758.7253414264037 rows/sec., 51.13 KiB/sec. | ||
| 3958 | 2025.03.01 05:27:27.658601 [ 4 ] {13e15072-4612-43d1-b460-57d66639d0b0} <Debug> TCPHandler: Processed in 0.00150254 sec. | ||
| 3959 | 2025.03.01 05:27:27.658723 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3960 | 2025.03.01 05:27:27.658841 [ 4 ] {89a19464-daab-43db-a092-689ba92d16d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3961 | 2025.03.01 05:27:27.658913 [ 4 ] {89a19464-daab-43db-a092-689ba92d16d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3962 | 2025.03.01 05:27:27.660016 [ 4 ] {89a19464-daab-43db-a092-689ba92d16d5} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3963 | 2025.03.01 05:27:27.660055 [ 4 ] {89a19464-daab-43db-a092-689ba92d16d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3964 | 2025.03.01 05:27:27.660683 [ 4 ] {89a19464-daab-43db-a092-689ba92d16d5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3965 | 2025.03.01 05:27:27.660966 [ 4 ] {89a19464-daab-43db-a092-689ba92d16d5} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3966 | 2025.03.01 05:27:27.661213 [ 4 ] {89a19464-daab-43db-a092-689ba92d16d5} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002394 sec., 5430.242272347536 rows/sec., 9.73 MiB/sec. | ||
| 3967 | 2025.03.01 05:27:27.661308 [ 4 ] {89a19464-daab-43db-a092-689ba92d16d5} <Debug> TCPHandler: Processed in 0.002637706 sec. | ||
| 3968 | 2025.03.01 05:27:27.661453 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3969 | 2025.03.01 05:27:27.661561 [ 4 ] {1a616a95-fd55-444f-b73f-38e400e92149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3970 | 2025.03.01 05:27:27.661608 [ 4 ] {1a616a95-fd55-444f-b73f-38e400e92149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3971 | 2025.03.01 05:27:27.662054 [ 4 ] {1a616a95-fd55-444f-b73f-38e400e92149} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3972 | 2025.03.01 05:27:27.662093 [ 4 ] {1a616a95-fd55-444f-b73f-38e400e92149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 3973 | 2025.03.01 05:27:27.662461 [ 4 ] {1a616a95-fd55-444f-b73f-38e400e92149} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3974 | 2025.03.01 05:27:27.662703 [ 4 ] {1a616a95-fd55-444f-b73f-38e400e92149} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3975 | 2025.03.01 05:27:27.662915 [ 4 ] {1a616a95-fd55-444f-b73f-38e400e92149} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001376 sec., 59593.023255813954 rows/sec., 3.78 MiB/sec. | ||
| 3976 | 2025.03.01 05:27:27.662965 [ 4 ] {1a616a95-fd55-444f-b73f-38e400e92149} <Debug> TCPHandler: Processed in 0.001563831 sec. | ||
| 3977 | 2025.03.01 05:27:29.792336 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 3978 | 2025.03.01 05:27:29.793364 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3979 | 2025.03.01 05:27:29.793416 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 3980 | 2025.03.01 05:27:29.794031 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3981 | 2025.03.01 05:27:29.794306 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3982 | 2025.03.01 05:27:29.794579 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 3983 | 2025.03.01 05:27:30.372819 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3984 | 2025.03.01 05:27:30.394143 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3985 | 2025.03.01 05:27:30.394202 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 3986 | 2025.03.01 05:27:30.401644 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3987 | 2025.03.01 05:27:30.402465 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3988 | 2025.03.01 05:27:30.405572 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3989 | 2025.03.01 05:27:33.416604 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3990 | 2025.03.01 05:27:33.416933 [ 4 ] {1b3c3dd2-385a-4947-a43d-36cb2a895ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3991 | 2025.03.01 05:27:33.417055 [ 4 ] {1b3c3dd2-385a-4947-a43d-36cb2a895ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3992 | 2025.03.01 05:27:33.418023 [ 4 ] {1b3c3dd2-385a-4947-a43d-36cb2a895ea9} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3993 | 2025.03.01 05:27:33.418076 [ 4 ] {1b3c3dd2-385a-4947-a43d-36cb2a895ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 3994 | 2025.03.01 05:27:33.418516 [ 4 ] {1b3c3dd2-385a-4947-a43d-36cb2a895ea9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3995 | 2025.03.01 05:27:33.418765 [ 4 ] {1b3c3dd2-385a-4947-a43d-36cb2a895ea9} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3996 | 2025.03.01 05:27:33.419025 [ 4 ] {1b3c3dd2-385a-4947-a43d-36cb2a895ea9} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002177 sec., 49609.554432705554 rows/sec., 4.15 MiB/sec. | ||
| 3997 | 2025.03.01 05:27:33.419092 [ 4 ] {1b3c3dd2-385a-4947-a43d-36cb2a895ea9} <Debug> TCPHandler: Processed in 0.002678866 sec. | ||
| 3998 | 2025.03.01 05:27:33.419225 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3999 | 2025.03.01 05:27:33.419340 [ 4 ] {a8a625f7-b08d-4e2e-a5c3-cbc85b76a5ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4000 | 2025.03.01 05:27:33.419392 [ 4 ] {a8a625f7-b08d-4e2e-a5c3-cbc85b76a5ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4001 | 2025.03.01 05:27:33.419965 [ 4 ] {a8a625f7-b08d-4e2e-a5c3-cbc85b76a5ac} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4002 | 2025.03.01 05:27:33.420007 [ 4 ] {a8a625f7-b08d-4e2e-a5c3-cbc85b76a5ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4003 | 2025.03.01 05:27:33.420352 [ 4 ] {a8a625f7-b08d-4e2e-a5c3-cbc85b76a5ac} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4004 | 2025.03.01 05:27:33.420595 [ 4 ] {a8a625f7-b08d-4e2e-a5c3-cbc85b76a5ac} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4005 | 2025.03.01 05:27:33.420731 [ 96 ] {} <Debug> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 4006 | 2025.03.01 05:27:33.420772 [ 96 ] {} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4007 | 2025.03.01 05:27:33.420779 [ 4 ] {a8a625f7-b08d-4e2e-a5c3-cbc85b76a5ac} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001464 sec., 17759.562841530056 rows/sec., 1.30 MiB/sec. | ||
| 4008 | 2025.03.01 05:27:33.420797 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4009 | 2025.03.01 05:27:33.420858 [ 4 ] {a8a625f7-b08d-4e2e-a5c3-cbc85b76a5ac} <Debug> TCPHandler: Processed in 0.001676272 sec. | ||
| 4010 | 2025.03.01 05:27:33.421194 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4011 | 2025.03.01 05:27:33.421258 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 4012 | 2025.03.01 05:27:33.421501 [ 4 ] {251d3882-6cf4-4d52-81b9-b2b79e1e97f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4013 | 2025.03.01 05:27:33.421618 [ 4 ] {251d3882-6cf4-4d52-81b9-b2b79e1e97f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4014 | 2025.03.01 05:27:33.421634 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4015 | 2025.03.01 05:27:33.421730 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 157 rows starting from the beginning of the part | ||
| 4016 | 2025.03.01 05:27:33.422078 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 28 rows starting from the beginning of the part | ||
| 4017 | 2025.03.01 05:27:33.422456 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 119 rows starting from the beginning of the part | ||
| 4018 | 2025.03.01 05:27:33.422817 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 4019 | 2025.03.01 05:27:33.423163 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 135 rows starting from the beginning of the part | ||
| 4020 | 2025.03.01 05:27:33.423513 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 4021 | 2025.03.01 05:27:33.424483 [ 4 ] {251d3882-6cf4-4d52-81b9-b2b79e1e97f8} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4022 | 2025.03.01 05:27:33.424556 [ 4 ] {251d3882-6cf4-4d52-81b9-b2b79e1e97f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4023 | 2025.03.01 05:27:33.425639 [ 4 ] {251d3882-6cf4-4d52-81b9-b2b79e1e97f8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4024 | 2025.03.01 05:27:33.426197 [ 4 ] {251d3882-6cf4-4d52-81b9-b2b79e1e97f8} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4025 | 2025.03.01 05:27:33.426590 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 491 rows, containing 5 columns (5 merged, 0 gathered) in 0.005682726 sec., 86402.19500289123 rows/sec., 5.83 MiB/sec. | ||
| 4026 | 2025.03.01 05:27:33.426786 [ 4 ] {251d3882-6cf4-4d52-81b9-b2b79e1e97f8} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005338 sec., 16860.247283626828 rows/sec., 1.32 MiB/sec. | ||
| 4027 | 2025.03.01 05:27:33.426868 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 4028 | 2025.03.01 05:27:33.427250 [ 4 ] {251d3882-6cf4-4d52-81b9-b2b79e1e97f8} <Debug> TCPHandler: Processed in 0.006178133 sec. | ||
| 4029 | 2025.03.01 05:27:33.427515 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4030 | 2025.03.01 05:27:33.427653 [ 4 ] {a5ac1479-e6f1-4fae-9e43-16dffe96ff06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4031 | 2025.03.01 05:27:33.427710 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_20_4} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4032 | 2025.03.01 05:27:33.427720 [ 4 ] {a5ac1479-e6f1-4fae-9e43-16dffe96ff06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4033 | 2025.03.01 05:27:33.427840 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_20_4} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 4034 | 2025.03.01 05:27:33.427968 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4035 | 2025.03.01 05:27:33.428399 [ 4 ] {a5ac1479-e6f1-4fae-9e43-16dffe96ff06} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4036 | 2025.03.01 05:27:33.428435 [ 4 ] {a5ac1479-e6f1-4fae-9e43-16dffe96ff06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4037 | 2025.03.01 05:27:33.428824 [ 4 ] {a5ac1479-e6f1-4fae-9e43-16dffe96ff06} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4038 | 2025.03.01 05:27:33.429062 [ 4 ] {a5ac1479-e6f1-4fae-9e43-16dffe96ff06} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4039 | 2025.03.01 05:27:33.429252 [ 4 ] {a5ac1479-e6f1-4fae-9e43-16dffe96ff06} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001634 sec., 97919.21664626682 rows/sec., 6.82 MiB/sec. | ||
| 4040 | 2025.03.01 05:27:33.429305 [ 4 ] {a5ac1479-e6f1-4fae-9e43-16dffe96ff06} <Debug> TCPHandler: Processed in 0.001879945 sec. | ||
| 4041 | 2025.03.01 05:27:33.429424 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4042 | 2025.03.01 05:27:33.429529 [ 4 ] {8dc5391a-7210-428e-a0a9-1cc8789d8c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4043 | 2025.03.01 05:27:33.429597 [ 4 ] {8dc5391a-7210-428e-a0a9-1cc8789d8c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4044 | 2025.03.01 05:27:33.430763 [ 4 ] {8dc5391a-7210-428e-a0a9-1cc8789d8c7e} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4045 | 2025.03.01 05:27:33.430800 [ 4 ] {8dc5391a-7210-428e-a0a9-1cc8789d8c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4046 | 2025.03.01 05:27:33.431427 [ 4 ] {8dc5391a-7210-428e-a0a9-1cc8789d8c7e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4047 | 2025.03.01 05:27:33.431694 [ 4 ] {8dc5391a-7210-428e-a0a9-1cc8789d8c7e} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4048 | 2025.03.01 05:27:33.431893 [ 4 ] {8dc5391a-7210-428e-a0a9-1cc8789d8c7e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002385 sec., 10901.467505241091 rows/sec., 19.53 MiB/sec. | ||
| 4049 | 2025.03.01 05:27:33.432004 [ 4 ] {8dc5391a-7210-428e-a0a9-1cc8789d8c7e} <Debug> TCPHandler: Processed in 0.002631096 sec. | ||
| 4050 | 2025.03.01 05:27:33.432145 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4051 | 2025.03.01 05:27:33.432251 [ 4 ] {03a7da98-fea7-449a-97af-068d0ab146b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4052 | 2025.03.01 05:27:33.432298 [ 4 ] {03a7da98-fea7-449a-97af-068d0ab146b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4053 | 2025.03.01 05:27:33.432731 [ 4 ] {03a7da98-fea7-449a-97af-068d0ab146b8} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4054 | 2025.03.01 05:27:33.432769 [ 4 ] {03a7da98-fea7-449a-97af-068d0ab146b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4055 | 2025.03.01 05:27:33.433116 [ 4 ] {03a7da98-fea7-449a-97af-068d0ab146b8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4056 | 2025.03.01 05:27:33.433345 [ 4 ] {03a7da98-fea7-449a-97af-068d0ab146b8} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4057 | 2025.03.01 05:27:33.433551 [ 4 ] {03a7da98-fea7-449a-97af-068d0ab146b8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001314 sec., 45662.100456621 rows/sec., 3.08 MiB/sec. | ||
| 4058 | 2025.03.01 05:27:33.433746 [ 4 ] {03a7da98-fea7-449a-97af-068d0ab146b8} <Debug> TCPHandler: Processed in 0.001646492 sec. | ||
| 4059 | 2025.03.01 05:27:37.189329 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4060 | 2025.03.01 05:27:37.189388 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4061 | 2025.03.01 05:27:37.294719 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4062 | 2025.03.01 05:27:37.295378 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4063 | 2025.03.01 05:27:37.295418 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4064 | 2025.03.01 05:27:37.295967 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4065 | 2025.03.01 05:27:37.296277 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4066 | 2025.03.01 05:27:37.296519 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4067 | 2025.03.01 05:27:37.326869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 590 | ||
| 4068 | 2025.03.01 05:27:37.330127 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4069 | 2025.03.01 05:27:37.330187 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4070 | 2025.03.01 05:27:37.331682 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4071 | 2025.03.01 05:27:37.332001 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4072 | 2025.03.01 05:27:37.332617 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 590 | ||
| 4073 | 2025.03.01 05:27:37.905671 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4074 | 2025.03.01 05:27:37.927110 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4075 | 2025.03.01 05:27:37.927179 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4076 | 2025.03.01 05:27:37.934984 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4077 | 2025.03.01 05:27:37.935805 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4078 | 2025.03.01 05:27:37.939494 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4079 | 2025.03.01 05:27:38.420904 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4080 | 2025.03.01 05:27:38.421105 [ 4 ] {29694f0a-f838-4fef-8b1a-434b81bef340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4081 | 2025.03.01 05:27:38.421180 [ 4 ] {29694f0a-f838-4fef-8b1a-434b81bef340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4082 | 2025.03.01 05:27:38.422050 [ 4 ] {29694f0a-f838-4fef-8b1a-434b81bef340} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4083 | 2025.03.01 05:27:38.422097 [ 4 ] {29694f0a-f838-4fef-8b1a-434b81bef340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4084 | 2025.03.01 05:27:38.422584 [ 4 ] {29694f0a-f838-4fef-8b1a-434b81bef340} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4085 | 2025.03.01 05:27:38.422858 [ 4 ] {29694f0a-f838-4fef-8b1a-434b81bef340} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4086 | 2025.03.01 05:27:38.423068 [ 89 ] {} <Debug> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4087 | 2025.03.01 05:27:38.423129 [ 4 ] {29694f0a-f838-4fef-8b1a-434b81bef340} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002075 sec., 102168.67469879518 rows/sec., 6.50 MiB/sec. | ||
| 4088 | 2025.03.01 05:27:38.423147 [ 89 ] {} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4089 | 2025.03.01 05:27:38.423224 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4090 | 2025.03.01 05:27:38.423280 [ 4 ] {29694f0a-f838-4fef-8b1a-434b81bef340} <Debug> TCPHandler: Processed in 0.002506063 sec. | ||
| 4091 | 2025.03.01 05:27:38.423650 [ 197 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::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 | ||
| 4092 | 2025.03.01 05:27:38.423668 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4093 | 2025.03.01 05:27:38.423943 [ 4 ] {f3d4d6e6-106b-4136-9e14-5abe4b8e8950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4094 | 2025.03.01 05:27:38.423954 [ 197 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4095 | 2025.03.01 05:27:38.424040 [ 4 ] {f3d4d6e6-106b-4136-9e14-5abe4b8e8950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4096 | 2025.03.01 05:27:38.424040 [ 197 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 212 rows starting from the beginning of the part | ||
| 4097 | 2025.03.01 05:27:38.424440 [ 197 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part | ||
| 4098 | 2025.03.01 05:27:38.424764 [ 197 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::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 | ||
| 4099 | 2025.03.01 05:27:38.425181 [ 197 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part | ||
| 4100 | 2025.03.01 05:27:38.425595 [ 197 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part | ||
| 4101 | 2025.03.01 05:27:38.427246 [ 4 ] {f3d4d6e6-106b-4136-9e14-5abe4b8e8950} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4102 | 2025.03.01 05:27:38.427334 [ 4 ] {f3d4d6e6-106b-4136-9e14-5abe4b8e8950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4103 | 2025.03.01 05:27:38.428310 [ 198 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004973827 sec., 213115.57478778413 rows/sec., 14.37 MiB/sec. | ||
| 4104 | 2025.03.01 05:27:38.428356 [ 4 ] {f3d4d6e6-106b-4136-9e14-5abe4b8e8950} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4105 | 2025.03.01 05:27:38.428570 [ 198 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4106 | 2025.03.01 05:27:38.428793 [ 4 ] {f3d4d6e6-106b-4136-9e14-5abe4b8e8950} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4107 | 2025.03.01 05:27:38.429099 [ 89 ] {} <Debug> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4108 | 2025.03.01 05:27:38.429206 [ 89 ] {} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4109 | 2025.03.01 05:27:38.429289 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4110 | 2025.03.01 05:27:38.429317 [ 4 ] {f3d4d6e6-106b-4136-9e14-5abe4b8e8950} <Debug> executeQuery: Read 643 rows, 51.91 KiB in 0.005459 sec., 117787.14050192342 rows/sec., 9.29 MiB/sec. | ||
| 4111 | 2025.03.01 05:27:38.429341 [ 197 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_13_3} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4112 | 2025.03.01 05:27:38.429662 [ 4 ] {f3d4d6e6-106b-4136-9e14-5abe4b8e8950} <Debug> TCPHandler: Processed in 0.006099952 sec. | ||
| 4113 | 2025.03.01 05:27:38.429757 [ 197 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_13_3} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4114 | 2025.03.01 05:27:38.429787 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::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 | ||
| 4115 | 2025.03.01 05:27:38.429949 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4116 | 2025.03.01 05:27:38.430007 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4117 | 2025.03.01 05:27:38.430220 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4118 | 2025.03.01 05:27:38.430230 [ 4 ] {b92a244d-9174-43d5-9947-db64f8d0ea5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4119 | 2025.03.01 05:27:38.430295 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1842 rows starting from the beginning of the part | ||
| 4120 | 2025.03.01 05:27:38.430339 [ 4 ] {b92a244d-9174-43d5-9947-db64f8d0ea5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4121 | 2025.03.01 05:27:38.430714 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 643 rows starting from the beginning of the part | ||
| 4122 | 2025.03.01 05:27:38.431085 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 108 rows starting from the beginning of the part | ||
| 4123 | 2025.03.01 05:27:38.431518 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1791 rows starting from the beginning of the part | ||
| 4124 | 2025.03.01 05:27:38.431877 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 108 rows starting from the beginning of the part | ||
| 4125 | 2025.03.01 05:27:38.432169 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 643 rows starting from the beginning of the part | ||
| 4126 | 2025.03.01 05:27:38.433110 [ 4 ] {b92a244d-9174-43d5-9947-db64f8d0ea5e} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4127 | 2025.03.01 05:27:38.433181 [ 4 ] {b92a244d-9174-43d5-9947-db64f8d0ea5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4128 | 2025.03.01 05:27:38.434054 [ 4 ] {b92a244d-9174-43d5-9947-db64f8d0ea5e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4129 | 2025.03.01 05:27:38.434614 [ 4 ] {b92a244d-9174-43d5-9947-db64f8d0ea5e} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4130 | 2025.03.01 05:27:38.435039 [ 4 ] {b92a244d-9174-43d5-9947-db64f8d0ea5e} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.004887 sec., 24350.317167996727 rows/sec., 1.47 MiB/sec. | ||
| 4131 | 2025.03.01 05:27:38.435182 [ 4 ] {b92a244d-9174-43d5-9947-db64f8d0ea5e} <Debug> TCPHandler: Processed in 0.005356762 sec. | ||
| 4132 | 2025.03.01 05:27:38.435320 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4133 | 2025.03.01 05:27:38.435442 [ 4 ] {264b1905-a8a3-458d-b6f0-a2fd41013601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4134 | 2025.03.01 05:27:38.435491 [ 4 ] {264b1905-a8a3-458d-b6f0-a2fd41013601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4135 | 2025.03.01 05:27:38.436419 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5135 rows, containing 5 columns (5 merged, 0 gathered) in 0.007005025 sec., 733045.2068336658 rows/sec., 61.95 MiB/sec. | ||
| 4136 | 2025.03.01 05:27:38.436602 [ 4 ] {264b1905-a8a3-458d-b6f0-a2fd41013601} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4137 | 2025.03.01 05:27:38.436662 [ 4 ] {264b1905-a8a3-458d-b6f0-a2fd41013601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4138 | 2025.03.01 05:27:38.436715 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4139 | 2025.03.01 05:27:38.437318 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_26_5} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4140 | 2025.03.01 05:27:38.437487 [ 198 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_26_5} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4141 | 2025.03.01 05:27:38.437504 [ 4 ] {264b1905-a8a3-458d-b6f0-a2fd41013601} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4142 | 2025.03.01 05:27:38.437637 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. | ||
| 4143 | 2025.03.01 05:27:38.437843 [ 4 ] {264b1905-a8a3-458d-b6f0-a2fd41013601} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4144 | 2025.03.01 05:27:38.438064 [ 4 ] {264b1905-a8a3-458d-b6f0-a2fd41013601} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002657 sec., 42529.168234851335 rows/sec., 2.75 MiB/sec. | ||
| 4145 | 2025.03.01 05:27:38.438123 [ 4 ] {264b1905-a8a3-458d-b6f0-a2fd41013601} <Debug> TCPHandler: Processed in 0.002864819 sec. | ||
| 4146 | 2025.03.01 05:27:38.438242 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4147 | 2025.03.01 05:27:38.438347 [ 4 ] {9ed8252c-fbf4-4cac-b972-d663a8650209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4148 | 2025.03.01 05:27:38.438392 [ 4 ] {9ed8252c-fbf4-4cac-b972-d663a8650209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4149 | 2025.03.01 05:27:38.438947 [ 4 ] {9ed8252c-fbf4-4cac-b972-d663a8650209} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4150 | 2025.03.01 05:27:38.438986 [ 4 ] {9ed8252c-fbf4-4cac-b972-d663a8650209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4151 | 2025.03.01 05:27:38.439358 [ 4 ] {9ed8252c-fbf4-4cac-b972-d663a8650209} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4152 | 2025.03.01 05:27:38.439625 [ 4 ] {9ed8252c-fbf4-4cac-b972-d663a8650209} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4153 | 2025.03.01 05:27:38.439781 [ 89 ] {} <Debug> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4154 | 2025.03.01 05:27:38.439849 [ 89 ] {} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4155 | 2025.03.01 05:27:38.439859 [ 4 ] {9ed8252c-fbf4-4cac-b972-d663a8650209} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001523 sec., 73539.06762967826 rows/sec., 4.19 MiB/sec. | ||
| 4156 | 2025.03.01 05:27:38.439886 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4157 | 2025.03.01 05:27:38.440035 [ 4 ] {9ed8252c-fbf4-4cac-b972-d663a8650209} <Debug> TCPHandler: Processed in 0.001838284 sec. | ||
| 4158 | 2025.03.01 05:27:38.440317 [ 194 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::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 | ||
| 4159 | 2025.03.01 05:27:38.440373 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4160 | 2025.03.01 05:27:38.440650 [ 194 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4161 | 2025.03.01 05:27:38.440658 [ 4 ] {2cd57a04-2252-4e68-8fe5-20df2f7af27e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4162 | 2025.03.01 05:27:38.440705 [ 194 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 112 rows starting from the beginning of the part | ||
| 4163 | 2025.03.01 05:27:38.440798 [ 4 ] {2cd57a04-2252-4e68-8fe5-20df2f7af27e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4164 | 2025.03.01 05:27:38.441056 [ 194 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part | ||
| 4165 | 2025.03.01 05:27:38.441373 [ 194 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::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 | ||
| 4166 | 2025.03.01 05:27:38.441717 [ 194 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part | ||
| 4167 | 2025.03.01 05:27:38.442090 [ 194 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part | ||
| 4168 | 2025.03.01 05:27:38.443696 [ 4 ] {2cd57a04-2252-4e68-8fe5-20df2f7af27e} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4169 | 2025.03.01 05:27:38.443778 [ 4 ] {2cd57a04-2252-4e68-8fe5-20df2f7af27e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4170 | 2025.03.01 05:27:38.444705 [ 194 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004687863 sec., 119457.41588438059 rows/sec., 7.26 MiB/sec. | ||
| 4171 | 2025.03.01 05:27:38.444811 [ 4 ] {2cd57a04-2252-4e68-8fe5-20df2f7af27e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4172 | 2025.03.01 05:27:38.444895 [ 194 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4173 | 2025.03.01 05:27:38.445334 [ 4 ] {2cd57a04-2252-4e68-8fe5-20df2f7af27e} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4174 | 2025.03.01 05:27:38.445543 [ 194 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_13_3} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4175 | 2025.03.01 05:27:38.445620 [ 89 ] {} <Debug> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4176 | 2025.03.01 05:27:38.445744 [ 89 ] {} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4177 | 2025.03.01 05:27:38.445815 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4178 | 2025.03.01 05:27:38.445874 [ 4 ] {2cd57a04-2252-4e68-8fe5-20df2f7af27e} <Debug> executeQuery: Read 395 rows, 28.63 KiB in 0.005298 sec., 74556.43639109097 rows/sec., 5.28 MiB/sec. | ||
| 4179 | 2025.03.01 05:27:38.445891 [ 194 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_13_3} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4180 | 2025.03.01 05:27:38.446437 [ 4 ] {2cd57a04-2252-4e68-8fe5-20df2f7af27e} <Debug> TCPHandler: Processed in 0.006151112 sec. | ||
| 4181 | 2025.03.01 05:27:38.446484 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4182 | 2025.03.01 05:27:38.446607 [ 192 ] {23102748-2c42-473b-96ec-35638a1b759f::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 | ||
| 4183 | 2025.03.01 05:27:38.446832 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4184 | 2025.03.01 05:27:38.446935 [ 192 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4185 | 2025.03.01 05:27:38.446984 [ 192 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part | ||
| 4186 | 2025.03.01 05:27:38.446993 [ 4 ] {b7f66a87-4204-4cf4-9bda-43b2ad23cc28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4187 | 2025.03.01 05:27:38.447069 [ 4 ] {b7f66a87-4204-4cf4-9bda-43b2ad23cc28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4188 | 2025.03.01 05:27:38.447182 [ 192 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 395 rows starting from the beginning of the part | ||
| 4189 | 2025.03.01 05:27:38.447583 [ 192 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 90 rows starting from the beginning of the part | ||
| 4190 | 2025.03.01 05:27:38.447858 [ 192 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 867 rows starting from the beginning of the part | ||
| 4191 | 2025.03.01 05:27:38.448246 [ 192 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 90 rows starting from the beginning of the part | ||
| 4192 | 2025.03.01 05:27:38.448402 [ 192 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 395 rows starting from the beginning of the part | ||
| 4193 | 2025.03.01 05:27:38.448913 [ 4 ] {b7f66a87-4204-4cf4-9bda-43b2ad23cc28} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4194 | 2025.03.01 05:27:38.448959 [ 4 ] {b7f66a87-4204-4cf4-9bda-43b2ad23cc28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4195 | 2025.03.01 05:27:38.449483 [ 4 ] {b7f66a87-4204-4cf4-9bda-43b2ad23cc28} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4196 | 2025.03.01 05:27:38.449792 [ 4 ] {b7f66a87-4204-4cf4-9bda-43b2ad23cc28} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4197 | 2025.03.01 05:27:38.450036 [ 4 ] {b7f66a87-4204-4cf4-9bda-43b2ad23cc28} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003072 sec., 1953.125 rows/sec., 102.04 KiB/sec. | ||
| 4198 | 2025.03.01 05:27:38.450089 [ 4 ] {b7f66a87-4204-4cf4-9bda-43b2ad23cc28} <Debug> TCPHandler: Processed in 0.003381056 sec. | ||
| 4199 | 2025.03.01 05:27:38.450219 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4200 | 2025.03.01 05:27:38.450381 [ 4 ] {b0df9142-f7fa-4baf-8a4a-6526bd026598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4201 | 2025.03.01 05:27:38.450382 [ 199 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2746 rows, containing 5 columns (5 merged, 0 gathered) in 0.00443108 sec., 619713.478429638 rows/sec., 47.20 MiB/sec. | ||
| 4202 | 2025.03.01 05:27:38.450445 [ 4 ] {b0df9142-f7fa-4baf-8a4a-6526bd026598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4203 | 2025.03.01 05:27:38.450708 [ 199 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4204 | 2025.03.01 05:27:38.451277 [ 199 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_26_5} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4205 | 2025.03.01 05:27:38.451435 [ 4 ] {b0df9142-f7fa-4baf-8a4a-6526bd026598} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4206 | 2025.03.01 05:27:38.451460 [ 199 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_26_5} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4207 | 2025.03.01 05:27:38.451492 [ 4 ] {b0df9142-f7fa-4baf-8a4a-6526bd026598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4208 | 2025.03.01 05:27:38.451641 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 4209 | 2025.03.01 05:27:38.452012 [ 4 ] {b0df9142-f7fa-4baf-8a4a-6526bd026598} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4210 | 2025.03.01 05:27:38.452270 [ 4 ] {b0df9142-f7fa-4baf-8a4a-6526bd026598} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4211 | 2025.03.01 05:27:38.452444 [ 87 ] {} <Debug> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4212 | 2025.03.01 05:27:38.452503 [ 4 ] {b0df9142-f7fa-4baf-8a4a-6526bd026598} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002157 sec., 109874.82614742698 rows/sec., 7.36 MiB/sec. | ||
| 4213 | 2025.03.01 05:27:38.452510 [ 87 ] {} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4214 | 2025.03.01 05:27:38.452583 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4215 | 2025.03.01 05:27:38.452636 [ 4 ] {b0df9142-f7fa-4baf-8a4a-6526bd026598} <Debug> TCPHandler: Processed in 0.002480593 sec. | ||
| 4216 | 2025.03.01 05:27:38.452809 [ 191 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 4217 | 2025.03.01 05:27:38.452858 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4218 | 2025.03.01 05:27:38.453039 [ 191 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4219 | 2025.03.01 05:27:38.453067 [ 4 ] {25c1ab9e-d415-492d-9211-3c0351b2f272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4220 | 2025.03.01 05:27:38.453104 [ 191 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 8031 rows starting from the beginning of the part | ||
| 4221 | 2025.03.01 05:27:38.453159 [ 4 ] {25c1ab9e-d415-492d-9211-3c0351b2f272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4222 | 2025.03.01 05:27:38.453458 [ 191 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part | ||
| 4223 | 2025.03.01 05:27:38.453800 [ 191 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 4224 | 2025.03.01 05:27:38.454176 [ 191 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1091 rows starting from the beginning of the part | ||
| 4225 | 2025.03.01 05:27:38.454543 [ 191 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 4226 | 2025.03.01 05:27:38.454750 [ 191 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 4227 | 2025.03.01 05:27:38.455540 [ 4 ] {25c1ab9e-d415-492d-9211-3c0351b2f272} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4228 | 2025.03.01 05:27:38.455608 [ 4 ] {25c1ab9e-d415-492d-9211-3c0351b2f272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4229 | 2025.03.01 05:27:38.456231 [ 4 ] {25c1ab9e-d415-492d-9211-3c0351b2f272} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4230 | 2025.03.01 05:27:38.456663 [ 4 ] {25c1ab9e-d415-492d-9211-3c0351b2f272} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4231 | 2025.03.01 05:27:38.457103 [ 4 ] {25c1ab9e-d415-492d-9211-3c0351b2f272} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004083 sec., 244.91795248591723 rows/sec., 16.50 KiB/sec. | ||
| 4232 | 2025.03.01 05:27:38.457260 [ 4 ] {25c1ab9e-d415-492d-9211-3c0351b2f272} <Debug> TCPHandler: Processed in 0.004468411 sec. | ||
| 4233 | 2025.03.01 05:27:38.457492 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4234 | 2025.03.01 05:27:38.457636 [ 4 ] {6e98fa5d-a695-4885-8af7-dd7e26f68831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4235 | 2025.03.01 05:27:38.457727 [ 4 ] {6e98fa5d-a695-4885-8af7-dd7e26f68831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4236 | 2025.03.01 05:27:38.459198 [ 4 ] {6e98fa5d-a695-4885-8af7-dd7e26f68831} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4237 | 2025.03.01 05:27:38.459237 [ 4 ] {6e98fa5d-a695-4885-8af7-dd7e26f68831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4238 | 2025.03.01 05:27:38.459863 [ 199 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9916 rows, containing 5 columns (5 merged, 0 gathered) in 0.007182806 sec., 1380518.9782377528 rows/sec., 93.12 MiB/sec. | ||
| 4239 | 2025.03.01 05:27:38.460206 [ 199 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4240 | 2025.03.01 05:27:38.460436 [ 4 ] {6e98fa5d-a695-4885-8af7-dd7e26f68831} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4241 | 2025.03.01 05:27:38.460791 [ 199 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4242 | 2025.03.01 05:27:38.460978 [ 199 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4243 | 2025.03.01 05:27:38.460982 [ 4 ] {6e98fa5d-a695-4885-8af7-dd7e26f68831} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4244 | 2025.03.01 05:27:38.461123 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB. | ||
| 4245 | 2025.03.01 05:27:38.461282 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4246 | 2025.03.01 05:27:38.461341 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4247 | 2025.03.01 05:27:38.461373 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4248 | 2025.03.01 05:27:38.461388 [ 4 ] {6e98fa5d-a695-4885-8af7-dd7e26f68831} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.003768 sec., 3450.1061571125265 rows/sec., 6.18 MiB/sec. | ||
| 4249 | 2025.03.01 05:27:38.461943 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::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 | ||
| 4250 | 2025.03.01 05:27:38.462423 [ 4 ] {6e98fa5d-a695-4885-8af7-dd7e26f68831} <Debug> TCPHandler: Processed in 0.005019308 sec. | ||
| 4251 | 2025.03.01 05:27:38.462768 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4252 | 2025.03.01 05:27:38.462832 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4253 | 2025.03.01 05:27:38.463014 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 256 rows starting from the beginning of the part | ||
| 4254 | 2025.03.01 05:27:38.463035 [ 4 ] {221f2f97-0790-4cf0-a3bc-a6953649735a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4255 | 2025.03.01 05:27:38.463171 [ 4 ] {221f2f97-0790-4cf0-a3bc-a6953649735a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4256 | 2025.03.01 05:27:38.463762 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 4257 | 2025.03.01 05:27:38.464548 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 4258 | 2025.03.01 05:27:38.465421 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 4259 | 2025.03.01 05:27:38.465678 [ 4 ] {221f2f97-0790-4cf0-a3bc-a6953649735a} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4260 | 2025.03.01 05:27:38.465805 [ 4 ] {221f2f97-0790-4cf0-a3bc-a6953649735a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4261 | 2025.03.01 05:27:38.466198 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 4262 | 2025.03.01 05:27:38.466758 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 4263 | 2025.03.01 05:27:38.467683 [ 4 ] {221f2f97-0790-4cf0-a3bc-a6953649735a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4264 | 2025.03.01 05:27:38.468205 [ 4 ] {221f2f97-0790-4cf0-a3bc-a6953649735a} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4265 | 2025.03.01 05:27:38.468596 [ 87 ] {} <Debug> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4266 | 2025.03.01 05:27:38.468743 [ 87 ] {} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4267 | 2025.03.01 05:27:38.468830 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4268 | 2025.03.01 05:27:38.468878 [ 4 ] {221f2f97-0790-4cf0-a3bc-a6953649735a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005926 sec., 13837.327033412083 rows/sec., 899.93 KiB/sec. | ||
| 4269 | 2025.03.01 05:27:38.469204 [ 4 ] {221f2f97-0790-4cf0-a3bc-a6953649735a} <Debug> TCPHandler: Processed in 0.006524017 sec. | ||
| 4270 | 2025.03.01 05:27:38.469239 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 4271 | 2025.03.01 05:27:38.469448 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4272 | 2025.03.01 05:27:38.469499 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1480 rows starting from the beginning of the part | ||
| 4273 | 2025.03.01 05:27:38.469743 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
| 4274 | 2025.03.01 05:27:38.470052 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 4275 | 2025.03.01 05:27:38.470375 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 4276 | 2025.03.01 05:27:38.470718 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 4277 | 2025.03.01 05:27:38.471050 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 4278 | 2025.03.01 05:27:38.474758 [ 189 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1846 rows, containing 4 columns (4 merged, 0 gathered) in 0.005761187 sec., 320420.080098077 rows/sec., 20.88 MiB/sec. | ||
| 4279 | 2025.03.01 05:27:38.475153 [ 189 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4280 | 2025.03.01 05:27:38.475873 [ 189 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_26_5} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4281 | 2025.03.01 05:27:38.475970 [ 189 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_26_5} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4282 | 2025.03.01 05:27:38.476121 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4283 | 2025.03.01 05:27:38.476662 [ 201 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 19 columns (19 merged, 0 gathered) in 0.015191655 sec., 22841.487645684425 rows/sec., 40.93 MiB/sec. | ||
| 4284 | 2025.03.01 05:27:38.477368 [ 201 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4285 | 2025.03.01 05:27:38.477806 [ 201 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4286 | 2025.03.01 05:27:38.477891 [ 201 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4287 | 2025.03.01 05:27:38.478033 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
| 4288 | 2025.03.01 05:27:43.416581 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4289 | 2025.03.01 05:27:43.416785 [ 4 ] {c0b05f8b-10bd-4058-b8d4-be684a72ff93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4290 | 2025.03.01 05:27:43.416862 [ 4 ] {c0b05f8b-10bd-4058-b8d4-be684a72ff93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4291 | 2025.03.01 05:27:43.417704 [ 4 ] {c0b05f8b-10bd-4058-b8d4-be684a72ff93} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4292 | 2025.03.01 05:27:43.417757 [ 4 ] {c0b05f8b-10bd-4058-b8d4-be684a72ff93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4293 | 2025.03.01 05:27:43.418198 [ 4 ] {c0b05f8b-10bd-4058-b8d4-be684a72ff93} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4294 | 2025.03.01 05:27:43.418452 [ 4 ] {c0b05f8b-10bd-4058-b8d4-be684a72ff93} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4295 | 2025.03.01 05:27:43.418691 [ 4 ] {c0b05f8b-10bd-4058-b8d4-be684a72ff93} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001958 sec., 55158.32482124617 rows/sec., 4.61 MiB/sec. | ||
| 4296 | 2025.03.01 05:27:43.418759 [ 4 ] {c0b05f8b-10bd-4058-b8d4-be684a72ff93} <Debug> TCPHandler: Processed in 0.002314721 sec. | ||
| 4297 | 2025.03.01 05:27:43.418897 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4298 | 2025.03.01 05:27:43.419018 [ 4 ] {8c855e66-43f5-48a2-91d8-1d51e56b30d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4299 | 2025.03.01 05:27:43.419068 [ 4 ] {8c855e66-43f5-48a2-91d8-1d51e56b30d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4300 | 2025.03.01 05:27:43.419616 [ 4 ] {8c855e66-43f5-48a2-91d8-1d51e56b30d1} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4301 | 2025.03.01 05:27:43.419658 [ 4 ] {8c855e66-43f5-48a2-91d8-1d51e56b30d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4302 | 2025.03.01 05:27:43.420017 [ 4 ] {8c855e66-43f5-48a2-91d8-1d51e56b30d1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4303 | 2025.03.01 05:27:43.420318 [ 4 ] {8c855e66-43f5-48a2-91d8-1d51e56b30d1} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4304 | 2025.03.01 05:27:43.420714 [ 4 ] {8c855e66-43f5-48a2-91d8-1d51e56b30d1} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001722 sec., 15098.722415795586 rows/sec., 1.11 MiB/sec. | ||
| 4305 | 2025.03.01 05:27:43.420770 [ 4 ] {8c855e66-43f5-48a2-91d8-1d51e56b30d1} <Debug> TCPHandler: Processed in 0.001926446 sec. | ||
| 4306 | 2025.03.01 05:27:43.420900 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4307 | 2025.03.01 05:27:43.421009 [ 4 ] {498e91e6-4e66-479c-ae4d-d31e4049e312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4308 | 2025.03.01 05:27:43.421056 [ 4 ] {498e91e6-4e66-479c-ae4d-d31e4049e312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4309 | 2025.03.01 05:27:43.421621 [ 4 ] {498e91e6-4e66-479c-ae4d-d31e4049e312} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4310 | 2025.03.01 05:27:43.421662 [ 4 ] {498e91e6-4e66-479c-ae4d-d31e4049e312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4311 | 2025.03.01 05:27:43.422031 [ 4 ] {498e91e6-4e66-479c-ae4d-d31e4049e312} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4312 | 2025.03.01 05:27:43.422284 [ 4 ] {498e91e6-4e66-479c-ae4d-d31e4049e312} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4313 | 2025.03.01 05:27:43.422501 [ 4 ] {498e91e6-4e66-479c-ae4d-d31e4049e312} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001515 sec., 59405.9405940594 rows/sec., 4.64 MiB/sec. | ||
| 4314 | 2025.03.01 05:27:43.422555 [ 4 ] {498e91e6-4e66-479c-ae4d-d31e4049e312} <Debug> TCPHandler: Processed in 0.001707283 sec. | ||
| 4315 | 2025.03.01 05:27:43.422676 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4316 | 2025.03.01 05:27:43.422785 [ 4 ] {718374a8-51c4-4ead-a509-71d57c9a87de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4317 | 2025.03.01 05:27:43.422836 [ 4 ] {718374a8-51c4-4ead-a509-71d57c9a87de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4318 | 2025.03.01 05:27:43.423378 [ 4 ] {718374a8-51c4-4ead-a509-71d57c9a87de} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4319 | 2025.03.01 05:27:43.423418 [ 4 ] {718374a8-51c4-4ead-a509-71d57c9a87de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4320 | 2025.03.01 05:27:43.423824 [ 4 ] {718374a8-51c4-4ead-a509-71d57c9a87de} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4321 | 2025.03.01 05:27:43.424077 [ 4 ] {718374a8-51c4-4ead-a509-71d57c9a87de} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4322 | 2025.03.01 05:27:43.424297 [ 4 ] {718374a8-51c4-4ead-a509-71d57c9a87de} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001535 sec., 104234.52768729642 rows/sec., 7.26 MiB/sec. | ||
| 4323 | 2025.03.01 05:27:43.424351 [ 4 ] {718374a8-51c4-4ead-a509-71d57c9a87de} <Debug> TCPHandler: Processed in 0.001726974 sec. | ||
| 4324 | 2025.03.01 05:27:43.424486 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4325 | 2025.03.01 05:27:43.424610 [ 4 ] {cdaf0113-cbe5-4e24-8bac-c248277358ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4326 | 2025.03.01 05:27:43.424682 [ 4 ] {cdaf0113-cbe5-4e24-8bac-c248277358ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4327 | 2025.03.01 05:27:43.425837 [ 4 ] {cdaf0113-cbe5-4e24-8bac-c248277358ca} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4328 | 2025.03.01 05:27:43.425877 [ 4 ] {cdaf0113-cbe5-4e24-8bac-c248277358ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4329 | 2025.03.01 05:27:43.426520 [ 4 ] {cdaf0113-cbe5-4e24-8bac-c248277358ca} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4330 | 2025.03.01 05:27:43.426796 [ 4 ] {cdaf0113-cbe5-4e24-8bac-c248277358ca} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4331 | 2025.03.01 05:27:43.427056 [ 4 ] {cdaf0113-cbe5-4e24-8bac-c248277358ca} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002469 sec., 10530.579181855002 rows/sec., 18.87 MiB/sec. | ||
| 4332 | 2025.03.01 05:27:43.427169 [ 4 ] {cdaf0113-cbe5-4e24-8bac-c248277358ca} <Debug> TCPHandler: Processed in 0.002748297 sec. | ||
| 4333 | 2025.03.01 05:27:43.427316 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4334 | 2025.03.01 05:27:43.427422 [ 4 ] {a2ba6e8d-1eff-4684-b670-da7a31f57f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4335 | 2025.03.01 05:27:43.427471 [ 4 ] {a2ba6e8d-1eff-4684-b670-da7a31f57f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4336 | 2025.03.01 05:27:43.427927 [ 4 ] {a2ba6e8d-1eff-4684-b670-da7a31f57f47} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4337 | 2025.03.01 05:27:43.427968 [ 4 ] {a2ba6e8d-1eff-4684-b670-da7a31f57f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4338 | 2025.03.01 05:27:43.428332 [ 4 ] {a2ba6e8d-1eff-4684-b670-da7a31f57f47} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4339 | 2025.03.01 05:27:43.428578 [ 4 ] {a2ba6e8d-1eff-4684-b670-da7a31f57f47} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4340 | 2025.03.01 05:27:43.428784 [ 4 ] {a2ba6e8d-1eff-4684-b670-da7a31f57f47} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
| 4341 | 2025.03.01 05:27:43.428836 [ 4 ] {a2ba6e8d-1eff-4684-b670-da7a31f57f47} <Debug> TCPHandler: Processed in 0.001571571 sec. | ||
| 4342 | 2025.03.01 05:27:44.796674 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4343 | 2025.03.01 05:27:44.797310 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4344 | 2025.03.01 05:27:44.797358 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4345 | 2025.03.01 05:27:44.797877 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4346 | 2025.03.01 05:27:44.798138 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4347 | 2025.03.01 05:27:44.798352 [ 81 ] {} <Debug> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4348 | 2025.03.01 05:27:44.798383 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4349 | 2025.03.01 05:27:44.798431 [ 81 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4350 | 2025.03.01 05:27:44.798462 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4351 | 2025.03.01 05:27:44.798590 [ 201 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::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 | ||
| 4352 | 2025.03.01 05:27:44.798737 [ 201 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4353 | 2025.03.01 05:27:44.798785 [ 201 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::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 | ||
| 4354 | 2025.03.01 05:27:44.798879 [ 201 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
| 4355 | 2025.03.01 05:27:44.799118 [ 201 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
| 4356 | 2025.03.01 05:27:44.799365 [ 201 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
| 4357 | 2025.03.01 05:27:44.799499 [ 201 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 4358 | 2025.03.01 05:27:44.799705 [ 201 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 4359 | 2025.03.01 05:27:44.802004 [ 195 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003473197 sec., 2774964.967434902 rows/sec., 39.70 MiB/sec. | ||
| 4360 | 2025.03.01 05:27:44.802302 [ 188 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4361 | 2025.03.01 05:27:44.802644 [ 188 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_21_4} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4362 | 2025.03.01 05:27:44.802723 [ 188 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_21_4} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4363 | 2025.03.01 05:27:44.802824 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 4364 | 2025.03.01 05:27:45.439597 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4365 | 2025.03.01 05:27:45.461835 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4366 | 2025.03.01 05:27:45.461904 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4367 | 2025.03.01 05:27:45.472298 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4368 | 2025.03.01 05:27:45.473193 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4369 | 2025.03.01 05:27:45.473590 [ 81 ] {} <Debug> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4370 | 2025.03.01 05:27:45.473718 [ 81 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4371 | 2025.03.01 05:27:45.473787 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4372 | 2025.03.01 05:27:45.474338 [ 201 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 4373 | 2025.03.01 05:27:45.492774 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4374 | 2025.03.01 05:27:45.493822 [ 201 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4375 | 2025.03.01 05:27:45.495163 [ 201 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 4376 | 2025.03.01 05:27:45.500563 [ 201 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 4377 | 2025.03.01 05:27:45.506226 [ 201 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 4378 | 2025.03.01 05:27:45.511911 [ 201 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 4379 | 2025.03.01 05:27:45.517695 [ 201 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 4380 | 2025.03.01 05:27:45.522428 [ 201 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 4381 | 2025.03.01 05:27:45.585055 [ 195 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.111141589 sec., 1430.6075829094004 rows/sec., 7.40 MiB/sec. | ||
| 4382 | 2025.03.01 05:27:45.587668 [ 195 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4383 | 2025.03.01 05:27:45.590996 [ 195 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_21_4} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4384 | 2025.03.01 05:27:45.591111 [ 195 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_21_4} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4385 | 2025.03.01 05:27:45.593458 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4386 | 2025.03.01 05:27:46.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.60 MiB, peak 193.14 MiB, free memory in arenas 0.00 B, will set to 184.92 MiB (RSS), difference: 2.32 MiB | ||
| 4387 | 2025.03.01 05:27:47.332937 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 624 | ||
| 4388 | 2025.03.01 05:27:47.336588 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4389 | 2025.03.01 05:27:47.336638 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4390 | 2025.03.01 05:27:47.338117 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4391 | 2025.03.01 05:27:47.338446 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4392 | 2025.03.01 05:27:47.339838 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 624 | ||
| 4393 | 2025.03.01 05:27:48.421724 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4394 | 2025.03.01 05:27:48.421930 [ 4 ] {7f382288-656d-4cf8-9d97-38668c50d2c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4395 | 2025.03.01 05:27:48.422005 [ 4 ] {7f382288-656d-4cf8-9d97-38668c50d2c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4396 | 2025.03.01 05:27:48.422856 [ 4 ] {7f382288-656d-4cf8-9d97-38668c50d2c2} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4397 | 2025.03.01 05:27:48.422905 [ 4 ] {7f382288-656d-4cf8-9d97-38668c50d2c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4398 | 2025.03.01 05:27:48.423428 [ 4 ] {7f382288-656d-4cf8-9d97-38668c50d2c2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4399 | 2025.03.01 05:27:48.423689 [ 4 ] {7f382288-656d-4cf8-9d97-38668c50d2c2} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4400 | 2025.03.01 05:27:48.423925 [ 4 ] {7f382288-656d-4cf8-9d97-38668c50d2c2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002049 sec., 103465.10492923377 rows/sec., 6.58 MiB/sec. | ||
| 4401 | 2025.03.01 05:27:48.423981 [ 4 ] {7f382288-656d-4cf8-9d97-38668c50d2c2} <Debug> TCPHandler: Processed in 0.002395152 sec. | ||
| 4402 | 2025.03.01 05:27:48.424113 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4403 | 2025.03.01 05:27:48.424220 [ 4 ] {177a572e-594f-4c20-a7c6-15ba2fbf8716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4404 | 2025.03.01 05:27:48.424266 [ 4 ] {177a572e-594f-4c20-a7c6-15ba2fbf8716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4405 | 2025.03.01 05:27:48.425111 [ 4 ] {177a572e-594f-4c20-a7c6-15ba2fbf8716} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4406 | 2025.03.01 05:27:48.425151 [ 4 ] {177a572e-594f-4c20-a7c6-15ba2fbf8716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4407 | 2025.03.01 05:27:48.425580 [ 4 ] {177a572e-594f-4c20-a7c6-15ba2fbf8716} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4408 | 2025.03.01 05:27:48.425836 [ 4 ] {177a572e-594f-4c20-a7c6-15ba2fbf8716} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4409 | 2025.03.01 05:27:48.426060 [ 4 ] {177a572e-594f-4c20-a7c6-15ba2fbf8716} <Debug> executeQuery: Read 643 rows, 51.91 KiB in 0.001861 sec., 345513.16496507253 rows/sec., 27.24 MiB/sec. | ||
| 4410 | 2025.03.01 05:27:48.426115 [ 4 ] {177a572e-594f-4c20-a7c6-15ba2fbf8716} <Debug> TCPHandler: Processed in 0.002051968 sec. | ||
| 4411 | 2025.03.01 05:27:48.426238 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4412 | 2025.03.01 05:27:48.426343 [ 4 ] {0b7a69b6-3ec9-47cc-a90d-af88421d3f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4413 | 2025.03.01 05:27:48.426389 [ 4 ] {0b7a69b6-3ec9-47cc-a90d-af88421d3f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4414 | 2025.03.01 05:27:48.426965 [ 4 ] {0b7a69b6-3ec9-47cc-a90d-af88421d3f27} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4415 | 2025.03.01 05:27:48.427005 [ 4 ] {0b7a69b6-3ec9-47cc-a90d-af88421d3f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4416 | 2025.03.01 05:27:48.427373 [ 4 ] {0b7a69b6-3ec9-47cc-a90d-af88421d3f27} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4417 | 2025.03.01 05:27:48.427622 [ 4 ] {0b7a69b6-3ec9-47cc-a90d-af88421d3f27} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4418 | 2025.03.01 05:27:48.427875 [ 4 ] {0b7a69b6-3ec9-47cc-a90d-af88421d3f27} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.001544 sec., 77072.53886010362 rows/sec., 4.66 MiB/sec. | ||
| 4419 | 2025.03.01 05:27:48.427995 [ 4 ] {0b7a69b6-3ec9-47cc-a90d-af88421d3f27} <Debug> TCPHandler: Processed in 0.001800624 sec. | ||
| 4420 | 2025.03.01 05:27:48.428205 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4421 | 2025.03.01 05:27:48.428312 [ 4 ] {b75c6a0e-4b54-4440-a644-2b360558e661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4422 | 2025.03.01 05:27:48.428360 [ 4 ] {b75c6a0e-4b54-4440-a644-2b360558e661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4423 | 2025.03.01 05:27:48.428940 [ 4 ] {b75c6a0e-4b54-4440-a644-2b360558e661} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4424 | 2025.03.01 05:27:48.428980 [ 4 ] {b75c6a0e-4b54-4440-a644-2b360558e661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4425 | 2025.03.01 05:27:48.429358 [ 4 ] {b75c6a0e-4b54-4440-a644-2b360558e661} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4426 | 2025.03.01 05:27:48.429638 [ 4 ] {b75c6a0e-4b54-4440-a644-2b360558e661} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4427 | 2025.03.01 05:27:48.429888 [ 4 ] {b75c6a0e-4b54-4440-a644-2b360558e661} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001592 sec., 70979.89949748744 rows/sec., 4.59 MiB/sec. | ||
| 4428 | 2025.03.01 05:27:48.430084 [ 4 ] {b75c6a0e-4b54-4440-a644-2b360558e661} <Debug> TCPHandler: Processed in 0.001945276 sec. | ||
| 4429 | 2025.03.01 05:27:48.430228 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4430 | 2025.03.01 05:27:48.430341 [ 4 ] {11f518a9-2a89-4f8c-9c89-e0be2e1ce483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4431 | 2025.03.01 05:27:48.430387 [ 4 ] {11f518a9-2a89-4f8c-9c89-e0be2e1ce483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4432 | 2025.03.01 05:27:48.430984 [ 4 ] {11f518a9-2a89-4f8c-9c89-e0be2e1ce483} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4433 | 2025.03.01 05:27:48.431025 [ 4 ] {11f518a9-2a89-4f8c-9c89-e0be2e1ce483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4434 | 2025.03.01 05:27:48.431386 [ 4 ] {11f518a9-2a89-4f8c-9c89-e0be2e1ce483} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4435 | 2025.03.01 05:27:48.431637 [ 4 ] {11f518a9-2a89-4f8c-9c89-e0be2e1ce483} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4436 | 2025.03.01 05:27:48.431849 [ 4 ] {11f518a9-2a89-4f8c-9c89-e0be2e1ce483} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001532 sec., 73107.0496083551 rows/sec., 4.16 MiB/sec. | ||
| 4437 | 2025.03.01 05:27:48.431902 [ 4 ] {11f518a9-2a89-4f8c-9c89-e0be2e1ce483} <Debug> TCPHandler: Processed in 0.001728243 sec. | ||
| 4438 | 2025.03.01 05:27:48.432023 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4439 | 2025.03.01 05:27:48.432128 [ 4 ] {4e99c3c7-a9cd-4796-925b-f6f7c4d05bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4440 | 2025.03.01 05:27:48.432173 [ 4 ] {4e99c3c7-a9cd-4796-925b-f6f7c4d05bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4441 | 2025.03.01 05:27:48.432847 [ 4 ] {4e99c3c7-a9cd-4796-925b-f6f7c4d05bcb} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4442 | 2025.03.01 05:27:48.432887 [ 4 ] {4e99c3c7-a9cd-4796-925b-f6f7c4d05bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4443 | 2025.03.01 05:27:48.433262 [ 4 ] {4e99c3c7-a9cd-4796-925b-f6f7c4d05bcb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4444 | 2025.03.01 05:27:48.433497 [ 4 ] {4e99c3c7-a9cd-4796-925b-f6f7c4d05bcb} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4445 | 2025.03.01 05:27:48.433763 [ 4 ] {4e99c3c7-a9cd-4796-925b-f6f7c4d05bcb} <Debug> executeQuery: Read 395 rows, 28.63 KiB in 0.001644 sec., 240267.6399026764 rows/sec., 17.00 MiB/sec. | ||
| 4446 | 2025.03.01 05:27:48.433946 [ 4 ] {4e99c3c7-a9cd-4796-925b-f6f7c4d05bcb} <Debug> TCPHandler: Processed in 0.001972616 sec. | ||
| 4447 | 2025.03.01 05:27:48.434126 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4448 | 2025.03.01 05:27:48.434232 [ 4 ] {63ae4631-3578-4275-949d-239159f608af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4449 | 2025.03.01 05:27:48.434281 [ 4 ] {63ae4631-3578-4275-949d-239159f608af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4450 | 2025.03.01 05:27:48.434752 [ 4 ] {63ae4631-3578-4275-949d-239159f608af} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4451 | 2025.03.01 05:27:48.434792 [ 4 ] {63ae4631-3578-4275-949d-239159f608af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4452 | 2025.03.01 05:27:48.435140 [ 4 ] {63ae4631-3578-4275-949d-239159f608af} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4453 | 2025.03.01 05:27:48.435367 [ 4 ] {63ae4631-3578-4275-949d-239159f608af} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4454 | 2025.03.01 05:27:48.435634 [ 4 ] {63ae4631-3578-4275-949d-239159f608af} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. | ||
| 4455 | 2025.03.01 05:27:48.435818 [ 4 ] {63ae4631-3578-4275-949d-239159f608af} <Debug> TCPHandler: Processed in 0.001744623 sec. | ||
| 4456 | 2025.03.01 05:27:48.435956 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4457 | 2025.03.01 05:27:48.436062 [ 4 ] {8b51f999-d472-44cf-a0e0-acafa209ac64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4458 | 2025.03.01 05:27:48.436112 [ 4 ] {8b51f999-d472-44cf-a0e0-acafa209ac64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4459 | 2025.03.01 05:27:48.436677 [ 4 ] {8b51f999-d472-44cf-a0e0-acafa209ac64} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4460 | 2025.03.01 05:27:48.436716 [ 4 ] {8b51f999-d472-44cf-a0e0-acafa209ac64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4461 | 2025.03.01 05:27:48.437099 [ 4 ] {8b51f999-d472-44cf-a0e0-acafa209ac64} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4462 | 2025.03.01 05:27:48.437349 [ 4 ] {8b51f999-d472-44cf-a0e0-acafa209ac64} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4463 | 2025.03.01 05:27:48.437562 [ 4 ] {8b51f999-d472-44cf-a0e0-acafa209ac64} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001521 sec., 155818.54043392505 rows/sec., 10.44 MiB/sec. | ||
| 4464 | 2025.03.01 05:27:48.437614 [ 4 ] {8b51f999-d472-44cf-a0e0-acafa209ac64} <Debug> TCPHandler: Processed in 0.001709533 sec. | ||
| 4465 | 2025.03.01 05:27:48.437733 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4466 | 2025.03.01 05:27:48.437838 [ 4 ] {8b698216-62e4-4aee-8c3b-c5a81fbd7eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4467 | 2025.03.01 05:27:48.437886 [ 4 ] {8b698216-62e4-4aee-8c3b-c5a81fbd7eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4468 | 2025.03.01 05:27:48.438315 [ 4 ] {8b698216-62e4-4aee-8c3b-c5a81fbd7eac} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4469 | 2025.03.01 05:27:48.438353 [ 4 ] {8b698216-62e4-4aee-8c3b-c5a81fbd7eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4470 | 2025.03.01 05:27:48.438691 [ 4 ] {8b698216-62e4-4aee-8c3b-c5a81fbd7eac} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4471 | 2025.03.01 05:27:48.438927 [ 4 ] {8b698216-62e4-4aee-8c3b-c5a81fbd7eac} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4472 | 2025.03.01 05:27:48.439138 [ 4 ] {8b698216-62e4-4aee-8c3b-c5a81fbd7eac} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
| 4473 | 2025.03.01 05:27:48.439189 [ 4 ] {8b698216-62e4-4aee-8c3b-c5a81fbd7eac} <Debug> TCPHandler: Processed in 0.00150637 sec. | ||
| 4474 | 2025.03.01 05:27:48.439308 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4475 | 2025.03.01 05:27:48.439420 [ 4 ] {c333ffc9-6ebc-4fbf-bedb-9ddd5e0b60d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4476 | 2025.03.01 05:27:48.439492 [ 4 ] {c333ffc9-6ebc-4fbf-bedb-9ddd5e0b60d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4477 | 2025.03.01 05:27:48.440626 [ 4 ] {c333ffc9-6ebc-4fbf-bedb-9ddd5e0b60d0} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4478 | 2025.03.01 05:27:48.440669 [ 4 ] {c333ffc9-6ebc-4fbf-bedb-9ddd5e0b60d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4479 | 2025.03.01 05:27:48.441287 [ 4 ] {c333ffc9-6ebc-4fbf-bedb-9ddd5e0b60d0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4480 | 2025.03.01 05:27:48.441555 [ 4 ] {c333ffc9-6ebc-4fbf-bedb-9ddd5e0b60d0} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4481 | 2025.03.01 05:27:48.441801 [ 4 ] {c333ffc9-6ebc-4fbf-bedb-9ddd5e0b60d0} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002403 sec., 5409.904286308781 rows/sec., 9.69 MiB/sec. | ||
| 4482 | 2025.03.01 05:27:48.441894 [ 4 ] {c333ffc9-6ebc-4fbf-bedb-9ddd5e0b60d0} <Debug> TCPHandler: Processed in 0.002638516 sec. | ||
| 4483 | 2025.03.01 05:27:48.442043 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4484 | 2025.03.01 05:27:48.442149 [ 4 ] {e64a3225-4530-490a-8d70-3ddc7311193f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4485 | 2025.03.01 05:27:48.442196 [ 4 ] {e64a3225-4530-490a-8d70-3ddc7311193f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4486 | 2025.03.01 05:27:48.442640 [ 4 ] {e64a3225-4530-490a-8d70-3ddc7311193f} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4487 | 2025.03.01 05:27:48.442680 [ 4 ] {e64a3225-4530-490a-8d70-3ddc7311193f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4488 | 2025.03.01 05:27:48.443039 [ 4 ] {e64a3225-4530-490a-8d70-3ddc7311193f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4489 | 2025.03.01 05:27:48.443284 [ 4 ] {e64a3225-4530-490a-8d70-3ddc7311193f} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4490 | 2025.03.01 05:27:48.443491 [ 4 ] {e64a3225-4530-490a-8d70-3ddc7311193f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001363 sec., 60161.40865737344 rows/sec., 3.82 MiB/sec. | ||
| 4491 | 2025.03.01 05:27:48.443540 [ 4 ] {e64a3225-4530-490a-8d70-3ddc7311193f} <Debug> TCPHandler: Processed in 0.001548311 sec. | ||
| 4492 | 2025.03.01 05:27:52.189430 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4493 | 2025.03.01 05:27:52.189487 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4494 | 2025.03.01 05:27:52.298570 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4495 | 2025.03.01 05:27:52.299297 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4496 | 2025.03.01 05:27:52.299352 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4497 | 2025.03.01 05:27:52.299993 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4498 | 2025.03.01 05:27:52.300271 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4499 | 2025.03.01 05:27:52.300486 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4500 | 2025.03.01 05:27:52.992889 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4501 | 2025.03.01 05:27:53.012794 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4502 | 2025.03.01 05:27:53.012845 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 4503 | 2025.03.01 05:27:53.020164 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4504 | 2025.03.01 05:27:53.020942 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4505 | 2025.03.01 05:27:53.024418 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4506 | 2025.03.01 05:27:53.416046 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4507 | 2025.03.01 05:27:53.416360 [ 4 ] {fa3653a8-354e-4d54-8d52-f7faa1633b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4508 | 2025.03.01 05:27:53.416480 [ 4 ] {fa3653a8-354e-4d54-8d52-f7faa1633b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4509 | 2025.03.01 05:27:53.417523 [ 4 ] {fa3653a8-354e-4d54-8d52-f7faa1633b8e} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4510 | 2025.03.01 05:27:53.417576 [ 4 ] {fa3653a8-354e-4d54-8d52-f7faa1633b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4511 | 2025.03.01 05:27:53.418029 [ 4 ] {fa3653a8-354e-4d54-8d52-f7faa1633b8e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4512 | 2025.03.01 05:27:53.418288 [ 4 ] {fa3653a8-354e-4d54-8d52-f7faa1633b8e} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4513 | 2025.03.01 05:27:53.418538 [ 4 ] {fa3653a8-354e-4d54-8d52-f7faa1633b8e} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002263 sec., 47724.25983208131 rows/sec., 3.99 MiB/sec. | ||
| 4514 | 2025.03.01 05:27:53.418593 [ 4 ] {fa3653a8-354e-4d54-8d52-f7faa1633b8e} <Debug> TCPHandler: Processed in 0.002742167 sec. | ||
| 4515 | 2025.03.01 05:27:53.418723 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4516 | 2025.03.01 05:27:53.418827 [ 4 ] {61dc2a16-7902-47f7-8b5c-68a42f827700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4517 | 2025.03.01 05:27:53.418874 [ 4 ] {61dc2a16-7902-47f7-8b5c-68a42f827700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4518 | 2025.03.01 05:27:53.419406 [ 4 ] {61dc2a16-7902-47f7-8b5c-68a42f827700} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4519 | 2025.03.01 05:27:53.419445 [ 4 ] {61dc2a16-7902-47f7-8b5c-68a42f827700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4520 | 2025.03.01 05:27:53.419797 [ 4 ] {61dc2a16-7902-47f7-8b5c-68a42f827700} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4521 | 2025.03.01 05:27:53.420054 [ 4 ] {61dc2a16-7902-47f7-8b5c-68a42f827700} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4522 | 2025.03.01 05:27:53.420306 [ 4 ] {61dc2a16-7902-47f7-8b5c-68a42f827700} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001491 sec., 17437.96109993293 rows/sec., 1.28 MiB/sec. | ||
| 4523 | 2025.03.01 05:27:53.420386 [ 4 ] {61dc2a16-7902-47f7-8b5c-68a42f827700} <Debug> TCPHandler: Processed in 0.001714043 sec. | ||
| 4524 | 2025.03.01 05:27:53.420626 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4525 | 2025.03.01 05:27:53.420731 [ 4 ] {543a0902-1f36-4b42-a92d-e7520a8a2bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4526 | 2025.03.01 05:27:53.420779 [ 4 ] {543a0902-1f36-4b42-a92d-e7520a8a2bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4527 | 2025.03.01 05:27:53.421346 [ 4 ] {543a0902-1f36-4b42-a92d-e7520a8a2bc4} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4528 | 2025.03.01 05:27:53.421387 [ 4 ] {543a0902-1f36-4b42-a92d-e7520a8a2bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4529 | 2025.03.01 05:27:53.421749 [ 4 ] {543a0902-1f36-4b42-a92d-e7520a8a2bc4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4530 | 2025.03.01 05:27:53.421991 [ 4 ] {543a0902-1f36-4b42-a92d-e7520a8a2bc4} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4531 | 2025.03.01 05:27:53.422223 [ 4 ] {543a0902-1f36-4b42-a92d-e7520a8a2bc4} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001513 sec., 59484.46794448116 rows/sec., 4.65 MiB/sec. | ||
| 4532 | 2025.03.01 05:27:53.422337 [ 4 ] {543a0902-1f36-4b42-a92d-e7520a8a2bc4} <Debug> TCPHandler: Processed in 0.001791515 sec. | ||
| 4533 | 2025.03.01 05:27:53.422487 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4534 | 2025.03.01 05:27:53.422591 [ 4 ] {b091e598-b12b-4258-bc2b-2a2a323050bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4535 | 2025.03.01 05:27:53.422643 [ 4 ] {b091e598-b12b-4258-bc2b-2a2a323050bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4536 | 2025.03.01 05:27:53.423176 [ 4 ] {b091e598-b12b-4258-bc2b-2a2a323050bf} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4537 | 2025.03.01 05:27:53.423214 [ 4 ] {b091e598-b12b-4258-bc2b-2a2a323050bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4538 | 2025.03.01 05:27:53.423607 [ 4 ] {b091e598-b12b-4258-bc2b-2a2a323050bf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4539 | 2025.03.01 05:27:53.423852 [ 4 ] {b091e598-b12b-4258-bc2b-2a2a323050bf} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4540 | 2025.03.01 05:27:53.424056 [ 4 ] {b091e598-b12b-4258-bc2b-2a2a323050bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001487 sec., 107599.19300605245 rows/sec., 7.49 MiB/sec. | ||
| 4541 | 2025.03.01 05:27:53.424109 [ 4 ] {b091e598-b12b-4258-bc2b-2a2a323050bf} <Debug> TCPHandler: Processed in 0.001673322 sec. | ||
| 4542 | 2025.03.01 05:27:53.424247 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4543 | 2025.03.01 05:27:53.424352 [ 4 ] {e28433c3-4ebf-4415-bd58-6a6e3f932f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4544 | 2025.03.01 05:27:53.424422 [ 4 ] {e28433c3-4ebf-4415-bd58-6a6e3f932f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4545 | 2025.03.01 05:27:53.425528 [ 4 ] {e28433c3-4ebf-4415-bd58-6a6e3f932f34} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4546 | 2025.03.01 05:27:53.425567 [ 4 ] {e28433c3-4ebf-4415-bd58-6a6e3f932f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4547 | 2025.03.01 05:27:53.426234 [ 4 ] {e28433c3-4ebf-4415-bd58-6a6e3f932f34} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4548 | 2025.03.01 05:27:53.426503 [ 4 ] {e28433c3-4ebf-4415-bd58-6a6e3f932f34} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4549 | 2025.03.01 05:27:53.426750 [ 4 ] {e28433c3-4ebf-4415-bd58-6a6e3f932f34} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00242 sec., 10743.801652892562 rows/sec., 19.25 MiB/sec. | ||
| 4550 | 2025.03.01 05:27:53.426859 [ 4 ] {e28433c3-4ebf-4415-bd58-6a6e3f932f34} <Debug> TCPHandler: Processed in 0.002664146 sec. | ||
| 4551 | 2025.03.01 05:27:53.427009 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4552 | 2025.03.01 05:27:53.427119 [ 4 ] {6f96924f-2c06-4ece-bced-9ab4ea30d629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4553 | 2025.03.01 05:27:53.427166 [ 4 ] {6f96924f-2c06-4ece-bced-9ab4ea30d629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4554 | 2025.03.01 05:27:53.427613 [ 4 ] {6f96924f-2c06-4ece-bced-9ab4ea30d629} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4555 | 2025.03.01 05:27:53.427653 [ 4 ] {6f96924f-2c06-4ece-bced-9ab4ea30d629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4556 | 2025.03.01 05:27:53.428027 [ 4 ] {6f96924f-2c06-4ece-bced-9ab4ea30d629} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4557 | 2025.03.01 05:27:53.428267 [ 4 ] {6f96924f-2c06-4ece-bced-9ab4ea30d629} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4558 | 2025.03.01 05:27:53.428484 [ 4 ] {6f96924f-2c06-4ece-bced-9ab4ea30d629} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 4559 | 2025.03.01 05:27:53.428536 [ 4 ] {6f96924f-2c06-4ece-bced-9ab4ea30d629} <Debug> TCPHandler: Processed in 0.001577971 sec. | ||
| 4560 | 2025.03.01 05:27:57.340091 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 658 | ||
| 4561 | 2025.03.01 05:27:57.343398 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4562 | 2025.03.01 05:27:57.343460 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4563 | 2025.03.01 05:27:57.344963 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4564 | 2025.03.01 05:27:57.345291 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4565 | 2025.03.01 05:27:57.345540 [ 63 ] {} <Debug> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4566 | 2025.03.01 05:27:57.345671 [ 63 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4567 | 2025.03.01 05:27:57.345746 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4568 | 2025.03.01 05:27:57.346376 [ 196 ] {a815b5b4-7616-4377-8f2c-f800840f715c::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 | ||
| 4569 | 2025.03.01 05:27:57.346904 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 658 | ||
| 4570 | 2025.03.01 05:27:57.347427 [ 196 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4571 | 2025.03.01 05:27:57.347612 [ 196 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 484 rows starting from the beginning of the part | ||
| 4572 | 2025.03.01 05:27:57.348126 [ 196 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
| 4573 | 2025.03.01 05:27:57.348635 [ 196 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part | ||
| 4574 | 2025.03.01 05:27:57.349116 [ 196 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
| 4575 | 2025.03.01 05:27:57.349599 [ 196 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 4576 | 2025.03.01 05:27:57.350068 [ 196 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
| 4577 | 2025.03.01 05:27:57.357948 [ 193 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 72 columns (72 merged, 0 gathered) in 0.011951261 sec., 55056.951730867564 rows/sec., 47.35 MiB/sec. | ||
| 4578 | 2025.03.01 05:27:57.359271 [ 190 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4579 | 2025.03.01 05:27:57.360049 [ 190 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_16_3} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4580 | 2025.03.01 05:27:57.360131 [ 190 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_16_3} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4581 | 2025.03.01 05:27:57.360461 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
| 4582 | 2025.03.01 05:27:57.639264 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4583 | 2025.03.01 05:27:57.639452 [ 4 ] {6ef882c5-d379-48ca-8b93-bf55cdef972b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4584 | 2025.03.01 05:27:57.639526 [ 4 ] {6ef882c5-d379-48ca-8b93-bf55cdef972b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4585 | 2025.03.01 05:27:57.640384 [ 4 ] {6ef882c5-d379-48ca-8b93-bf55cdef972b} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4586 | 2025.03.01 05:27:57.640439 [ 4 ] {6ef882c5-d379-48ca-8b93-bf55cdef972b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4587 | 2025.03.01 05:27:57.640897 [ 4 ] {6ef882c5-d379-48ca-8b93-bf55cdef972b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4588 | 2025.03.01 05:27:57.641167 [ 4 ] {6ef882c5-d379-48ca-8b93-bf55cdef972b} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4589 | 2025.03.01 05:27:57.641415 [ 4 ] {6ef882c5-d379-48ca-8b93-bf55cdef972b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002014 sec., 105263.15789473684 rows/sec., 6.69 MiB/sec. | ||
| 4590 | 2025.03.01 05:27:57.641547 [ 4 ] {6ef882c5-d379-48ca-8b93-bf55cdef972b} <Debug> TCPHandler: Processed in 0.002418393 sec. | ||
| 4591 | 2025.03.01 05:27:57.641684 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4592 | 2025.03.01 05:27:57.641804 [ 4 ] {37ffad9a-03bd-4ad3-af3a-6b7b65dd18a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4593 | 2025.03.01 05:27:57.641855 [ 4 ] {37ffad9a-03bd-4ad3-af3a-6b7b65dd18a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4594 | 2025.03.01 05:27:57.643259 [ 4 ] {37ffad9a-03bd-4ad3-af3a-6b7b65dd18a7} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4595 | 2025.03.01 05:27:57.643304 [ 4 ] {37ffad9a-03bd-4ad3-af3a-6b7b65dd18a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4596 | 2025.03.01 05:27:57.643778 [ 4 ] {37ffad9a-03bd-4ad3-af3a-6b7b65dd18a7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4597 | 2025.03.01 05:27:57.644027 [ 4 ] {37ffad9a-03bd-4ad3-af3a-6b7b65dd18a7} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4598 | 2025.03.01 05:27:57.644275 [ 4 ] {37ffad9a-03bd-4ad3-af3a-6b7b65dd18a7} <Debug> executeQuery: Read 1783 rows, 148.03 KiB in 0.002487 sec., 716928.0257338159 rows/sec., 58.13 MiB/sec. | ||
| 4599 | 2025.03.01 05:27:57.644357 [ 4 ] {37ffad9a-03bd-4ad3-af3a-6b7b65dd18a7} <Debug> TCPHandler: Processed in 0.002721697 sec. | ||
| 4600 | 2025.03.01 05:27:57.644595 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4601 | 2025.03.01 05:27:57.644704 [ 4 ] {f8adfc5d-5277-4524-b36a-d91cb7de05aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4602 | 2025.03.01 05:27:57.644755 [ 4 ] {f8adfc5d-5277-4524-b36a-d91cb7de05aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4603 | 2025.03.01 05:27:57.645327 [ 4 ] {f8adfc5d-5277-4524-b36a-d91cb7de05aa} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4604 | 2025.03.01 05:27:57.645367 [ 4 ] {f8adfc5d-5277-4524-b36a-d91cb7de05aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4605 | 2025.03.01 05:27:57.645717 [ 4 ] {f8adfc5d-5277-4524-b36a-d91cb7de05aa} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4606 | 2025.03.01 05:27:57.645951 [ 4 ] {f8adfc5d-5277-4524-b36a-d91cb7de05aa} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4607 | 2025.03.01 05:27:57.646132 [ 63 ] {} <Debug> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 4608 | 2025.03.01 05:27:57.646190 [ 4 ] {f8adfc5d-5277-4524-b36a-d91cb7de05aa} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.001509 sec., 78860.17229953612 rows/sec., 4.77 MiB/sec. | ||
| 4609 | 2025.03.01 05:27:57.646210 [ 63 ] {} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2025.03.01 05:27:57.646288 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4611 | 2025.03.01 05:27:57.646322 [ 4 ] {f8adfc5d-5277-4524-b36a-d91cb7de05aa} <Debug> TCPHandler: Processed in 0.001795274 sec. | ||
| 4612 | 2025.03.01 05:27:57.646525 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4613 | 2025.03.01 05:27:57.646534 [ 193 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 4614 | 2025.03.01 05:27:57.646696 [ 4 ] {5ee6b877-2148-4adc-b3bd-b5989735946c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4615 | 2025.03.01 05:27:57.646800 [ 4 ] {5ee6b877-2148-4adc-b3bd-b5989735946c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4616 | 2025.03.01 05:27:57.646814 [ 193 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4617 | 2025.03.01 05:27:57.646916 [ 193 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 163 rows starting from the beginning of the part | ||
| 4618 | 2025.03.01 05:27:57.647246 [ 193 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 119 rows starting from the beginning of the part | ||
| 4619 | 2025.03.01 05:27:57.647637 [ 193 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 4620 | 2025.03.01 05:27:57.647990 [ 193 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 119 rows starting from the beginning of the part | ||
| 4621 | 2025.03.01 05:27:57.648316 [ 193 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 4622 | 2025.03.01 05:27:57.648658 [ 193 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 119 rows starting from the beginning of the part | ||
| 4623 | 2025.03.01 05:27:57.649738 [ 4 ] {5ee6b877-2148-4adc-b3bd-b5989735946c} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4624 | 2025.03.01 05:27:57.649806 [ 4 ] {5ee6b877-2148-4adc-b3bd-b5989735946c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4625 | 2025.03.01 05:27:57.650919 [ 4 ] {5ee6b877-2148-4adc-b3bd-b5989735946c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4626 | 2025.03.01 05:27:57.651584 [ 4 ] {5ee6b877-2148-4adc-b3bd-b5989735946c} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4627 | 2025.03.01 05:27:57.651618 [ 193 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 5 columns (5 merged, 0 gathered) in 0.005205001 sec., 109894.31125949832 rows/sec., 7.28 MiB/sec. | ||
| 4628 | 2025.03.01 05:27:57.652038 [ 4 ] {5ee6b877-2148-4adc-b3bd-b5989735946c} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.005371 sec., 63489.10817352449 rows/sec., 4.24 MiB/sec. | ||
| 4629 | 2025.03.01 05:27:57.652061 [ 190 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 4630 | 2025.03.01 05:27:57.652338 [ 4 ] {5ee6b877-2148-4adc-b3bd-b5989735946c} <Debug> TCPHandler: Processed in 0.00588574 sec. | ||
| 4631 | 2025.03.01 05:27:57.652532 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4632 | 2025.03.01 05:27:57.652706 [ 4 ] {d8aa5a5e-bc66-48a8-8046-5625144b9b9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4633 | 2025.03.01 05:27:57.652764 [ 190 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_25_5} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4634 | 2025.03.01 05:27:57.652785 [ 4 ] {d8aa5a5e-bc66-48a8-8046-5625144b9b9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4635 | 2025.03.01 05:27:57.653007 [ 190 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_25_5} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 4636 | 2025.03.01 05:27:57.653221 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 4637 | 2025.03.01 05:27:57.653719 [ 4 ] {d8aa5a5e-bc66-48a8-8046-5625144b9b9f} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4638 | 2025.03.01 05:27:57.653763 [ 4 ] {d8aa5a5e-bc66-48a8-8046-5625144b9b9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4639 | 2025.03.01 05:27:57.654124 [ 4 ] {d8aa5a5e-bc66-48a8-8046-5625144b9b9f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4640 | 2025.03.01 05:27:57.654367 [ 4 ] {d8aa5a5e-bc66-48a8-8046-5625144b9b9f} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4641 | 2025.03.01 05:27:57.654572 [ 4 ] {d8aa5a5e-bc66-48a8-8046-5625144b9b9f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001919 sec., 58363.7311099531 rows/sec., 3.32 MiB/sec. | ||
| 4642 | 2025.03.01 05:27:57.654625 [ 4 ] {d8aa5a5e-bc66-48a8-8046-5625144b9b9f} <Debug> TCPHandler: Processed in 0.002147279 sec. | ||
| 4643 | 2025.03.01 05:27:57.654744 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4644 | 2025.03.01 05:27:57.654849 [ 4 ] {a000a43c-2d67-40c4-99b9-620e9bb976ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4645 | 2025.03.01 05:27:57.654894 [ 4 ] {a000a43c-2d67-40c4-99b9-620e9bb976ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4646 | 2025.03.01 05:27:57.655746 [ 4 ] {a000a43c-2d67-40c4-99b9-620e9bb976ff} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4647 | 2025.03.01 05:27:57.655785 [ 4 ] {a000a43c-2d67-40c4-99b9-620e9bb976ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4648 | 2025.03.01 05:27:57.656173 [ 4 ] {a000a43c-2d67-40c4-99b9-620e9bb976ff} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4649 | 2025.03.01 05:27:57.656413 [ 4 ] {a000a43c-2d67-40c4-99b9-620e9bb976ff} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4650 | 2025.03.01 05:27:57.656621 [ 4 ] {a000a43c-2d67-40c4-99b9-620e9bb976ff} <Debug> executeQuery: Read 851 rows, 62.92 KiB in 0.001793 sec., 474623.5359732292 rows/sec., 34.27 MiB/sec. | ||
| 4651 | 2025.03.01 05:27:57.656675 [ 4 ] {a000a43c-2d67-40c4-99b9-620e9bb976ff} <Debug> TCPHandler: Processed in 0.001982077 sec. | ||
| 4652 | 2025.03.01 05:27:57.656796 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4653 | 2025.03.01 05:27:57.656901 [ 4 ] {51dbf963-2cb2-45e8-aa9b-4b06c33afacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4654 | 2025.03.01 05:27:57.656948 [ 4 ] {51dbf963-2cb2-45e8-aa9b-4b06c33afacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4655 | 2025.03.01 05:27:57.657388 [ 4 ] {51dbf963-2cb2-45e8-aa9b-4b06c33afacd} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4656 | 2025.03.01 05:27:57.657428 [ 4 ] {51dbf963-2cb2-45e8-aa9b-4b06c33afacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4657 | 2025.03.01 05:27:57.657788 [ 4 ] {51dbf963-2cb2-45e8-aa9b-4b06c33afacd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4658 | 2025.03.01 05:27:57.658027 [ 4 ] {51dbf963-2cb2-45e8-aa9b-4b06c33afacd} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4659 | 2025.03.01 05:27:57.658280 [ 4 ] {51dbf963-2cb2-45e8-aa9b-4b06c33afacd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001399 sec., 4288.777698355968 rows/sec., 224.07 KiB/sec. | ||
| 4660 | 2025.03.01 05:27:57.658477 [ 4 ] {51dbf963-2cb2-45e8-aa9b-4b06c33afacd} <Debug> TCPHandler: Processed in 0.001730333 sec. | ||
| 4661 | 2025.03.01 05:27:57.658617 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4662 | 2025.03.01 05:27:57.658726 [ 4 ] {31856832-40fa-44dc-b7a5-d473713fde3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4663 | 2025.03.01 05:27:57.658778 [ 4 ] {31856832-40fa-44dc-b7a5-d473713fde3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4664 | 2025.03.01 05:27:57.659548 [ 4 ] {31856832-40fa-44dc-b7a5-d473713fde3f} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4665 | 2025.03.01 05:27:57.659586 [ 4 ] {31856832-40fa-44dc-b7a5-d473713fde3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4666 | 2025.03.01 05:27:57.660018 [ 4 ] {31856832-40fa-44dc-b7a5-d473713fde3f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4667 | 2025.03.01 05:27:57.660271 [ 4 ] {31856832-40fa-44dc-b7a5-d473713fde3f} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4668 | 2025.03.01 05:27:57.660490 [ 4 ] {31856832-40fa-44dc-b7a5-d473713fde3f} <Debug> executeQuery: Read 1083 rows, 74.10 KiB in 0.001787 sec., 606043.6485730275 rows/sec., 40.49 MiB/sec. | ||
| 4669 | 2025.03.01 05:27:57.660543 [ 4 ] {31856832-40fa-44dc-b7a5-d473713fde3f} <Debug> TCPHandler: Processed in 0.001976316 sec. | ||
| 4670 | 2025.03.01 05:27:57.660662 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4671 | 2025.03.01 05:27:57.660768 [ 4 ] {b76c6ba8-a6a4-4bd2-a555-c9d769f7fee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4672 | 2025.03.01 05:27:57.660815 [ 4 ] {b76c6ba8-a6a4-4bd2-a555-c9d769f7fee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4673 | 2025.03.01 05:27:57.661235 [ 4 ] {b76c6ba8-a6a4-4bd2-a555-c9d769f7fee1} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4674 | 2025.03.01 05:27:57.661274 [ 4 ] {b76c6ba8-a6a4-4bd2-a555-c9d769f7fee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4675 | 2025.03.01 05:27:57.661614 [ 4 ] {b76c6ba8-a6a4-4bd2-a555-c9d769f7fee1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4676 | 2025.03.01 05:27:57.661844 [ 4 ] {b76c6ba8-a6a4-4bd2-a555-c9d769f7fee1} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4677 | 2025.03.01 05:27:57.662014 [ 62 ] {} <Debug> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 4678 | 2025.03.01 05:27:57.662075 [ 4 ] {b76c6ba8-a6a4-4bd2-a555-c9d769f7fee1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001324 sec., 755.2870090634441 rows/sec., 50.89 KiB/sec. | ||
| 4679 | 2025.03.01 05:27:57.662089 [ 62 ] {} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4680 | 2025.03.01 05:27:57.662162 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4681 | 2025.03.01 05:27:57.662188 [ 4 ] {b76c6ba8-a6a4-4bd2-a555-c9d769f7fee1} <Debug> TCPHandler: Processed in 0.001576841 sec. | ||
| 4682 | 2025.03.01 05:27:57.662409 [ 200 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 4683 | 2025.03.01 05:27:57.662427 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4684 | 2025.03.01 05:27:57.662617 [ 4 ] {d75a12c6-3d7f-4f67-b390-0ac5d53d71c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4685 | 2025.03.01 05:27:57.662619 [ 200 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4686 | 2025.03.01 05:27:57.662671 [ 200 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 4687 | 2025.03.01 05:27:57.662712 [ 4 ] {d75a12c6-3d7f-4f67-b390-0ac5d53d71c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4688 | 2025.03.01 05:27:57.662862 [ 200 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4689 | 2025.03.01 05:27:57.663110 [ 200 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4690 | 2025.03.01 05:27:57.663348 [ 200 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4691 | 2025.03.01 05:27:57.663556 [ 200 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4692 | 2025.03.01 05:27:57.663754 [ 200 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 4693 | 2025.03.01 05:27:57.665701 [ 200 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.003434507 sec., 4367.439053115921 rows/sec., 294.29 KiB/sec. | ||
| 4694 | 2025.03.01 05:27:57.665839 [ 200 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4695 | 2025.03.01 05:27:57.665943 [ 4 ] {d75a12c6-3d7f-4f67-b390-0ac5d53d71c7} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4696 | 2025.03.01 05:27:57.665986 [ 4 ] {d75a12c6-3d7f-4f67-b390-0ac5d53d71c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4697 | 2025.03.01 05:27:57.666246 [ 200 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_15_3} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4698 | 2025.03.01 05:27:57.666352 [ 200 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_15_3} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 4699 | 2025.03.01 05:27:57.666438 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4700 | 2025.03.01 05:27:57.666744 [ 4 ] {d75a12c6-3d7f-4f67-b390-0ac5d53d71c7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4701 | 2025.03.01 05:27:57.667007 [ 4 ] {d75a12c6-3d7f-4f67-b390-0ac5d53d71c7} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4702 | 2025.03.01 05:27:57.667264 [ 4 ] {d75a12c6-3d7f-4f67-b390-0ac5d53d71c7} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004686 sec., 2774.221084080239 rows/sec., 4.97 MiB/sec. | ||
| 4703 | 2025.03.01 05:27:57.667370 [ 4 ] {d75a12c6-3d7f-4f67-b390-0ac5d53d71c7} <Debug> TCPHandler: Processed in 0.005020257 sec. | ||
| 4704 | 2025.03.01 05:27:57.667515 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4705 | 2025.03.01 05:27:57.667623 [ 4 ] {bfb2ea71-fb7c-44f4-994a-9ae95dc3b3b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4706 | 2025.03.01 05:27:57.667669 [ 4 ] {bfb2ea71-fb7c-44f4-994a-9ae95dc3b3b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4707 | 2025.03.01 05:27:57.668106 [ 4 ] {bfb2ea71-fb7c-44f4-994a-9ae95dc3b3b8} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4708 | 2025.03.01 05:27:57.668146 [ 4 ] {bfb2ea71-fb7c-44f4-994a-9ae95dc3b3b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4709 | 2025.03.01 05:27:57.668498 [ 4 ] {bfb2ea71-fb7c-44f4-994a-9ae95dc3b3b8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4710 | 2025.03.01 05:27:57.668734 [ 4 ] {bfb2ea71-fb7c-44f4-994a-9ae95dc3b3b8} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4711 | 2025.03.01 05:27:57.668950 [ 4 ] {bfb2ea71-fb7c-44f4-994a-9ae95dc3b3b8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001348 sec., 60830.86053412463 rows/sec., 3.86 MiB/sec. | ||
| 4712 | 2025.03.01 05:27:57.668999 [ 4 ] {bfb2ea71-fb7c-44f4-994a-9ae95dc3b3b8} <Debug> TCPHandler: Processed in 0.00153435 sec. | ||
| 4713 | 2025.03.01 05:27:59.800657 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4714 | 2025.03.01 05:27:59.801390 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4715 | 2025.03.01 05:27:59.801445 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4716 | 2025.03.01 05:27:59.801984 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4717 | 2025.03.01 05:27:59.802256 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4718 | 2025.03.01 05:27:59.802514 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4719 | 2025.03.01 05:28:00.524522 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4720 | 2025.03.01 05:28:00.545124 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4721 | 2025.03.01 05:28:00.545189 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4722 | 2025.03.01 05:28:00.552664 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4723 | 2025.03.01 05:28:00.553445 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4724 | 2025.03.01 05:28:00.556538 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4725 | 2025.03.01 05:28:03.416027 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4726 | 2025.03.01 05:28:03.416235 [ 4 ] {8f007e88-313c-40c9-bb85-e6f21f683c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4727 | 2025.03.01 05:28:03.416310 [ 4 ] {8f007e88-313c-40c9-bb85-e6f21f683c70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4728 | 2025.03.01 05:28:03.417158 [ 4 ] {8f007e88-313c-40c9-bb85-e6f21f683c70} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4729 | 2025.03.01 05:28:03.417204 [ 4 ] {8f007e88-313c-40c9-bb85-e6f21f683c70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4730 | 2025.03.01 05:28:03.417650 [ 4 ] {8f007e88-313c-40c9-bb85-e6f21f683c70} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4731 | 2025.03.01 05:28:03.417906 [ 4 ] {8f007e88-313c-40c9-bb85-e6f21f683c70} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4732 | 2025.03.01 05:28:03.418062 [ 56 ] {} <Debug> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4733 | 2025.03.01 05:28:03.418106 [ 56 ] {} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4734 | 2025.03.01 05:28:03.418123 [ 4 ] {8f007e88-313c-40c9-bb85-e6f21f683c70} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001941 sec., 55641.421947449766 rows/sec., 4.65 MiB/sec. | ||
| 4735 | 2025.03.01 05:28:03.418133 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4736 | 2025.03.01 05:28:03.418233 [ 4 ] {8f007e88-313c-40c9-bb85-e6f21f683c70} <Debug> TCPHandler: Processed in 0.002328601 sec. | ||
| 4737 | 2025.03.01 05:28:03.418389 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::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 | ||
| 4738 | 2025.03.01 05:28:03.418489 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4739 | 2025.03.01 05:28:03.418919 [ 4 ] {c0fbacea-b28f-48aa-817c-f74adffa5e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4740 | 2025.03.01 05:28:03.418929 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4741 | 2025.03.01 05:28:03.419040 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1844 rows starting from the beginning of the part | ||
| 4742 | 2025.03.01 05:28:03.419070 [ 4 ] {c0fbacea-b28f-48aa-817c-f74adffa5e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4743 | 2025.03.01 05:28:03.419323 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 108 rows starting from the beginning of the part | ||
| 4744 | 2025.03.01 05:28:03.419476 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 643 rows starting from the beginning of the part | ||
| 4745 | 2025.03.01 05:28:03.419674 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 108 rows starting from the beginning of the part | ||
| 4746 | 2025.03.01 05:28:03.420131 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1783 rows starting from the beginning of the part | ||
| 4747 | 2025.03.01 05:28:03.420350 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 108 rows starting from the beginning of the part | ||
| 4748 | 2025.03.01 05:28:03.421104 [ 4 ] {c0fbacea-b28f-48aa-817c-f74adffa5e96} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4749 | 2025.03.01 05:28:03.421144 [ 4 ] {c0fbacea-b28f-48aa-817c-f74adffa5e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4750 | 2025.03.01 05:28:03.421747 [ 4 ] {c0fbacea-b28f-48aa-817c-f74adffa5e96} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4751 | 2025.03.01 05:28:03.422066 [ 4 ] {c0fbacea-b28f-48aa-817c-f74adffa5e96} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4752 | 2025.03.01 05:28:03.422264 [ 4 ] {c0fbacea-b28f-48aa-817c-f74adffa5e96} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.003503 sec., 7422.209534684556 rows/sec., 558.12 KiB/sec. | ||
| 4753 | 2025.03.01 05:28:03.422330 [ 4 ] {c0fbacea-b28f-48aa-817c-f74adffa5e96} <Debug> TCPHandler: Processed in 0.003935562 sec. | ||
| 4754 | 2025.03.01 05:28:03.422459 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4755 | 2025.03.01 05:28:03.422571 [ 4 ] {efd2e10a-ce13-445b-901c-82d027a5a540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4756 | 2025.03.01 05:28:03.422620 [ 4 ] {efd2e10a-ce13-445b-901c-82d027a5a540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4757 | 2025.03.01 05:28:03.422924 [ 194 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4594 rows, containing 5 columns (5 merged, 0 gathered) in 0.004696213 sec., 978235.0161715407 rows/sec., 83.01 MiB/sec. | ||
| 4758 | 2025.03.01 05:28:03.423351 [ 194 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4759 | 2025.03.01 05:28:03.423738 [ 4 ] {efd2e10a-ce13-445b-901c-82d027a5a540} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4760 | 2025.03.01 05:28:03.423801 [ 4 ] {efd2e10a-ce13-445b-901c-82d027a5a540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4761 | 2025.03.01 05:28:03.423992 [ 194 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_31_6} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4762 | 2025.03.01 05:28:03.424195 [ 194 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_31_6} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4763 | 2025.03.01 05:28:03.424377 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 4764 | 2025.03.01 05:28:03.424490 [ 4 ] {efd2e10a-ce13-445b-901c-82d027a5a540} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4765 | 2025.03.01 05:28:03.424741 [ 4 ] {efd2e10a-ce13-445b-901c-82d027a5a540} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4766 | 2025.03.01 05:28:03.424877 [ 56 ] {} <Debug> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4767 | 2025.03.01 05:28:03.424926 [ 56 ] {} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4768 | 2025.03.01 05:28:03.424939 [ 4 ] {efd2e10a-ce13-445b-901c-82d027a5a540} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.002394 sec., 37593.984962406015 rows/sec., 2.94 MiB/sec. | ||
| 4769 | 2025.03.01 05:28:03.424956 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4770 | 2025.03.01 05:28:03.425056 [ 4 ] {efd2e10a-ce13-445b-901c-82d027a5a540} <Debug> TCPHandler: Processed in 0.002644325 sec. | ||
| 4771 | 2025.03.01 05:28:03.425360 [ 199 ] {23102748-2c42-473b-96ec-35638a1b759f::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 | ||
| 4772 | 2025.03.01 05:28:03.425405 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4773 | 2025.03.01 05:28:03.425778 [ 4 ] {97f4921e-a698-4571-b21f-40a5a15929c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4774 | 2025.03.01 05:28:03.425810 [ 199 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4775 | 2025.03.01 05:28:03.425884 [ 4 ] {97f4921e-a698-4571-b21f-40a5a15929c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4776 | 2025.03.01 05:28:03.425889 [ 199 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part | ||
| 4777 | 2025.03.01 05:28:03.426293 [ 199 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part | ||
| 4778 | 2025.03.01 05:28:03.426681 [ 199 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 395 rows starting from the beginning of the part | ||
| 4779 | 2025.03.01 05:28:03.427030 [ 199 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 90 rows starting from the beginning of the part | ||
| 4780 | 2025.03.01 05:28:03.427301 [ 199 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 851 rows starting from the beginning of the part | ||
| 4781 | 2025.03.01 05:28:03.427576 [ 199 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 90 rows starting from the beginning of the part | ||
| 4782 | 2025.03.01 05:28:03.428370 [ 4 ] {97f4921e-a698-4571-b21f-40a5a15929c4} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4783 | 2025.03.01 05:28:03.428431 [ 4 ] {97f4921e-a698-4571-b21f-40a5a15929c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4784 | 2025.03.01 05:28:03.429337 [ 4 ] {97f4921e-a698-4571-b21f-40a5a15929c4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4785 | 2025.03.01 05:28:03.429792 [ 4 ] {97f4921e-a698-4571-b21f-40a5a15929c4} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4786 | 2025.03.01 05:28:03.430065 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4787 | 2025.03.01 05:28:03.430161 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4788 | 2025.03.01 05:28:03.430241 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4789 | 2025.03.01 05:28:03.430402 [ 4 ] {97f4921e-a698-4571-b21f-40a5a15929c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004754 sec., 33655.8687421119 rows/sec., 2.34 MiB/sec. | ||
| 4790 | 2025.03.01 05:28:03.430623 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 4791 | 2025.03.01 05:28:03.430804 [ 4 ] {97f4921e-a698-4571-b21f-40a5a15929c4} <Debug> TCPHandler: Processed in 0.005517535 sec. | ||
| 4792 | 2025.03.01 05:28:03.431200 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4793 | 2025.03.01 05:28:03.431381 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4794 | 2025.03.01 05:28:03.431576 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9916 rows starting from the beginning of the part | ||
| 4795 | 2025.03.01 05:28:03.431740 [ 4 ] {076d6e8b-e8d0-41e1-b0ea-f91474a25e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4796 | 2025.03.01 05:28:03.432186 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 4797 | 2025.03.01 05:28:03.432191 [ 192 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2429 rows, containing 5 columns (5 merged, 0 gathered) in 0.007109946 sec., 341634.0996120083 rows/sec., 26.17 MiB/sec. | ||
| 4798 | 2025.03.01 05:28:03.432319 [ 4 ] {076d6e8b-e8d0-41e1-b0ea-f91474a25e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4799 | 2025.03.01 05:28:03.432784 [ 192 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4800 | 2025.03.01 05:28:03.432857 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 237 rows starting from the beginning of the part | ||
| 4801 | 2025.03.01 05:28:03.433688 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 4802 | 2025.03.01 05:28:03.434190 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1083 rows starting from the beginning of the part | ||
| 4803 | 2025.03.01 05:28:03.434346 [ 192 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_31_6} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4804 | 2025.03.01 05:28:03.434741 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 4805 | 2025.03.01 05:28:03.434814 [ 192 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_31_6} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4806 | 2025.03.01 05:28:03.435203 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4807 | 2025.03.01 05:28:03.437024 [ 4 ] {076d6e8b-e8d0-41e1-b0ea-f91474a25e79} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4808 | 2025.03.01 05:28:03.437071 [ 4 ] {076d6e8b-e8d0-41e1-b0ea-f91474a25e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4809 | 2025.03.01 05:28:03.437830 [ 4 ] {076d6e8b-e8d0-41e1-b0ea-f91474a25e79} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4810 | 2025.03.01 05:28:03.438462 [ 4 ] {076d6e8b-e8d0-41e1-b0ea-f91474a25e79} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4811 | 2025.03.01 05:28:03.438620 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4812 | 2025.03.01 05:28:03.438664 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4813 | 2025.03.01 05:28:03.438691 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4814 | 2025.03.01 05:28:03.438785 [ 4 ] {076d6e8b-e8d0-41e1-b0ea-f91474a25e79} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007241 sec., 3590.664272890485 rows/sec., 6.43 MiB/sec. | ||
| 4815 | 2025.03.01 05:28:03.438933 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::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 | ||
| 4816 | 2025.03.01 05:28:03.439241 [ 4 ] {076d6e8b-e8d0-41e1-b0ea-f91474a25e79} <Debug> TCPHandler: Processed in 0.008181081 sec. | ||
| 4817 | 2025.03.01 05:28:03.439575 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4818 | 2025.03.01 05:28:03.439786 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4819 | 2025.03.01 05:28:03.439917 [ 4 ] {6dedd326-e6a4-4aa1-ad4d-fa5621424d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4820 | 2025.03.01 05:28:03.440143 [ 4 ] {6dedd326-e6a4-4aa1-ad4d-fa5621424d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4821 | 2025.03.01 05:28:03.440216 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 347 rows starting from the beginning of the part | ||
| 4822 | 2025.03.01 05:28:03.440703 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11716 rows, containing 5 columns (5 merged, 0 gathered) in 0.010337359 sec., 1133364.9145782785 rows/sec., 76.47 MiB/sec. | ||
| 4823 | 2025.03.01 05:28:03.441235 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4824 | 2025.03.01 05:28:03.441723 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 4825 | 2025.03.01 05:28:03.442436 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4826 | 2025.03.01 05:28:03.442985 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4827 | 2025.03.01 05:28:03.443001 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 4828 | 2025.03.01 05:28:03.443248 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB. | ||
| 4829 | 2025.03.01 05:28:03.443949 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 4830 | 2025.03.01 05:28:03.443969 [ 4 ] {6dedd326-e6a4-4aa1-ad4d-fa5621424d48} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4831 | 2025.03.01 05:28:03.444053 [ 4 ] {6dedd326-e6a4-4aa1-ad4d-fa5621424d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4832 | 2025.03.01 05:28:03.444528 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 4833 | 2025.03.01 05:28:03.445192 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 4834 | 2025.03.01 05:28:03.445447 [ 4 ] {6dedd326-e6a4-4aa1-ad4d-fa5621424d48} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4835 | 2025.03.01 05:28:03.446195 [ 4 ] {6dedd326-e6a4-4aa1-ad4d-fa5621424d48} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4836 | 2025.03.01 05:28:03.446564 [ 54 ] {} <Debug> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4837 | 2025.03.01 05:28:03.446686 [ 54 ] {} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4838 | 2025.03.01 05:28:03.446688 [ 4 ] {6dedd326-e6a4-4aa1-ad4d-fa5621424d48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006866 sec., 8738.71249635887 rows/sec., 603.06 KiB/sec. | ||
| 4839 | 2025.03.01 05:28:03.446778 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4840 | 2025.03.01 05:28:03.446996 [ 4 ] {6dedd326-e6a4-4aa1-ad4d-fa5621424d48} <Debug> TCPHandler: Processed in 0.007528341 sec. | ||
| 4841 | 2025.03.01 05:28:03.447599 [ 198 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 4842 | 2025.03.01 05:28:03.448117 [ 198 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4843 | 2025.03.01 05:28:03.448204 [ 198 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1846 rows starting from the beginning of the part | ||
| 4844 | 2025.03.01 05:28:03.448351 [ 198 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 4845 | 2025.03.01 05:28:03.448651 [ 198 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
| 4846 | 2025.03.01 05:28:03.449010 [ 198 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 4847 | 2025.03.01 05:28:03.449373 [ 198 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
| 4848 | 2025.03.01 05:28:03.449721 [ 198 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 4849 | 2025.03.01 05:28:03.453487 [ 198 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2190 rows, containing 4 columns (4 merged, 0 gathered) in 0.006438856 sec., 340122.53108316136 rows/sec., 22.18 MiB/sec. | ||
| 4850 | 2025.03.01 05:28:03.453822 [ 198 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4851 | 2025.03.01 05:28:03.454550 [ 186 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_31_6} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4852 | 2025.03.01 05:28:03.454826 [ 186 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_31_6} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4853 | 2025.03.01 05:28:03.454955 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4854 | 2025.03.01 05:28:03.455738 [ 188 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 451 rows, containing 19 columns (19 merged, 0 gathered) in 0.016961019 sec., 26590.38351410372 rows/sec., 47.65 MiB/sec. | ||
| 4855 | 2025.03.01 05:28:03.456432 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4856 | 2025.03.01 05:28:03.456867 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4857 | 2025.03.01 05:28:03.456952 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4858 | 2025.03.01 05:28:03.457106 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 4859 | 2025.03.01 05:28:07.189535 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4860 | 2025.03.01 05:28:07.189589 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4861 | 2025.03.01 05:28:07.302670 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 4862 | 2025.03.01 05:28:07.303339 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4863 | 2025.03.01 05:28:07.303382 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4864 | 2025.03.01 05:28:07.303899 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4865 | 2025.03.01 05:28:07.304156 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4866 | 2025.03.01 05:28:07.304382 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4867 | 2025.03.01 05:28:07.347205 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 692 | ||
| 4868 | 2025.03.01 05:28:07.350633 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4869 | 2025.03.01 05:28:07.350684 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4870 | 2025.03.01 05:28:07.352175 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4871 | 2025.03.01 05:28:07.352494 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4872 | 2025.03.01 05:28:07.353146 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 692 | ||
| 4873 | 2025.03.01 05:28:08.056640 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4874 | 2025.03.01 05:28:08.079777 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4875 | 2025.03.01 05:28:08.079835 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4876 | 2025.03.01 05:28:08.087633 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4877 | 2025.03.01 05:28:08.088459 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4878 | 2025.03.01 05:28:08.091614 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4879 | 2025.03.01 05:28:08.422146 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4880 | 2025.03.01 05:28:08.422446 [ 4 ] {973de991-6251-4695-8294-809b980c1929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4881 | 2025.03.01 05:28:08.422524 [ 4 ] {973de991-6251-4695-8294-809b980c1929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4882 | 2025.03.01 05:28:08.423476 [ 4 ] {973de991-6251-4695-8294-809b980c1929} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4883 | 2025.03.01 05:28:08.423530 [ 4 ] {973de991-6251-4695-8294-809b980c1929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4884 | 2025.03.01 05:28:08.424127 [ 4 ] {973de991-6251-4695-8294-809b980c1929} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4885 | 2025.03.01 05:28:08.424402 [ 4 ] {973de991-6251-4695-8294-809b980c1929} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4886 | 2025.03.01 05:28:08.424660 [ 4 ] {973de991-6251-4695-8294-809b980c1929} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002272 sec., 93309.85915492957 rows/sec., 5.93 MiB/sec. | ||
| 4887 | 2025.03.01 05:28:08.424796 [ 4 ] {973de991-6251-4695-8294-809b980c1929} <Debug> TCPHandler: Processed in 0.002841309 sec. | ||
| 4888 | 2025.03.01 05:28:08.424934 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4889 | 2025.03.01 05:28:08.425061 [ 4 ] {48cdd20f-8ccd-4c15-9af7-23b3922eb6da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4890 | 2025.03.01 05:28:08.425116 [ 4 ] {48cdd20f-8ccd-4c15-9af7-23b3922eb6da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4891 | 2025.03.01 05:28:08.425973 [ 4 ] {48cdd20f-8ccd-4c15-9af7-23b3922eb6da} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4892 | 2025.03.01 05:28:08.426014 [ 4 ] {48cdd20f-8ccd-4c15-9af7-23b3922eb6da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4893 | 2025.03.01 05:28:08.426435 [ 4 ] {48cdd20f-8ccd-4c15-9af7-23b3922eb6da} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4894 | 2025.03.01 05:28:08.426690 [ 4 ] {48cdd20f-8ccd-4c15-9af7-23b3922eb6da} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4895 | 2025.03.01 05:28:08.426969 [ 4 ] {48cdd20f-8ccd-4c15-9af7-23b3922eb6da} <Debug> executeQuery: Read 643 rows, 51.91 KiB in 0.001926 sec., 333852.54413291794 rows/sec., 26.32 MiB/sec. | ||
| 4896 | 2025.03.01 05:28:08.427205 [ 4 ] {48cdd20f-8ccd-4c15-9af7-23b3922eb6da} <Debug> TCPHandler: Processed in 0.002322121 sec. | ||
| 4897 | 2025.03.01 05:28:08.427374 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4898 | 2025.03.01 05:28:08.427488 [ 4 ] {14fd8cc4-e2d5-4667-9cd7-b799129b827f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4899 | 2025.03.01 05:28:08.427537 [ 4 ] {14fd8cc4-e2d5-4667-9cd7-b799129b827f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4900 | 2025.03.01 05:28:08.428150 [ 4 ] {14fd8cc4-e2d5-4667-9cd7-b799129b827f} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4901 | 2025.03.01 05:28:08.428191 [ 4 ] {14fd8cc4-e2d5-4667-9cd7-b799129b827f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4902 | 2025.03.01 05:28:08.428578 [ 4 ] {14fd8cc4-e2d5-4667-9cd7-b799129b827f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4903 | 2025.03.01 05:28:08.428823 [ 4 ] {14fd8cc4-e2d5-4667-9cd7-b799129b827f} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4904 | 2025.03.01 05:28:08.429037 [ 4 ] {14fd8cc4-e2d5-4667-9cd7-b799129b827f} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.001576 sec., 75507.61421319797 rows/sec., 4.56 MiB/sec. | ||
| 4905 | 2025.03.01 05:28:08.429179 [ 4 ] {14fd8cc4-e2d5-4667-9cd7-b799129b827f} <Debug> TCPHandler: Processed in 0.001854475 sec. | ||
| 4906 | 2025.03.01 05:28:08.429303 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4907 | 2025.03.01 05:28:08.429413 [ 4 ] {4c50c2dc-e51b-4ab6-b59f-8a58c143f34f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4908 | 2025.03.01 05:28:08.429459 [ 4 ] {4c50c2dc-e51b-4ab6-b59f-8a58c143f34f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4909 | 2025.03.01 05:28:08.430017 [ 4 ] {4c50c2dc-e51b-4ab6-b59f-8a58c143f34f} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4910 | 2025.03.01 05:28:08.430056 [ 4 ] {4c50c2dc-e51b-4ab6-b59f-8a58c143f34f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4911 | 2025.03.01 05:28:08.430407 [ 4 ] {4c50c2dc-e51b-4ab6-b59f-8a58c143f34f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4912 | 2025.03.01 05:28:08.430638 [ 4 ] {4c50c2dc-e51b-4ab6-b59f-8a58c143f34f} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4913 | 2025.03.01 05:28:08.430809 [ 45 ] {} <Debug> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4914 | 2025.03.01 05:28:08.430873 [ 4 ] {4c50c2dc-e51b-4ab6-b59f-8a58c143f34f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00148 sec., 76351.35135135135 rows/sec., 4.94 MiB/sec. | ||
| 4915 | 2025.03.01 05:28:08.430892 [ 45 ] {} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4916 | 2025.03.01 05:28:08.430971 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4917 | 2025.03.01 05:28:08.431005 [ 4 ] {4c50c2dc-e51b-4ab6-b59f-8a58c143f34f} <Debug> TCPHandler: Processed in 0.001747783 sec. | ||
| 4918 | 2025.03.01 05:28:08.431266 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4919 | 2025.03.01 05:28:08.431349 [ 187 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::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 | ||
| 4920 | 2025.03.01 05:28:08.431527 [ 4 ] {e8a18abb-a3ec-4b03-83da-a5f6948cb6be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4921 | 2025.03.01 05:28:08.431684 [ 4 ] {e8a18abb-a3ec-4b03-83da-a5f6948cb6be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4922 | 2025.03.01 05:28:08.431769 [ 187 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4923 | 2025.03.01 05:28:08.431872 [ 187 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 341 rows starting from the beginning of the part | ||
| 4924 | 2025.03.01 05:28:08.432156 [ 187 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 341 rows starting from the beginning of the part | ||
| 4925 | 2025.03.01 05:28:08.432541 [ 187 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
| 4926 | 2025.03.01 05:28:08.432904 [ 187 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
| 4927 | 2025.03.01 05:28:08.433304 [ 187 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 341 rows starting from the beginning of the part | ||
| 4928 | 2025.03.01 05:28:08.433569 [ 187 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part | ||
| 4929 | 2025.03.01 05:28:08.434392 [ 4 ] {e8a18abb-a3ec-4b03-83da-a5f6948cb6be} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4930 | 2025.03.01 05:28:08.434449 [ 4 ] {e8a18abb-a3ec-4b03-83da-a5f6948cb6be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4931 | 2025.03.01 05:28:08.435321 [ 4 ] {e8a18abb-a3ec-4b03-83da-a5f6948cb6be} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4932 | 2025.03.01 05:28:08.435847 [ 4 ] {e8a18abb-a3ec-4b03-83da-a5f6948cb6be} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4933 | 2025.03.01 05:28:08.436362 [ 4 ] {e8a18abb-a3ec-4b03-83da-a5f6948cb6be} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004867 sec., 23012.122457365935 rows/sec., 1.31 MiB/sec. | ||
| 4934 | 2025.03.01 05:28:08.436965 [ 4 ] {e8a18abb-a3ec-4b03-83da-a5f6948cb6be} <Debug> TCPHandler: Processed in 0.005793169 sec. | ||
| 4935 | 2025.03.01 05:28:08.437381 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4936 | 2025.03.01 05:28:08.437456 [ 188 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1362 rows, containing 5 columns (5 merged, 0 gathered) in 0.006365276 sec., 213973.4396434656 rows/sec., 14.99 MiB/sec. | ||
| 4937 | 2025.03.01 05:28:08.437511 [ 4 ] {849dbb1f-172a-4891-934c-c55d704c208a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4938 | 2025.03.01 05:28:08.437560 [ 4 ] {849dbb1f-172a-4891-934c-c55d704c208a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4939 | 2025.03.01 05:28:08.437619 [ 188 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4940 | 2025.03.01 05:28:08.438011 [ 188 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_16_3} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4941 | 2025.03.01 05:28:08.438093 [ 188 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_16_3} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4942 | 2025.03.01 05:28:08.438213 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 4943 | 2025.03.01 05:28:08.438429 [ 4 ] {849dbb1f-172a-4891-934c-c55d704c208a} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4944 | 2025.03.01 05:28:08.438468 [ 4 ] {849dbb1f-172a-4891-934c-c55d704c208a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4945 | 2025.03.01 05:28:08.438837 [ 4 ] {849dbb1f-172a-4891-934c-c55d704c208a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4946 | 2025.03.01 05:28:08.439072 [ 4 ] {849dbb1f-172a-4891-934c-c55d704c208a} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4947 | 2025.03.01 05:28:08.439331 [ 4 ] {849dbb1f-172a-4891-934c-c55d704c208a} <Debug> executeQuery: Read 395 rows, 28.63 KiB in 0.001842 sec., 214440.82519001086 rows/sec., 15.18 MiB/sec. | ||
| 4948 | 2025.03.01 05:28:08.439580 [ 4 ] {849dbb1f-172a-4891-934c-c55d704c208a} <Debug> TCPHandler: Processed in 0.002309641 sec. | ||
| 4949 | 2025.03.01 05:28:08.439731 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4950 | 2025.03.01 05:28:08.439833 [ 4 ] {e3ae94f7-7ad5-4518-b5e3-9d9ac3d8b30d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4951 | 2025.03.01 05:28:08.439880 [ 4 ] {e3ae94f7-7ad5-4518-b5e3-9d9ac3d8b30d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4952 | 2025.03.01 05:28:08.440366 [ 4 ] {e3ae94f7-7ad5-4518-b5e3-9d9ac3d8b30d} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4953 | 2025.03.01 05:28:08.440407 [ 4 ] {e3ae94f7-7ad5-4518-b5e3-9d9ac3d8b30d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4954 | 2025.03.01 05:28:08.440758 [ 4 ] {e3ae94f7-7ad5-4518-b5e3-9d9ac3d8b30d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4955 | 2025.03.01 05:28:08.440995 [ 4 ] {e3ae94f7-7ad5-4518-b5e3-9d9ac3d8b30d} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4956 | 2025.03.01 05:28:08.441157 [ 45 ] {} <Debug> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4957 | 2025.03.01 05:28:08.441232 [ 45 ] {} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4958 | 2025.03.01 05:28:08.441243 [ 4 ] {e3ae94f7-7ad5-4518-b5e3-9d9ac3d8b30d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001421 sec., 4222.37860661506 rows/sec., 220.60 KiB/sec. | ||
| 4959 | 2025.03.01 05:28:08.441269 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4960 | 2025.03.01 05:28:08.441400 [ 4 ] {e3ae94f7-7ad5-4518-b5e3-9d9ac3d8b30d} <Debug> TCPHandler: Processed in 0.001716873 sec. | ||
| 4961 | 2025.03.01 05:28:08.441779 [ 195 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::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 | ||
| 4962 | 2025.03.01 05:28:08.441857 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4963 | 2025.03.01 05:28:08.442249 [ 4 ] {3ee19bde-65ef-4155-abfe-6998bbcec971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4964 | 2025.03.01 05:28:08.442511 [ 4 ] {3ee19bde-65ef-4155-abfe-6998bbcec971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4965 | 2025.03.01 05:28:08.442527 [ 195 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4966 | 2025.03.01 05:28:08.442673 [ 195 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 4967 | 2025.03.01 05:28:08.442999 [ 195 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 4968 | 2025.03.01 05:28:08.443314 [ 195 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 4969 | 2025.03.01 05:28:08.443657 [ 195 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 4970 | 2025.03.01 05:28:08.443849 [ 195 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 4971 | 2025.03.01 05:28:08.444090 [ 195 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 4972 | 2025.03.01 05:28:08.445051 [ 4 ] {3ee19bde-65ef-4155-abfe-6998bbcec971} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4973 | 2025.03.01 05:28:08.445122 [ 4 ] {3ee19bde-65ef-4155-abfe-6998bbcec971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4974 | 2025.03.01 05:28:08.446146 [ 4 ] {3ee19bde-65ef-4155-abfe-6998bbcec971} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4975 | 2025.03.01 05:28:08.446647 [ 188 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.00524231 sec., 18312.53779345365 rows/sec., 956.76 KiB/sec. | ||
| 4976 | 2025.03.01 05:28:08.446683 [ 4 ] {3ee19bde-65ef-4155-abfe-6998bbcec971} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4977 | 2025.03.01 05:28:08.446865 [ 195 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4978 | 2025.03.01 05:28:08.447237 [ 4 ] {3ee19bde-65ef-4155-abfe-6998bbcec971} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005066 sec., 46782.47137781287 rows/sec., 3.14 MiB/sec. | ||
| 4979 | 2025.03.01 05:28:08.447636 [ 4 ] {3ee19bde-65ef-4155-abfe-6998bbcec971} <Debug> TCPHandler: Processed in 0.005907249 sec. | ||
| 4980 | 2025.03.01 05:28:08.447852 [ 195 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_16_3} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4981 | 2025.03.01 05:28:08.447916 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4982 | 2025.03.01 05:28:08.447974 [ 195 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_16_3} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4983 | 2025.03.01 05:28:08.448102 [ 4 ] {1d5fc6df-e66e-4d1f-a737-997f36e186cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4984 | 2025.03.01 05:28:08.448128 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4985 | 2025.03.01 05:28:08.448184 [ 4 ] {1d5fc6df-e66e-4d1f-a737-997f36e186cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4986 | 2025.03.01 05:28:08.448657 [ 4 ] {1d5fc6df-e66e-4d1f-a737-997f36e186cd} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4987 | 2025.03.01 05:28:08.448698 [ 4 ] {1d5fc6df-e66e-4d1f-a737-997f36e186cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4988 | 2025.03.01 05:28:08.449058 [ 4 ] {1d5fc6df-e66e-4d1f-a737-997f36e186cd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4989 | 2025.03.01 05:28:08.449296 [ 4 ] {1d5fc6df-e66e-4d1f-a737-997f36e186cd} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4990 | 2025.03.01 05:28:08.449565 [ 4 ] {1d5fc6df-e66e-4d1f-a737-997f36e186cd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001526 sec., 655.307994757536 rows/sec., 44.16 KiB/sec. | ||
| 4991 | 2025.03.01 05:28:08.449978 [ 4 ] {1d5fc6df-e66e-4d1f-a737-997f36e186cd} <Debug> TCPHandler: Processed in 0.002126329 sec. | ||
| 4992 | 2025.03.01 05:28:08.450230 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4993 | 2025.03.01 05:28:08.450334 [ 4 ] {2b46d543-b6e9-41b6-8de7-184c0f9e0d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4994 | 2025.03.01 05:28:08.450406 [ 4 ] {2b46d543-b6e9-41b6-8de7-184c0f9e0d07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4995 | 2025.03.01 05:28:08.451487 [ 4 ] {2b46d543-b6e9-41b6-8de7-184c0f9e0d07} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4996 | 2025.03.01 05:28:08.451526 [ 4 ] {2b46d543-b6e9-41b6-8de7-184c0f9e0d07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 4997 | 2025.03.01 05:28:08.452154 [ 4 ] {2b46d543-b6e9-41b6-8de7-184c0f9e0d07} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4998 | 2025.03.01 05:28:08.452404 [ 4 ] {2b46d543-b6e9-41b6-8de7-184c0f9e0d07} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4999 | 2025.03.01 05:28:08.452765 [ 4 ] {2b46d543-b6e9-41b6-8de7-184c0f9e0d07} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002425 sec., 5360.8247422680415 rows/sec., 9.61 MiB/sec. | ||
| 5000 | 2025.03.01 05:28:08.453785 [ 4 ] {2b46d543-b6e9-41b6-8de7-184c0f9e0d07} <Debug> TCPHandler: Processed in 0.003604218 sec. | ||
| 5001 | 2025.03.01 05:28:08.453934 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5002 | 2025.03.01 05:28:08.454040 [ 4 ] {6a4986f9-a6d2-4942-946e-a926a1893eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5003 | 2025.03.01 05:28:08.454089 [ 4 ] {6a4986f9-a6d2-4942-946e-a926a1893eeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5004 | 2025.03.01 05:28:08.454547 [ 4 ] {6a4986f9-a6d2-4942-946e-a926a1893eeb} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5005 | 2025.03.01 05:28:08.454585 [ 4 ] {6a4986f9-a6d2-4942-946e-a926a1893eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5006 | 2025.03.01 05:28:08.454949 [ 4 ] {6a4986f9-a6d2-4942-946e-a926a1893eeb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5007 | 2025.03.01 05:28:08.455192 [ 4 ] {6a4986f9-a6d2-4942-946e-a926a1893eeb} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5008 | 2025.03.01 05:28:08.455434 [ 4 ] {6a4986f9-a6d2-4942-946e-a926a1893eeb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001415 sec., 57950.53003533569 rows/sec., 3.68 MiB/sec. | ||
| 5009 | 2025.03.01 05:28:08.455630 [ 4 ] {6a4986f9-a6d2-4942-946e-a926a1893eeb} <Debug> TCPHandler: Processed in 0.001742403 sec. | ||
| 5010 | 2025.03.01 05:28:13.417242 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5011 | 2025.03.01 05:28:13.417471 [ 4 ] {0ba836b5-d261-42e6-8cab-13859fc586f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5012 | 2025.03.01 05:28:13.417557 [ 4 ] {0ba836b5-d261-42e6-8cab-13859fc586f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5013 | 2025.03.01 05:28:13.418444 [ 4 ] {0ba836b5-d261-42e6-8cab-13859fc586f5} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5014 | 2025.03.01 05:28:13.418495 [ 4 ] {0ba836b5-d261-42e6-8cab-13859fc586f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5015 | 2025.03.01 05:28:13.419038 [ 4 ] {0ba836b5-d261-42e6-8cab-13859fc586f5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5016 | 2025.03.01 05:28:13.419350 [ 4 ] {0ba836b5-d261-42e6-8cab-13859fc586f5} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5017 | 2025.03.01 05:28:13.419671 [ 4 ] {0ba836b5-d261-42e6-8cab-13859fc586f5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002252 sec., 888.0994671403197 rows/sec., 72.42 KiB/sec. | ||
| 5018 | 2025.03.01 05:28:13.419883 [ 4 ] {0ba836b5-d261-42e6-8cab-13859fc586f5} <Debug> TCPHandler: Processed in 0.002820408 sec. | ||
| 5019 | 2025.03.01 05:28:13.420036 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5020 | 2025.03.01 05:28:13.420164 [ 4 ] {22fab0f9-ab92-452c-9f43-8276c16e233b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5021 | 2025.03.01 05:28:13.420221 [ 4 ] {22fab0f9-ab92-452c-9f43-8276c16e233b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5022 | 2025.03.01 05:28:13.420944 [ 4 ] {22fab0f9-ab92-452c-9f43-8276c16e233b} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5023 | 2025.03.01 05:28:13.420988 [ 4 ] {22fab0f9-ab92-452c-9f43-8276c16e233b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5024 | 2025.03.01 05:28:13.421443 [ 4 ] {22fab0f9-ab92-452c-9f43-8276c16e233b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5025 | 2025.03.01 05:28:13.421744 [ 4 ] {22fab0f9-ab92-452c-9f43-8276c16e233b} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5026 | 2025.03.01 05:28:13.421990 [ 4 ] {22fab0f9-ab92-452c-9f43-8276c16e233b} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001855 sec., 58760.107816711585 rows/sec., 4.91 MiB/sec. | ||
| 5027 | 2025.03.01 05:28:13.422196 [ 4 ] {22fab0f9-ab92-452c-9f43-8276c16e233b} <Debug> TCPHandler: Processed in 0.00221676 sec. | ||
| 5028 | 2025.03.01 05:28:13.422396 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5029 | 2025.03.01 05:28:13.422517 [ 4 ] {4168de6f-fe02-46fc-a2af-27c572e5da0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5030 | 2025.03.01 05:28:13.422572 [ 4 ] {4168de6f-fe02-46fc-a2af-27c572e5da0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5031 | 2025.03.01 05:28:13.423218 [ 4 ] {4168de6f-fe02-46fc-a2af-27c572e5da0c} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5032 | 2025.03.01 05:28:13.423261 [ 4 ] {4168de6f-fe02-46fc-a2af-27c572e5da0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5033 | 2025.03.01 05:28:13.423673 [ 4 ] {4168de6f-fe02-46fc-a2af-27c572e5da0c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5034 | 2025.03.01 05:28:13.423981 [ 4 ] {4168de6f-fe02-46fc-a2af-27c572e5da0c} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5035 | 2025.03.01 05:28:13.424234 [ 4 ] {4168de6f-fe02-46fc-a2af-27c572e5da0c} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001742 sec., 16073.478760045924 rows/sec., 1.17 MiB/sec. | ||
| 5036 | 2025.03.01 05:28:13.424485 [ 4 ] {4168de6f-fe02-46fc-a2af-27c572e5da0c} <Debug> TCPHandler: Processed in 0.002152919 sec. | ||
| 5037 | 2025.03.01 05:28:13.424674 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5038 | 2025.03.01 05:28:13.424789 [ 4 ] {cafb077f-6eb3-4654-9e9a-5a49957dd11f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5039 | 2025.03.01 05:28:13.424841 [ 4 ] {cafb077f-6eb3-4654-9e9a-5a49957dd11f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5040 | 2025.03.01 05:28:13.425527 [ 4 ] {cafb077f-6eb3-4654-9e9a-5a49957dd11f} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5041 | 2025.03.01 05:28:13.425571 [ 4 ] {cafb077f-6eb3-4654-9e9a-5a49957dd11f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5042 | 2025.03.01 05:28:13.425988 [ 4 ] {cafb077f-6eb3-4654-9e9a-5a49957dd11f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5043 | 2025.03.01 05:28:13.426250 [ 4 ] {cafb077f-6eb3-4654-9e9a-5a49957dd11f} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5044 | 2025.03.01 05:28:13.426462 [ 4 ] {cafb077f-6eb3-4654-9e9a-5a49957dd11f} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001689 sec., 54470.100651272944 rows/sec., 4.26 MiB/sec. | ||
| 5045 | 2025.03.01 05:28:13.426653 [ 4 ] {cafb077f-6eb3-4654-9e9a-5a49957dd11f} <Debug> TCPHandler: Processed in 0.002031827 sec. | ||
| 5046 | 2025.03.01 05:28:13.426846 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5047 | 2025.03.01 05:28:13.426950 [ 4 ] {0aded830-2e0a-4f30-b741-cc99f0322003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5048 | 2025.03.01 05:28:13.427002 [ 4 ] {0aded830-2e0a-4f30-b741-cc99f0322003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5049 | 2025.03.01 05:28:13.427555 [ 4 ] {0aded830-2e0a-4f30-b741-cc99f0322003} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5050 | 2025.03.01 05:28:13.427593 [ 4 ] {0aded830-2e0a-4f30-b741-cc99f0322003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5051 | 2025.03.01 05:28:13.427972 [ 4 ] {0aded830-2e0a-4f30-b741-cc99f0322003} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5052 | 2025.03.01 05:28:13.428205 [ 4 ] {0aded830-2e0a-4f30-b741-cc99f0322003} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5053 | 2025.03.01 05:28:13.428389 [ 4 ] {0aded830-2e0a-4f30-b741-cc99f0322003} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001461 sec., 110198.49418206708 rows/sec., 7.67 MiB/sec. | ||
| 5054 | 2025.03.01 05:28:13.428514 [ 4 ] {0aded830-2e0a-4f30-b741-cc99f0322003} <Debug> TCPHandler: Processed in 0.001731393 sec. | ||
| 5055 | 2025.03.01 05:28:13.428659 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5056 | 2025.03.01 05:28:13.428764 [ 4 ] {4c95f3ce-7944-45e6-8672-f4c1f01ad962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5057 | 2025.03.01 05:28:13.428832 [ 4 ] {4c95f3ce-7944-45e6-8672-f4c1f01ad962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5058 | 2025.03.01 05:28:13.429949 [ 4 ] {4c95f3ce-7944-45e6-8672-f4c1f01ad962} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5059 | 2025.03.01 05:28:13.430012 [ 4 ] {4c95f3ce-7944-45e6-8672-f4c1f01ad962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5060 | 2025.03.01 05:28:13.430630 [ 4 ] {4c95f3ce-7944-45e6-8672-f4c1f01ad962} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5061 | 2025.03.01 05:28:13.430885 [ 4 ] {4c95f3ce-7944-45e6-8672-f4c1f01ad962} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5062 | 2025.03.01 05:28:13.431118 [ 4 ] {4c95f3ce-7944-45e6-8672-f4c1f01ad962} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002373 sec., 10956.595027391488 rows/sec., 19.63 MiB/sec. | ||
| 5063 | 2025.03.01 05:28:13.431614 [ 4 ] {4c95f3ce-7944-45e6-8672-f4c1f01ad962} <Debug> TCPHandler: Processed in 0.003005 sec. | ||
| 5064 | 2025.03.01 05:28:13.431764 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5065 | 2025.03.01 05:28:13.431870 [ 4 ] {27d6d9b3-5037-41c8-81c5-e7ac25892875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5066 | 2025.03.01 05:28:13.431918 [ 4 ] {27d6d9b3-5037-41c8-81c5-e7ac25892875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5067 | 2025.03.01 05:28:13.432417 [ 4 ] {27d6d9b3-5037-41c8-81c5-e7ac25892875} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5068 | 2025.03.01 05:28:13.432456 [ 4 ] {27d6d9b3-5037-41c8-81c5-e7ac25892875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5069 | 2025.03.01 05:28:13.432812 [ 4 ] {27d6d9b3-5037-41c8-81c5-e7ac25892875} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5070 | 2025.03.01 05:28:13.433053 [ 4 ] {27d6d9b3-5037-41c8-81c5-e7ac25892875} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5071 | 2025.03.01 05:28:13.433225 [ 4 ] {27d6d9b3-5037-41c8-81c5-e7ac25892875} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
| 5072 | 2025.03.01 05:28:13.433332 [ 4 ] {27d6d9b3-5037-41c8-81c5-e7ac25892875} <Debug> TCPHandler: Processed in 0.001619201 sec. | ||
| 5073 | 2025.03.01 05:28:14.804572 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5074 | 2025.03.01 05:28:14.805297 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5075 | 2025.03.01 05:28:14.805352 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5076 | 2025.03.01 05:28:14.805885 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5077 | 2025.03.01 05:28:14.806136 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5078 | 2025.03.01 05:28:14.806434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5079 | 2025.03.01 05:28:15.591710 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5080 | 2025.03.01 05:28:15.614073 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5081 | 2025.03.01 05:28:15.614141 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5082 | 2025.03.01 05:28:15.622368 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5083 | 2025.03.01 05:28:15.623174 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5084 | 2025.03.01 05:28:15.626997 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5085 | 2025.03.01 05:28:17.353433 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 728 | ||
| 5086 | 2025.03.01 05:28:17.357122 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5087 | 2025.03.01 05:28:17.357177 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5088 | 2025.03.01 05:28:17.358728 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5089 | 2025.03.01 05:28:17.359060 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5090 | 2025.03.01 05:28:17.360278 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728 | ||
| 5091 | 2025.03.01 05:28:18.421573 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5092 | 2025.03.01 05:28:18.421889 [ 4 ] {a8e61bde-3913-43ca-90c1-a71f973bfcdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5093 | 2025.03.01 05:28:18.422007 [ 4 ] {a8e61bde-3913-43ca-90c1-a71f973bfcdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5094 | 2025.03.01 05:28:18.423100 [ 4 ] {a8e61bde-3913-43ca-90c1-a71f973bfcdb} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5095 | 2025.03.01 05:28:18.423148 [ 4 ] {a8e61bde-3913-43ca-90c1-a71f973bfcdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5096 | 2025.03.01 05:28:18.423588 [ 4 ] {a8e61bde-3913-43ca-90c1-a71f973bfcdb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5097 | 2025.03.01 05:28:18.423841 [ 4 ] {a8e61bde-3913-43ca-90c1-a71f973bfcdb} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5098 | 2025.03.01 05:28:18.424030 [ 31 ] {} <Debug> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5099 | 2025.03.01 05:28:18.424106 [ 4 ] {a8e61bde-3913-43ca-90c1-a71f973bfcdb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002296 sec., 92334.49477351917 rows/sec., 5.87 MiB/sec. | ||
| 5100 | 2025.03.01 05:28:18.424112 [ 31 ] {} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5101 | 2025.03.01 05:28:18.424195 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5102 | 2025.03.01 05:28:18.424239 [ 4 ] {a8e61bde-3913-43ca-90c1-a71f973bfcdb} <Debug> TCPHandler: Processed in 0.002854178 sec. | ||
| 5103 | 2025.03.01 05:28:18.424516 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::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 | ||
| 5104 | 2025.03.01 05:28:18.424542 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5105 | 2025.03.01 05:28:18.424894 [ 4 ] {6c42dba6-3011-450a-99f6-6e28d378f96e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5106 | 2025.03.01 05:28:18.424982 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5107 | 2025.03.01 05:28:18.425012 [ 4 ] {6c42dba6-3011-450a-99f6-6e28d378f96e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5108 | 2025.03.01 05:28:18.425032 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 212 rows starting from the beginning of the part | ||
| 5109 | 2025.03.01 05:28:18.425176 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part | ||
| 5110 | 2025.03.01 05:28:18.425445 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part | ||
| 5111 | 2025.03.01 05:28:18.425692 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part | ||
| 5112 | 2025.03.01 05:28:18.426041 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part | ||
| 5113 | 2025.03.01 05:28:18.426986 [ 4 ] {6c42dba6-3011-450a-99f6-6e28d378f96e} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5114 | 2025.03.01 05:28:18.427035 [ 4 ] {6c42dba6-3011-450a-99f6-6e28d378f96e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5115 | 2025.03.01 05:28:18.427515 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003211824 sec., 330030.53716517467 rows/sec., 22.25 MiB/sec. | ||
| 5116 | 2025.03.01 05:28:18.427632 [ 4 ] {6c42dba6-3011-450a-99f6-6e28d378f96e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5117 | 2025.03.01 05:28:18.427638 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5118 | 2025.03.01 05:28:18.427971 [ 4 ] {6c42dba6-3011-450a-99f6-6e28d378f96e} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5119 | 2025.03.01 05:28:18.427991 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_17_4} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5120 | 2025.03.01 05:28:18.428135 [ 196 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_17_4} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5121 | 2025.03.01 05:28:18.428261 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 5122 | 2025.03.01 05:28:18.428294 [ 4 ] {6c42dba6-3011-450a-99f6-6e28d378f96e} <Debug> executeQuery: Read 643 rows, 51.91 KiB in 0.003522 sec., 182566.72345258377 rows/sec., 14.39 MiB/sec. | ||
| 5123 | 2025.03.01 05:28:18.428354 [ 4 ] {6c42dba6-3011-450a-99f6-6e28d378f96e} <Debug> TCPHandler: Processed in 0.003924583 sec. | ||
| 5124 | 2025.03.01 05:28:18.428498 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5125 | 2025.03.01 05:28:18.428608 [ 4 ] {1fd99e79-be5c-4143-9a49-19d8237bd5bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5126 | 2025.03.01 05:28:18.428656 [ 4 ] {1fd99e79-be5c-4143-9a49-19d8237bd5bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5127 | 2025.03.01 05:28:18.429219 [ 4 ] {1fd99e79-be5c-4143-9a49-19d8237bd5bf} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5128 | 2025.03.01 05:28:18.429260 [ 4 ] {1fd99e79-be5c-4143-9a49-19d8237bd5bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5129 | 2025.03.01 05:28:18.429676 [ 4 ] {1fd99e79-be5c-4143-9a49-19d8237bd5bf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5130 | 2025.03.01 05:28:18.429923 [ 4 ] {1fd99e79-be5c-4143-9a49-19d8237bd5bf} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5131 | 2025.03.01 05:28:18.430130 [ 4 ] {1fd99e79-be5c-4143-9a49-19d8237bd5bf} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.001548 sec., 76873.3850129199 rows/sec., 4.65 MiB/sec. | ||
| 5132 | 2025.03.01 05:28:18.430182 [ 4 ] {1fd99e79-be5c-4143-9a49-19d8237bd5bf} <Debug> TCPHandler: Processed in 0.001736503 sec. | ||
| 5133 | 2025.03.01 05:28:18.430299 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5134 | 2025.03.01 05:28:18.430404 [ 4 ] {27bee838-6a73-46e0-9132-0145fae1ebf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5135 | 2025.03.01 05:28:18.430448 [ 4 ] {27bee838-6a73-46e0-9132-0145fae1ebf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5136 | 2025.03.01 05:28:18.430992 [ 4 ] {27bee838-6a73-46e0-9132-0145fae1ebf3} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5137 | 2025.03.01 05:28:18.431031 [ 4 ] {27bee838-6a73-46e0-9132-0145fae1ebf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5138 | 2025.03.01 05:28:18.431374 [ 4 ] {27bee838-6a73-46e0-9132-0145fae1ebf3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5139 | 2025.03.01 05:28:18.431606 [ 4 ] {27bee838-6a73-46e0-9132-0145fae1ebf3} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5140 | 2025.03.01 05:28:18.431807 [ 4 ] {27bee838-6a73-46e0-9132-0145fae1ebf3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001425 sec., 79298.24561403508 rows/sec., 5.13 MiB/sec. | ||
| 5141 | 2025.03.01 05:28:18.431857 [ 4 ] {27bee838-6a73-46e0-9132-0145fae1ebf3} <Debug> TCPHandler: Processed in 0.001611292 sec. | ||
| 5142 | 2025.03.01 05:28:18.431972 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5143 | 2025.03.01 05:28:18.432077 [ 4 ] {5888e96d-c493-417f-aae3-b0fc3c37ccfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5144 | 2025.03.01 05:28:18.432121 [ 4 ] {5888e96d-c493-417f-aae3-b0fc3c37ccfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5145 | 2025.03.01 05:28:18.432663 [ 4 ] {5888e96d-c493-417f-aae3-b0fc3c37ccfc} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5146 | 2025.03.01 05:28:18.432703 [ 4 ] {5888e96d-c493-417f-aae3-b0fc3c37ccfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5147 | 2025.03.01 05:28:18.433035 [ 4 ] {5888e96d-c493-417f-aae3-b0fc3c37ccfc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5148 | 2025.03.01 05:28:18.433266 [ 4 ] {5888e96d-c493-417f-aae3-b0fc3c37ccfc} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5149 | 2025.03.01 05:28:18.433417 [ 31 ] {} <Debug> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5150 | 2025.03.01 05:28:18.433468 [ 31 ] {} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5151 | 2025.03.01 05:28:18.433511 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5152 | 2025.03.01 05:28:18.433510 [ 4 ] {5888e96d-c493-417f-aae3-b0fc3c37ccfc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001444 sec., 77562.3268698061 rows/sec., 4.42 MiB/sec. | ||
| 5153 | 2025.03.01 05:28:18.433656 [ 4 ] {5888e96d-c493-417f-aae3-b0fc3c37ccfc} <Debug> TCPHandler: Processed in 0.001733983 sec. | ||
| 5154 | 2025.03.01 05:28:18.433689 [ 188 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::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 | ||
| 5155 | 2025.03.01 05:28:18.433806 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5156 | 2025.03.01 05:28:18.433820 [ 188 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5157 | 2025.03.01 05:28:18.433856 [ 188 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 112 rows starting from the beginning of the part | ||
| 5158 | 2025.03.01 05:28:18.433952 [ 4 ] {de51dd19-be45-4572-b211-f7a01d018167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5159 | 2025.03.01 05:28:18.434042 [ 188 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part | ||
| 5160 | 2025.03.01 05:28:18.434053 [ 4 ] {de51dd19-be45-4572-b211-f7a01d018167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5161 | 2025.03.01 05:28:18.434299 [ 188 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part | ||
| 5162 | 2025.03.01 05:28:18.434546 [ 188 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part | ||
| 5163 | 2025.03.01 05:28:18.434953 [ 188 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part | ||
| 5164 | 2025.03.01 05:28:18.436144 [ 4 ] {de51dd19-be45-4572-b211-f7a01d018167} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5165 | 2025.03.01 05:28:18.436194 [ 4 ] {de51dd19-be45-4572-b211-f7a01d018167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5166 | 2025.03.01 05:28:18.436663 [ 190 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003061092 sec., 182941.25103067793 rows/sec., 11.12 MiB/sec. | ||
| 5167 | 2025.03.01 05:28:18.436808 [ 4 ] {de51dd19-be45-4572-b211-f7a01d018167} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5168 | 2025.03.01 05:28:18.436904 [ 190 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5169 | 2025.03.01 05:28:18.437220 [ 4 ] {de51dd19-be45-4572-b211-f7a01d018167} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5170 | 2025.03.01 05:28:18.437579 [ 190 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_17_4} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5171 | 2025.03.01 05:28:18.437737 [ 4 ] {de51dd19-be45-4572-b211-f7a01d018167} <Debug> executeQuery: Read 395 rows, 28.63 KiB in 0.003797 sec., 104029.49697129312 rows/sec., 7.36 MiB/sec. | ||
| 5172 | 2025.03.01 05:28:18.438003 [ 190 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_17_4} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5173 | 2025.03.01 05:28:18.438080 [ 4 ] {de51dd19-be45-4572-b211-f7a01d018167} <Debug> TCPHandler: Processed in 0.004328478 sec. | ||
| 5174 | 2025.03.01 05:28:18.438373 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5175 | 2025.03.01 05:28:18.438418 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5176 | 2025.03.01 05:28:18.438536 [ 4 ] {7814fd1c-f132-4b86-93ad-6cdac7d126c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5177 | 2025.03.01 05:28:18.438583 [ 4 ] {7814fd1c-f132-4b86-93ad-6cdac7d126c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5178 | 2025.03.01 05:28:18.439032 [ 4 ] {7814fd1c-f132-4b86-93ad-6cdac7d126c1} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5179 | 2025.03.01 05:28:18.439070 [ 4 ] {7814fd1c-f132-4b86-93ad-6cdac7d126c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5180 | 2025.03.01 05:28:18.439424 [ 4 ] {7814fd1c-f132-4b86-93ad-6cdac7d126c1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5181 | 2025.03.01 05:28:18.439657 [ 4 ] {7814fd1c-f132-4b86-93ad-6cdac7d126c1} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5182 | 2025.03.01 05:28:18.439860 [ 4 ] {7814fd1c-f132-4b86-93ad-6cdac7d126c1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 232.72 KiB/sec. | ||
| 5183 | 2025.03.01 05:28:18.439910 [ 4 ] {7814fd1c-f132-4b86-93ad-6cdac7d126c1} <Debug> TCPHandler: Processed in 0.001584601 sec. | ||
| 5184 | 2025.03.01 05:28:18.440014 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5185 | 2025.03.01 05:28:18.440115 [ 4 ] {054b5d3c-ffd0-4971-8621-a3d8901308d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5186 | 2025.03.01 05:28:18.440163 [ 4 ] {054b5d3c-ffd0-4971-8621-a3d8901308d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5187 | 2025.03.01 05:28:18.440673 [ 4 ] {054b5d3c-ffd0-4971-8621-a3d8901308d3} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5188 | 2025.03.01 05:28:18.440711 [ 4 ] {054b5d3c-ffd0-4971-8621-a3d8901308d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5189 | 2025.03.01 05:28:18.441079 [ 4 ] {054b5d3c-ffd0-4971-8621-a3d8901308d3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5190 | 2025.03.01 05:28:18.441310 [ 4 ] {054b5d3c-ffd0-4971-8621-a3d8901308d3} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5191 | 2025.03.01 05:28:18.441514 [ 4 ] {054b5d3c-ffd0-4971-8621-a3d8901308d3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00142 sec., 166901.4084507042 rows/sec., 11.19 MiB/sec. | ||
| 5192 | 2025.03.01 05:28:18.441565 [ 4 ] {054b5d3c-ffd0-4971-8621-a3d8901308d3} <Debug> TCPHandler: Processed in 0.001601422 sec. | ||
| 5193 | 2025.03.01 05:28:18.441698 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5194 | 2025.03.01 05:28:18.441833 [ 4 ] {4bc9be89-bf92-453b-86d4-47252633b037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5195 | 2025.03.01 05:28:18.441891 [ 4 ] {4bc9be89-bf92-453b-86d4-47252633b037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5196 | 2025.03.01 05:28:18.442408 [ 4 ] {4bc9be89-bf92-453b-86d4-47252633b037} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5197 | 2025.03.01 05:28:18.442457 [ 4 ] {4bc9be89-bf92-453b-86d4-47252633b037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5198 | 2025.03.01 05:28:18.442836 [ 4 ] {4bc9be89-bf92-453b-86d4-47252633b037} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5199 | 2025.03.01 05:28:18.443072 [ 4 ] {4bc9be89-bf92-453b-86d4-47252633b037} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5200 | 2025.03.01 05:28:18.443294 [ 4 ] {4bc9be89-bf92-453b-86d4-47252633b037} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00149 sec., 671.1409395973154 rows/sec., 45.22 KiB/sec. | ||
| 5201 | 2025.03.01 05:28:18.443344 [ 4 ] {4bc9be89-bf92-453b-86d4-47252633b037} <Debug> TCPHandler: Processed in 0.001710703 sec. | ||
| 5202 | 2025.03.01 05:28:18.443487 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5203 | 2025.03.01 05:28:18.443592 [ 4 ] {7c591f51-3d1f-4da7-a23d-1fa52726e286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5204 | 2025.03.01 05:28:18.443659 [ 4 ] {7c591f51-3d1f-4da7-a23d-1fa52726e286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5205 | 2025.03.01 05:28:18.444698 [ 4 ] {7c591f51-3d1f-4da7-a23d-1fa52726e286} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5206 | 2025.03.01 05:28:18.444739 [ 4 ] {7c591f51-3d1f-4da7-a23d-1fa52726e286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5207 | 2025.03.01 05:28:18.445346 [ 4 ] {7c591f51-3d1f-4da7-a23d-1fa52726e286} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5208 | 2025.03.01 05:28:18.445605 [ 4 ] {7c591f51-3d1f-4da7-a23d-1fa52726e286} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5209 | 2025.03.01 05:28:18.445934 [ 4 ] {7c591f51-3d1f-4da7-a23d-1fa52726e286} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002346 sec., 5541.346973572037 rows/sec., 9.93 MiB/sec. | ||
| 5210 | 2025.03.01 05:28:18.446394 [ 4 ] {7c591f51-3d1f-4da7-a23d-1fa52726e286} <Debug> TCPHandler: Processed in 0.00295327 sec. | ||
| 5211 | 2025.03.01 05:28:18.446539 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5212 | 2025.03.01 05:28:18.446647 [ 4 ] {a0704c39-e609-4e69-97f7-8537d72927d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5213 | 2025.03.01 05:28:18.446696 [ 4 ] {a0704c39-e609-4e69-97f7-8537d72927d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5214 | 2025.03.01 05:28:18.447148 [ 4 ] {a0704c39-e609-4e69-97f7-8537d72927d0} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5215 | 2025.03.01 05:28:18.447189 [ 4 ] {a0704c39-e609-4e69-97f7-8537d72927d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5216 | 2025.03.01 05:28:18.447549 [ 4 ] {a0704c39-e609-4e69-97f7-8537d72927d0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5217 | 2025.03.01 05:28:18.447787 [ 4 ] {a0704c39-e609-4e69-97f7-8537d72927d0} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5218 | 2025.03.01 05:28:18.447988 [ 4 ] {a0704c39-e609-4e69-97f7-8537d72927d0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001365 sec., 60073.26007326008 rows/sec., 3.82 MiB/sec. | ||
| 5219 | 2025.03.01 05:28:18.448038 [ 4 ] {a0704c39-e609-4e69-97f7-8537d72927d0} <Debug> TCPHandler: Processed in 0.001550691 sec. | ||
| 5220 | 2025.03.01 05:28:22.189627 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5221 | 2025.03.01 05:28:22.189681 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5222 | 2025.03.01 05:28:22.306589 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5223 | 2025.03.01 05:28:22.307268 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5224 | 2025.03.01 05:28:22.307314 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5225 | 2025.03.01 05:28:22.307825 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5226 | 2025.03.01 05:28:22.308079 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5227 | 2025.03.01 05:28:22.308314 [ 25 ] {} <Debug> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5228 | 2025.03.01 05:28:22.308344 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5229 | 2025.03.01 05:28:22.308393 [ 25 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5230 | 2025.03.01 05:28:22.308422 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5231 | 2025.03.01 05:28:22.308663 [ 190 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::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 | ||
| 5232 | 2025.03.01 05:28:22.308847 [ 190 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5233 | 2025.03.01 05:28:22.308894 [ 190 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 5234 | 2025.03.01 05:28:22.308997 [ 190 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 5235 | 2025.03.01 05:28:22.309172 [ 190 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 5236 | 2025.03.01 05:28:22.309463 [ 190 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 5237 | 2025.03.01 05:28:22.309662 [ 190 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 5238 | 2025.03.01 05:28:22.309864 [ 190 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 5239 | 2025.03.01 05:28:22.314809 [ 188 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.006299085 sec., 1898053.4474451446 rows/sec., 27.15 MiB/sec. | ||
| 5240 | 2025.03.01 05:28:22.315252 [ 193 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5241 | 2025.03.01 05:28:22.315645 [ 193 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_26_5} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5242 | 2025.03.01 05:28:22.315748 [ 193 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_26_5} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5243 | 2025.03.01 05:28:22.315868 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 5244 | 2025.03.01 05:28:23.127102 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5245 | 2025.03.01 05:28:23.149561 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5246 | 2025.03.01 05:28:23.149634 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5247 | 2025.03.01 05:28:23.157676 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5248 | 2025.03.01 05:28:23.158502 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5249 | 2025.03.01 05:28:23.158905 [ 49 ] {} <Debug> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5250 | 2025.03.01 05:28:23.159048 [ 49 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5251 | 2025.03.01 05:28:23.159116 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 5252 | 2025.03.01 05:28:23.159596 [ 190 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 5253 | 2025.03.01 05:28:23.176057 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5254 | 2025.03.01 05:28:23.177735 [ 190 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5255 | 2025.03.01 05:28:23.179356 [ 190 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 5256 | 2025.03.01 05:28:23.185232 [ 190 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 5257 | 2025.03.01 05:28:23.191005 [ 190 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 5258 | 2025.03.01 05:28:23.196582 [ 190 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 5259 | 2025.03.01 05:28:23.202502 [ 190 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 5260 | 2025.03.01 05:28:23.207046 [ 190 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 5261 | 2025.03.01 05:28:23.264947 [ 188 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.105644544 sec., 1855.2780160611037 rows/sec., 9.59 MiB/sec. | ||
| 5262 | 2025.03.01 05:28:23.267737 [ 189 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5263 | 2025.03.01 05:28:23.270803 [ 189 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_26_5} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5264 | 2025.03.01 05:28:23.270925 [ 189 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_26_5} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5265 | 2025.03.01 05:28:23.273472 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5266 | 2025.03.01 05:28:23.416106 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5267 | 2025.03.01 05:28:23.416334 [ 4 ] {94198daf-0088-4151-9056-3bf1eba9b5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5268 | 2025.03.01 05:28:23.416419 [ 4 ] {94198daf-0088-4151-9056-3bf1eba9b5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5269 | 2025.03.01 05:28:23.417325 [ 4 ] {94198daf-0088-4151-9056-3bf1eba9b5f8} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5270 | 2025.03.01 05:28:23.417378 [ 4 ] {94198daf-0088-4151-9056-3bf1eba9b5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5271 | 2025.03.01 05:28:23.417847 [ 4 ] {94198daf-0088-4151-9056-3bf1eba9b5f8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5272 | 2025.03.01 05:28:23.418107 [ 4 ] {94198daf-0088-4151-9056-3bf1eba9b5f8} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5273 | 2025.03.01 05:28:23.418371 [ 4 ] {94198daf-0088-4151-9056-3bf1eba9b5f8} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002099 sec., 51453.07289185326 rows/sec., 4.30 MiB/sec. | ||
| 5274 | 2025.03.01 05:28:23.418442 [ 4 ] {94198daf-0088-4151-9056-3bf1eba9b5f8} <Debug> TCPHandler: Processed in 0.002477284 sec. | ||
| 5275 | 2025.03.01 05:28:23.418565 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5276 | 2025.03.01 05:28:23.418677 [ 4 ] {1cf92ef5-5a54-4151-b62b-1cdb5a50e6a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5277 | 2025.03.01 05:28:23.418729 [ 4 ] {1cf92ef5-5a54-4151-b62b-1cdb5a50e6a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5278 | 2025.03.01 05:28:23.419277 [ 4 ] {1cf92ef5-5a54-4151-b62b-1cdb5a50e6a6} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5279 | 2025.03.01 05:28:23.419317 [ 4 ] {1cf92ef5-5a54-4151-b62b-1cdb5a50e6a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5280 | 2025.03.01 05:28:23.419671 [ 4 ] {1cf92ef5-5a54-4151-b62b-1cdb5a50e6a6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5281 | 2025.03.01 05:28:23.419904 [ 4 ] {1cf92ef5-5a54-4151-b62b-1cdb5a50e6a6} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5282 | 2025.03.01 05:28:23.420072 [ 49 ] {} <Debug> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 5283 | 2025.03.01 05:28:23.420146 [ 4 ] {1cf92ef5-5a54-4151-b62b-1cdb5a50e6a6} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001488 sec., 17473.11827956989 rows/sec., 1.28 MiB/sec. | ||
| 5284 | 2025.03.01 05:28:23.420151 [ 49 ] {} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5285 | 2025.03.01 05:28:23.420227 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5286 | 2025.03.01 05:28:23.420277 [ 4 ] {1cf92ef5-5a54-4151-b62b-1cdb5a50e6a6} <Debug> TCPHandler: Processed in 0.001759364 sec. | ||
| 5287 | 2025.03.01 05:28:23.420533 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5288 | 2025.03.01 05:28:23.420536 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 5289 | 2025.03.01 05:28:23.420905 [ 4 ] {c323f5c7-ee35-4f80-acd9-de098e22665c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5290 | 2025.03.01 05:28:23.421088 [ 4 ] {c323f5c7-ee35-4f80-acd9-de098e22665c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5291 | 2025.03.01 05:28:23.421139 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5292 | 2025.03.01 05:28:23.421263 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 163 rows starting from the beginning of the part | ||
| 5293 | 2025.03.01 05:28:23.421439 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 5294 | 2025.03.01 05:28:23.421710 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 119 rows starting from the beginning of the part | ||
| 5295 | 2025.03.01 05:28:23.422102 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 28 rows starting from the beginning of the part | ||
| 5296 | 2025.03.01 05:28:23.422335 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 119 rows starting from the beginning of the part | ||
| 5297 | 2025.03.01 05:28:23.422525 [ 188 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part | ||
| 5298 | 2025.03.01 05:28:23.423092 [ 4 ] {c323f5c7-ee35-4f80-acd9-de098e22665c} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5299 | 2025.03.01 05:28:23.423141 [ 4 ] {c323f5c7-ee35-4f80-acd9-de098e22665c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5300 | 2025.03.01 05:28:23.423752 [ 4 ] {c323f5c7-ee35-4f80-acd9-de098e22665c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5301 | 2025.03.01 05:28:23.424137 [ 4 ] {c323f5c7-ee35-4f80-acd9-de098e22665c} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5302 | 2025.03.01 05:28:23.424189 [ 191 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 481 rows, containing 5 columns (5 merged, 0 gathered) in 0.003844822 sec., 125103.32077791898 rows/sec., 8.43 MiB/sec. | ||
| 5303 | 2025.03.01 05:28:23.424485 [ 4 ] {c323f5c7-ee35-4f80-acd9-de098e22665c} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.003714 sec., 24232.633279483038 rows/sec., 1.89 MiB/sec. | ||
| 5304 | 2025.03.01 05:28:23.424513 [ 191 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 5305 | 2025.03.01 05:28:23.424647 [ 4 ] {c323f5c7-ee35-4f80-acd9-de098e22665c} <Debug> TCPHandler: Processed in 0.004192226 sec. | ||
| 5306 | 2025.03.01 05:28:23.424808 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5307 | 2025.03.01 05:28:23.424995 [ 4 ] {2b2084fc-9350-4d17-b1ee-f894a08d562b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5308 | 2025.03.01 05:28:23.425079 [ 191 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_30_6} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5309 | 2025.03.01 05:28:23.425082 [ 4 ] {2b2084fc-9350-4d17-b1ee-f894a08d562b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5310 | 2025.03.01 05:28:23.425288 [ 191 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_30_6} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 5311 | 2025.03.01 05:28:23.425496 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5312 | 2025.03.01 05:28:23.425944 [ 4 ] {2b2084fc-9350-4d17-b1ee-f894a08d562b} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5313 | 2025.03.01 05:28:23.425987 [ 4 ] {2b2084fc-9350-4d17-b1ee-f894a08d562b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5314 | 2025.03.01 05:28:23.426370 [ 4 ] {2b2084fc-9350-4d17-b1ee-f894a08d562b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5315 | 2025.03.01 05:28:23.426604 [ 4 ] {2b2084fc-9350-4d17-b1ee-f894a08d562b} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5316 | 2025.03.01 05:28:23.426822 [ 4 ] {2b2084fc-9350-4d17-b1ee-f894a08d562b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001875 sec., 85333.33333333334 rows/sec., 5.94 MiB/sec. | ||
| 5317 | 2025.03.01 05:28:23.426879 [ 4 ] {2b2084fc-9350-4d17-b1ee-f894a08d562b} <Debug> TCPHandler: Processed in 0.002142238 sec. | ||
| 5318 | 2025.03.01 05:28:23.427002 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5319 | 2025.03.01 05:28:23.427107 [ 4 ] {c9daa307-1258-4e5e-a267-e8abeae2f427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5320 | 2025.03.01 05:28:23.427175 [ 4 ] {c9daa307-1258-4e5e-a267-e8abeae2f427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5321 | 2025.03.01 05:28:23.428266 [ 4 ] {c9daa307-1258-4e5e-a267-e8abeae2f427} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5322 | 2025.03.01 05:28:23.428306 [ 4 ] {c9daa307-1258-4e5e-a267-e8abeae2f427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5323 | 2025.03.01 05:28:23.428956 [ 4 ] {c9daa307-1258-4e5e-a267-e8abeae2f427} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5324 | 2025.03.01 05:28:23.429217 [ 4 ] {c9daa307-1258-4e5e-a267-e8abeae2f427} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5325 | 2025.03.01 05:28:23.429497 [ 4 ] {c9daa307-1258-4e5e-a267-e8abeae2f427} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002412 sec., 10779.43615257048 rows/sec., 19.32 MiB/sec. | ||
| 5326 | 2025.03.01 05:28:23.429821 [ 4 ] {c9daa307-1258-4e5e-a267-e8abeae2f427} <Debug> TCPHandler: Processed in 0.002868119 sec. | ||
| 5327 | 2025.03.01 05:28:23.429962 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5328 | 2025.03.01 05:28:23.430068 [ 4 ] {09378533-e8f6-429d-bc68-0cd19aa7e482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5329 | 2025.03.01 05:28:23.430117 [ 4 ] {09378533-e8f6-429d-bc68-0cd19aa7e482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5330 | 2025.03.01 05:28:23.430549 [ 4 ] {09378533-e8f6-429d-bc68-0cd19aa7e482} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5331 | 2025.03.01 05:28:23.430586 [ 4 ] {09378533-e8f6-429d-bc68-0cd19aa7e482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5332 | 2025.03.01 05:28:23.430946 [ 4 ] {09378533-e8f6-429d-bc68-0cd19aa7e482} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5333 | 2025.03.01 05:28:23.431180 [ 4 ] {09378533-e8f6-429d-bc68-0cd19aa7e482} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5334 | 2025.03.01 05:28:23.431355 [ 4 ] {09378533-e8f6-429d-bc68-0cd19aa7e482} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001309 sec., 45836.51642475172 rows/sec., 3.09 MiB/sec. | ||
| 5335 | 2025.03.01 05:28:23.431416 [ 4 ] {09378533-e8f6-429d-bc68-0cd19aa7e482} <Debug> TCPHandler: Processed in 0.001505311 sec. | ||
| 5336 | 2025.03.01 05:28:24.000261 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.20 MiB, peak 201.27 MiB, free memory in arenas 0.00 B, will set to 192.36 MiB (RSS), difference: 1.16 MiB | ||
| 5337 | 2025.03.01 05:28:27.360588 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 762 | ||
| 5338 | 2025.03.01 05:28:27.363820 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5339 | 2025.03.01 05:28:27.363880 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5340 | 2025.03.01 05:28:27.365362 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5341 | 2025.03.01 05:28:27.365687 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5342 | 2025.03.01 05:28:27.366939 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 762 | ||
| 5343 | 2025.03.01 05:28:27.638896 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5344 | 2025.03.01 05:28:27.639093 [ 4 ] {574def52-f8f5-4e0f-b574-95ad736da15f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5345 | 2025.03.01 05:28:27.639170 [ 4 ] {574def52-f8f5-4e0f-b574-95ad736da15f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5346 | 2025.03.01 05:28:27.640050 [ 4 ] {574def52-f8f5-4e0f-b574-95ad736da15f} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5347 | 2025.03.01 05:28:27.640108 [ 4 ] {574def52-f8f5-4e0f-b574-95ad736da15f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5348 | 2025.03.01 05:28:27.640590 [ 4 ] {574def52-f8f5-4e0f-b574-95ad736da15f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5349 | 2025.03.01 05:28:27.640858 [ 4 ] {574def52-f8f5-4e0f-b574-95ad736da15f} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5350 | 2025.03.01 05:28:27.641098 [ 4 ] {574def52-f8f5-4e0f-b574-95ad736da15f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00206 sec., 102912.6213592233 rows/sec., 6.55 MiB/sec. | ||
| 5351 | 2025.03.01 05:28:27.641166 [ 4 ] {574def52-f8f5-4e0f-b574-95ad736da15f} <Debug> TCPHandler: Processed in 0.002409233 sec. | ||
| 5352 | 2025.03.01 05:28:27.641283 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5353 | 2025.03.01 05:28:27.641391 [ 4 ] {8a825027-3856-499d-a202-f61df858f76e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5354 | 2025.03.01 05:28:27.641442 [ 4 ] {8a825027-3856-499d-a202-f61df858f76e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5355 | 2025.03.01 05:28:27.641980 [ 4 ] {8a825027-3856-499d-a202-f61df858f76e} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5356 | 2025.03.01 05:28:27.642023 [ 4 ] {8a825027-3856-499d-a202-f61df858f76e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5357 | 2025.03.01 05:28:27.642382 [ 4 ] {8a825027-3856-499d-a202-f61df858f76e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5358 | 2025.03.01 05:28:27.642628 [ 4 ] {8a825027-3856-499d-a202-f61df858f76e} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5359 | 2025.03.01 05:28:27.642928 [ 4 ] {8a825027-3856-499d-a202-f61df858f76e} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001536 sec., 10416.666666666666 rows/sec., 849.41 KiB/sec. | ||
| 5360 | 2025.03.01 05:28:27.643066 [ 4 ] {8a825027-3856-499d-a202-f61df858f76e} <Debug> TCPHandler: Processed in 0.001836465 sec. | ||
| 5361 | 2025.03.01 05:28:27.643193 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5362 | 2025.03.01 05:28:27.643301 [ 4 ] {26dc5768-5741-4899-8009-869473ba2eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5363 | 2025.03.01 05:28:27.643347 [ 4 ] {26dc5768-5741-4899-8009-869473ba2eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5364 | 2025.03.01 05:28:27.644758 [ 4 ] {26dc5768-5741-4899-8009-869473ba2eb0} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5365 | 2025.03.01 05:28:27.644798 [ 4 ] {26dc5768-5741-4899-8009-869473ba2eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5366 | 2025.03.01 05:28:27.645266 [ 4 ] {26dc5768-5741-4899-8009-869473ba2eb0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5367 | 2025.03.01 05:28:27.645509 [ 4 ] {26dc5768-5741-4899-8009-869473ba2eb0} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5368 | 2025.03.01 05:28:27.645677 [ 129 ] {} <Debug> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5369 | 2025.03.01 05:28:27.645742 [ 4 ] {26dc5768-5741-4899-8009-869473ba2eb0} <Debug> executeQuery: Read 1791 rows, 148.61 KiB in 0.002463 sec., 727161.9975639464 rows/sec., 58.92 MiB/sec. | ||
| 5370 | 2025.03.01 05:28:27.645764 [ 129 ] {} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5371 | 2025.03.01 05:28:27.645837 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5372 | 2025.03.01 05:28:27.645864 [ 4 ] {26dc5768-5741-4899-8009-869473ba2eb0} <Debug> TCPHandler: Processed in 0.002721597 sec. | ||
| 5373 | 2025.03.01 05:28:27.646148 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5374 | 2025.03.01 05:28:27.646194 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::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 | ||
| 5375 | 2025.03.01 05:28:27.646556 [ 4 ] {a637dbd5-abbf-4cdd-af9c-520279738bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5376 | 2025.03.01 05:28:27.646761 [ 4 ] {a637dbd5-abbf-4cdd-af9c-520279738bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5377 | 2025.03.01 05:28:27.646943 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5378 | 2025.03.01 05:28:27.647090 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1844 rows starting from the beginning of the part | ||
| 5379 | 2025.03.01 05:28:27.647331 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 643 rows starting from the beginning of the part | ||
| 5380 | 2025.03.01 05:28:27.647563 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 109 rows starting from the beginning of the part | ||
| 5381 | 2025.03.01 05:28:27.648056 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 643 rows starting from the beginning of the part | ||
| 5382 | 2025.03.01 05:28:27.648280 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 108 rows starting from the beginning of the part | ||
| 5383 | 2025.03.01 05:28:27.648495 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1791 rows starting from the beginning of the part | ||
| 5384 | 2025.03.01 05:28:27.649043 [ 4 ] {a637dbd5-abbf-4cdd-af9c-520279738bd2} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5385 | 2025.03.01 05:28:27.649092 [ 4 ] {a637dbd5-abbf-4cdd-af9c-520279738bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5386 | 2025.03.01 05:28:27.649634 [ 4 ] {a637dbd5-abbf-4cdd-af9c-520279738bd2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5387 | 2025.03.01 05:28:27.649949 [ 4 ] {a637dbd5-abbf-4cdd-af9c-520279738bd2} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5388 | 2025.03.01 05:28:27.650184 [ 4 ] {a637dbd5-abbf-4cdd-af9c-520279738bd2} <Debug> executeQuery: Read 135 rows, 8.48 KiB in 0.00379 sec., 35620.05277044855 rows/sec., 2.19 MiB/sec. | ||
| 5389 | 2025.03.01 05:28:27.650250 [ 4 ] {a637dbd5-abbf-4cdd-af9c-520279738bd2} <Debug> TCPHandler: Processed in 0.004204567 sec. | ||
| 5390 | 2025.03.01 05:28:27.650381 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5391 | 2025.03.01 05:28:27.650487 [ 4 ] {fb0385a8-32e7-4f23-82dd-56b8710bb579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5392 | 2025.03.01 05:28:27.650534 [ 4 ] {fb0385a8-32e7-4f23-82dd-56b8710bb579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5393 | 2025.03.01 05:28:27.650854 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5138 rows, containing 5 columns (5 merged, 0 gathered) in 0.004904956 sec., 1047511.9450612809 rows/sec., 88.52 MiB/sec. | ||
| 5394 | 2025.03.01 05:28:27.651231 [ 199 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5395 | 2025.03.01 05:28:27.651637 [ 4 ] {fb0385a8-32e7-4f23-82dd-56b8710bb579} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5396 | 2025.03.01 05:28:27.651696 [ 4 ] {fb0385a8-32e7-4f23-82dd-56b8710bb579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5397 | 2025.03.01 05:28:27.651955 [ 199 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_36_7} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5398 | 2025.03.01 05:28:27.652124 [ 199 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_36_7} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5399 | 2025.03.01 05:28:27.652309 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. | ||
| 5400 | 2025.03.01 05:28:27.652409 [ 4 ] {fb0385a8-32e7-4f23-82dd-56b8710bb579} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5401 | 2025.03.01 05:28:27.652664 [ 4 ] {fb0385a8-32e7-4f23-82dd-56b8710bb579} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5402 | 2025.03.01 05:28:27.652931 [ 4 ] {fb0385a8-32e7-4f23-82dd-56b8710bb579} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002456 sec., 138843.64820846907 rows/sec., 9.26 MiB/sec. | ||
| 5403 | 2025.03.01 05:28:27.653157 [ 4 ] {fb0385a8-32e7-4f23-82dd-56b8710bb579} <Debug> TCPHandler: Processed in 0.002818428 sec. | ||
| 5404 | 2025.03.01 05:28:27.653293 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5405 | 2025.03.01 05:28:27.653400 [ 4 ] {b45dfb62-65c3-48b0-87ad-1b39ce7733a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5406 | 2025.03.01 05:28:27.653445 [ 4 ] {b45dfb62-65c3-48b0-87ad-1b39ce7733a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5407 | 2025.03.01 05:28:27.654016 [ 4 ] {b45dfb62-65c3-48b0-87ad-1b39ce7733a7} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5408 | 2025.03.01 05:28:27.654055 [ 4 ] {b45dfb62-65c3-48b0-87ad-1b39ce7733a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5409 | 2025.03.01 05:28:27.654401 [ 4 ] {b45dfb62-65c3-48b0-87ad-1b39ce7733a7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5410 | 2025.03.01 05:28:27.654633 [ 4 ] {b45dfb62-65c3-48b0-87ad-1b39ce7733a7} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5411 | 2025.03.01 05:28:27.654837 [ 4 ] {b45dfb62-65c3-48b0-87ad-1b39ce7733a7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00146 sec., 76712.3287671233 rows/sec., 4.37 MiB/sec. | ||
| 5412 | 2025.03.01 05:28:27.654889 [ 4 ] {b45dfb62-65c3-48b0-87ad-1b39ce7733a7} <Debug> TCPHandler: Processed in 0.001646293 sec. | ||
| 5413 | 2025.03.01 05:28:27.654988 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5414 | 2025.03.01 05:28:27.655089 [ 4 ] {8a3f6503-41a3-4dad-8559-db2e341803b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5415 | 2025.03.01 05:28:27.655134 [ 4 ] {8a3f6503-41a3-4dad-8559-db2e341803b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5416 | 2025.03.01 05:28:27.655954 [ 4 ] {8a3f6503-41a3-4dad-8559-db2e341803b8} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5417 | 2025.03.01 05:28:27.655994 [ 4 ] {8a3f6503-41a3-4dad-8559-db2e341803b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5418 | 2025.03.01 05:28:27.656381 [ 4 ] {8a3f6503-41a3-4dad-8559-db2e341803b8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5419 | 2025.03.01 05:28:27.656629 [ 4 ] {8a3f6503-41a3-4dad-8559-db2e341803b8} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5420 | 2025.03.01 05:28:27.656783 [ 129 ] {} <Debug> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5421 | 2025.03.01 05:28:27.656837 [ 129 ] {} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5422 | 2025.03.01 05:28:27.656875 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5423 | 2025.03.01 05:28:27.656874 [ 4 ] {8a3f6503-41a3-4dad-8559-db2e341803b8} <Debug> executeQuery: Read 867 rows, 64.22 KiB in 0.001796 sec., 482739.420935412 rows/sec., 34.92 MiB/sec. | ||
| 5424 | 2025.03.01 05:28:27.657169 [ 4 ] {8a3f6503-41a3-4dad-8559-db2e341803b8} <Debug> TCPHandler: Processed in 0.00222606 sec. | ||
| 5425 | 2025.03.01 05:28:27.657588 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5426 | 2025.03.01 05:28:27.657643 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::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 | ||
| 5427 | 2025.03.01 05:28:27.657898 [ 4 ] {b92a1d7f-8a53-4bdb-9d53-bbec6c3dd79d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5428 | 2025.03.01 05:28:27.657994 [ 4 ] {b92a1d7f-8a53-4bdb-9d53-bbec6c3dd79d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5429 | 2025.03.01 05:28:27.658176 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5430 | 2025.03.01 05:28:27.658276 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 5431 | 2025.03.01 05:28:27.658689 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 395 rows starting from the beginning of the part | ||
| 5432 | 2025.03.01 05:28:27.658942 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 92 rows starting from the beginning of the part | ||
| 5433 | 2025.03.01 05:28:27.659263 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 395 rows starting from the beginning of the part | ||
| 5434 | 2025.03.01 05:28:27.659676 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 90 rows starting from the beginning of the part | ||
| 5435 | 2025.03.01 05:28:27.660010 [ 194 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 867 rows starting from the beginning of the part | ||
| 5436 | 2025.03.01 05:28:27.660333 [ 4 ] {b92a1d7f-8a53-4bdb-9d53-bbec6c3dd79d} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5437 | 2025.03.01 05:28:27.660423 [ 4 ] {b92a1d7f-8a53-4bdb-9d53-bbec6c3dd79d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5438 | 2025.03.01 05:28:27.661198 [ 4 ] {b92a1d7f-8a53-4bdb-9d53-bbec6c3dd79d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5439 | 2025.03.01 05:28:27.661701 [ 4 ] {b92a1d7f-8a53-4bdb-9d53-bbec6c3dd79d} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5440 | 2025.03.01 05:28:27.662235 [ 4 ] {b92a1d7f-8a53-4bdb-9d53-bbec6c3dd79d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004459 sec., 1345.593182327876 rows/sec., 70.30 KiB/sec. | ||
| 5441 | 2025.03.01 05:28:27.662367 [ 4 ] {b92a1d7f-8a53-4bdb-9d53-bbec6c3dd79d} <Debug> TCPHandler: Processed in 0.004898996 sec. | ||
| 5442 | 2025.03.01 05:28:27.662584 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5443 | 2025.03.01 05:28:27.662702 [ 4 ] {2e41a8b3-0e57-4cef-9210-3ca1e82a3590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5444 | 2025.03.01 05:28:27.662768 [ 4 ] {2e41a8b3-0e57-4cef-9210-3ca1e82a3590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5445 | 2025.03.01 05:28:27.663363 [ 198 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2752 rows, containing 5 columns (5 merged, 0 gathered) in 0.006332586 sec., 434577.59594579524 rows/sec., 33.11 MiB/sec. | ||
| 5446 | 2025.03.01 05:28:27.663647 [ 198 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5447 | 2025.03.01 05:28:27.664169 [ 4 ] {2e41a8b3-0e57-4cef-9210-3ca1e82a3590} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5448 | 2025.03.01 05:28:27.664219 [ 198 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_36_7} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5449 | 2025.03.01 05:28:27.664241 [ 4 ] {2e41a8b3-0e57-4cef-9210-3ca1e82a3590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5450 | 2025.03.01 05:28:27.664414 [ 198 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_36_7} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5451 | 2025.03.01 05:28:27.664568 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 5452 | 2025.03.01 05:28:27.664925 [ 4 ] {2e41a8b3-0e57-4cef-9210-3ca1e82a3590} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5453 | 2025.03.01 05:28:27.665173 [ 4 ] {2e41a8b3-0e57-4cef-9210-3ca1e82a3590} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5454 | 2025.03.01 05:28:27.665340 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5455 | 2025.03.01 05:28:27.665405 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5456 | 2025.03.01 05:28:27.665430 [ 4 ] {2e41a8b3-0e57-4cef-9210-3ca1e82a3590} <Debug> executeQuery: Read 1091 rows, 74.66 KiB in 0.002756 sec., 395863.57039187226 rows/sec., 26.46 MiB/sec. | ||
| 5457 | 2025.03.01 05:28:27.665446 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5458 | 2025.03.01 05:28:27.665636 [ 4 ] {2e41a8b3-0e57-4cef-9210-3ca1e82a3590} <Debug> TCPHandler: Processed in 0.003124412 sec. | ||
| 5459 | 2025.03.01 05:28:27.665718 [ 199 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 5460 | 2025.03.01 05:28:27.665819 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5461 | 2025.03.01 05:28:27.665916 [ 199 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5462 | 2025.03.01 05:28:27.665990 [ 199 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 11716 rows starting from the beginning of the part | ||
| 5463 | 2025.03.01 05:28:27.666012 [ 4 ] {a3ea9ee2-17f4-49c4-a777-a48c07fcef42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5464 | 2025.03.01 05:28:27.666183 [ 4 ] {a3ea9ee2-17f4-49c4-a777-a48c07fcef42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5465 | 2025.03.01 05:28:27.666231 [ 199 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part | ||
| 5466 | 2025.03.01 05:28:27.666611 [ 199 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 161 rows starting from the beginning of the part | ||
| 5467 | 2025.03.01 05:28:27.666965 [ 199 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 5468 | 2025.03.01 05:28:27.667349 [ 199 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 5469 | 2025.03.01 05:28:27.667634 [ 199 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1091 rows starting from the beginning of the part | ||
| 5470 | 2025.03.01 05:28:27.668427 [ 4 ] {a3ea9ee2-17f4-49c4-a777-a48c07fcef42} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5471 | 2025.03.01 05:28:27.668496 [ 4 ] {a3ea9ee2-17f4-49c4-a777-a48c07fcef42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5472 | 2025.03.01 05:28:27.669284 [ 4 ] {a3ea9ee2-17f4-49c4-a777-a48c07fcef42} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5473 | 2025.03.01 05:28:27.669648 [ 4 ] {a3ea9ee2-17f4-49c4-a777-a48c07fcef42} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5474 | 2025.03.01 05:28:27.670035 [ 4 ] {a3ea9ee2-17f4-49c4-a777-a48c07fcef42} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004081 sec., 245.03798088703746 rows/sec., 16.51 KiB/sec. | ||
| 5475 | 2025.03.01 05:28:27.670132 [ 4 ] {a3ea9ee2-17f4-49c4-a777-a48c07fcef42} <Debug> TCPHandler: Processed in 0.004385669 sec. | ||
| 5476 | 2025.03.01 05:28:27.670331 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5477 | 2025.03.01 05:28:27.670572 [ 4 ] {03fd9fae-9eba-43d9-a207-4c43f119e753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5478 | 2025.03.01 05:28:27.670795 [ 4 ] {03fd9fae-9eba-43d9-a207-4c43f119e753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5479 | 2025.03.01 05:28:27.672876 [ 4 ] {03fd9fae-9eba-43d9-a207-4c43f119e753} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5480 | 2025.03.01 05:28:27.672917 [ 4 ] {03fd9fae-9eba-43d9-a207-4c43f119e753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5481 | 2025.03.01 05:28:27.673658 [ 4 ] {03fd9fae-9eba-43d9-a207-4c43f119e753} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5482 | 2025.03.01 05:28:27.674043 [ 4 ] {03fd9fae-9eba-43d9-a207-4c43f119e753} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5483 | 2025.03.01 05:28:27.674456 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5484 | 2025.03.01 05:28:27.674542 [ 201 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13602 rows, containing 5 columns (5 merged, 0 gathered) in 0.00894696 sec., 1520292.926312401 rows/sec., 102.55 MiB/sec. | ||
| 5485 | 2025.03.01 05:28:27.674547 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5486 | 2025.03.01 05:28:27.674629 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5487 | 2025.03.01 05:28:27.674763 [ 4 ] {03fd9fae-9eba-43d9-a207-4c43f119e753} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004251 sec., 3058.1039755351685 rows/sec., 5.48 MiB/sec. | ||
| 5488 | 2025.03.01 05:28:27.675410 [ 201 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5489 | 2025.03.01 05:28:27.675661 [ 4 ] {03fd9fae-9eba-43d9-a207-4c43f119e753} <Debug> TCPHandler: Processed in 0.005405772 sec. | ||
| 5490 | 2025.03.01 05:28:27.675693 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::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 | ||
| 5491 | 2025.03.01 05:28:27.676025 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5492 | 2025.03.01 05:28:27.676355 [ 4 ] {1f6c4af9-c6a3-4805-bc8f-ac89daa6bc3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5493 | 2025.03.01 05:28:27.676530 [ 4 ] {1f6c4af9-c6a3-4805-bc8f-ac89daa6bc3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5494 | 2025.03.01 05:28:27.676547 [ 201 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5495 | 2025.03.01 05:28:27.676950 [ 201 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5496 | 2025.03.01 05:28:27.677347 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. | ||
| 5497 | 2025.03.01 05:28:27.677580 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5498 | 2025.03.01 05:28:27.677747 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 451 rows starting from the beginning of the part | ||
| 5499 | 2025.03.01 05:28:27.678574 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 5500 | 2025.03.01 05:28:27.679021 [ 4 ] {1f6c4af9-c6a3-4805-bc8f-ac89daa6bc3a} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5501 | 2025.03.01 05:28:27.679121 [ 4 ] {1f6c4af9-c6a3-4805-bc8f-ac89daa6bc3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5502 | 2025.03.01 05:28:27.679407 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part | ||
| 5503 | 2025.03.01 05:28:27.680076 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 5504 | 2025.03.01 05:28:27.680636 [ 4 ] {1f6c4af9-c6a3-4805-bc8f-ac89daa6bc3a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5505 | 2025.03.01 05:28:27.680717 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part | ||
| 5506 | 2025.03.01 05:28:27.681316 [ 198 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 5507 | 2025.03.01 05:28:27.681435 [ 4 ] {1f6c4af9-c6a3-4805-bc8f-ac89daa6bc3a} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5508 | 2025.03.01 05:28:27.681929 [ 129 ] {} <Debug> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5509 | 2025.03.01 05:28:27.682052 [ 129 ] {} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5510 | 2025.03.01 05:28:27.682144 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5511 | 2025.03.01 05:28:27.682257 [ 4 ] {1f6c4af9-c6a3-4805-bc8f-ac89daa6bc3a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005975 sec., 13723.849372384937 rows/sec., 892.55 KiB/sec. | ||
| 5512 | 2025.03.01 05:28:27.682782 [ 4 ] {1f6c4af9-c6a3-4805-bc8f-ac89daa6bc3a} <Debug> TCPHandler: Processed in 0.006846503 sec. | ||
| 5513 | 2025.03.01 05:28:27.682797 [ 187 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 5514 | 2025.03.01 05:28:27.683296 [ 187 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5515 | 2025.03.01 05:28:27.683353 [ 187 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2190 rows starting from the beginning of the part | ||
| 5516 | 2025.03.01 05:28:27.683558 [ 187 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
| 5517 | 2025.03.01 05:28:27.683887 [ 187 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 5518 | 2025.03.01 05:28:27.684236 [ 187 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 5519 | 2025.03.01 05:28:27.684595 [ 187 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 5520 | 2025.03.01 05:28:27.684955 [ 187 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
| 5521 | 2025.03.01 05:28:27.688365 [ 187 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2556 rows, containing 4 columns (4 merged, 0 gathered) in 0.005969141 sec., 428202.3158776112 rows/sec., 27.90 MiB/sec. | ||
| 5522 | 2025.03.01 05:28:27.688693 [ 187 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5523 | 2025.03.01 05:28:27.689410 [ 187 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_36_7} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5524 | 2025.03.01 05:28:27.689643 [ 187 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_36_7} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5525 | 2025.03.01 05:28:27.689791 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 5526 | 2025.03.01 05:28:27.697998 [ 197 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 19 columns (19 merged, 0 gathered) in 0.023260414 sec., 23301.39093826963 rows/sec., 41.76 MiB/sec. | ||
| 5527 | 2025.03.01 05:28:27.698713 [ 196 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5528 | 2025.03.01 05:28:27.699160 [ 196 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5529 | 2025.03.01 05:28:27.699252 [ 196 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5530 | 2025.03.01 05:28:27.699407 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 5531 | 2025.03.01 05:28:29.808523 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5532 | 2025.03.01 05:28:29.809240 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5533 | 2025.03.01 05:28:29.809286 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5534 | 2025.03.01 05:28:29.809839 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5535 | 2025.03.01 05:28:29.810098 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5536 | 2025.03.01 05:28:29.810391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5537 | 2025.03.01 05:28:30.676171 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5538 | 2025.03.01 05:28:30.695541 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5539 | 2025.03.01 05:28:30.695606 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5540 | 2025.03.01 05:28:30.702731 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5541 | 2025.03.01 05:28:30.703471 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5542 | 2025.03.01 05:28:30.706102 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5543 | 2025.03.01 05:28:33.416149 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5544 | 2025.03.01 05:28:33.416354 [ 4 ] {b5cc5e6d-5f1b-4886-b1d2-124b3fcd6041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5545 | 2025.03.01 05:28:33.416430 [ 4 ] {b5cc5e6d-5f1b-4886-b1d2-124b3fcd6041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5546 | 2025.03.01 05:28:33.417211 [ 4 ] {b5cc5e6d-5f1b-4886-b1d2-124b3fcd6041} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5547 | 2025.03.01 05:28:33.417263 [ 4 ] {b5cc5e6d-5f1b-4886-b1d2-124b3fcd6041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5548 | 2025.03.01 05:28:33.417702 [ 4 ] {b5cc5e6d-5f1b-4886-b1d2-124b3fcd6041} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5549 | 2025.03.01 05:28:33.417963 [ 4 ] {b5cc5e6d-5f1b-4886-b1d2-124b3fcd6041} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5550 | 2025.03.01 05:28:33.418217 [ 4 ] {b5cc5e6d-5f1b-4886-b1d2-124b3fcd6041} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001914 sec., 56426.33228840126 rows/sec., 4.72 MiB/sec. | ||
| 5551 | 2025.03.01 05:28:33.418310 [ 4 ] {b5cc5e6d-5f1b-4886-b1d2-124b3fcd6041} <Debug> TCPHandler: Processed in 0.002298971 sec. | ||
| 5552 | 2025.03.01 05:28:33.418460 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5553 | 2025.03.01 05:28:33.418562 [ 4 ] {da689c44-20c1-49fb-9f37-b15eb75bfbd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5554 | 2025.03.01 05:28:33.418608 [ 4 ] {da689c44-20c1-49fb-9f37-b15eb75bfbd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5555 | 2025.03.01 05:28:33.419137 [ 4 ] {da689c44-20c1-49fb-9f37-b15eb75bfbd1} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5556 | 2025.03.01 05:28:33.419176 [ 4 ] {da689c44-20c1-49fb-9f37-b15eb75bfbd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5557 | 2025.03.01 05:28:33.419548 [ 4 ] {da689c44-20c1-49fb-9f37-b15eb75bfbd1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5558 | 2025.03.01 05:28:33.419790 [ 4 ] {da689c44-20c1-49fb-9f37-b15eb75bfbd1} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5559 | 2025.03.01 05:28:33.420003 [ 4 ] {da689c44-20c1-49fb-9f37-b15eb75bfbd1} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001462 sec., 17783.857729138166 rows/sec., 1.31 MiB/sec. | ||
| 5560 | 2025.03.01 05:28:33.420055 [ 4 ] {da689c44-20c1-49fb-9f37-b15eb75bfbd1} <Debug> TCPHandler: Processed in 0.001650303 sec. | ||
| 5561 | 2025.03.01 05:28:33.420162 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5562 | 2025.03.01 05:28:33.420266 [ 4 ] {710c5e5c-9eac-4d0c-b33d-a33019ea0d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5563 | 2025.03.01 05:28:33.420321 [ 4 ] {710c5e5c-9eac-4d0c-b33d-a33019ea0d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5564 | 2025.03.01 05:28:33.420978 [ 4 ] {710c5e5c-9eac-4d0c-b33d-a33019ea0d41} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5565 | 2025.03.01 05:28:33.421019 [ 4 ] {710c5e5c-9eac-4d0c-b33d-a33019ea0d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5566 | 2025.03.01 05:28:33.421390 [ 4 ] {710c5e5c-9eac-4d0c-b33d-a33019ea0d41} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5567 | 2025.03.01 05:28:33.421634 [ 4 ] {710c5e5c-9eac-4d0c-b33d-a33019ea0d41} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5568 | 2025.03.01 05:28:33.421852 [ 4 ] {710c5e5c-9eac-4d0c-b33d-a33019ea0d41} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00161 sec., 55900.621118012416 rows/sec., 4.37 MiB/sec. | ||
| 5569 | 2025.03.01 05:28:33.421905 [ 4 ] {710c5e5c-9eac-4d0c-b33d-a33019ea0d41} <Debug> TCPHandler: Processed in 0.001793695 sec. | ||
| 5570 | 2025.03.01 05:28:33.422020 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5571 | 2025.03.01 05:28:33.422125 [ 4 ] {11077f39-cbcb-4a76-87e2-92edf646cfc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5572 | 2025.03.01 05:28:33.422175 [ 4 ] {11077f39-cbcb-4a76-87e2-92edf646cfc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5573 | 2025.03.01 05:28:33.422694 [ 4 ] {11077f39-cbcb-4a76-87e2-92edf646cfc4} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5574 | 2025.03.01 05:28:33.422734 [ 4 ] {11077f39-cbcb-4a76-87e2-92edf646cfc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5575 | 2025.03.01 05:28:33.423119 [ 4 ] {11077f39-cbcb-4a76-87e2-92edf646cfc4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5576 | 2025.03.01 05:28:33.423362 [ 4 ] {11077f39-cbcb-4a76-87e2-92edf646cfc4} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5577 | 2025.03.01 05:28:33.423570 [ 4 ] {11077f39-cbcb-4a76-87e2-92edf646cfc4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001468 sec., 108991.82561307903 rows/sec., 7.59 MiB/sec. | ||
| 5578 | 2025.03.01 05:28:33.423622 [ 4 ] {11077f39-cbcb-4a76-87e2-92edf646cfc4} <Debug> TCPHandler: Processed in 0.001652562 sec. | ||
| 5579 | 2025.03.01 05:28:33.423768 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5580 | 2025.03.01 05:28:33.423873 [ 4 ] {cc2be6fb-27e3-4b36-9f2a-26c2d462befa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5581 | 2025.03.01 05:28:33.423940 [ 4 ] {cc2be6fb-27e3-4b36-9f2a-26c2d462befa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5582 | 2025.03.01 05:28:33.424966 [ 4 ] {cc2be6fb-27e3-4b36-9f2a-26c2d462befa} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5583 | 2025.03.01 05:28:33.425004 [ 4 ] {cc2be6fb-27e3-4b36-9f2a-26c2d462befa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5584 | 2025.03.01 05:28:33.425692 [ 4 ] {cc2be6fb-27e3-4b36-9f2a-26c2d462befa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5585 | 2025.03.01 05:28:33.425955 [ 4 ] {cc2be6fb-27e3-4b36-9f2a-26c2d462befa} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5586 | 2025.03.01 05:28:33.426199 [ 4 ] {cc2be6fb-27e3-4b36-9f2a-26c2d462befa} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002346 sec., 11082.693947144075 rows/sec., 19.86 MiB/sec. | ||
| 5587 | 2025.03.01 05:28:33.426307 [ 4 ] {cc2be6fb-27e3-4b36-9f2a-26c2d462befa} <Debug> TCPHandler: Processed in 0.002588555 sec. | ||
| 5588 | 2025.03.01 05:28:33.426457 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5589 | 2025.03.01 05:28:33.426562 [ 4 ] {f3f549d4-b0df-4e71-a62c-0aab0b2b9770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5590 | 2025.03.01 05:28:33.426609 [ 4 ] {f3f549d4-b0df-4e71-a62c-0aab0b2b9770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5591 | 2025.03.01 05:28:33.427045 [ 4 ] {f3f549d4-b0df-4e71-a62c-0aab0b2b9770} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5592 | 2025.03.01 05:28:33.427085 [ 4 ] {f3f549d4-b0df-4e71-a62c-0aab0b2b9770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5593 | 2025.03.01 05:28:33.427450 [ 4 ] {f3f549d4-b0df-4e71-a62c-0aab0b2b9770} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5594 | 2025.03.01 05:28:33.427693 [ 4 ] {f3f549d4-b0df-4e71-a62c-0aab0b2b9770} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5595 | 2025.03.01 05:28:33.427896 [ 4 ] {f3f549d4-b0df-4e71-a62c-0aab0b2b9770} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
| 5596 | 2025.03.01 05:28:33.427946 [ 4 ] {f3f549d4-b0df-4e71-a62c-0aab0b2b9770} <Debug> TCPHandler: Processed in 0.001540251 sec. | ||
| 5597 | 2025.03.01 05:28:37.189718 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5598 | 2025.03.01 05:28:37.189774 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5599 | 2025.03.01 05:28:37.310539 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5600 | 2025.03.01 05:28:37.311206 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5601 | 2025.03.01 05:28:37.311249 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5602 | 2025.03.01 05:28:37.311787 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5603 | 2025.03.01 05:28:37.312054 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5604 | 2025.03.01 05:28:37.312340 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5605 | 2025.03.01 05:28:37.367197 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 798 | ||
| 5606 | 2025.03.01 05:28:37.370509 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5607 | 2025.03.01 05:28:37.370569 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5608 | 2025.03.01 05:28:37.372035 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5609 | 2025.03.01 05:28:37.372361 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5610 | 2025.03.01 05:28:37.373032 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 798 | ||
| 5611 | 2025.03.01 05:28:38.206214 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5612 | 2025.03.01 05:28:38.226946 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5613 | 2025.03.01 05:28:38.227007 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5614 | 2025.03.01 05:28:38.234505 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5615 | 2025.03.01 05:28:38.235301 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5616 | 2025.03.01 05:28:38.238958 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5617 | 2025.03.01 05:28:38.402689 [ 76 ] {} <Debug> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5618 | 2025.03.01 05:28:38.402802 [ 76 ] {} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5619 | 2025.03.01 05:28:38.402847 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5620 | 2025.03.01 05:28:38.403110 [ 193 ] {5a9d3472-b637-4a77-8e18-8ba28938c1e4::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 | ||
| 5621 | 2025.03.01 05:28:38.403305 [ 193 ] {5a9d3472-b637-4a77-8e18-8ba28938c1e4::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5622 | 2025.03.01 05:28:38.403346 [ 193 ] {5a9d3472-b637-4a77-8e18-8ba28938c1e4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 5623 | 2025.03.01 05:28:38.403436 [ 193 ] {5a9d3472-b637-4a77-8e18-8ba28938c1e4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 5624 | 2025.03.01 05:28:38.403709 [ 193 ] {5a9d3472-b637-4a77-8e18-8ba28938c1e4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
| 5625 | 2025.03.01 05:28:38.403971 [ 193 ] {5a9d3472-b637-4a77-8e18-8ba28938c1e4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5626 | 2025.03.01 05:28:38.404153 [ 193 ] {5a9d3472-b637-4a77-8e18-8ba28938c1e4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 5627 | 2025.03.01 05:28:38.405332 [ 197 ] {5a9d3472-b637-4a77-8e18-8ba28938c1e4::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002376922 sec., 20194.18390674999 rows/sec., 1.69 MiB/sec. | ||
| 5628 | 2025.03.01 05:28:38.405457 [ 197 ] {5a9d3472-b637-4a77-8e18-8ba28938c1e4::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5629 | 2025.03.01 05:28:38.405730 [ 197 ] {5a9d3472-b637-4a77-8e18-8ba28938c1e4::all_1_5_1} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5630 | 2025.03.01 05:28:38.405808 [ 197 ] {5a9d3472-b637-4a77-8e18-8ba28938c1e4::all_1_5_1} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5631 | 2025.03.01 05:28:38.405887 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5632 | 2025.03.01 05:28:38.421974 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5633 | 2025.03.01 05:28:38.422150 [ 4 ] {f474d3fd-f83f-412e-8d4d-7528aea332e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5634 | 2025.03.01 05:28:38.422220 [ 4 ] {f474d3fd-f83f-412e-8d4d-7528aea332e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5635 | 2025.03.01 05:28:38.423105 [ 4 ] {f474d3fd-f83f-412e-8d4d-7528aea332e1} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5636 | 2025.03.01 05:28:38.423152 [ 4 ] {f474d3fd-f83f-412e-8d4d-7528aea332e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5637 | 2025.03.01 05:28:38.423598 [ 4 ] {f474d3fd-f83f-412e-8d4d-7528aea332e1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5638 | 2025.03.01 05:28:38.423859 [ 4 ] {f474d3fd-f83f-412e-8d4d-7528aea332e1} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5639 | 2025.03.01 05:28:38.424068 [ 4 ] {f474d3fd-f83f-412e-8d4d-7528aea332e1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001971 sec., 107559.61440892947 rows/sec., 6.84 MiB/sec. | ||
| 5640 | 2025.03.01 05:28:38.424139 [ 4 ] {f474d3fd-f83f-412e-8d4d-7528aea332e1} <Debug> TCPHandler: Processed in 0.002293151 sec. | ||
| 5641 | 2025.03.01 05:28:38.424269 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5642 | 2025.03.01 05:28:38.424384 [ 4 ] {4fafa04e-0e67-4154-8773-01aff8971e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5643 | 2025.03.01 05:28:38.424434 [ 4 ] {4fafa04e-0e67-4154-8773-01aff8971e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5644 | 2025.03.01 05:28:38.425298 [ 4 ] {4fafa04e-0e67-4154-8773-01aff8971e8d} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5645 | 2025.03.01 05:28:38.425337 [ 4 ] {4fafa04e-0e67-4154-8773-01aff8971e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5646 | 2025.03.01 05:28:38.425740 [ 4 ] {4fafa04e-0e67-4154-8773-01aff8971e8d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5647 | 2025.03.01 05:28:38.425988 [ 4 ] {4fafa04e-0e67-4154-8773-01aff8971e8d} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5648 | 2025.03.01 05:28:38.426179 [ 4 ] {4fafa04e-0e67-4154-8773-01aff8971e8d} <Debug> executeQuery: Read 643 rows, 51.91 KiB in 0.001822 sec., 352908.89132821077 rows/sec., 27.82 MiB/sec. | ||
| 5649 | 2025.03.01 05:28:38.426233 [ 4 ] {4fafa04e-0e67-4154-8773-01aff8971e8d} <Debug> TCPHandler: Processed in 0.002020268 sec. | ||
| 5650 | 2025.03.01 05:28:38.426370 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5651 | 2025.03.01 05:28:38.426514 [ 4 ] {e31eecda-28d2-49d3-996a-fe69f66eb77d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5652 | 2025.03.01 05:28:38.426572 [ 4 ] {e31eecda-28d2-49d3-996a-fe69f66eb77d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5653 | 2025.03.01 05:28:38.427256 [ 4 ] {e31eecda-28d2-49d3-996a-fe69f66eb77d} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5654 | 2025.03.01 05:28:38.427297 [ 4 ] {e31eecda-28d2-49d3-996a-fe69f66eb77d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5655 | 2025.03.01 05:28:38.427677 [ 4 ] {e31eecda-28d2-49d3-996a-fe69f66eb77d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5656 | 2025.03.01 05:28:38.427936 [ 4 ] {e31eecda-28d2-49d3-996a-fe69f66eb77d} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5657 | 2025.03.01 05:28:38.428137 [ 4 ] {e31eecda-28d2-49d3-996a-fe69f66eb77d} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.001642 sec., 72472.59439707674 rows/sec., 4.38 MiB/sec. | ||
| 5658 | 2025.03.01 05:28:38.428222 [ 4 ] {e31eecda-28d2-49d3-996a-fe69f66eb77d} <Debug> TCPHandler: Processed in 0.001913975 sec. | ||
| 5659 | 2025.03.01 05:28:38.428467 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5660 | 2025.03.01 05:28:38.428580 [ 4 ] {e2a4038d-2d61-4f04-9f07-bc36e3eaf3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5661 | 2025.03.01 05:28:38.428628 [ 4 ] {e2a4038d-2d61-4f04-9f07-bc36e3eaf3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5662 | 2025.03.01 05:28:38.429193 [ 4 ] {e2a4038d-2d61-4f04-9f07-bc36e3eaf3c3} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5663 | 2025.03.01 05:28:38.429232 [ 4 ] {e2a4038d-2d61-4f04-9f07-bc36e3eaf3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5664 | 2025.03.01 05:28:38.429589 [ 4 ] {e2a4038d-2d61-4f04-9f07-bc36e3eaf3c3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5665 | 2025.03.01 05:28:38.429831 [ 4 ] {e2a4038d-2d61-4f04-9f07-bc36e3eaf3c3} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5666 | 2025.03.01 05:28:38.430036 [ 4 ] {e2a4038d-2d61-4f04-9f07-bc36e3eaf3c3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001472 sec., 76766.30434782608 rows/sec., 4.97 MiB/sec. | ||
| 5667 | 2025.03.01 05:28:38.430220 [ 4 ] {e2a4038d-2d61-4f04-9f07-bc36e3eaf3c3} <Debug> TCPHandler: Processed in 0.001829104 sec. | ||
| 5668 | 2025.03.01 05:28:38.430420 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5669 | 2025.03.01 05:28:38.430535 [ 4 ] {33a0ff17-d8ec-4bae-993b-8eba11247cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5670 | 2025.03.01 05:28:38.430585 [ 4 ] {33a0ff17-d8ec-4bae-993b-8eba11247cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5671 | 2025.03.01 05:28:38.431167 [ 4 ] {33a0ff17-d8ec-4bae-993b-8eba11247cff} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5672 | 2025.03.01 05:28:38.431208 [ 4 ] {33a0ff17-d8ec-4bae-993b-8eba11247cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5673 | 2025.03.01 05:28:38.431611 [ 4 ] {33a0ff17-d8ec-4bae-993b-8eba11247cff} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5674 | 2025.03.01 05:28:38.431873 [ 4 ] {33a0ff17-d8ec-4bae-993b-8eba11247cff} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5675 | 2025.03.01 05:28:38.432070 [ 4 ] {33a0ff17-d8ec-4bae-993b-8eba11247cff} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001551 sec., 72211.47646679562 rows/sec., 4.11 MiB/sec. | ||
| 5676 | 2025.03.01 05:28:38.432264 [ 4 ] {33a0ff17-d8ec-4bae-993b-8eba11247cff} <Debug> TCPHandler: Processed in 0.001903666 sec. | ||
| 5677 | 2025.03.01 05:28:38.432438 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5678 | 2025.03.01 05:28:38.432549 [ 4 ] {990b230c-ec65-4137-a771-49122c0cd566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5679 | 2025.03.01 05:28:38.432598 [ 4 ] {990b230c-ec65-4137-a771-49122c0cd566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5680 | 2025.03.01 05:28:38.433299 [ 4 ] {990b230c-ec65-4137-a771-49122c0cd566} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5681 | 2025.03.01 05:28:38.433338 [ 4 ] {990b230c-ec65-4137-a771-49122c0cd566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5682 | 2025.03.01 05:28:38.433717 [ 4 ] {990b230c-ec65-4137-a771-49122c0cd566} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5683 | 2025.03.01 05:28:38.433957 [ 4 ] {990b230c-ec65-4137-a771-49122c0cd566} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5684 | 2025.03.01 05:28:38.434140 [ 4 ] {990b230c-ec65-4137-a771-49122c0cd566} <Debug> executeQuery: Read 395 rows, 28.63 KiB in 0.001619 sec., 243977.7640518839 rows/sec., 17.27 MiB/sec. | ||
| 5685 | 2025.03.01 05:28:38.434197 [ 4 ] {990b230c-ec65-4137-a771-49122c0cd566} <Debug> TCPHandler: Processed in 0.001816805 sec. | ||
| 5686 | 2025.03.01 05:28:38.434317 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5687 | 2025.03.01 05:28:38.434432 [ 4 ] {e7736503-59a6-42dc-94a6-8a1ca6279a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5688 | 2025.03.01 05:28:38.434481 [ 4 ] {e7736503-59a6-42dc-94a6-8a1ca6279a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5689 | 2025.03.01 05:28:38.434924 [ 4 ] {e7736503-59a6-42dc-94a6-8a1ca6279a09} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5690 | 2025.03.01 05:28:38.434961 [ 4 ] {e7736503-59a6-42dc-94a6-8a1ca6279a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5691 | 2025.03.01 05:28:38.435337 [ 4 ] {e7736503-59a6-42dc-94a6-8a1ca6279a09} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5692 | 2025.03.01 05:28:38.435584 [ 4 ] {e7736503-59a6-42dc-94a6-8a1ca6279a09} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5693 | 2025.03.01 05:28:38.435827 [ 4 ] {e7736503-59a6-42dc-94a6-8a1ca6279a09} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001408 sec., 4261.363636363636 rows/sec., 222.64 KiB/sec. | ||
| 5694 | 2025.03.01 05:28:38.436018 [ 4 ] {e7736503-59a6-42dc-94a6-8a1ca6279a09} <Debug> TCPHandler: Processed in 0.001753944 sec. | ||
| 5695 | 2025.03.01 05:28:38.436187 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5696 | 2025.03.01 05:28:38.436298 [ 4 ] {149a1e66-d672-49a2-89e8-e1da021647ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5697 | 2025.03.01 05:28:38.436349 [ 4 ] {149a1e66-d672-49a2-89e8-e1da021647ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5698 | 2025.03.01 05:28:38.436901 [ 4 ] {149a1e66-d672-49a2-89e8-e1da021647ee} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5699 | 2025.03.01 05:28:38.436941 [ 4 ] {149a1e66-d672-49a2-89e8-e1da021647ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5700 | 2025.03.01 05:28:38.437352 [ 4 ] {149a1e66-d672-49a2-89e8-e1da021647ee} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5701 | 2025.03.01 05:28:38.437593 [ 4 ] {149a1e66-d672-49a2-89e8-e1da021647ee} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5702 | 2025.03.01 05:28:38.437814 [ 4 ] {149a1e66-d672-49a2-89e8-e1da021647ee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001544 sec., 153497.40932642488 rows/sec., 10.29 MiB/sec. | ||
| 5703 | 2025.03.01 05:28:38.437876 [ 4 ] {149a1e66-d672-49a2-89e8-e1da021647ee} <Debug> TCPHandler: Processed in 0.001739773 sec. | ||
| 5704 | 2025.03.01 05:28:38.437997 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5705 | 2025.03.01 05:28:38.438103 [ 4 ] {59526f0e-3540-4796-8326-bab37933e353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5706 | 2025.03.01 05:28:38.438152 [ 4 ] {59526f0e-3540-4796-8326-bab37933e353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5707 | 2025.03.01 05:28:38.438574 [ 4 ] {59526f0e-3540-4796-8326-bab37933e353} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5708 | 2025.03.01 05:28:38.438614 [ 4 ] {59526f0e-3540-4796-8326-bab37933e353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5709 | 2025.03.01 05:28:38.438973 [ 4 ] {59526f0e-3540-4796-8326-bab37933e353} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5710 | 2025.03.01 05:28:38.439210 [ 4 ] {59526f0e-3540-4796-8326-bab37933e353} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5711 | 2025.03.01 05:28:38.439441 [ 4 ] {59526f0e-3540-4796-8326-bab37933e353} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec. | ||
| 5712 | 2025.03.01 05:28:38.439499 [ 4 ] {59526f0e-3540-4796-8326-bab37933e353} <Debug> TCPHandler: Processed in 0.001552521 sec. | ||
| 5713 | 2025.03.01 05:28:38.439622 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5714 | 2025.03.01 05:28:38.439735 [ 4 ] {8e7634ba-8f86-4e13-be7d-03651d2936ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5715 | 2025.03.01 05:28:38.439805 [ 4 ] {8e7634ba-8f86-4e13-be7d-03651d2936ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5716 | 2025.03.01 05:28:38.440972 [ 4 ] {8e7634ba-8f86-4e13-be7d-03651d2936ca} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5717 | 2025.03.01 05:28:38.441018 [ 4 ] {8e7634ba-8f86-4e13-be7d-03651d2936ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5718 | 2025.03.01 05:28:38.441875 [ 4 ] {8e7634ba-8f86-4e13-be7d-03651d2936ca} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5719 | 2025.03.01 05:28:38.442254 [ 4 ] {8e7634ba-8f86-4e13-be7d-03651d2936ca} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5720 | 2025.03.01 05:28:38.442537 [ 4 ] {8e7634ba-8f86-4e13-be7d-03651d2936ca} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00284 sec., 4577.4647887323945 rows/sec., 8.20 MiB/sec. | ||
| 5721 | 2025.03.01 05:28:38.442702 [ 4 ] {8e7634ba-8f86-4e13-be7d-03651d2936ca} <Debug> TCPHandler: Processed in 0.003161023 sec. | ||
| 5722 | 2025.03.01 05:28:38.442853 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5723 | 2025.03.01 05:28:38.442985 [ 4 ] {e33445a6-3762-4015-b8a2-8d48f0382fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5724 | 2025.03.01 05:28:38.443044 [ 4 ] {e33445a6-3762-4015-b8a2-8d48f0382fca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5725 | 2025.03.01 05:28:38.443683 [ 4 ] {e33445a6-3762-4015-b8a2-8d48f0382fca} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5726 | 2025.03.01 05:28:38.443732 [ 4 ] {e33445a6-3762-4015-b8a2-8d48f0382fca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5727 | 2025.03.01 05:28:38.444227 [ 4 ] {e33445a6-3762-4015-b8a2-8d48f0382fca} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5728 | 2025.03.01 05:28:38.444483 [ 4 ] {e33445a6-3762-4015-b8a2-8d48f0382fca} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5729 | 2025.03.01 05:28:38.444710 [ 4 ] {e33445a6-3762-4015-b8a2-8d48f0382fca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001707 sec., 48037.492677211485 rows/sec., 3.05 MiB/sec. | ||
| 5730 | 2025.03.01 05:28:38.444763 [ 4 ] {e33445a6-3762-4015-b8a2-8d48f0382fca} <Debug> TCPHandler: Processed in 0.001935717 sec. | ||
| 5731 | 2025.03.01 05:28:39.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.61 MiB, peak 201.27 MiB, free memory in arenas 0.00 B, will set to 195.31 MiB (RSS), difference: -1.30 MiB | ||
| 5732 | 2025.03.01 05:28:43.416967 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5733 | 2025.03.01 05:28:43.417174 [ 4 ] {48d7c3a2-004b-4c55-b5a7-14cfa90a3cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5734 | 2025.03.01 05:28:43.417249 [ 4 ] {48d7c3a2-004b-4c55-b5a7-14cfa90a3cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5735 | 2025.03.01 05:28:43.418076 [ 4 ] {48d7c3a2-004b-4c55-b5a7-14cfa90a3cb8} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5736 | 2025.03.01 05:28:43.418127 [ 4 ] {48d7c3a2-004b-4c55-b5a7-14cfa90a3cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5737 | 2025.03.01 05:28:43.418560 [ 4 ] {48d7c3a2-004b-4c55-b5a7-14cfa90a3cb8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5738 | 2025.03.01 05:28:43.418827 [ 4 ] {48d7c3a2-004b-4c55-b5a7-14cfa90a3cb8} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5739 | 2025.03.01 05:28:43.419052 [ 4 ] {48d7c3a2-004b-4c55-b5a7-14cfa90a3cb8} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.00193 sec., 55958.54922279793 rows/sec., 4.68 MiB/sec. | ||
| 5740 | 2025.03.01 05:28:43.419112 [ 4 ] {48d7c3a2-004b-4c55-b5a7-14cfa90a3cb8} <Debug> TCPHandler: Processed in 0.002279121 sec. | ||
| 5741 | 2025.03.01 05:28:43.419246 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5742 | 2025.03.01 05:28:43.419354 [ 4 ] {5e71a584-022b-401e-aa1f-d03647ace3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5743 | 2025.03.01 05:28:43.419400 [ 4 ] {5e71a584-022b-401e-aa1f-d03647ace3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5744 | 2025.03.01 05:28:43.419938 [ 4 ] {5e71a584-022b-401e-aa1f-d03647ace3d0} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5745 | 2025.03.01 05:28:43.420003 [ 4 ] {5e71a584-022b-401e-aa1f-d03647ace3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5746 | 2025.03.01 05:28:43.420377 [ 4 ] {5e71a584-022b-401e-aa1f-d03647ace3d0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5747 | 2025.03.01 05:28:43.420616 [ 4 ] {5e71a584-022b-401e-aa1f-d03647ace3d0} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5748 | 2025.03.01 05:28:43.420826 [ 4 ] {5e71a584-022b-401e-aa1f-d03647ace3d0} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001495 sec., 17391.304347826088 rows/sec., 1.28 MiB/sec. | ||
| 5749 | 2025.03.01 05:28:43.420878 [ 4 ] {5e71a584-022b-401e-aa1f-d03647ace3d0} <Debug> TCPHandler: Processed in 0.001682693 sec. | ||
| 5750 | 2025.03.01 05:28:43.420992 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5751 | 2025.03.01 05:28:43.421097 [ 4 ] {5d9dcd7a-323e-4b86-bf1d-503247fa4494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5752 | 2025.03.01 05:28:43.421142 [ 4 ] {5d9dcd7a-323e-4b86-bf1d-503247fa4494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5753 | 2025.03.01 05:28:43.421718 [ 4 ] {5d9dcd7a-323e-4b86-bf1d-503247fa4494} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5754 | 2025.03.01 05:28:43.421758 [ 4 ] {5d9dcd7a-323e-4b86-bf1d-503247fa4494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5755 | 2025.03.01 05:28:43.422113 [ 4 ] {5d9dcd7a-323e-4b86-bf1d-503247fa4494} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5756 | 2025.03.01 05:28:43.422358 [ 4 ] {5d9dcd7a-323e-4b86-bf1d-503247fa4494} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5757 | 2025.03.01 05:28:43.422566 [ 4 ] {5d9dcd7a-323e-4b86-bf1d-503247fa4494} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00149 sec., 60402.68456375839 rows/sec., 4.72 MiB/sec. | ||
| 5758 | 2025.03.01 05:28:43.422618 [ 4 ] {5d9dcd7a-323e-4b86-bf1d-503247fa4494} <Debug> TCPHandler: Processed in 0.001676262 sec. | ||
| 5759 | 2025.03.01 05:28:43.422734 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5760 | 2025.03.01 05:28:43.422839 [ 4 ] {b966ebff-6fb6-4caa-98e9-be2d8e8d4b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5761 | 2025.03.01 05:28:43.422889 [ 4 ] {b966ebff-6fb6-4caa-98e9-be2d8e8d4b6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5762 | 2025.03.01 05:28:43.423421 [ 4 ] {b966ebff-6fb6-4caa-98e9-be2d8e8d4b6a} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5763 | 2025.03.01 05:28:43.423463 [ 4 ] {b966ebff-6fb6-4caa-98e9-be2d8e8d4b6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5764 | 2025.03.01 05:28:43.423848 [ 4 ] {b966ebff-6fb6-4caa-98e9-be2d8e8d4b6a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5765 | 2025.03.01 05:28:43.424089 [ 4 ] {b966ebff-6fb6-4caa-98e9-be2d8e8d4b6a} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5766 | 2025.03.01 05:28:43.424332 [ 4 ] {b966ebff-6fb6-4caa-98e9-be2d8e8d4b6a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001508 sec., 106100.79575596817 rows/sec., 7.39 MiB/sec. | ||
| 5767 | 2025.03.01 05:28:43.424414 [ 4 ] {b966ebff-6fb6-4caa-98e9-be2d8e8d4b6a} <Debug> TCPHandler: Processed in 0.001731543 sec. | ||
| 5768 | 2025.03.01 05:28:43.424658 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5769 | 2025.03.01 05:28:43.424780 [ 4 ] {094b86de-da23-4e5c-b47e-4fe7b13b1116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5770 | 2025.03.01 05:28:43.424854 [ 4 ] {094b86de-da23-4e5c-b47e-4fe7b13b1116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5771 | 2025.03.01 05:28:43.425981 [ 4 ] {094b86de-da23-4e5c-b47e-4fe7b13b1116} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5772 | 2025.03.01 05:28:43.426021 [ 4 ] {094b86de-da23-4e5c-b47e-4fe7b13b1116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5773 | 2025.03.01 05:28:43.426687 [ 4 ] {094b86de-da23-4e5c-b47e-4fe7b13b1116} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5774 | 2025.03.01 05:28:43.426946 [ 4 ] {094b86de-da23-4e5c-b47e-4fe7b13b1116} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5775 | 2025.03.01 05:28:43.427191 [ 4 ] {094b86de-da23-4e5c-b47e-4fe7b13b1116} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002434 sec., 10682.004930156121 rows/sec., 19.14 MiB/sec. | ||
| 5776 | 2025.03.01 05:28:43.427292 [ 4 ] {094b86de-da23-4e5c-b47e-4fe7b13b1116} <Debug> TCPHandler: Processed in 0.002721816 sec. | ||
| 5777 | 2025.03.01 05:28:43.427426 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5778 | 2025.03.01 05:28:43.427532 [ 4 ] {3ce78a70-32da-474c-b4c2-b8c1b2438c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5779 | 2025.03.01 05:28:43.427579 [ 4 ] {3ce78a70-32da-474c-b4c2-b8c1b2438c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5780 | 2025.03.01 05:28:43.428019 [ 4 ] {3ce78a70-32da-474c-b4c2-b8c1b2438c96} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5781 | 2025.03.01 05:28:43.428058 [ 4 ] {3ce78a70-32da-474c-b4c2-b8c1b2438c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5782 | 2025.03.01 05:28:43.428406 [ 4 ] {3ce78a70-32da-474c-b4c2-b8c1b2438c96} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5783 | 2025.03.01 05:28:43.428657 [ 4 ] {3ce78a70-32da-474c-b4c2-b8c1b2438c96} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5784 | 2025.03.01 05:28:43.428882 [ 4 ] {3ce78a70-32da-474c-b4c2-b8c1b2438c96} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
| 5785 | 2025.03.01 05:28:43.428960 [ 4 ] {3ce78a70-32da-474c-b4c2-b8c1b2438c96} <Debug> TCPHandler: Processed in 0.001585231 sec. | ||
| 5786 | 2025.03.01 05:28:44.812538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 5787 | 2025.03.01 05:28:44.813553 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5788 | 2025.03.01 05:28:44.813594 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5789 | 2025.03.01 05:28:44.814193 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5790 | 2025.03.01 05:28:44.814452 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5791 | 2025.03.01 05:28:44.814716 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 5792 | 2025.03.01 05:28:45.739066 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5793 | 2025.03.01 05:28:45.760513 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5794 | 2025.03.01 05:28:45.760579 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5795 | 2025.03.01 05:28:45.768310 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5796 | 2025.03.01 05:28:45.769133 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5797 | 2025.03.01 05:28:45.772259 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5798 | 2025.03.01 05:28:47.373343 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 832 | ||
| 5799 | 2025.03.01 05:28:47.376577 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5800 | 2025.03.01 05:28:47.376636 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5801 | 2025.03.01 05:28:47.378140 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5802 | 2025.03.01 05:28:47.378468 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5803 | 2025.03.01 05:28:47.378776 [ 47 ] {} <Debug> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5804 | 2025.03.01 05:28:47.378971 [ 47 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5805 | 2025.03.01 05:28:47.379130 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5806 | 2025.03.01 05:28:47.379956 [ 189 ] {a815b5b4-7616-4377-8f2c-f800840f715c::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 | ||
| 5807 | 2025.03.01 05:28:47.380653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 832 | ||
| 5808 | 2025.03.01 05:28:47.381169 [ 189 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5809 | 2025.03.01 05:28:47.381349 [ 189 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 658 rows starting from the beginning of the part | ||
| 5810 | 2025.03.01 05:28:47.382015 [ 189 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part | ||
| 5811 | 2025.03.01 05:28:47.382661 [ 189 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part | ||
| 5812 | 2025.03.01 05:28:47.383272 [ 189 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
| 5813 | 2025.03.01 05:28:47.383893 [ 189 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
| 5814 | 2025.03.01 05:28:47.384553 [ 189 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 5815 | 2025.03.01 05:28:47.392484 [ 197 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 832 rows, containing 72 columns (72 merged, 0 gathered) in 0.013116477 sec., 63431.66690262942 rows/sec., 52.52 MiB/sec. | ||
| 5816 | 2025.03.01 05:28:47.393931 [ 190 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5817 | 2025.03.01 05:28:47.394702 [ 190 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_21_4} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5818 | 2025.03.01 05:28:47.394782 [ 190 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_21_4} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5819 | 2025.03.01 05:28:47.395097 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 5820 | 2025.03.01 05:28:48.421605 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5821 | 2025.03.01 05:28:48.421834 [ 4 ] {7dac311f-c079-4d25-86ab-a64849185388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5822 | 2025.03.01 05:28:48.421919 [ 4 ] {7dac311f-c079-4d25-86ab-a64849185388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5823 | 2025.03.01 05:28:48.422804 [ 4 ] {7dac311f-c079-4d25-86ab-a64849185388} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5824 | 2025.03.01 05:28:48.422859 [ 4 ] {7dac311f-c079-4d25-86ab-a64849185388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5825 | 2025.03.01 05:28:48.423303 [ 4 ] {7dac311f-c079-4d25-86ab-a64849185388} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5826 | 2025.03.01 05:28:48.423556 [ 4 ] {7dac311f-c079-4d25-86ab-a64849185388} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5827 | 2025.03.01 05:28:48.423790 [ 4 ] {7dac311f-c079-4d25-86ab-a64849185388} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002016 sec., 105158.73015873016 rows/sec., 6.69 MiB/sec. | ||
| 5828 | 2025.03.01 05:28:48.423858 [ 4 ] {7dac311f-c079-4d25-86ab-a64849185388} <Debug> TCPHandler: Processed in 0.002402172 sec. | ||
| 5829 | 2025.03.01 05:28:48.423974 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5830 | 2025.03.01 05:28:48.424083 [ 4 ] {d9b7fd7c-d995-4f3e-9aa4-cb924ff50ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5831 | 2025.03.01 05:28:48.424132 [ 4 ] {d9b7fd7c-d995-4f3e-9aa4-cb924ff50ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5832 | 2025.03.01 05:28:48.424896 [ 4 ] {d9b7fd7c-d995-4f3e-9aa4-cb924ff50ba9} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5833 | 2025.03.01 05:28:48.424939 [ 4 ] {d9b7fd7c-d995-4f3e-9aa4-cb924ff50ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5834 | 2025.03.01 05:28:48.425344 [ 4 ] {d9b7fd7c-d995-4f3e-9aa4-cb924ff50ba9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5835 | 2025.03.01 05:28:48.425584 [ 4 ] {d9b7fd7c-d995-4f3e-9aa4-cb924ff50ba9} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5836 | 2025.03.01 05:28:48.425826 [ 4 ] {d9b7fd7c-d995-4f3e-9aa4-cb924ff50ba9} <Debug> executeQuery: Read 643 rows, 51.91 KiB in 0.001758 sec., 365756.5415244596 rows/sec., 28.84 MiB/sec. | ||
| 5837 | 2025.03.01 05:28:48.425900 [ 4 ] {d9b7fd7c-d995-4f3e-9aa4-cb924ff50ba9} <Debug> TCPHandler: Processed in 0.001979836 sec. | ||
| 5838 | 2025.03.01 05:28:48.426159 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5839 | 2025.03.01 05:28:48.426271 [ 4 ] {c7a1833f-4150-4d59-ba1f-964a08242b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5840 | 2025.03.01 05:28:48.426319 [ 4 ] {c7a1833f-4150-4d59-ba1f-964a08242b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5841 | 2025.03.01 05:28:48.426882 [ 4 ] {c7a1833f-4150-4d59-ba1f-964a08242b4e} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5842 | 2025.03.01 05:28:48.426923 [ 4 ] {c7a1833f-4150-4d59-ba1f-964a08242b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5843 | 2025.03.01 05:28:48.427281 [ 4 ] {c7a1833f-4150-4d59-ba1f-964a08242b4e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5844 | 2025.03.01 05:28:48.427520 [ 4 ] {c7a1833f-4150-4d59-ba1f-964a08242b4e} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5845 | 2025.03.01 05:28:48.427687 [ 155 ] {} <Debug> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 5846 | 2025.03.01 05:28:48.427750 [ 4 ] {c7a1833f-4150-4d59-ba1f-964a08242b4e} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.001501 sec., 79280.47968021319 rows/sec., 4.79 MiB/sec. | ||
| 5847 | 2025.03.01 05:28:48.427777 [ 155 ] {} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5848 | 2025.03.01 05:28:48.427847 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5849 | 2025.03.01 05:28:48.427864 [ 4 ] {c7a1833f-4150-4d59-ba1f-964a08242b4e} <Debug> TCPHandler: Processed in 0.001804994 sec. | ||
| 5850 | 2025.03.01 05:28:48.428163 [ 191 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 5851 | 2025.03.01 05:28:48.428183 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5852 | 2025.03.01 05:28:48.428512 [ 4 ] {511384a5-4861-46d1-8e3d-06225de9efc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5853 | 2025.03.01 05:28:48.428529 [ 191 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5854 | 2025.03.01 05:28:48.428605 [ 191 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 163 rows starting from the beginning of the part | ||
| 5855 | 2025.03.01 05:28:48.428610 [ 4 ] {511384a5-4861-46d1-8e3d-06225de9efc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5856 | 2025.03.01 05:28:48.428946 [ 191 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 135 rows starting from the beginning of the part | ||
| 5857 | 2025.03.01 05:28:48.429238 [ 191 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part | ||
| 5858 | 2025.03.01 05:28:48.429603 [ 191 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 119 rows starting from the beginning of the part | ||
| 5859 | 2025.03.01 05:28:48.429927 [ 191 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part | ||
| 5860 | 2025.03.01 05:28:48.430267 [ 191 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 119 rows starting from the beginning of the part | ||
| 5861 | 2025.03.01 05:28:48.431240 [ 4 ] {511384a5-4861-46d1-8e3d-06225de9efc9} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5862 | 2025.03.01 05:28:48.431314 [ 4 ] {511384a5-4861-46d1-8e3d-06225de9efc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 5863 | 2025.03.01 05:28:48.432314 [ 4 ] {511384a5-4861-46d1-8e3d-06225de9efc9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5864 | 2025.03.01 05:28:48.432882 [ 4 ] {511384a5-4861-46d1-8e3d-06225de9efc9} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5865 | 2025.03.01 05:28:48.433073 [ 191 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 5 columns (5 merged, 0 gathered) in 0.005125139 sec., 114728.59565369837 rows/sec., 7.62 MiB/sec. | ||
| 5866 | 2025.03.01 05:28:48.433315 [ 4 ] {511384a5-4861-46d1-8e3d-06225de9efc9} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00488 sec., 23155.737704918032 rows/sec., 1.50 MiB/sec. | ||
| 5867 | 2025.03.01 05:28:48.433446 [ 4 ] {511384a5-4861-46d1-8e3d-06225de9efc9} <Debug> TCPHandler: Processed in 0.005374252 sec. | ||
| 5868 | 2025.03.01 05:28:48.433450 [ 190 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 5869 | 2025.03.01 05:28:48.433645 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5870 | 2025.03.01 05:28:48.433833 [ 4 ] {46e379b4-ba84-4766-83ad-555e202ff16f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5871 | 2025.03.01 05:28:48.433911 [ 4 ] {46e379b4-ba84-4766-83ad-555e202ff16f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5872 | 2025.03.01 05:28:48.434053 [ 190 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_35_7} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5873 | 2025.03.01 05:28:48.434269 [ 190 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_35_7} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 5874 | 2025.03.01 05:28:48.434493 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 5875 | 2025.03.01 05:28:48.434898 [ 4 ] {46e379b4-ba84-4766-83ad-555e202ff16f} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5876 | 2025.03.01 05:28:48.434943 [ 4 ] {46e379b4-ba84-4766-83ad-555e202ff16f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5877 | 2025.03.01 05:28:48.435308 [ 4 ] {46e379b4-ba84-4766-83ad-555e202ff16f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5878 | 2025.03.01 05:28:48.435547 [ 4 ] {46e379b4-ba84-4766-83ad-555e202ff16f} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5879 | 2025.03.01 05:28:48.435757 [ 4 ] {46e379b4-ba84-4766-83ad-555e202ff16f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00198 sec., 56565.656565656565 rows/sec., 3.22 MiB/sec. | ||
| 5880 | 2025.03.01 05:28:48.435812 [ 4 ] {46e379b4-ba84-4766-83ad-555e202ff16f} <Debug> TCPHandler: Processed in 0.00224734 sec. | ||
| 5881 | 2025.03.01 05:28:48.435934 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5882 | 2025.03.01 05:28:48.436045 [ 4 ] {9019be39-67b8-4856-b4ea-8abcd754f3c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5883 | 2025.03.01 05:28:48.436092 [ 4 ] {9019be39-67b8-4856-b4ea-8abcd754f3c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5884 | 2025.03.01 05:28:48.436773 [ 4 ] {9019be39-67b8-4856-b4ea-8abcd754f3c9} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5885 | 2025.03.01 05:28:48.436815 [ 4 ] {9019be39-67b8-4856-b4ea-8abcd754f3c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5886 | 2025.03.01 05:28:48.437203 [ 4 ] {9019be39-67b8-4856-b4ea-8abcd754f3c9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5887 | 2025.03.01 05:28:48.437444 [ 4 ] {9019be39-67b8-4856-b4ea-8abcd754f3c9} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5888 | 2025.03.01 05:28:48.437662 [ 4 ] {9019be39-67b8-4856-b4ea-8abcd754f3c9} <Debug> executeQuery: Read 395 rows, 28.63 KiB in 0.001639 sec., 241000.6101281269 rows/sec., 17.06 MiB/sec. | ||
| 5889 | 2025.03.01 05:28:48.437715 [ 4 ] {9019be39-67b8-4856-b4ea-8abcd754f3c9} <Debug> TCPHandler: Processed in 0.001834535 sec. | ||
| 5890 | 2025.03.01 05:28:48.437849 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5891 | 2025.03.01 05:28:48.437984 [ 4 ] {2f933095-bf63-4dad-88f1-8549376ddb12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5892 | 2025.03.01 05:28:48.438040 [ 4 ] {2f933095-bf63-4dad-88f1-8549376ddb12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5893 | 2025.03.01 05:28:48.438566 [ 4 ] {2f933095-bf63-4dad-88f1-8549376ddb12} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5894 | 2025.03.01 05:28:48.438606 [ 4 ] {2f933095-bf63-4dad-88f1-8549376ddb12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5895 | 2025.03.01 05:28:48.438962 [ 4 ] {2f933095-bf63-4dad-88f1-8549376ddb12} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5896 | 2025.03.01 05:28:48.439206 [ 4 ] {2f933095-bf63-4dad-88f1-8549376ddb12} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5897 | 2025.03.01 05:28:48.439463 [ 4 ] {2f933095-bf63-4dad-88f1-8549376ddb12} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec. | ||
| 5898 | 2025.03.01 05:28:48.439657 [ 4 ] {2f933095-bf63-4dad-88f1-8549376ddb12} <Debug> TCPHandler: Processed in 0.001869835 sec. | ||
| 5899 | 2025.03.01 05:28:48.439831 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5900 | 2025.03.01 05:28:48.439936 [ 4 ] {919f734c-b6e7-4ee1-bca4-133d6dc6c080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5901 | 2025.03.01 05:28:48.439986 [ 4 ] {919f734c-b6e7-4ee1-bca4-133d6dc6c080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5902 | 2025.03.01 05:28:48.440530 [ 4 ] {919f734c-b6e7-4ee1-bca4-133d6dc6c080} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5903 | 2025.03.01 05:28:48.440569 [ 4 ] {919f734c-b6e7-4ee1-bca4-133d6dc6c080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5904 | 2025.03.01 05:28:48.440945 [ 4 ] {919f734c-b6e7-4ee1-bca4-133d6dc6c080} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5905 | 2025.03.01 05:28:48.441176 [ 4 ] {919f734c-b6e7-4ee1-bca4-133d6dc6c080} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5906 | 2025.03.01 05:28:48.441378 [ 4 ] {919f734c-b6e7-4ee1-bca4-133d6dc6c080} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001465 sec., 161774.74402730376 rows/sec., 10.84 MiB/sec. | ||
| 5907 | 2025.03.01 05:28:48.441433 [ 4 ] {919f734c-b6e7-4ee1-bca4-133d6dc6c080} <Debug> TCPHandler: Processed in 0.001651863 sec. | ||
| 5908 | 2025.03.01 05:28:48.441562 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5909 | 2025.03.01 05:28:48.441690 [ 4 ] {0a90e3f9-5520-4f44-a8f8-71af2df14612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5910 | 2025.03.01 05:28:48.441748 [ 4 ] {0a90e3f9-5520-4f44-a8f8-71af2df14612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5911 | 2025.03.01 05:28:48.442258 [ 4 ] {0a90e3f9-5520-4f44-a8f8-71af2df14612} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5912 | 2025.03.01 05:28:48.442305 [ 4 ] {0a90e3f9-5520-4f44-a8f8-71af2df14612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5913 | 2025.03.01 05:28:48.442684 [ 4 ] {0a90e3f9-5520-4f44-a8f8-71af2df14612} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5914 | 2025.03.01 05:28:48.442920 [ 4 ] {0a90e3f9-5520-4f44-a8f8-71af2df14612} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5915 | 2025.03.01 05:28:48.443074 [ 155 ] {} <Debug> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5916 | 2025.03.01 05:28:48.443133 [ 155 ] {} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5917 | 2025.03.01 05:28:48.443165 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5918 | 2025.03.01 05:28:48.443173 [ 4 ] {0a90e3f9-5520-4f44-a8f8-71af2df14612} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001506 sec., 664.0106241699867 rows/sec., 44.74 KiB/sec. | ||
| 5919 | 2025.03.01 05:28:48.443438 [ 4 ] {0a90e3f9-5520-4f44-a8f8-71af2df14612} <Debug> TCPHandler: Processed in 0.001931626 sec. | ||
| 5920 | 2025.03.01 05:28:48.443751 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 5921 | 2025.03.01 05:28:48.443810 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5922 | 2025.03.01 05:28:48.444091 [ 4 ] {1ed4fb79-ae35-47ef-a208-3049475a3cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5923 | 2025.03.01 05:28:48.444108 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5924 | 2025.03.01 05:28:48.444207 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
| 5925 | 2025.03.01 05:28:48.444259 [ 4 ] {1ed4fb79-ae35-47ef-a208-3049475a3cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5926 | 2025.03.01 05:28:48.444561 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5927 | 2025.03.01 05:28:48.444961 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 5928 | 2025.03.01 05:28:48.445325 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 5929 | 2025.03.01 05:28:48.445696 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 5930 | 2025.03.01 05:28:48.446089 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 5931 | 2025.03.01 05:28:48.449829 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.006551519 sec., 3052.7271614414917 rows/sec., 205.70 KiB/sec. | ||
| 5932 | 2025.03.01 05:28:48.450017 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5933 | 2025.03.01 05:28:48.450334 [ 4 ] {1ed4fb79-ae35-47ef-a208-3049475a3cf9} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5934 | 2025.03.01 05:28:48.450395 [ 4 ] {1ed4fb79-ae35-47ef-a208-3049475a3cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5935 | 2025.03.01 05:28:48.450658 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_20_4} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5936 | 2025.03.01 05:28:48.450879 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_20_4} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5937 | 2025.03.01 05:28:48.451048 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.21 MiB. | ||
| 5938 | 2025.03.01 05:28:48.451492 [ 4 ] {1ed4fb79-ae35-47ef-a208-3049475a3cf9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5939 | 2025.03.01 05:28:48.451760 [ 4 ] {1ed4fb79-ae35-47ef-a208-3049475a3cf9} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5940 | 2025.03.01 05:28:48.452010 [ 4 ] {1ed4fb79-ae35-47ef-a208-3049475a3cf9} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008016 sec., 1621.756487025948 rows/sec., 2.91 MiB/sec. | ||
| 5941 | 2025.03.01 05:28:48.452122 [ 4 ] {1ed4fb79-ae35-47ef-a208-3049475a3cf9} <Debug> TCPHandler: Processed in 0.008435324 sec. | ||
| 5942 | 2025.03.01 05:28:48.452266 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5943 | 2025.03.01 05:28:48.452374 [ 4 ] {2f82d1fb-fadf-4288-8bf4-66714411f53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5944 | 2025.03.01 05:28:48.452422 [ 4 ] {2f82d1fb-fadf-4288-8bf4-66714411f53a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5945 | 2025.03.01 05:28:48.452869 [ 4 ] {2f82d1fb-fadf-4288-8bf4-66714411f53a} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5946 | 2025.03.01 05:28:48.452909 [ 4 ] {2f82d1fb-fadf-4288-8bf4-66714411f53a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5947 | 2025.03.01 05:28:48.453278 [ 4 ] {2f82d1fb-fadf-4288-8bf4-66714411f53a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5948 | 2025.03.01 05:28:48.453509 [ 4 ] {2f82d1fb-fadf-4288-8bf4-66714411f53a} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5949 | 2025.03.01 05:28:48.453761 [ 4 ] {2f82d1fb-fadf-4288-8bf4-66714411f53a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001401 sec., 58529.621698786585 rows/sec., 3.72 MiB/sec. | ||
| 5950 | 2025.03.01 05:28:48.453925 [ 4 ] {2f82d1fb-fadf-4288-8bf4-66714411f53a} <Debug> TCPHandler: Processed in 0.001705473 sec. | ||
| 5951 | 2025.03.01 05:28:52.189810 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5952 | 2025.03.01 05:28:52.189862 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5953 | 2025.03.01 05:28:52.314902 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 5954 | 2025.03.01 05:28:52.315864 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5955 | 2025.03.01 05:28:52.315920 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5956 | 2025.03.01 05:28:52.316456 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5957 | 2025.03.01 05:28:52.316715 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5958 | 2025.03.01 05:28:52.316938 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5959 | 2025.03.01 05:28:53.272359 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5960 | 2025.03.01 05:28:53.294561 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5961 | 2025.03.01 05:28:53.294630 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 5962 | 2025.03.01 05:28:53.302208 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5963 | 2025.03.01 05:28:53.302981 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5964 | 2025.03.01 05:28:53.306666 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5965 | 2025.03.01 05:28:53.416470 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5966 | 2025.03.01 05:28:53.416772 [ 4 ] {ef668e5d-f380-4f0c-ad7d-d9fd908d4206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5967 | 2025.03.01 05:28:53.416847 [ 4 ] {ef668e5d-f380-4f0c-ad7d-d9fd908d4206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5968 | 2025.03.01 05:28:53.417675 [ 4 ] {ef668e5d-f380-4f0c-ad7d-d9fd908d4206} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5969 | 2025.03.01 05:28:53.417720 [ 4 ] {ef668e5d-f380-4f0c-ad7d-d9fd908d4206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 5970 | 2025.03.01 05:28:53.418157 [ 4 ] {ef668e5d-f380-4f0c-ad7d-d9fd908d4206} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5971 | 2025.03.01 05:28:53.418411 [ 4 ] {ef668e5d-f380-4f0c-ad7d-d9fd908d4206} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5972 | 2025.03.01 05:28:53.418610 [ 131 ] {} <Debug> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5973 | 2025.03.01 05:28:53.418673 [ 4 ] {ef668e5d-f380-4f0c-ad7d-d9fd908d4206} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001956 sec., 55214.72392638037 rows/sec., 4.62 MiB/sec. | ||
| 5974 | 2025.03.01 05:28:53.418681 [ 131 ] {} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5975 | 2025.03.01 05:28:53.418753 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 5976 | 2025.03.01 05:28:53.418814 [ 4 ] {ef668e5d-f380-4f0c-ad7d-d9fd908d4206} <Debug> TCPHandler: Processed in 0.002532324 sec. | ||
| 5977 | 2025.03.01 05:28:53.418996 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::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 | ||
| 5978 | 2025.03.01 05:28:53.419041 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5979 | 2025.03.01 05:28:53.419231 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5980 | 2025.03.01 05:28:53.419258 [ 4 ] {7b577404-e5a3-4116-96b7-d9f78073cdb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5981 | 2025.03.01 05:28:53.419286 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1844 rows starting from the beginning of the part | ||
| 5982 | 2025.03.01 05:28:53.419344 [ 4 ] {7b577404-e5a3-4116-96b7-d9f78073cdb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5983 | 2025.03.01 05:28:53.419664 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 108 rows starting from the beginning of the part | ||
| 5984 | 2025.03.01 05:28:53.419961 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 643 rows starting from the beginning of the part | ||
| 5985 | 2025.03.01 05:28:53.420283 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 108 rows starting from the beginning of the part | ||
| 5986 | 2025.03.01 05:28:53.420689 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 643 rows starting from the beginning of the part | ||
| 5987 | 2025.03.01 05:28:53.421080 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 108 rows starting from the beginning of the part | ||
| 5988 | 2025.03.01 05:28:53.422255 [ 4 ] {7b577404-e5a3-4116-96b7-d9f78073cdb4} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5989 | 2025.03.01 05:28:53.422306 [ 4 ] {7b577404-e5a3-4116-96b7-d9f78073cdb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 5990 | 2025.03.01 05:28:53.423260 [ 4 ] {7b577404-e5a3-4116-96b7-d9f78073cdb4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5991 | 2025.03.01 05:28:53.423671 [ 4 ] {7b577404-e5a3-4116-96b7-d9f78073cdb4} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5992 | 2025.03.01 05:28:53.423958 [ 4 ] {7b577404-e5a3-4116-96b7-d9f78073cdb4} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00476 sec., 5462.184873949579 rows/sec., 410.73 KiB/sec. | ||
| 5993 | 2025.03.01 05:28:53.424028 [ 4 ] {7b577404-e5a3-4116-96b7-d9f78073cdb4} <Debug> TCPHandler: Processed in 0.005057419 sec. | ||
| 5994 | 2025.03.01 05:28:53.424230 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5995 | 2025.03.01 05:28:53.424440 [ 4 ] {2e0ed879-b1e2-4075-862a-6586fe9eb910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5996 | 2025.03.01 05:28:53.424479 [ 190 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3454 rows, containing 5 columns (5 merged, 0 gathered) in 0.005614395 sec., 615204.3096362118 rows/sec., 51.94 MiB/sec. | ||
| 5997 | 2025.03.01 05:28:53.424509 [ 4 ] {2e0ed879-b1e2-4075-862a-6586fe9eb910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5998 | 2025.03.01 05:28:53.424966 [ 190 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5999 | 2025.03.01 05:28:53.425615 [ 190 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_41_8} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6000 | 2025.03.01 05:28:53.425710 [ 4 ] {2e0ed879-b1e2-4075-862a-6586fe9eb910} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6001 | 2025.03.01 05:28:53.425765 [ 4 ] {2e0ed879-b1e2-4075-862a-6586fe9eb910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6002 | 2025.03.01 05:28:53.425783 [ 190 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_41_8} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6003 | 2025.03.01 05:28:53.425969 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 6004 | 2025.03.01 05:28:53.426270 [ 4 ] {2e0ed879-b1e2-4075-862a-6586fe9eb910} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6005 | 2025.03.01 05:28:53.426522 [ 4 ] {2e0ed879-b1e2-4075-862a-6586fe9eb910} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6006 | 2025.03.01 05:28:53.426697 [ 131 ] {} <Debug> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6007 | 2025.03.01 05:28:53.426766 [ 4 ] {2e0ed879-b1e2-4075-862a-6586fe9eb910} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00237 sec., 37974.68354430379 rows/sec., 2.97 MiB/sec. | ||
| 6008 | 2025.03.01 05:28:53.426782 [ 131 ] {} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6009 | 2025.03.01 05:28:53.426880 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6010 | 2025.03.01 05:28:53.426900 [ 4 ] {2e0ed879-b1e2-4075-862a-6586fe9eb910} <Debug> TCPHandler: Processed in 0.002756857 sec. | ||
| 6011 | 2025.03.01 05:28:53.427155 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6012 | 2025.03.01 05:28:53.427157 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::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 | ||
| 6013 | 2025.03.01 05:28:53.427348 [ 4 ] {3568a5da-5cde-4e30-b8bc-58a1b56bdb3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6014 | 2025.03.01 05:28:53.427460 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6015 | 2025.03.01 05:28:53.427471 [ 4 ] {3568a5da-5cde-4e30-b8bc-58a1b56bdb3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6016 | 2025.03.01 05:28:53.427533 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 6017 | 2025.03.01 05:28:53.427914 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 90 rows starting from the beginning of the part | ||
| 6018 | 2025.03.01 05:28:53.428292 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 395 rows starting from the beginning of the part | ||
| 6019 | 2025.03.01 05:28:53.428659 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 90 rows starting from the beginning of the part | ||
| 6020 | 2025.03.01 05:28:53.429014 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 395 rows starting from the beginning of the part | ||
| 6021 | 2025.03.01 05:28:53.429226 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 90 rows starting from the beginning of the part | ||
| 6022 | 2025.03.01 05:28:53.430215 [ 4 ] {3568a5da-5cde-4e30-b8bc-58a1b56bdb3a} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6023 | 2025.03.01 05:28:53.430286 [ 4 ] {3568a5da-5cde-4e30-b8bc-58a1b56bdb3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6024 | 2025.03.01 05:28:53.431326 [ 4 ] {3568a5da-5cde-4e30-b8bc-58a1b56bdb3a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6025 | 2025.03.01 05:28:53.431791 [ 4 ] {3568a5da-5cde-4e30-b8bc-58a1b56bdb3a} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6026 | 2025.03.01 05:28:53.432026 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6027 | 2025.03.01 05:28:53.432098 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6028 | 2025.03.01 05:28:53.432162 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6029 | 2025.03.01 05:28:53.432328 [ 4 ] {3568a5da-5cde-4e30-b8bc-58a1b56bdb3a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005016 sec., 31897.92663476874 rows/sec., 2.22 MiB/sec. | ||
| 6030 | 2025.03.01 05:28:53.432724 [ 187 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 6031 | 2025.03.01 05:28:53.432754 [ 4 ] {3568a5da-5cde-4e30-b8bc-58a1b56bdb3a} <Debug> TCPHandler: Processed in 0.005669396 sec. | ||
| 6032 | 2025.03.01 05:28:53.433078 [ 201 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1973 rows, containing 5 columns (5 merged, 0 gathered) in 0.006048822 sec., 326179.2130765296 rows/sec., 24.94 MiB/sec. | ||
| 6033 | 2025.03.01 05:28:53.433121 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6034 | 2025.03.01 05:28:53.433161 [ 187 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6035 | 2025.03.01 05:28:53.433234 [ 187 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 13602 rows starting from the beginning of the part | ||
| 6036 | 2025.03.01 05:28:53.433384 [ 4 ] {1ace8d95-c172-480f-a99f-9e1c31c9ae8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6037 | 2025.03.01 05:28:53.433414 [ 196 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6038 | 2025.03.01 05:28:53.433669 [ 187 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 6039 | 2025.03.01 05:28:53.433966 [ 4 ] {1ace8d95-c172-480f-a99f-9e1c31c9ae8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6040 | 2025.03.01 05:28:53.434192 [ 187 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
| 6041 | 2025.03.01 05:28:53.434700 [ 187 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 6042 | 2025.03.01 05:28:53.435114 [ 196 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_41_8} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6043 | 2025.03.01 05:28:53.435239 [ 187 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 6044 | 2025.03.01 05:28:53.435688 [ 187 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 6045 | 2025.03.01 05:28:53.435744 [ 196 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_41_8} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6046 | 2025.03.01 05:28:53.436292 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 6047 | 2025.03.01 05:28:53.439465 [ 4 ] {1ace8d95-c172-480f-a99f-9e1c31c9ae8d} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6048 | 2025.03.01 05:28:53.439538 [ 4 ] {1ace8d95-c172-480f-a99f-9e1c31c9ae8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6049 | 2025.03.01 05:28:53.440998 [ 4 ] {1ace8d95-c172-480f-a99f-9e1c31c9ae8d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6050 | 2025.03.01 05:28:53.441336 [ 4 ] {1ace8d95-c172-480f-a99f-9e1c31c9ae8d} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6051 | 2025.03.01 05:28:53.441540 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6052 | 2025.03.01 05:28:53.441615 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6053 | 2025.03.01 05:28:53.441647 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6054 | 2025.03.01 05:28:53.441676 [ 4 ] {1ace8d95-c172-480f-a99f-9e1c31c9ae8d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008401 sec., 3094.869658374003 rows/sec., 5.55 MiB/sec. | ||
| 6055 | 2025.03.01 05:28:53.441999 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::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 | ||
| 6056 | 2025.03.01 05:28:53.442133 [ 4 ] {1ace8d95-c172-480f-a99f-9e1c31c9ae8d} <Debug> TCPHandler: Processed in 0.009123652 sec. | ||
| 6057 | 2025.03.01 05:28:53.442588 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6058 | 2025.03.01 05:28:53.442985 [ 4 ] {f42e168e-044f-44d3-909a-47cb7dfbdc76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6059 | 2025.03.01 05:28:53.443013 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6060 | 2025.03.01 05:28:53.443250 [ 4 ] {f42e168e-044f-44d3-909a-47cb7dfbdc76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6061 | 2025.03.01 05:28:53.443437 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 542 rows starting from the beginning of the part | ||
| 6062 | 2025.03.01 05:28:53.443644 [ 187 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14556 rows, containing 5 columns (5 merged, 0 gathered) in 0.011310453 sec., 1286951.1062023777 rows/sec., 86.89 MiB/sec. | ||
| 6063 | 2025.03.01 05:28:53.444291 [ 187 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6064 | 2025.03.01 05:28:53.444941 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part | ||
| 6065 | 2025.03.01 05:28:53.445481 [ 187 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6066 | 2025.03.01 05:28:53.445951 [ 187 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6067 | 2025.03.01 05:28:53.446085 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 6068 | 2025.03.01 05:28:53.446208 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.70 MiB. | ||
| 6069 | 2025.03.01 05:28:53.446852 [ 4 ] {f42e168e-044f-44d3-909a-47cb7dfbdc76} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6070 | 2025.03.01 05:28:53.446951 [ 4 ] {f42e168e-044f-44d3-909a-47cb7dfbdc76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6071 | 2025.03.01 05:28:53.446955 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part | ||
| 6072 | 2025.03.01 05:28:53.447652 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 6073 | 2025.03.01 05:28:53.448257 [ 199 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part | ||
| 6074 | 2025.03.01 05:28:53.448299 [ 4 ] {f42e168e-044f-44d3-909a-47cb7dfbdc76} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6075 | 2025.03.01 05:28:53.448955 [ 4 ] {f42e168e-044f-44d3-909a-47cb7dfbdc76} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6076 | 2025.03.01 05:28:53.449302 [ 131 ] {} <Debug> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6077 | 2025.03.01 05:28:53.449383 [ 131 ] {} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6078 | 2025.03.01 05:28:53.449464 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6079 | 2025.03.01 05:28:53.449532 [ 4 ] {f42e168e-044f-44d3-909a-47cb7dfbdc76} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006745 sec., 8895.478131949592 rows/sec., 613.88 KiB/sec. | ||
| 6080 | 2025.03.01 05:28:53.449838 [ 4 ] {f42e168e-044f-44d3-909a-47cb7dfbdc76} <Debug> TCPHandler: Processed in 0.007340039 sec. | ||
| 6081 | 2025.03.01 05:28:53.450298 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 6082 | 2025.03.01 05:28:53.450702 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6083 | 2025.03.01 05:28:53.450738 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2556 rows starting from the beginning of the part | ||
| 6084 | 2025.03.01 05:28:53.450874 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 6085 | 2025.03.01 05:28:53.451075 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 6086 | 2025.03.01 05:28:53.451361 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 6087 | 2025.03.01 05:28:53.451719 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 6088 | 2025.03.01 05:28:53.452043 [ 194 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 6089 | 2025.03.01 05:28:53.455993 [ 200 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2900 rows, containing 4 columns (4 merged, 0 gathered) in 0.006233524 sec., 465226.41125629743 rows/sec., 30.33 MiB/sec. | ||
| 6090 | 2025.03.01 05:28:53.456889 [ 200 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6091 | 2025.03.01 05:28:53.457288 [ 200 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_41_8} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6092 | 2025.03.01 05:28:53.457400 [ 200 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_41_8} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6093 | 2025.03.01 05:28:53.457487 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 6094 | 2025.03.01 05:28:53.461136 [ 193 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 646 rows, containing 19 columns (19 merged, 0 gathered) in 0.019375512 sec., 33341.05441961998 rows/sec., 59.75 MiB/sec. | ||
| 6095 | 2025.03.01 05:28:53.461956 [ 188 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6096 | 2025.03.01 05:28:53.462371 [ 188 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6097 | 2025.03.01 05:28:53.462448 [ 188 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6098 | 2025.03.01 05:28:53.462586 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.53 MiB. | ||
| 6099 | 2025.03.01 05:28:54.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.91 MiB, peak 204.40 MiB, free memory in arenas 0.00 B, will set to 199.31 MiB (RSS), difference: 2.40 MiB | ||
| 6100 | 2025.03.01 05:28:57.381003 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 866 | ||
| 6101 | 2025.03.01 05:28:57.384479 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6102 | 2025.03.01 05:28:57.384535 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6103 | 2025.03.01 05:28:57.386017 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6104 | 2025.03.01 05:28:57.386330 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6105 | 2025.03.01 05:28:57.386974 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 866 | ||
| 6106 | 2025.03.01 05:28:57.641606 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6107 | 2025.03.01 05:28:57.641832 [ 4 ] {54736b7b-530a-4283-bd87-b5b2ba2f23ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6108 | 2025.03.01 05:28:57.641915 [ 4 ] {54736b7b-530a-4283-bd87-b5b2ba2f23ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6109 | 2025.03.01 05:28:57.642863 [ 4 ] {54736b7b-530a-4283-bd87-b5b2ba2f23ec} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6110 | 2025.03.01 05:28:57.642924 [ 4 ] {54736b7b-530a-4283-bd87-b5b2ba2f23ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6111 | 2025.03.01 05:28:57.643409 [ 4 ] {54736b7b-530a-4283-bd87-b5b2ba2f23ec} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6112 | 2025.03.01 05:28:57.643692 [ 4 ] {54736b7b-530a-4283-bd87-b5b2ba2f23ec} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6113 | 2025.03.01 05:28:57.643859 [ 148 ] {} <Debug> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6114 | 2025.03.01 05:28:57.643904 [ 148 ] {} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6115 | 2025.03.01 05:28:57.643919 [ 4 ] {54736b7b-530a-4283-bd87-b5b2ba2f23ec} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002146 sec., 98788.44361602982 rows/sec., 6.28 MiB/sec. | ||
| 6116 | 2025.03.01 05:28:57.643931 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6117 | 2025.03.01 05:28:57.644040 [ 4 ] {54736b7b-530a-4283-bd87-b5b2ba2f23ec} <Debug> TCPHandler: Processed in 0.002581815 sec. | ||
| 6118 | 2025.03.01 05:28:57.644074 [ 188 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::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 | ||
| 6119 | 2025.03.01 05:28:57.644188 [ 188 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6120 | 2025.03.01 05:28:57.644194 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6121 | 2025.03.01 05:28:57.644226 [ 188 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 212 rows starting from the beginning of the part | ||
| 6122 | 2025.03.01 05:28:57.644344 [ 188 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part | ||
| 6123 | 2025.03.01 05:28:57.644380 [ 4 ] {02941563-952b-4d1e-b8c7-16c1f1af337b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6124 | 2025.03.01 05:28:57.644506 [ 4 ] {02941563-952b-4d1e-b8c7-16c1f1af337b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6125 | 2025.03.01 05:28:57.644572 [ 188 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part | ||
| 6126 | 2025.03.01 05:28:57.644986 [ 188 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part | ||
| 6127 | 2025.03.01 05:28:57.645147 [ 188 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part | ||
| 6128 | 2025.03.01 05:28:57.646627 [ 197 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.002618695 sec., 404781.7710729963 rows/sec., 27.29 MiB/sec. | ||
| 6129 | 2025.03.01 05:28:57.646898 [ 186 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6130 | 2025.03.01 05:28:57.647053 [ 4 ] {02941563-952b-4d1e-b8c7-16c1f1af337b} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6131 | 2025.03.01 05:28:57.647114 [ 4 ] {02941563-952b-4d1e-b8c7-16c1f1af337b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6132 | 2025.03.01 05:28:57.647453 [ 186 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_21_5} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6133 | 2025.03.01 05:28:57.647670 [ 186 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_21_5} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6134 | 2025.03.01 05:28:57.647821 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 6135 | 2025.03.01 05:28:57.647963 [ 4 ] {02941563-952b-4d1e-b8c7-16c1f1af337b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6136 | 2025.03.01 05:28:57.648224 [ 4 ] {02941563-952b-4d1e-b8c7-16c1f1af337b} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6137 | 2025.03.01 05:28:57.648633 [ 4 ] {02941563-952b-4d1e-b8c7-16c1f1af337b} <Debug> executeQuery: Read 1783 rows, 148.03 KiB in 0.004294 sec., 415230.5542617606 rows/sec., 33.67 MiB/sec. | ||
| 6138 | 2025.03.01 05:28:57.648790 [ 4 ] {02941563-952b-4d1e-b8c7-16c1f1af337b} <Debug> TCPHandler: Processed in 0.004656972 sec. | ||
| 6139 | 2025.03.01 05:28:57.648918 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6140 | 2025.03.01 05:28:57.649030 [ 4 ] {3469266e-ce63-459a-9517-3449ecc71460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6141 | 2025.03.01 05:28:57.649079 [ 4 ] {3469266e-ce63-459a-9517-3449ecc71460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6142 | 2025.03.01 05:28:57.649667 [ 4 ] {3469266e-ce63-459a-9517-3449ecc71460} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6143 | 2025.03.01 05:28:57.649706 [ 4 ] {3469266e-ce63-459a-9517-3449ecc71460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6144 | 2025.03.01 05:28:57.650058 [ 4 ] {3469266e-ce63-459a-9517-3449ecc71460} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6145 | 2025.03.01 05:28:57.650309 [ 4 ] {3469266e-ce63-459a-9517-3449ecc71460} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6146 | 2025.03.01 05:28:57.650491 [ 4 ] {3469266e-ce63-459a-9517-3449ecc71460} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.001487 sec., 80026.89979825151 rows/sec., 4.84 MiB/sec. | ||
| 6147 | 2025.03.01 05:28:57.650543 [ 4 ] {3469266e-ce63-459a-9517-3449ecc71460} <Debug> TCPHandler: Processed in 0.001677753 sec. | ||
| 6148 | 2025.03.01 05:28:57.650667 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6149 | 2025.03.01 05:28:57.650771 [ 4 ] {c32036f4-7a9e-49c6-98ba-b726cd425740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6150 | 2025.03.01 05:28:57.650815 [ 4 ] {c32036f4-7a9e-49c6-98ba-b726cd425740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6151 | 2025.03.01 05:28:57.651450 [ 4 ] {c32036f4-7a9e-49c6-98ba-b726cd425740} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6152 | 2025.03.01 05:28:57.651488 [ 4 ] {c32036f4-7a9e-49c6-98ba-b726cd425740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6153 | 2025.03.01 05:28:57.651845 [ 4 ] {c32036f4-7a9e-49c6-98ba-b726cd425740} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6154 | 2025.03.01 05:28:57.652076 [ 4 ] {c32036f4-7a9e-49c6-98ba-b726cd425740} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6155 | 2025.03.01 05:28:57.652196 [ 148 ] {} <Debug> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6156 | 2025.03.01 05:28:57.652237 [ 148 ] {} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6157 | 2025.03.01 05:28:57.652261 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6158 | 2025.03.01 05:28:57.652264 [ 4 ] {c32036f4-7a9e-49c6-98ba-b726cd425740} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001513 sec., 225380.03965631197 rows/sec., 15.04 MiB/sec. | ||
| 6159 | 2025.03.01 05:28:57.652418 [ 4 ] {c32036f4-7a9e-49c6-98ba-b726cd425740} <Debug> TCPHandler: Processed in 0.001800784 sec. | ||
| 6160 | 2025.03.01 05:28:57.652531 [ 189 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::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 | ||
| 6161 | 2025.03.01 05:28:57.652603 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6162 | 2025.03.01 05:28:57.652841 [ 4 ] {05d0e3da-2110-43c8-ae95-ab34f9aa1354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6163 | 2025.03.01 05:28:57.652848 [ 189 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6164 | 2025.03.01 05:28:57.652934 [ 4 ] {05d0e3da-2110-43c8-ae95-ab34f9aa1354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6165 | 2025.03.01 05:28:57.652939 [ 189 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 341 rows starting from the beginning of the part | ||
| 6166 | 2025.03.01 05:28:57.653318 [ 189 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part | ||
| 6167 | 2025.03.01 05:28:57.653689 [ 189 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 341 rows starting from the beginning of the part | ||
| 6168 | 2025.03.01 05:28:57.654110 [ 189 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part | ||
| 6169 | 2025.03.01 05:28:57.654437 [ 189 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
| 6170 | 2025.03.01 05:28:57.654792 [ 189 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 341 rows starting from the beginning of the part | ||
| 6171 | 2025.03.01 05:28:57.655888 [ 4 ] {05d0e3da-2110-43c8-ae95-ab34f9aa1354} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6172 | 2025.03.01 05:28:57.655962 [ 4 ] {05d0e3da-2110-43c8-ae95-ab34f9aa1354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6173 | 2025.03.01 05:28:57.656925 [ 4 ] {05d0e3da-2110-43c8-ae95-ab34f9aa1354} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6174 | 2025.03.01 05:28:57.657333 [ 4 ] {05d0e3da-2110-43c8-ae95-ab34f9aa1354} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6175 | 2025.03.01 05:28:57.657561 [ 148 ] {} <Debug> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6176 | 2025.03.01 05:28:57.657695 [ 148 ] {} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6177 | 2025.03.01 05:28:57.657783 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6178 | 2025.03.01 05:28:57.657999 [ 4 ] {05d0e3da-2110-43c8-ae95-ab34f9aa1354} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005203 sec., 21526.042667691716 rows/sec., 1.23 MiB/sec. | ||
| 6179 | 2025.03.01 05:28:57.658338 [ 4 ] {05d0e3da-2110-43c8-ae95-ab34f9aa1354} <Debug> TCPHandler: Processed in 0.005804748 sec. | ||
| 6180 | 2025.03.01 05:28:57.658349 [ 189 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1362 rows, containing 5 columns (5 merged, 0 gathered) in 0.005974951 sec., 227951.66018934717 rows/sec., 15.97 MiB/sec. | ||
| 6181 | 2025.03.01 05:28:57.658457 [ 191 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::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 | ||
| 6182 | 2025.03.01 05:28:57.658593 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6183 | 2025.03.01 05:28:57.658744 [ 190 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6184 | 2025.03.01 05:28:57.658905 [ 191 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6185 | 2025.03.01 05:28:57.658922 [ 4 ] {8edd0461-6c08-4cca-8923-5185826fc458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6186 | 2025.03.01 05:28:57.659028 [ 191 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 112 rows starting from the beginning of the part | ||
| 6187 | 2025.03.01 05:28:57.659122 [ 4 ] {8edd0461-6c08-4cca-8923-5185826fc458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6188 | 2025.03.01 05:28:57.659471 [ 191 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part | ||
| 6189 | 2025.03.01 05:28:57.659577 [ 191 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part | ||
| 6190 | 2025.03.01 05:28:57.659685 [ 191 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part | ||
| 6191 | 2025.03.01 05:28:57.659799 [ 191 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part | ||
| 6192 | 2025.03.01 05:28:57.660419 [ 190 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_21_4} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6193 | 2025.03.01 05:28:57.660565 [ 190 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_21_4} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6194 | 2025.03.01 05:28:57.661334 [ 193 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003347395 sec., 167294.26912569327 rows/sec., 10.17 MiB/sec. | ||
| 6195 | 2025.03.01 05:28:57.661547 [ 198 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6196 | 2025.03.01 05:28:57.661903 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 6197 | 2025.03.01 05:28:57.662437 [ 198 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_21_5} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6198 | 2025.03.01 05:28:57.662593 [ 198 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_21_5} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6199 | 2025.03.01 05:28:57.662688 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6200 | 2025.03.01 05:28:57.663235 [ 4 ] {8edd0461-6c08-4cca-8923-5185826fc458} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6201 | 2025.03.01 05:28:57.663284 [ 4 ] {8edd0461-6c08-4cca-8923-5185826fc458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6202 | 2025.03.01 05:28:57.663711 [ 4 ] {8edd0461-6c08-4cca-8923-5185826fc458} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6203 | 2025.03.01 05:28:57.663972 [ 4 ] {8edd0461-6c08-4cca-8923-5185826fc458} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6204 | 2025.03.01 05:28:57.664162 [ 4 ] {8edd0461-6c08-4cca-8923-5185826fc458} <Debug> executeQuery: Read 851 rows, 62.92 KiB in 0.005379 sec., 158207.84532440975 rows/sec., 11.42 MiB/sec. | ||
| 6205 | 2025.03.01 05:28:57.664260 [ 4 ] {8edd0461-6c08-4cca-8923-5185826fc458} <Debug> TCPHandler: Processed in 0.005762578 sec. | ||
| 6206 | 2025.03.01 05:28:57.664418 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6207 | 2025.03.01 05:28:57.664522 [ 4 ] {e9eb2883-628b-4481-a50f-8a2eeec11498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6208 | 2025.03.01 05:28:57.664570 [ 4 ] {e9eb2883-628b-4481-a50f-8a2eeec11498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6209 | 2025.03.01 05:28:57.665027 [ 4 ] {e9eb2883-628b-4481-a50f-8a2eeec11498} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6210 | 2025.03.01 05:28:57.665064 [ 4 ] {e9eb2883-628b-4481-a50f-8a2eeec11498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6211 | 2025.03.01 05:28:57.665418 [ 4 ] {e9eb2883-628b-4481-a50f-8a2eeec11498} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6212 | 2025.03.01 05:28:57.665657 [ 4 ] {e9eb2883-628b-4481-a50f-8a2eeec11498} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6213 | 2025.03.01 05:28:57.665783 [ 148 ] {} <Debug> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6214 | 2025.03.01 05:28:57.665836 [ 148 ] {} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6215 | 2025.03.01 05:28:57.665846 [ 4 ] {e9eb2883-628b-4481-a50f-8a2eeec11498} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 233.24 KiB/sec. | ||
| 6216 | 2025.03.01 05:28:57.665867 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6217 | 2025.03.01 05:28:57.665930 [ 4 ] {e9eb2883-628b-4481-a50f-8a2eeec11498} <Debug> TCPHandler: Processed in 0.001571701 sec. | ||
| 6218 | 2025.03.01 05:28:57.666225 [ 196 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::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 | ||
| 6219 | 2025.03.01 05:28:57.666268 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6220 | 2025.03.01 05:28:57.666624 [ 4 ] {f5b34eb7-32b8-4649-b3cd-72b727750978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6221 | 2025.03.01 05:28:57.666648 [ 196 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6222 | 2025.03.01 05:28:57.666688 [ 196 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 6223 | 2025.03.01 05:28:57.666693 [ 4 ] {f5b34eb7-32b8-4649-b3cd-72b727750978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6224 | 2025.03.01 05:28:57.666914 [ 196 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6225 | 2025.03.01 05:28:57.667239 [ 196 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 6226 | 2025.03.01 05:28:57.667549 [ 196 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 6227 | 2025.03.01 05:28:57.667853 [ 196 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 6228 | 2025.03.01 05:28:57.668097 [ 196 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 6229 | 2025.03.01 05:28:57.669011 [ 4 ] {f5b34eb7-32b8-4649-b3cd-72b727750978} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6230 | 2025.03.01 05:28:57.669060 [ 4 ] {f5b34eb7-32b8-4649-b3cd-72b727750978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6231 | 2025.03.01 05:28:57.669512 [ 198 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.003562377 sec., 35369.64223606879 rows/sec., 1.80 MiB/sec. | ||
| 6232 | 2025.03.01 05:28:57.669734 [ 198 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6233 | 2025.03.01 05:28:57.669870 [ 4 ] {f5b34eb7-32b8-4649-b3cd-72b727750978} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6234 | 2025.03.01 05:28:57.670206 [ 198 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_21_4} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6235 | 2025.03.01 05:28:57.670348 [ 4 ] {f5b34eb7-32b8-4649-b3cd-72b727750978} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6236 | 2025.03.01 05:28:57.670363 [ 198 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_21_4} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6237 | 2025.03.01 05:28:57.670539 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6238 | 2025.03.01 05:28:57.670723 [ 4 ] {f5b34eb7-32b8-4649-b3cd-72b727750978} <Debug> executeQuery: Read 1083 rows, 74.10 KiB in 0.004226 sec., 256270.70515854238 rows/sec., 17.12 MiB/sec. | ||
| 6239 | 2025.03.01 05:28:57.670790 [ 4 ] {f5b34eb7-32b8-4649-b3cd-72b727750978} <Debug> TCPHandler: Processed in 0.004629113 sec. | ||
| 6240 | 2025.03.01 05:28:57.670909 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6241 | 2025.03.01 05:28:57.671015 [ 4 ] {c009b468-313a-4781-a516-41305895af02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6242 | 2025.03.01 05:28:57.671063 [ 4 ] {c009b468-313a-4781-a516-41305895af02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6243 | 2025.03.01 05:28:57.671498 [ 4 ] {c009b468-313a-4781-a516-41305895af02} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6244 | 2025.03.01 05:28:57.671537 [ 4 ] {c009b468-313a-4781-a516-41305895af02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6245 | 2025.03.01 05:28:57.671906 [ 4 ] {c009b468-313a-4781-a516-41305895af02} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6246 | 2025.03.01 05:28:57.672175 [ 4 ] {c009b468-313a-4781-a516-41305895af02} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6247 | 2025.03.01 05:28:57.672388 [ 4 ] {c009b468-313a-4781-a516-41305895af02} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001394 sec., 717.3601147776184 rows/sec., 48.34 KiB/sec. | ||
| 6248 | 2025.03.01 05:28:57.672439 [ 4 ] {c009b468-313a-4781-a516-41305895af02} <Debug> TCPHandler: Processed in 0.001580991 sec. | ||
| 6249 | 2025.03.01 05:28:57.672566 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6250 | 2025.03.01 05:28:57.672670 [ 4 ] {33ec70b0-c711-460a-a4c3-b7e7d9bd134a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6251 | 2025.03.01 05:28:57.672736 [ 4 ] {33ec70b0-c711-460a-a4c3-b7e7d9bd134a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6252 | 2025.03.01 05:28:57.673781 [ 4 ] {33ec70b0-c711-460a-a4c3-b7e7d9bd134a} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6253 | 2025.03.01 05:28:57.673820 [ 4 ] {33ec70b0-c711-460a-a4c3-b7e7d9bd134a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6254 | 2025.03.01 05:28:57.674431 [ 4 ] {33ec70b0-c711-460a-a4c3-b7e7d9bd134a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6255 | 2025.03.01 05:28:57.674685 [ 4 ] {33ec70b0-c711-460a-a4c3-b7e7d9bd134a} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6256 | 2025.03.01 05:28:57.674927 [ 4 ] {33ec70b0-c711-460a-a4c3-b7e7d9bd134a} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002278 sec., 5706.760316066725 rows/sec., 10.23 MiB/sec. | ||
| 6257 | 2025.03.01 05:28:57.675020 [ 4 ] {33ec70b0-c711-460a-a4c3-b7e7d9bd134a} <Debug> TCPHandler: Processed in 0.002505634 sec. | ||
| 6258 | 2025.03.01 05:28:57.675159 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6259 | 2025.03.01 05:28:57.675265 [ 4 ] {04233a06-51af-403e-bf10-ca2cb918b328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6260 | 2025.03.01 05:28:57.675312 [ 4 ] {04233a06-51af-403e-bf10-ca2cb918b328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6261 | 2025.03.01 05:28:57.675755 [ 4 ] {04233a06-51af-403e-bf10-ca2cb918b328} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6262 | 2025.03.01 05:28:57.675794 [ 4 ] {04233a06-51af-403e-bf10-ca2cb918b328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6263 | 2025.03.01 05:28:57.676143 [ 4 ] {04233a06-51af-403e-bf10-ca2cb918b328} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6264 | 2025.03.01 05:28:57.676382 [ 4 ] {04233a06-51af-403e-bf10-ca2cb918b328} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6265 | 2025.03.01 05:28:57.676588 [ 4 ] {04233a06-51af-403e-bf10-ca2cb918b328} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001344 sec., 61011.90476190476 rows/sec., 3.88 MiB/sec. | ||
| 6266 | 2025.03.01 05:28:57.676638 [ 4 ] {04233a06-51af-403e-bf10-ca2cb918b328} <Debug> TCPHandler: Processed in 0.001529811 sec. | ||
| 6267 | 2025.03.01 05:28:59.817135 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6268 | 2025.03.01 05:28:59.818280 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6269 | 2025.03.01 05:28:59.818320 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6270 | 2025.03.01 05:28:59.818838 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6271 | 2025.03.01 05:28:59.819094 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6272 | 2025.03.01 05:28:59.819251 [ 144 ] {} <Debug> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6273 | 2025.03.01 05:28:59.819289 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6274 | 2025.03.01 05:28:59.819307 [ 144 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6275 | 2025.03.01 05:28:59.819337 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6276 | 2025.03.01 05:28:59.819498 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::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 | ||
| 6277 | 2025.03.01 05:28:59.819681 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6278 | 2025.03.01 05:28:59.819731 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::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 | ||
| 6279 | 2025.03.01 05:28:59.819821 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 6280 | 2025.03.01 05:28:59.820048 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 6281 | 2025.03.01 05:28:59.820333 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 6282 | 2025.03.01 05:28:59.820536 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 6283 | 2025.03.01 05:28:59.820714 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 6284 | 2025.03.01 05:28:59.823350 [ 191 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003930303 sec., 3616260.6292695506 rows/sec., 51.73 MiB/sec. | ||
| 6285 | 2025.03.01 05:28:59.823919 [ 191 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6286 | 2025.03.01 05:28:59.824252 [ 191 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_31_6} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6287 | 2025.03.01 05:28:59.824347 [ 191 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_31_6} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6288 | 2025.03.01 05:28:59.824471 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6289 | 2025.03.01 05:29:00.806764 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6290 | 2025.03.01 05:29:00.829346 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6291 | 2025.03.01 05:29:00.829408 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6292 | 2025.03.01 05:29:00.838074 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6293 | 2025.03.01 05:29:00.838996 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6294 | 2025.03.01 05:29:00.839309 [ 143 ] {} <Debug> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6295 | 2025.03.01 05:29:00.839368 [ 143 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6296 | 2025.03.01 05:29:00.839411 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6297 | 2025.03.01 05:29:00.840441 [ 193 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 6298 | 2025.03.01 05:29:00.858920 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6299 | 2025.03.01 05:29:00.860649 [ 193 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6300 | 2025.03.01 05:29:00.862101 [ 193 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 6301 | 2025.03.01 05:29:00.867798 [ 193 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 6302 | 2025.03.01 05:29:00.873615 [ 193 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 6303 | 2025.03.01 05:29:00.879423 [ 193 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 6304 | 2025.03.01 05:29:00.885224 [ 193 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 6305 | 2025.03.01 05:29:00.889934 [ 193 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 6306 | 2025.03.01 05:29:00.950632 [ 200 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.111068927 sec., 2106.799861314947 rows/sec., 10.89 MiB/sec. | ||
| 6307 | 2025.03.01 05:29:00.954321 [ 194 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6308 | 2025.03.01 05:29:00.957419 [ 194 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_31_6} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6309 | 2025.03.01 05:29:00.957565 [ 194 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_31_6} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6310 | 2025.03.01 05:29:00.960041 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6311 | 2025.03.01 05:29:03.417245 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6312 | 2025.03.01 05:29:03.417477 [ 4 ] {a93b5149-7a40-4747-b543-3c8e3fbdcf03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6313 | 2025.03.01 05:29:03.417559 [ 4 ] {a93b5149-7a40-4747-b543-3c8e3fbdcf03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6314 | 2025.03.01 05:29:03.418445 [ 4 ] {a93b5149-7a40-4747-b543-3c8e3fbdcf03} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6315 | 2025.03.01 05:29:03.418490 [ 4 ] {a93b5149-7a40-4747-b543-3c8e3fbdcf03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6316 | 2025.03.01 05:29:03.418935 [ 4 ] {a93b5149-7a40-4747-b543-3c8e3fbdcf03} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6317 | 2025.03.01 05:29:03.419210 [ 4 ] {a93b5149-7a40-4747-b543-3c8e3fbdcf03} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6318 | 2025.03.01 05:29:03.419422 [ 4 ] {a93b5149-7a40-4747-b543-3c8e3fbdcf03} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002005 sec., 53865.33665835412 rows/sec., 4.50 MiB/sec. | ||
| 6319 | 2025.03.01 05:29:03.419490 [ 4 ] {a93b5149-7a40-4747-b543-3c8e3fbdcf03} <Debug> TCPHandler: Processed in 0.002390863 sec. | ||
| 6320 | 2025.03.01 05:29:03.419615 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6321 | 2025.03.01 05:29:03.419730 [ 4 ] {085ceecf-2b46-4685-8713-b53e3216329f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6322 | 2025.03.01 05:29:03.419780 [ 4 ] {085ceecf-2b46-4685-8713-b53e3216329f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6323 | 2025.03.01 05:29:03.420325 [ 4 ] {085ceecf-2b46-4685-8713-b53e3216329f} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6324 | 2025.03.01 05:29:03.420363 [ 4 ] {085ceecf-2b46-4685-8713-b53e3216329f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6325 | 2025.03.01 05:29:03.420718 [ 4 ] {085ceecf-2b46-4685-8713-b53e3216329f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6326 | 2025.03.01 05:29:03.420958 [ 4 ] {085ceecf-2b46-4685-8713-b53e3216329f} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6327 | 2025.03.01 05:29:03.421142 [ 4 ] {085ceecf-2b46-4685-8713-b53e3216329f} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001438 sec., 18080.66759388039 rows/sec., 1.33 MiB/sec. | ||
| 6328 | 2025.03.01 05:29:03.421194 [ 4 ] {085ceecf-2b46-4685-8713-b53e3216329f} <Debug> TCPHandler: Processed in 0.001632842 sec. | ||
| 6329 | 2025.03.01 05:29:03.421320 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6330 | 2025.03.01 05:29:03.421428 [ 4 ] {2c235d6a-163f-43ae-9732-85fc3beb66fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6331 | 2025.03.01 05:29:03.421474 [ 4 ] {2c235d6a-163f-43ae-9732-85fc3beb66fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6332 | 2025.03.01 05:29:03.422020 [ 4 ] {2c235d6a-163f-43ae-9732-85fc3beb66fd} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6333 | 2025.03.01 05:29:03.422059 [ 4 ] {2c235d6a-163f-43ae-9732-85fc3beb66fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6334 | 2025.03.01 05:29:03.422417 [ 4 ] {2c235d6a-163f-43ae-9732-85fc3beb66fd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6335 | 2025.03.01 05:29:03.422662 [ 4 ] {2c235d6a-163f-43ae-9732-85fc3beb66fd} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6336 | 2025.03.01 05:29:03.422854 [ 4 ] {2c235d6a-163f-43ae-9732-85fc3beb66fd} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001449 sec., 62111.801242236026 rows/sec., 4.85 MiB/sec. | ||
| 6337 | 2025.03.01 05:29:03.422974 [ 4 ] {2c235d6a-163f-43ae-9732-85fc3beb66fd} <Debug> TCPHandler: Processed in 0.001704834 sec. | ||
| 6338 | 2025.03.01 05:29:03.423124 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6339 | 2025.03.01 05:29:03.423227 [ 4 ] {1e0509b0-1b66-42da-bb35-d818ee418ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6340 | 2025.03.01 05:29:03.423278 [ 4 ] {1e0509b0-1b66-42da-bb35-d818ee418ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6341 | 2025.03.01 05:29:03.423791 [ 4 ] {1e0509b0-1b66-42da-bb35-d818ee418ff4} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6342 | 2025.03.01 05:29:03.423829 [ 4 ] {1e0509b0-1b66-42da-bb35-d818ee418ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6343 | 2025.03.01 05:29:03.424216 [ 4 ] {1e0509b0-1b66-42da-bb35-d818ee418ff4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6344 | 2025.03.01 05:29:03.424462 [ 4 ] {1e0509b0-1b66-42da-bb35-d818ee418ff4} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6345 | 2025.03.01 05:29:03.424637 [ 4 ] {1e0509b0-1b66-42da-bb35-d818ee418ff4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001431 sec., 111809.92313067785 rows/sec., 7.79 MiB/sec. | ||
| 6346 | 2025.03.01 05:29:03.424688 [ 4 ] {1e0509b0-1b66-42da-bb35-d818ee418ff4} <Debug> TCPHandler: Processed in 0.001623312 sec. | ||
| 6347 | 2025.03.01 05:29:03.424810 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6348 | 2025.03.01 05:29:03.424915 [ 4 ] {5a11d9b7-89da-4b34-b659-17422c70d7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6349 | 2025.03.01 05:29:03.424983 [ 4 ] {5a11d9b7-89da-4b34-b659-17422c70d7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6350 | 2025.03.01 05:29:03.426092 [ 4 ] {5a11d9b7-89da-4b34-b659-17422c70d7f4} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6351 | 2025.03.01 05:29:03.426131 [ 4 ] {5a11d9b7-89da-4b34-b659-17422c70d7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6352 | 2025.03.01 05:29:03.426781 [ 4 ] {5a11d9b7-89da-4b34-b659-17422c70d7f4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6353 | 2025.03.01 05:29:03.427043 [ 4 ] {5a11d9b7-89da-4b34-b659-17422c70d7f4} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6354 | 2025.03.01 05:29:03.427253 [ 4 ] {5a11d9b7-89da-4b34-b659-17422c70d7f4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002359 sec., 11021.619330224672 rows/sec., 19.75 MiB/sec. | ||
| 6355 | 2025.03.01 05:29:03.427359 [ 4 ] {5a11d9b7-89da-4b34-b659-17422c70d7f4} <Debug> TCPHandler: Processed in 0.002599585 sec. | ||
| 6356 | 2025.03.01 05:29:03.427473 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6357 | 2025.03.01 05:29:03.427577 [ 4 ] {38fa51ab-8732-42dd-a880-08c7edb37a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6358 | 2025.03.01 05:29:03.427624 [ 4 ] {38fa51ab-8732-42dd-a880-08c7edb37a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6359 | 2025.03.01 05:29:03.428047 [ 4 ] {38fa51ab-8732-42dd-a880-08c7edb37a11} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6360 | 2025.03.01 05:29:03.428085 [ 4 ] {38fa51ab-8732-42dd-a880-08c7edb37a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6361 | 2025.03.01 05:29:03.428443 [ 4 ] {38fa51ab-8732-42dd-a880-08c7edb37a11} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6362 | 2025.03.01 05:29:03.428688 [ 4 ] {38fa51ab-8732-42dd-a880-08c7edb37a11} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6363 | 2025.03.01 05:29:03.428893 [ 4 ] {38fa51ab-8732-42dd-a880-08c7edb37a11} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00133 sec., 45112.781954887214 rows/sec., 3.04 MiB/sec. | ||
| 6364 | 2025.03.01 05:29:03.428955 [ 4 ] {38fa51ab-8732-42dd-a880-08c7edb37a11} <Debug> TCPHandler: Processed in 0.001533381 sec. | ||
| 6365 | 2025.03.01 05:29:07.189897 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6366 | 2025.03.01 05:29:07.189948 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6367 | 2025.03.01 05:29:07.319443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6368 | 2025.03.01 05:29:07.320191 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6369 | 2025.03.01 05:29:07.320228 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6370 | 2025.03.01 05:29:07.320853 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6371 | 2025.03.01 05:29:07.321114 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6372 | 2025.03.01 05:29:07.321290 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6373 | 2025.03.01 05:29:07.387227 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 900 | ||
| 6374 | 2025.03.01 05:29:07.390511 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6375 | 2025.03.01 05:29:07.390571 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6376 | 2025.03.01 05:29:07.392145 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6377 | 2025.03.01 05:29:07.392475 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6378 | 2025.03.01 05:29:07.393182 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 900 | ||
| 6379 | 2025.03.01 05:29:08.001487 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001054105 sec. | ||
| 6380 | 2025.03.01 05:29:08.359047 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6381 | 2025.03.01 05:29:08.378146 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6382 | 2025.03.01 05:29:08.378225 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6383 | 2025.03.01 05:29:08.385203 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6384 | 2025.03.01 05:29:08.385972 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6385 | 2025.03.01 05:29:08.389502 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6386 | 2025.03.01 05:29:08.422042 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6387 | 2025.03.01 05:29:08.422328 [ 4 ] {40cea5c5-cced-4d47-bc9f-75c75f83391c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6388 | 2025.03.01 05:29:08.422443 [ 4 ] {40cea5c5-cced-4d47-bc9f-75c75f83391c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6389 | 2025.03.01 05:29:08.423615 [ 4 ] {40cea5c5-cced-4d47-bc9f-75c75f83391c} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6390 | 2025.03.01 05:29:08.423659 [ 4 ] {40cea5c5-cced-4d47-bc9f-75c75f83391c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6391 | 2025.03.01 05:29:08.424161 [ 4 ] {40cea5c5-cced-4d47-bc9f-75c75f83391c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6392 | 2025.03.01 05:29:08.424448 [ 4 ] {40cea5c5-cced-4d47-bc9f-75c75f83391c} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6393 | 2025.03.01 05:29:08.424661 [ 4 ] {40cea5c5-cced-4d47-bc9f-75c75f83391c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002419 sec., 87639.52046300123 rows/sec., 5.57 MiB/sec. | ||
| 6394 | 2025.03.01 05:29:08.424732 [ 4 ] {40cea5c5-cced-4d47-bc9f-75c75f83391c} <Debug> TCPHandler: Processed in 0.002826918 sec. | ||
| 6395 | 2025.03.01 05:29:08.424862 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6396 | 2025.03.01 05:29:08.424975 [ 4 ] {a289cc29-e8db-4dc6-b614-8c5ead7be377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6397 | 2025.03.01 05:29:08.425026 [ 4 ] {a289cc29-e8db-4dc6-b614-8c5ead7be377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6398 | 2025.03.01 05:29:08.425887 [ 4 ] {a289cc29-e8db-4dc6-b614-8c5ead7be377} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6399 | 2025.03.01 05:29:08.425928 [ 4 ] {a289cc29-e8db-4dc6-b614-8c5ead7be377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6400 | 2025.03.01 05:29:08.426345 [ 4 ] {a289cc29-e8db-4dc6-b614-8c5ead7be377} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6401 | 2025.03.01 05:29:08.426600 [ 4 ] {a289cc29-e8db-4dc6-b614-8c5ead7be377} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6402 | 2025.03.01 05:29:08.426836 [ 4 ] {a289cc29-e8db-4dc6-b614-8c5ead7be377} <Debug> executeQuery: Read 643 rows, 51.91 KiB in 0.001872 sec., 343482.905982906 rows/sec., 27.08 MiB/sec. | ||
| 6403 | 2025.03.01 05:29:08.426926 [ 4 ] {a289cc29-e8db-4dc6-b614-8c5ead7be377} <Debug> TCPHandler: Processed in 0.002119069 sec. | ||
| 6404 | 2025.03.01 05:29:08.427184 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6405 | 2025.03.01 05:29:08.427313 [ 4 ] {c9ce5870-82eb-4d71-9c41-b5f559e628eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6406 | 2025.03.01 05:29:08.427362 [ 4 ] {c9ce5870-82eb-4d71-9c41-b5f559e628eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6407 | 2025.03.01 05:29:08.427951 [ 4 ] {c9ce5870-82eb-4d71-9c41-b5f559e628eb} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6408 | 2025.03.01 05:29:08.427991 [ 4 ] {c9ce5870-82eb-4d71-9c41-b5f559e628eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6409 | 2025.03.01 05:29:08.428356 [ 4 ] {c9ce5870-82eb-4d71-9c41-b5f559e628eb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6410 | 2025.03.01 05:29:08.428608 [ 4 ] {c9ce5870-82eb-4d71-9c41-b5f559e628eb} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6411 | 2025.03.01 05:29:08.428852 [ 4 ] {c9ce5870-82eb-4d71-9c41-b5f559e628eb} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.00155 sec., 76774.1935483871 rows/sec., 4.64 MiB/sec. | ||
| 6412 | 2025.03.01 05:29:08.428977 [ 4 ] {c9ce5870-82eb-4d71-9c41-b5f559e628eb} <Debug> TCPHandler: Processed in 0.001893625 sec. | ||
| 6413 | 2025.03.01 05:29:08.429213 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6414 | 2025.03.01 05:29:08.429319 [ 4 ] {613befab-bc94-4be0-bd68-d2c6290e11b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6415 | 2025.03.01 05:29:08.429367 [ 4 ] {613befab-bc94-4be0-bd68-d2c6290e11b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6416 | 2025.03.01 05:29:08.429937 [ 4 ] {613befab-bc94-4be0-bd68-d2c6290e11b6} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6417 | 2025.03.01 05:29:08.429977 [ 4 ] {613befab-bc94-4be0-bd68-d2c6290e11b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6418 | 2025.03.01 05:29:08.430333 [ 4 ] {613befab-bc94-4be0-bd68-d2c6290e11b6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6419 | 2025.03.01 05:29:08.430582 [ 4 ] {613befab-bc94-4be0-bd68-d2c6290e11b6} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6420 | 2025.03.01 05:29:08.430895 [ 4 ] {613befab-bc94-4be0-bd68-d2c6290e11b6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001568 sec., 72066.32653061225 rows/sec., 4.66 MiB/sec. | ||
| 6421 | 2025.03.01 05:29:08.431105 [ 4 ] {613befab-bc94-4be0-bd68-d2c6290e11b6} <Debug> TCPHandler: Processed in 0.001964786 sec. | ||
| 6422 | 2025.03.01 05:29:08.431245 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6423 | 2025.03.01 05:29:08.431381 [ 4 ] {31d0f81f-496f-42fe-8d99-c78907dccbae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6424 | 2025.03.01 05:29:08.431438 [ 4 ] {31d0f81f-496f-42fe-8d99-c78907dccbae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6425 | 2025.03.01 05:29:08.432150 [ 4 ] {31d0f81f-496f-42fe-8d99-c78907dccbae} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6426 | 2025.03.01 05:29:08.432191 [ 4 ] {31d0f81f-496f-42fe-8d99-c78907dccbae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6427 | 2025.03.01 05:29:08.432560 [ 4 ] {31d0f81f-496f-42fe-8d99-c78907dccbae} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6428 | 2025.03.01 05:29:08.432803 [ 4 ] {31d0f81f-496f-42fe-8d99-c78907dccbae} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6429 | 2025.03.01 05:29:08.433079 [ 4 ] {31d0f81f-496f-42fe-8d99-c78907dccbae} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001725 sec., 64927.536231884056 rows/sec., 3.70 MiB/sec. | ||
| 6430 | 2025.03.01 05:29:08.433297 [ 4 ] {31d0f81f-496f-42fe-8d99-c78907dccbae} <Debug> TCPHandler: Processed in 0.002113209 sec. | ||
| 6431 | 2025.03.01 05:29:08.433456 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6432 | 2025.03.01 05:29:08.433561 [ 4 ] {daad4df5-03de-40c6-9bc3-f1d4c1e11d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6433 | 2025.03.01 05:29:08.433608 [ 4 ] {daad4df5-03de-40c6-9bc3-f1d4c1e11d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6434 | 2025.03.01 05:29:08.434320 [ 4 ] {daad4df5-03de-40c6-9bc3-f1d4c1e11d81} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6435 | 2025.03.01 05:29:08.434359 [ 4 ] {daad4df5-03de-40c6-9bc3-f1d4c1e11d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6436 | 2025.03.01 05:29:08.434751 [ 4 ] {daad4df5-03de-40c6-9bc3-f1d4c1e11d81} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6437 | 2025.03.01 05:29:08.434997 [ 4 ] {daad4df5-03de-40c6-9bc3-f1d4c1e11d81} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6438 | 2025.03.01 05:29:08.435292 [ 4 ] {daad4df5-03de-40c6-9bc3-f1d4c1e11d81} <Debug> executeQuery: Read 395 rows, 28.63 KiB in 0.001741 sec., 226881.10281447446 rows/sec., 16.06 MiB/sec. | ||
| 6439 | 2025.03.01 05:29:08.435352 [ 4 ] {daad4df5-03de-40c6-9bc3-f1d4c1e11d81} <Debug> TCPHandler: Processed in 0.001948466 sec. | ||
| 6440 | 2025.03.01 05:29:08.435631 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6441 | 2025.03.01 05:29:08.435804 [ 4 ] {c76295b5-c5eb-4726-b864-07e351487c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6442 | 2025.03.01 05:29:08.435855 [ 4 ] {c76295b5-c5eb-4726-b864-07e351487c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6443 | 2025.03.01 05:29:08.436308 [ 4 ] {c76295b5-c5eb-4726-b864-07e351487c59} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6444 | 2025.03.01 05:29:08.436348 [ 4 ] {c76295b5-c5eb-4726-b864-07e351487c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6445 | 2025.03.01 05:29:08.436710 [ 4 ] {c76295b5-c5eb-4726-b864-07e351487c59} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6446 | 2025.03.01 05:29:08.436946 [ 4 ] {c76295b5-c5eb-4726-b864-07e351487c59} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6447 | 2025.03.01 05:29:08.437155 [ 4 ] {c76295b5-c5eb-4726-b864-07e351487c59} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec. | ||
| 6448 | 2025.03.01 05:29:08.437206 [ 4 ] {c76295b5-c5eb-4726-b864-07e351487c59} <Debug> TCPHandler: Processed in 0.001674512 sec. | ||
| 6449 | 2025.03.01 05:29:08.437343 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6450 | 2025.03.01 05:29:08.437449 [ 4 ] {2a9330d7-e45a-4aec-8576-70bece640f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6451 | 2025.03.01 05:29:08.437498 [ 4 ] {2a9330d7-e45a-4aec-8576-70bece640f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6452 | 2025.03.01 05:29:08.438043 [ 4 ] {2a9330d7-e45a-4aec-8576-70bece640f14} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6453 | 2025.03.01 05:29:08.438082 [ 4 ] {2a9330d7-e45a-4aec-8576-70bece640f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6454 | 2025.03.01 05:29:08.438473 [ 4 ] {2a9330d7-e45a-4aec-8576-70bece640f14} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6455 | 2025.03.01 05:29:08.438715 [ 4 ] {2a9330d7-e45a-4aec-8576-70bece640f14} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6456 | 2025.03.01 05:29:08.438923 [ 4 ] {2a9330d7-e45a-4aec-8576-70bece640f14} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001496 sec., 158422.45989304813 rows/sec., 10.62 MiB/sec. | ||
| 6457 | 2025.03.01 05:29:08.438975 [ 4 ] {2a9330d7-e45a-4aec-8576-70bece640f14} <Debug> TCPHandler: Processed in 0.001682623 sec. | ||
| 6458 | 2025.03.01 05:29:08.439092 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6459 | 2025.03.01 05:29:08.439197 [ 4 ] {1ca8691e-73d9-4593-8d88-03f6612cdfa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6460 | 2025.03.01 05:29:08.439244 [ 4 ] {1ca8691e-73d9-4593-8d88-03f6612cdfa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6461 | 2025.03.01 05:29:08.439665 [ 4 ] {1ca8691e-73d9-4593-8d88-03f6612cdfa5} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6462 | 2025.03.01 05:29:08.439703 [ 4 ] {1ca8691e-73d9-4593-8d88-03f6612cdfa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6463 | 2025.03.01 05:29:08.440055 [ 4 ] {1ca8691e-73d9-4593-8d88-03f6612cdfa5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6464 | 2025.03.01 05:29:08.440302 [ 4 ] {1ca8691e-73d9-4593-8d88-03f6612cdfa5} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6465 | 2025.03.01 05:29:08.440569 [ 4 ] {1ca8691e-73d9-4593-8d88-03f6612cdfa5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001384 sec., 722.543352601156 rows/sec., 48.69 KiB/sec. | ||
| 6466 | 2025.03.01 05:29:08.440767 [ 4 ] {1ca8691e-73d9-4593-8d88-03f6612cdfa5} <Debug> TCPHandler: Processed in 0.001723583 sec. | ||
| 6467 | 2025.03.01 05:29:08.440918 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6468 | 2025.03.01 05:29:08.441025 [ 4 ] {2c1b4687-3065-4efa-ac46-c250865ae78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6469 | 2025.03.01 05:29:08.441097 [ 4 ] {2c1b4687-3065-4efa-ac46-c250865ae78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6470 | 2025.03.01 05:29:08.442211 [ 4 ] {2c1b4687-3065-4efa-ac46-c250865ae78d} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6471 | 2025.03.01 05:29:08.442251 [ 4 ] {2c1b4687-3065-4efa-ac46-c250865ae78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6472 | 2025.03.01 05:29:08.442885 [ 4 ] {2c1b4687-3065-4efa-ac46-c250865ae78d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6473 | 2025.03.01 05:29:08.443155 [ 4 ] {2c1b4687-3065-4efa-ac46-c250865ae78d} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6474 | 2025.03.01 05:29:08.443473 [ 4 ] {2c1b4687-3065-4efa-ac46-c250865ae78d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002462 sec., 5280.259951259139 rows/sec., 9.46 MiB/sec. | ||
| 6475 | 2025.03.01 05:29:08.444018 [ 4 ] {2c1b4687-3065-4efa-ac46-c250865ae78d} <Debug> TCPHandler: Processed in 0.003150392 sec. | ||
| 6476 | 2025.03.01 05:29:08.444174 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6477 | 2025.03.01 05:29:08.444282 [ 4 ] {5d4497ae-7077-487b-8f4d-f30f9dec48e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6478 | 2025.03.01 05:29:08.444329 [ 4 ] {5d4497ae-7077-487b-8f4d-f30f9dec48e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6479 | 2025.03.01 05:29:08.444795 [ 4 ] {5d4497ae-7077-487b-8f4d-f30f9dec48e7} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6480 | 2025.03.01 05:29:08.444834 [ 4 ] {5d4497ae-7077-487b-8f4d-f30f9dec48e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6481 | 2025.03.01 05:29:08.445210 [ 4 ] {5d4497ae-7077-487b-8f4d-f30f9dec48e7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6482 | 2025.03.01 05:29:08.445448 [ 4 ] {5d4497ae-7077-487b-8f4d-f30f9dec48e7} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6483 | 2025.03.01 05:29:08.445664 [ 4 ] {5d4497ae-7077-487b-8f4d-f30f9dec48e7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001405 sec., 58362.989323843416 rows/sec., 3.71 MiB/sec. | ||
| 6484 | 2025.03.01 05:29:08.445714 [ 4 ] {5d4497ae-7077-487b-8f4d-f30f9dec48e7} <Debug> TCPHandler: Processed in 0.001591141 sec. | ||
| 6485 | 2025.03.01 05:29:09.000195 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.24 MiB, peak 211.37 MiB, free memory in arenas 0.00 B, will set to 201.11 MiB (RSS), difference: -1.13 MiB | ||
| 6486 | 2025.03.01 05:29:13.417205 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6487 | 2025.03.01 05:29:13.417425 [ 4 ] {769fd15e-b3f8-4533-b207-4092528abac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6488 | 2025.03.01 05:29:13.417504 [ 4 ] {769fd15e-b3f8-4533-b207-4092528abac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6489 | 2025.03.01 05:29:13.418286 [ 4 ] {769fd15e-b3f8-4533-b207-4092528abac7} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6490 | 2025.03.01 05:29:13.418344 [ 4 ] {769fd15e-b3f8-4533-b207-4092528abac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6491 | 2025.03.01 05:29:13.418786 [ 4 ] {769fd15e-b3f8-4533-b207-4092528abac7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6492 | 2025.03.01 05:29:13.419064 [ 4 ] {769fd15e-b3f8-4533-b207-4092528abac7} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6493 | 2025.03.01 05:29:13.419291 [ 4 ] {769fd15e-b3f8-4533-b207-4092528abac7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001911 sec., 1046.5724751439038 rows/sec., 85.34 KiB/sec. | ||
| 6494 | 2025.03.01 05:29:13.419466 [ 4 ] {769fd15e-b3f8-4533-b207-4092528abac7} <Debug> TCPHandler: Processed in 0.002393393 sec. | ||
| 6495 | 2025.03.01 05:29:13.419640 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6496 | 2025.03.01 05:29:13.419754 [ 4 ] {e656ec3e-6817-4446-a4fd-394b4c624b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6497 | 2025.03.01 05:29:13.419808 [ 4 ] {e656ec3e-6817-4446-a4fd-394b4c624b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6498 | 2025.03.01 05:29:13.420444 [ 4 ] {e656ec3e-6817-4446-a4fd-394b4c624b28} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6499 | 2025.03.01 05:29:13.420485 [ 4 ] {e656ec3e-6817-4446-a4fd-394b4c624b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6500 | 2025.03.01 05:29:13.420937 [ 4 ] {e656ec3e-6817-4446-a4fd-394b4c624b28} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6501 | 2025.03.01 05:29:13.421367 [ 4 ] {e656ec3e-6817-4446-a4fd-394b4c624b28} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6502 | 2025.03.01 05:29:13.421594 [ 4 ] {e656ec3e-6817-4446-a4fd-394b4c624b28} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.00186 sec., 58602.15053763441 rows/sec., 4.89 MiB/sec. | ||
| 6503 | 2025.03.01 05:29:13.421698 [ 4 ] {e656ec3e-6817-4446-a4fd-394b4c624b28} <Debug> TCPHandler: Processed in 0.002107729 sec. | ||
| 6504 | 2025.03.01 05:29:13.421953 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6505 | 2025.03.01 05:29:13.422077 [ 4 ] {816e9ba8-49e2-43ab-bafe-7c56018b6337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6506 | 2025.03.01 05:29:13.422129 [ 4 ] {816e9ba8-49e2-43ab-bafe-7c56018b6337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6507 | 2025.03.01 05:29:13.422849 [ 4 ] {816e9ba8-49e2-43ab-bafe-7c56018b6337} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6508 | 2025.03.01 05:29:13.422889 [ 4 ] {816e9ba8-49e2-43ab-bafe-7c56018b6337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6509 | 2025.03.01 05:29:13.423254 [ 4 ] {816e9ba8-49e2-43ab-bafe-7c56018b6337} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6510 | 2025.03.01 05:29:13.423567 [ 4 ] {816e9ba8-49e2-43ab-bafe-7c56018b6337} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6511 | 2025.03.01 05:29:13.423717 [ 128 ] {} <Debug> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 6512 | 2025.03.01 05:29:13.423763 [ 128 ] {} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6513 | 2025.03.01 05:29:13.423785 [ 4 ] {816e9ba8-49e2-43ab-bafe-7c56018b6337} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001732 sec., 16166.281755196305 rows/sec., 1.18 MiB/sec. | ||
| 6514 | 2025.03.01 05:29:13.423790 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6515 | 2025.03.01 05:29:13.423899 [ 4 ] {816e9ba8-49e2-43ab-bafe-7c56018b6337} <Debug> TCPHandler: Processed in 0.002042778 sec. | ||
| 6516 | 2025.03.01 05:29:13.423965 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 6517 | 2025.03.01 05:29:13.424081 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6518 | 2025.03.01 05:29:13.424093 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6519 | 2025.03.01 05:29:13.424136 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 163 rows starting from the beginning of the part | ||
| 6520 | 2025.03.01 05:29:13.424235 [ 4 ] {deea8351-6100-4380-b03a-a8bc9f4ff45a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6521 | 2025.03.01 05:29:13.424248 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part | ||
| 6522 | 2025.03.01 05:29:13.424363 [ 4 ] {deea8351-6100-4380-b03a-a8bc9f4ff45a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6523 | 2025.03.01 05:29:13.424691 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 119 rows starting from the beginning of the part | ||
| 6524 | 2025.03.01 05:29:13.424912 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part | ||
| 6525 | 2025.03.01 05:29:13.425163 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 119 rows starting from the beginning of the part | ||
| 6526 | 2025.03.01 05:29:13.425439 [ 200 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 28 rows starting from the beginning of the part | ||
| 6527 | 2025.03.01 05:29:13.426115 [ 4 ] {deea8351-6100-4380-b03a-a8bc9f4ff45a} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6528 | 2025.03.01 05:29:13.426158 [ 4 ] {deea8351-6100-4380-b03a-a8bc9f4ff45a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6529 | 2025.03.01 05:29:13.426822 [ 4 ] {deea8351-6100-4380-b03a-a8bc9f4ff45a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6530 | 2025.03.01 05:29:13.427187 [ 4 ] {deea8351-6100-4380-b03a-a8bc9f4ff45a} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6531 | 2025.03.01 05:29:13.427338 [ 195 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 481 rows, containing 5 columns (5 merged, 0 gathered) in 0.003462327 sec., 138923.90868915617 rows/sec., 9.36 MiB/sec. | ||
| 6532 | 2025.03.01 05:29:13.427744 [ 4 ] {deea8351-6100-4380-b03a-a8bc9f4ff45a} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.003508 sec., 26225.769669327252 rows/sec., 2.05 MiB/sec. | ||
| 6533 | 2025.03.01 05:29:13.427770 [ 199 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 6534 | 2025.03.01 05:29:13.428117 [ 4 ] {deea8351-6100-4380-b03a-a8bc9f4ff45a} <Debug> TCPHandler: Processed in 0.004098625 sec. | ||
| 6535 | 2025.03.01 05:29:13.428490 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6536 | 2025.03.01 05:29:13.428671 [ 199 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_40_8} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6537 | 2025.03.01 05:29:13.428682 [ 4 ] {69831d53-32db-438f-a570-81098dd33863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6538 | 2025.03.01 05:29:13.428806 [ 4 ] {69831d53-32db-438f-a570-81098dd33863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6539 | 2025.03.01 05:29:13.428876 [ 199 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_40_8} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 6540 | 2025.03.01 05:29:13.429092 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6541 | 2025.03.01 05:29:13.429611 [ 4 ] {69831d53-32db-438f-a570-81098dd33863} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6542 | 2025.03.01 05:29:13.429655 [ 4 ] {69831d53-32db-438f-a570-81098dd33863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6543 | 2025.03.01 05:29:13.430062 [ 4 ] {69831d53-32db-438f-a570-81098dd33863} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6544 | 2025.03.01 05:29:13.430302 [ 4 ] {69831d53-32db-438f-a570-81098dd33863} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6545 | 2025.03.01 05:29:13.430532 [ 4 ] {69831d53-32db-438f-a570-81098dd33863} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001906 sec., 84470.0944386149 rows/sec., 5.88 MiB/sec. | ||
| 6546 | 2025.03.01 05:29:13.430602 [ 4 ] {69831d53-32db-438f-a570-81098dd33863} <Debug> TCPHandler: Processed in 0.002246671 sec. | ||
| 6547 | 2025.03.01 05:29:13.430746 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6548 | 2025.03.01 05:29:13.430863 [ 4 ] {2beba8f9-d327-4232-8a60-9583ed574458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6549 | 2025.03.01 05:29:13.430942 [ 4 ] {2beba8f9-d327-4232-8a60-9583ed574458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6550 | 2025.03.01 05:29:13.432301 [ 4 ] {2beba8f9-d327-4232-8a60-9583ed574458} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6551 | 2025.03.01 05:29:13.432346 [ 4 ] {2beba8f9-d327-4232-8a60-9583ed574458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6552 | 2025.03.01 05:29:13.433151 [ 4 ] {2beba8f9-d327-4232-8a60-9583ed574458} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6553 | 2025.03.01 05:29:13.433483 [ 4 ] {2beba8f9-d327-4232-8a60-9583ed574458} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6554 | 2025.03.01 05:29:13.433843 [ 4 ] {2beba8f9-d327-4232-8a60-9583ed574458} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003004 sec., 8655.126498002663 rows/sec., 15.51 MiB/sec. | ||
| 6555 | 2025.03.01 05:29:13.434473 [ 4 ] {2beba8f9-d327-4232-8a60-9583ed574458} <Debug> TCPHandler: Processed in 0.003785471 sec. | ||
| 6556 | 2025.03.01 05:29:13.434651 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6557 | 2025.03.01 05:29:13.434775 [ 4 ] {e911844f-e6ee-437a-afff-b1af59cb9ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6558 | 2025.03.01 05:29:13.434831 [ 4 ] {e911844f-e6ee-437a-afff-b1af59cb9ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6559 | 2025.03.01 05:29:13.435411 [ 4 ] {e911844f-e6ee-437a-afff-b1af59cb9ce4} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6560 | 2025.03.01 05:29:13.435456 [ 4 ] {e911844f-e6ee-437a-afff-b1af59cb9ce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6561 | 2025.03.01 05:29:13.435901 [ 4 ] {e911844f-e6ee-437a-afff-b1af59cb9ce4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6562 | 2025.03.01 05:29:13.436188 [ 4 ] {e911844f-e6ee-437a-afff-b1af59cb9ce4} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6563 | 2025.03.01 05:29:13.436432 [ 4 ] {e911844f-e6ee-437a-afff-b1af59cb9ce4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001683 sec., 35650.623885918 rows/sec., 2.40 MiB/sec. | ||
| 6564 | 2025.03.01 05:29:13.436507 [ 4 ] {e911844f-e6ee-437a-afff-b1af59cb9ce4} <Debug> TCPHandler: Processed in 0.001911115 sec. | ||
| 6565 | 2025.03.01 05:29:14.821445 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6566 | 2025.03.01 05:29:14.822099 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6567 | 2025.03.01 05:29:14.822154 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6568 | 2025.03.01 05:29:14.822691 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6569 | 2025.03.01 05:29:14.822974 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6570 | 2025.03.01 05:29:14.823266 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6571 | 2025.03.01 05:29:15.889650 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6572 | 2025.03.01 05:29:15.909681 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6573 | 2025.03.01 05:29:15.909738 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6574 | 2025.03.01 05:29:15.917398 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6575 | 2025.03.01 05:29:15.918177 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6576 | 2025.03.01 05:29:15.922458 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6577 | 2025.03.01 05:29:17.393437 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 936 | ||
| 6578 | 2025.03.01 05:29:17.396839 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6579 | 2025.03.01 05:29:17.396896 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 6580 | 2025.03.01 05:29:17.398428 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6581 | 2025.03.01 05:29:17.398752 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6582 | 2025.03.01 05:29:17.400321 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 936 | ||
| 6583 | 2025.03.01 05:29:18.421918 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6584 | 2025.03.01 05:29:18.422121 [ 4 ] {90d139b0-2feb-4a55-ab25-5e2b53112575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6585 | 2025.03.01 05:29:18.422196 [ 4 ] {90d139b0-2feb-4a55-ab25-5e2b53112575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6586 | 2025.03.01 05:29:18.423043 [ 4 ] {90d139b0-2feb-4a55-ab25-5e2b53112575} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6587 | 2025.03.01 05:29:18.423093 [ 4 ] {90d139b0-2feb-4a55-ab25-5e2b53112575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6588 | 2025.03.01 05:29:18.423548 [ 4 ] {90d139b0-2feb-4a55-ab25-5e2b53112575} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6589 | 2025.03.01 05:29:18.423810 [ 4 ] {90d139b0-2feb-4a55-ab25-5e2b53112575} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6590 | 2025.03.01 05:29:18.424016 [ 4 ] {90d139b0-2feb-4a55-ab25-5e2b53112575} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001948 sec., 108829.56878850103 rows/sec., 6.92 MiB/sec. | ||
| 6591 | 2025.03.01 05:29:18.424081 [ 4 ] {90d139b0-2feb-4a55-ab25-5e2b53112575} <Debug> TCPHandler: Processed in 0.002296621 sec. | ||
| 6592 | 2025.03.01 05:29:18.424197 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6593 | 2025.03.01 05:29:18.424305 [ 4 ] {36e8dd8d-d4f5-4579-bed9-c5a5d901368d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6594 | 2025.03.01 05:29:18.424356 [ 4 ] {36e8dd8d-d4f5-4579-bed9-c5a5d901368d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6595 | 2025.03.01 05:29:18.425123 [ 4 ] {36e8dd8d-d4f5-4579-bed9-c5a5d901368d} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6596 | 2025.03.01 05:29:18.425162 [ 4 ] {36e8dd8d-d4f5-4579-bed9-c5a5d901368d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6597 | 2025.03.01 05:29:18.425561 [ 4 ] {36e8dd8d-d4f5-4579-bed9-c5a5d901368d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6598 | 2025.03.01 05:29:18.425812 [ 4 ] {36e8dd8d-d4f5-4579-bed9-c5a5d901368d} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6599 | 2025.03.01 05:29:18.425950 [ 120 ] {} <Debug> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6600 | 2025.03.01 05:29:18.425999 [ 4 ] {36e8dd8d-d4f5-4579-bed9-c5a5d901368d} <Debug> executeQuery: Read 643 rows, 51.91 KiB in 0.00172 sec., 373837.2093023256 rows/sec., 29.47 MiB/sec. | ||
| 6601 | 2025.03.01 05:29:18.426003 [ 120 ] {} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6602 | 2025.03.01 05:29:18.426060 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6603 | 2025.03.01 05:29:18.426074 [ 4 ] {36e8dd8d-d4f5-4579-bed9-c5a5d901368d} <Debug> TCPHandler: Processed in 0.001929186 sec. | ||
| 6604 | 2025.03.01 05:29:18.426378 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6605 | 2025.03.01 05:29:18.426379 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::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 | ||
| 6606 | 2025.03.01 05:29:18.426771 [ 4 ] {b5da164b-944e-4d26-a78c-0516ece1673a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6607 | 2025.03.01 05:29:18.426931 [ 4 ] {b5da164b-944e-4d26-a78c-0516ece1673a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6608 | 2025.03.01 05:29:18.426977 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6609 | 2025.03.01 05:29:18.427103 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1844 rows starting from the beginning of the part | ||
| 6610 | 2025.03.01 05:29:18.427399 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1783 rows starting from the beginning of the part | ||
| 6611 | 2025.03.01 05:29:18.427779 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 108 rows starting from the beginning of the part | ||
| 6612 | 2025.03.01 05:29:18.428133 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 643 rows starting from the beginning of the part | ||
| 6613 | 2025.03.01 05:29:18.428504 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 109 rows starting from the beginning of the part | ||
| 6614 | 2025.03.01 05:29:18.428714 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 643 rows starting from the beginning of the part | ||
| 6615 | 2025.03.01 05:29:18.429612 [ 4 ] {b5da164b-944e-4d26-a78c-0516ece1673a} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6616 | 2025.03.01 05:29:18.429675 [ 4 ] {b5da164b-944e-4d26-a78c-0516ece1673a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6617 | 2025.03.01 05:29:18.430527 [ 4 ] {b5da164b-944e-4d26-a78c-0516ece1673a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6618 | 2025.03.01 05:29:18.431040 [ 4 ] {b5da164b-944e-4d26-a78c-0516ece1673a} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6619 | 2025.03.01 05:29:18.431512 [ 4 ] {b5da164b-944e-4d26-a78c-0516ece1673a} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.004899 sec., 24290.67156562564 rows/sec., 1.47 MiB/sec. | ||
| 6620 | 2025.03.01 05:29:18.431593 [ 4 ] {b5da164b-944e-4d26-a78c-0516ece1673a} <Debug> TCPHandler: Processed in 0.005326861 sec. | ||
| 6621 | 2025.03.01 05:29:18.431738 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6622 | 2025.03.01 05:29:18.431857 [ 4 ] {35bf7ac5-64fa-4bea-81a2-4eb460614149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6623 | 2025.03.01 05:29:18.431911 [ 4 ] {35bf7ac5-64fa-4bea-81a2-4eb460614149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6624 | 2025.03.01 05:29:18.432636 [ 4 ] {35bf7ac5-64fa-4bea-81a2-4eb460614149} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6625 | 2025.03.01 05:29:18.432691 [ 4 ] {35bf7ac5-64fa-4bea-81a2-4eb460614149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6626 | 2025.03.01 05:29:18.433057 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5130 rows, containing 5 columns (5 merged, 0 gathered) in 0.006901693 sec., 743295.8840678657 rows/sec., 62.83 MiB/sec. | ||
| 6627 | 2025.03.01 05:29:18.433326 [ 4 ] {35bf7ac5-64fa-4bea-81a2-4eb460614149} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6628 | 2025.03.01 05:29:18.433342 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6629 | 2025.03.01 05:29:18.433620 [ 4 ] {35bf7ac5-64fa-4bea-81a2-4eb460614149} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6630 | 2025.03.01 05:29:18.433701 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_46_9} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6631 | 2025.03.01 05:29:18.433858 [ 200 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_46_9} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6632 | 2025.03.01 05:29:18.433882 [ 4 ] {35bf7ac5-64fa-4bea-81a2-4eb460614149} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002054 sec., 55014.60564751704 rows/sec., 3.56 MiB/sec. | ||
| 6633 | 2025.03.01 05:29:18.433992 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. | ||
| 6634 | 2025.03.01 05:29:18.433999 [ 4 ] {35bf7ac5-64fa-4bea-81a2-4eb460614149} <Debug> TCPHandler: Processed in 0.002322091 sec. | ||
| 6635 | 2025.03.01 05:29:18.434134 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6636 | 2025.03.01 05:29:18.434239 [ 4 ] {f27e6f2b-a031-4f83-bf92-c8bbc7d04e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6637 | 2025.03.01 05:29:18.434284 [ 4 ] {f27e6f2b-a031-4f83-bf92-c8bbc7d04e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6638 | 2025.03.01 05:29:18.434836 [ 4 ] {f27e6f2b-a031-4f83-bf92-c8bbc7d04e41} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6639 | 2025.03.01 05:29:18.434873 [ 4 ] {f27e6f2b-a031-4f83-bf92-c8bbc7d04e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6640 | 2025.03.01 05:29:18.435218 [ 4 ] {f27e6f2b-a031-4f83-bf92-c8bbc7d04e41} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6641 | 2025.03.01 05:29:18.435456 [ 4 ] {f27e6f2b-a031-4f83-bf92-c8bbc7d04e41} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6642 | 2025.03.01 05:29:18.435651 [ 4 ] {f27e6f2b-a031-4f83-bf92-c8bbc7d04e41} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001433 sec., 78157.71109560363 rows/sec., 4.45 MiB/sec. | ||
| 6643 | 2025.03.01 05:29:18.435776 [ 4 ] {f27e6f2b-a031-4f83-bf92-c8bbc7d04e41} <Debug> TCPHandler: Processed in 0.001692283 sec. | ||
| 6644 | 2025.03.01 05:29:18.435915 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6645 | 2025.03.01 05:29:18.436019 [ 4 ] {3d17ca81-12ae-47b6-b2d7-9ae326bd5c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6646 | 2025.03.01 05:29:18.436063 [ 4 ] {3d17ca81-12ae-47b6-b2d7-9ae326bd5c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6647 | 2025.03.01 05:29:18.436717 [ 4 ] {3d17ca81-12ae-47b6-b2d7-9ae326bd5c8a} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6648 | 2025.03.01 05:29:18.436755 [ 4 ] {3d17ca81-12ae-47b6-b2d7-9ae326bd5c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6649 | 2025.03.01 05:29:18.437118 [ 4 ] {3d17ca81-12ae-47b6-b2d7-9ae326bd5c8a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6650 | 2025.03.01 05:29:18.437350 [ 4 ] {3d17ca81-12ae-47b6-b2d7-9ae326bd5c8a} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6651 | 2025.03.01 05:29:18.437480 [ 120 ] {} <Debug> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6652 | 2025.03.01 05:29:18.437521 [ 120 ] {} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6653 | 2025.03.01 05:29:18.437534 [ 4 ] {3d17ca81-12ae-47b6-b2d7-9ae326bd5c8a} <Debug> executeQuery: Read 395 rows, 28.63 KiB in 0.001535 sec., 257328.99022801305 rows/sec., 18.21 MiB/sec. | ||
| 6654 | 2025.03.01 05:29:18.437552 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6655 | 2025.03.01 05:29:18.437658 [ 4 ] {3d17ca81-12ae-47b6-b2d7-9ae326bd5c8a} <Debug> TCPHandler: Processed in 0.001789204 sec. | ||
| 6656 | 2025.03.01 05:29:18.437889 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::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 | ||
| 6657 | 2025.03.01 05:29:18.438003 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6658 | 2025.03.01 05:29:18.438338 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6659 | 2025.03.01 05:29:18.438446 [ 4 ] {69f1458c-c0c0-4bdf-9ed0-42dc31db05cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6660 | 2025.03.01 05:29:18.438470 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 6661 | 2025.03.01 05:29:18.438606 [ 4 ] {69f1458c-c0c0-4bdf-9ed0-42dc31db05cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6662 | 2025.03.01 05:29:18.438847 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 851 rows starting from the beginning of the part | ||
| 6663 | 2025.03.01 05:29:18.439188 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 90 rows starting from the beginning of the part | ||
| 6664 | 2025.03.01 05:29:18.439624 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 395 rows starting from the beginning of the part | ||
| 6665 | 2025.03.01 05:29:18.439928 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 92 rows starting from the beginning of the part | ||
| 6666 | 2025.03.01 05:29:18.440172 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 395 rows starting from the beginning of the part | ||
| 6667 | 2025.03.01 05:29:18.440961 [ 4 ] {69f1458c-c0c0-4bdf-9ed0-42dc31db05cf} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6668 | 2025.03.01 05:29:18.441017 [ 4 ] {69f1458c-c0c0-4bdf-9ed0-42dc31db05cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6669 | 2025.03.01 05:29:18.441919 [ 4 ] {69f1458c-c0c0-4bdf-9ed0-42dc31db05cf} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6670 | 2025.03.01 05:29:18.442438 [ 4 ] {69f1458c-c0c0-4bdf-9ed0-42dc31db05cf} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6671 | 2025.03.01 05:29:18.442720 [ 4 ] {69f1458c-c0c0-4bdf-9ed0-42dc31db05cf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004415 sec., 1359.003397508494 rows/sec., 71.00 KiB/sec. | ||
| 6672 | 2025.03.01 05:29:18.442822 [ 4 ] {69f1458c-c0c0-4bdf-9ed0-42dc31db05cf} <Debug> TCPHandler: Processed in 0.004953637 sec. | ||
| 6673 | 2025.03.01 05:29:18.443036 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6674 | 2025.03.01 05:29:18.443216 [ 4 ] {b9464a30-311b-4f6a-b41a-5e1c55f12161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6675 | 2025.03.01 05:29:18.443246 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2736 rows, containing 5 columns (5 merged, 0 gathered) in 0.005586286 sec., 489770.8423807875 rows/sec., 37.29 MiB/sec. | ||
| 6676 | 2025.03.01 05:29:18.443287 [ 4 ] {b9464a30-311b-4f6a-b41a-5e1c55f12161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6677 | 2025.03.01 05:29:18.443490 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6678 | 2025.03.01 05:29:18.444081 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_46_9} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6679 | 2025.03.01 05:29:18.444292 [ 187 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_46_9} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6680 | 2025.03.01 05:29:18.444466 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 6681 | 2025.03.01 05:29:18.444492 [ 4 ] {b9464a30-311b-4f6a-b41a-5e1c55f12161} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6682 | 2025.03.01 05:29:18.444547 [ 4 ] {b9464a30-311b-4f6a-b41a-5e1c55f12161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6683 | 2025.03.01 05:29:18.444938 [ 4 ] {b9464a30-311b-4f6a-b41a-5e1c55f12161} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6684 | 2025.03.01 05:29:18.445174 [ 4 ] {b9464a30-311b-4f6a-b41a-5e1c55f12161} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6685 | 2025.03.01 05:29:18.445303 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6686 | 2025.03.01 05:29:18.445344 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6687 | 2025.03.01 05:29:18.445364 [ 4 ] {b9464a30-311b-4f6a-b41a-5e1c55f12161} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002188 sec., 108318.09872029252 rows/sec., 7.26 MiB/sec. | ||
| 6688 | 2025.03.01 05:29:18.445373 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6689 | 2025.03.01 05:29:18.445489 [ 4 ] {b9464a30-311b-4f6a-b41a-5e1c55f12161} <Debug> TCPHandler: Processed in 0.002532604 sec. | ||
| 6690 | 2025.03.01 05:29:18.445597 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 6691 | 2025.03.01 05:29:18.445665 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6692 | 2025.03.01 05:29:18.445959 [ 4 ] {2468f99f-3fd3-481f-bf57-f5c7a521e5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6693 | 2025.03.01 05:29:18.445971 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6694 | 2025.03.01 05:29:18.446063 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14556 rows starting from the beginning of the part | ||
| 6695 | 2025.03.01 05:29:18.446079 [ 4 ] {2468f99f-3fd3-481f-bf57-f5c7a521e5b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6696 | 2025.03.01 05:29:18.446345 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1083 rows starting from the beginning of the part | ||
| 6697 | 2025.03.01 05:29:18.446598 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 6698 | 2025.03.01 05:29:18.446813 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part | ||
| 6699 | 2025.03.01 05:29:18.446944 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 161 rows starting from the beginning of the part | ||
| 6700 | 2025.03.01 05:29:18.447232 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
| 6701 | 2025.03.01 05:29:18.447780 [ 4 ] {2468f99f-3fd3-481f-bf57-f5c7a521e5b4} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6702 | 2025.03.01 05:29:18.447820 [ 4 ] {2468f99f-3fd3-481f-bf57-f5c7a521e5b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6703 | 2025.03.01 05:29:18.448390 [ 4 ] {2468f99f-3fd3-481f-bf57-f5c7a521e5b4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6704 | 2025.03.01 05:29:18.448654 [ 4 ] {2468f99f-3fd3-481f-bf57-f5c7a521e5b4} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6705 | 2025.03.01 05:29:18.448881 [ 4 ] {2468f99f-3fd3-481f-bf57-f5c7a521e5b4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00302 sec., 331.1258278145695 rows/sec., 22.31 KiB/sec. | ||
| 6706 | 2025.03.01 05:29:18.449110 [ 4 ] {2468f99f-3fd3-481f-bf57-f5c7a521e5b4} <Debug> TCPHandler: Processed in 0.003516798 sec. | ||
| 6707 | 2025.03.01 05:29:18.449231 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6708 | 2025.03.01 05:29:18.449363 [ 4 ] {6ed7bdd3-2a21-40db-b186-193d08cf296b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6709 | 2025.03.01 05:29:18.449469 [ 4 ] {6ed7bdd3-2a21-40db-b186-193d08cf296b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6710 | 2025.03.01 05:29:18.451172 [ 4 ] {6ed7bdd3-2a21-40db-b186-193d08cf296b} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6711 | 2025.03.01 05:29:18.451210 [ 4 ] {6ed7bdd3-2a21-40db-b186-193d08cf296b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6712 | 2025.03.01 05:29:18.451926 [ 4 ] {6ed7bdd3-2a21-40db-b186-193d08cf296b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6713 | 2025.03.01 05:29:18.452202 [ 4 ] {6ed7bdd3-2a21-40db-b186-193d08cf296b} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6714 | 2025.03.01 05:29:18.452359 [ 120 ] {} <Debug> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6715 | 2025.03.01 05:29:18.452405 [ 120 ] {} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6716 | 2025.03.01 05:29:18.452433 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6717 | 2025.03.01 05:29:18.452450 [ 4 ] {6ed7bdd3-2a21-40db-b186-193d08cf296b} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.003119 sec., 4168.002564924655 rows/sec., 7.47 MiB/sec. | ||
| 6718 | 2025.03.01 05:29:18.452970 [ 190 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::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 | ||
| 6719 | 2025.03.01 05:29:18.453000 [ 4 ] {6ed7bdd3-2a21-40db-b186-193d08cf296b} <Debug> TCPHandler: Processed in 0.003819681 sec. | ||
| 6720 | 2025.03.01 05:29:18.453263 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6721 | 2025.03.01 05:29:18.453675 [ 4 ] {2f17445d-a67a-42ef-be49-38f942a46947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6722 | 2025.03.01 05:29:18.453883 [ 4 ] {2f17445d-a67a-42ef-be49-38f942a46947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6723 | 2025.03.01 05:29:18.454674 [ 200 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16434 rows, containing 5 columns (5 merged, 0 gathered) in 0.009207015 sec., 1784943.3285380765 rows/sec., 120.48 MiB/sec. | ||
| 6724 | 2025.03.01 05:29:18.454809 [ 190 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6725 | 2025.03.01 05:29:18.455040 [ 196 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6726 | 2025.03.01 05:29:18.455198 [ 190 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 646 rows starting from the beginning of the part | ||
| 6727 | 2025.03.01 05:29:18.456252 [ 196 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6728 | 2025.03.01 05:29:18.456691 [ 196 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6729 | 2025.03.01 05:29:18.456750 [ 190 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 6730 | 2025.03.01 05:29:18.456906 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB. | ||
| 6731 | 2025.03.01 05:29:18.457223 [ 4 ] {2f17445d-a67a-42ef-be49-38f942a46947} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6732 | 2025.03.01 05:29:18.457354 [ 4 ] {2f17445d-a67a-42ef-be49-38f942a46947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6733 | 2025.03.01 05:29:18.457722 [ 190 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part | ||
| 6734 | 2025.03.01 05:29:18.458444 [ 190 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 6735 | 2025.03.01 05:29:18.458825 [ 4 ] {2f17445d-a67a-42ef-be49-38f942a46947} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6736 | 2025.03.01 05:29:18.459062 [ 190 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part | ||
| 6737 | 2025.03.01 05:29:18.459610 [ 4 ] {2f17445d-a67a-42ef-be49-38f942a46947} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6738 | 2025.03.01 05:29:18.459657 [ 190 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 6739 | 2025.03.01 05:29:18.459944 [ 120 ] {} <Debug> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6740 | 2025.03.01 05:29:18.460147 [ 120 ] {} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6741 | 2025.03.01 05:29:18.460295 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6742 | 2025.03.01 05:29:18.460454 [ 4 ] {2f17445d-a67a-42ef-be49-38f942a46947} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006885 sec., 11909.949164851127 rows/sec., 774.58 KiB/sec. | ||
| 6743 | 2025.03.01 05:29:18.460885 [ 4 ] {2f17445d-a67a-42ef-be49-38f942a46947} <Debug> TCPHandler: Processed in 0.007701744 sec. | ||
| 6744 | 2025.03.01 05:29:18.460925 [ 186 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 6745 | 2025.03.01 05:29:18.461260 [ 186 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6746 | 2025.03.01 05:29:18.461313 [ 186 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2900 rows starting from the beginning of the part | ||
| 6747 | 2025.03.01 05:29:18.461460 [ 186 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
| 6748 | 2025.03.01 05:29:18.461790 [ 186 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 6749 | 2025.03.01 05:29:18.462144 [ 186 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part | ||
| 6750 | 2025.03.01 05:29:18.462470 [ 186 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 6751 | 2025.03.01 05:29:18.462806 [ 186 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
| 6752 | 2025.03.01 05:29:18.464843 [ 196 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3266 rows, containing 4 columns (4 merged, 0 gathered) in 0.004358049 sec., 749417.9161363262 rows/sec., 48.83 MiB/sec. | ||
| 6753 | 2025.03.01 05:29:18.465303 [ 196 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6754 | 2025.03.01 05:29:18.465993 [ 196 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_46_9} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6755 | 2025.03.01 05:29:18.466186 [ 196 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_46_9} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6756 | 2025.03.01 05:29:18.466373 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 6757 | 2025.03.01 05:29:18.468949 [ 192 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 737 rows, containing 19 columns (19 merged, 0 gathered) in 0.016406971 sec., 44919.93068068445 rows/sec., 80.49 MiB/sec. | ||
| 6758 | 2025.03.01 05:29:18.469850 [ 191 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6759 | 2025.03.01 05:29:18.470299 [ 191 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6760 | 2025.03.01 05:29:18.470387 [ 191 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6761 | 2025.03.01 05:29:18.470548 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.59 MiB. | ||
| 6762 | 2025.03.01 05:29:19.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.50 MiB, peak 211.37 MiB, free memory in arenas 0.00 B, will set to 204.71 MiB (RSS), difference: 2.20 MiB | ||
| 6763 | 2025.03.01 05:29:22.190192 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6764 | 2025.03.01 05:29:22.190251 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6765 | 2025.03.01 05:29:22.323428 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 6766 | 2025.03.01 05:29:22.324211 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6767 | 2025.03.01 05:29:22.324270 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6768 | 2025.03.01 05:29:22.324850 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6769 | 2025.03.01 05:29:22.325118 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6770 | 2025.03.01 05:29:22.325416 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6771 | 2025.03.01 05:29:23.416958 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6772 | 2025.03.01 05:29:23.417164 [ 4 ] {f9e7caed-2aa4-4a44-b18b-56302cb095aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6773 | 2025.03.01 05:29:23.417241 [ 4 ] {f9e7caed-2aa4-4a44-b18b-56302cb095aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6774 | 2025.03.01 05:29:23.418075 [ 4 ] {f9e7caed-2aa4-4a44-b18b-56302cb095aa} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6775 | 2025.03.01 05:29:23.418128 [ 4 ] {f9e7caed-2aa4-4a44-b18b-56302cb095aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6776 | 2025.03.01 05:29:23.418596 [ 4 ] {f9e7caed-2aa4-4a44-b18b-56302cb095aa} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6777 | 2025.03.01 05:29:23.418861 [ 4 ] {f9e7caed-2aa4-4a44-b18b-56302cb095aa} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6778 | 2025.03.01 05:29:23.419129 [ 4 ] {f9e7caed-2aa4-4a44-b18b-56302cb095aa} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002012 sec., 53677.9324055666 rows/sec., 4.49 MiB/sec. | ||
| 6779 | 2025.03.01 05:29:23.419226 [ 4 ] {f9e7caed-2aa4-4a44-b18b-56302cb095aa} <Debug> TCPHandler: Processed in 0.002402393 sec. | ||
| 6780 | 2025.03.01 05:29:23.419464 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6781 | 2025.03.01 05:29:23.419584 [ 4 ] {ddd3a8d0-b6a0-407f-b9f1-dca6f6e300e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6782 | 2025.03.01 05:29:23.419636 [ 4 ] {ddd3a8d0-b6a0-407f-b9f1-dca6f6e300e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6783 | 2025.03.01 05:29:23.420196 [ 4 ] {ddd3a8d0-b6a0-407f-b9f1-dca6f6e300e8} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6784 | 2025.03.01 05:29:23.420239 [ 4 ] {ddd3a8d0-b6a0-407f-b9f1-dca6f6e300e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6785 | 2025.03.01 05:29:23.420594 [ 4 ] {ddd3a8d0-b6a0-407f-b9f1-dca6f6e300e8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6786 | 2025.03.01 05:29:23.420832 [ 4 ] {ddd3a8d0-b6a0-407f-b9f1-dca6f6e300e8} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6787 | 2025.03.01 05:29:23.421062 [ 4 ] {ddd3a8d0-b6a0-407f-b9f1-dca6f6e300e8} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001508 sec., 17241.379310344826 rows/sec., 1.27 MiB/sec. | ||
| 6788 | 2025.03.01 05:29:23.421117 [ 4 ] {ddd3a8d0-b6a0-407f-b9f1-dca6f6e300e8} <Debug> TCPHandler: Processed in 0.001742043 sec. | ||
| 6789 | 2025.03.01 05:29:23.421245 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6790 | 2025.03.01 05:29:23.421352 [ 4 ] {9e2d391b-bb79-4c84-8683-5417171ff6bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6791 | 2025.03.01 05:29:23.421398 [ 4 ] {9e2d391b-bb79-4c84-8683-5417171ff6bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6792 | 2025.03.01 05:29:23.421957 [ 4 ] {9e2d391b-bb79-4c84-8683-5417171ff6bb} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6793 | 2025.03.01 05:29:23.421997 [ 4 ] {9e2d391b-bb79-4c84-8683-5417171ff6bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6794 | 2025.03.01 05:29:23.422364 [ 4 ] {9e2d391b-bb79-4c84-8683-5417171ff6bb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6795 | 2025.03.01 05:29:23.422552 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6796 | 2025.03.01 05:29:23.422617 [ 4 ] {9e2d391b-bb79-4c84-8683-5417171ff6bb} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6797 | 2025.03.01 05:29:23.423259 [ 4 ] {9e2d391b-bb79-4c84-8683-5417171ff6bb} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001913 sec., 47046.52378463147 rows/sec., 3.67 MiB/sec. | ||
| 6798 | 2025.03.01 05:29:23.423457 [ 4 ] {9e2d391b-bb79-4c84-8683-5417171ff6bb} <Debug> TCPHandler: Processed in 0.002262721 sec. | ||
| 6799 | 2025.03.01 05:29:23.423695 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6800 | 2025.03.01 05:29:23.424332 [ 4 ] {05d9d75a-856e-454d-a01f-d3022b7fef45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6801 | 2025.03.01 05:29:23.424686 [ 4 ] {05d9d75a-856e-454d-a01f-d3022b7fef45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6802 | 2025.03.01 05:29:23.427271 [ 4 ] {05d9d75a-856e-454d-a01f-d3022b7fef45} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6803 | 2025.03.01 05:29:23.427404 [ 4 ] {05d9d75a-856e-454d-a01f-d3022b7fef45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6804 | 2025.03.01 05:29:23.428898 [ 4 ] {05d9d75a-856e-454d-a01f-d3022b7fef45} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6805 | 2025.03.01 05:29:23.429665 [ 4 ] {05d9d75a-856e-454d-a01f-d3022b7fef45} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6806 | 2025.03.01 05:29:23.430493 [ 4 ] {05d9d75a-856e-454d-a01f-d3022b7fef45} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006601 sec., 24238.751704287228 rows/sec., 1.69 MiB/sec. | ||
| 6807 | 2025.03.01 05:29:23.430732 [ 4 ] {05d9d75a-856e-454d-a01f-d3022b7fef45} <Debug> TCPHandler: Processed in 0.007128056 sec. | ||
| 6808 | 2025.03.01 05:29:23.431043 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6809 | 2025.03.01 05:29:23.431396 [ 4 ] {30ad25e3-ba47-4269-8a10-79ec0da24de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6810 | 2025.03.01 05:29:23.431723 [ 4 ] {30ad25e3-ba47-4269-8a10-79ec0da24de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6811 | 2025.03.01 05:29:23.438596 [ 4 ] {30ad25e3-ba47-4269-8a10-79ec0da24de5} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6812 | 2025.03.01 05:29:23.438664 [ 4 ] {30ad25e3-ba47-4269-8a10-79ec0da24de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6813 | 2025.03.01 05:29:23.441561 [ 4 ] {30ad25e3-ba47-4269-8a10-79ec0da24de5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6814 | 2025.03.01 05:29:23.442789 [ 4 ] {30ad25e3-ba47-4269-8a10-79ec0da24de5} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6815 | 2025.03.01 05:29:23.443478 [ 4 ] {30ad25e3-ba47-4269-8a10-79ec0da24de5} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.012131 sec., 2143.269310032149 rows/sec., 3.84 MiB/sec. | ||
| 6816 | 2025.03.01 05:29:23.444509 [ 4 ] {30ad25e3-ba47-4269-8a10-79ec0da24de5} <Debug> TCPHandler: Processed in 0.013595953 sec. | ||
| 6817 | 2025.03.01 05:29:23.445149 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6818 | 2025.03.01 05:29:23.445374 [ 4 ] {606ede7c-e830-45c6-9810-f60be09889c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6819 | 2025.03.01 05:29:23.445506 [ 4 ] {606ede7c-e830-45c6-9810-f60be09889c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6820 | 2025.03.01 05:29:23.447442 [ 4 ] {606ede7c-e830-45c6-9810-f60be09889c5} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6821 | 2025.03.01 05:29:23.447596 [ 4 ] {606ede7c-e830-45c6-9810-f60be09889c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6822 | 2025.03.01 05:29:23.448919 [ 4 ] {606ede7c-e830-45c6-9810-f60be09889c5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6823 | 2025.03.01 05:29:23.449408 [ 4 ] {606ede7c-e830-45c6-9810-f60be09889c5} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6824 | 2025.03.01 05:29:23.450078 [ 4 ] {606ede7c-e830-45c6-9810-f60be09889c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004751 sec., 12628.920227320565 rows/sec., 871.53 KiB/sec. | ||
| 6825 | 2025.03.01 05:29:23.450342 [ 4 ] {606ede7c-e830-45c6-9810-f60be09889c5} <Debug> TCPHandler: Processed in 0.005351932 sec. | ||
| 6826 | 2025.03.01 05:29:23.466555 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6827 | 2025.03.01 05:29:23.466619 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6828 | 2025.03.01 05:29:23.474657 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6829 | 2025.03.01 05:29:23.475445 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6830 | 2025.03.01 05:29:23.478905 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6831 | 2025.03.01 05:29:27.400587 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 970 | ||
| 6832 | 2025.03.01 05:29:27.403821 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6833 | 2025.03.01 05:29:27.403873 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6834 | 2025.03.01 05:29:27.405333 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6835 | 2025.03.01 05:29:27.405647 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6836 | 2025.03.01 05:29:27.406893 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 970 | ||
| 6837 | 2025.03.01 05:29:27.636618 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6838 | 2025.03.01 05:29:27.636834 [ 4 ] {331236fe-6ab7-47fb-a202-67c50fbd0d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6839 | 2025.03.01 05:29:27.636918 [ 4 ] {331236fe-6ab7-47fb-a202-67c50fbd0d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6840 | 2025.03.01 05:29:27.637839 [ 4 ] {331236fe-6ab7-47fb-a202-67c50fbd0d51} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6841 | 2025.03.01 05:29:27.637890 [ 4 ] {331236fe-6ab7-47fb-a202-67c50fbd0d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6842 | 2025.03.01 05:29:27.638360 [ 4 ] {331236fe-6ab7-47fb-a202-67c50fbd0d51} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6843 | 2025.03.01 05:29:27.638637 [ 4 ] {331236fe-6ab7-47fb-a202-67c50fbd0d51} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6844 | 2025.03.01 05:29:27.638910 [ 4 ] {331236fe-6ab7-47fb-a202-67c50fbd0d51} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002126 sec., 99717.77986829728 rows/sec., 6.34 MiB/sec. | ||
| 6845 | 2025.03.01 05:29:27.639110 [ 4 ] {331236fe-6ab7-47fb-a202-67c50fbd0d51} <Debug> TCPHandler: Processed in 0.002631965 sec. | ||
| 6846 | 2025.03.01 05:29:27.639287 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6847 | 2025.03.01 05:29:27.639395 [ 4 ] {14f7d2af-6e70-43fb-b497-154bc611aea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6848 | 2025.03.01 05:29:27.639445 [ 4 ] {14f7d2af-6e70-43fb-b497-154bc611aea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6849 | 2025.03.01 05:29:27.640007 [ 4 ] {14f7d2af-6e70-43fb-b497-154bc611aea7} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6850 | 2025.03.01 05:29:27.640047 [ 4 ] {14f7d2af-6e70-43fb-b497-154bc611aea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6851 | 2025.03.01 05:29:27.640404 [ 4 ] {14f7d2af-6e70-43fb-b497-154bc611aea7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6852 | 2025.03.01 05:29:27.640657 [ 4 ] {14f7d2af-6e70-43fb-b497-154bc611aea7} <Trace> oximeter.fields_ipaddr (5a9d3472-b637-4a77-8e18-8ba28938c1e4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6853 | 2025.03.01 05:29:27.640919 [ 4 ] {14f7d2af-6e70-43fb-b497-154bc611aea7} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001539 sec., 10396.361273554256 rows/sec., 847.75 KiB/sec. | ||
| 6854 | 2025.03.01 05:29:27.641070 [ 4 ] {14f7d2af-6e70-43fb-b497-154bc611aea7} <Debug> TCPHandler: Processed in 0.001842365 sec. | ||
| 6855 | 2025.03.01 05:29:27.641189 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6856 | 2025.03.01 05:29:27.641294 [ 4 ] {1ec50688-81ee-4c54-a037-d61e2e2aab2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6857 | 2025.03.01 05:29:27.641339 [ 4 ] {1ec50688-81ee-4c54-a037-d61e2e2aab2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6858 | 2025.03.01 05:29:27.642584 [ 4 ] {1ec50688-81ee-4c54-a037-d61e2e2aab2d} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6859 | 2025.03.01 05:29:27.642624 [ 4 ] {1ec50688-81ee-4c54-a037-d61e2e2aab2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6860 | 2025.03.01 05:29:27.643098 [ 4 ] {1ec50688-81ee-4c54-a037-d61e2e2aab2d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6861 | 2025.03.01 05:29:27.643349 [ 4 ] {1ec50688-81ee-4c54-a037-d61e2e2aab2d} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6862 | 2025.03.01 05:29:27.643557 [ 4 ] {1ec50688-81ee-4c54-a037-d61e2e2aab2d} <Debug> executeQuery: Read 1791 rows, 148.61 KiB in 0.002284 sec., 784150.6129597198 rows/sec., 63.54 MiB/sec. | ||
| 6863 | 2025.03.01 05:29:27.643610 [ 4 ] {1ec50688-81ee-4c54-a037-d61e2e2aab2d} <Debug> TCPHandler: Processed in 0.002471743 sec. | ||
| 6864 | 2025.03.01 05:29:27.643734 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6865 | 2025.03.01 05:29:27.643839 [ 4 ] {3a84011d-d011-43be-aefd-e85146f1b0b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6866 | 2025.03.01 05:29:27.643884 [ 4 ] {3a84011d-d011-43be-aefd-e85146f1b0b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6867 | 2025.03.01 05:29:27.644470 [ 4 ] {3a84011d-d011-43be-aefd-e85146f1b0b7} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6868 | 2025.03.01 05:29:27.644511 [ 4 ] {3a84011d-d011-43be-aefd-e85146f1b0b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6869 | 2025.03.01 05:29:27.644873 [ 4 ] {3a84011d-d011-43be-aefd-e85146f1b0b7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6870 | 2025.03.01 05:29:27.645119 [ 4 ] {3a84011d-d011-43be-aefd-e85146f1b0b7} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6871 | 2025.03.01 05:29:27.645354 [ 4 ] {3a84011d-d011-43be-aefd-e85146f1b0b7} <Debug> executeQuery: Read 135 rows, 8.48 KiB in 0.001527 sec., 88408.64440078585 rows/sec., 5.42 MiB/sec. | ||
| 6872 | 2025.03.01 05:29:27.645475 [ 4 ] {3a84011d-d011-43be-aefd-e85146f1b0b7} <Debug> TCPHandler: Processed in 0.001788634 sec. | ||
| 6873 | 2025.03.01 05:29:27.645713 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6874 | 2025.03.01 05:29:27.645819 [ 4 ] {6480cba4-7edf-458d-b50a-34371b472782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6875 | 2025.03.01 05:29:27.645865 [ 4 ] {6480cba4-7edf-458d-b50a-34371b472782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6876 | 2025.03.01 05:29:27.646500 [ 4 ] {6480cba4-7edf-458d-b50a-34371b472782} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6877 | 2025.03.01 05:29:27.646540 [ 4 ] {6480cba4-7edf-458d-b50a-34371b472782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6878 | 2025.03.01 05:29:27.646915 [ 4 ] {6480cba4-7edf-458d-b50a-34371b472782} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6879 | 2025.03.01 05:29:27.647155 [ 4 ] {6480cba4-7edf-458d-b50a-34371b472782} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6880 | 2025.03.01 05:29:27.647357 [ 4 ] {6480cba4-7edf-458d-b50a-34371b472782} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001561 sec., 218449.7117232543 rows/sec., 14.58 MiB/sec. | ||
| 6881 | 2025.03.01 05:29:27.647410 [ 4 ] {6480cba4-7edf-458d-b50a-34371b472782} <Debug> TCPHandler: Processed in 0.001780824 sec. | ||
| 6882 | 2025.03.01 05:29:27.647545 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6883 | 2025.03.01 05:29:27.647681 [ 4 ] {e519a568-c4b2-4e39-b891-0b386235b3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6884 | 2025.03.01 05:29:27.647737 [ 4 ] {e519a568-c4b2-4e39-b891-0b386235b3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6885 | 2025.03.01 05:29:27.648410 [ 4 ] {e519a568-c4b2-4e39-b891-0b386235b3e3} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6886 | 2025.03.01 05:29:27.648459 [ 4 ] {e519a568-c4b2-4e39-b891-0b386235b3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6887 | 2025.03.01 05:29:27.648869 [ 4 ] {e519a568-c4b2-4e39-b891-0b386235b3e3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6888 | 2025.03.01 05:29:27.649117 [ 4 ] {e519a568-c4b2-4e39-b891-0b386235b3e3} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6889 | 2025.03.01 05:29:27.649333 [ 4 ] {e519a568-c4b2-4e39-b891-0b386235b3e3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001682 sec., 66587.39595719382 rows/sec., 3.79 MiB/sec. | ||
| 6890 | 2025.03.01 05:29:27.649386 [ 4 ] {e519a568-c4b2-4e39-b891-0b386235b3e3} <Debug> TCPHandler: Processed in 0.001907256 sec. | ||
| 6891 | 2025.03.01 05:29:27.649503 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6892 | 2025.03.01 05:29:27.649609 [ 4 ] {66b4fdd6-9b40-4198-95f7-95c2f1953bf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6893 | 2025.03.01 05:29:27.649655 [ 4 ] {66b4fdd6-9b40-4198-95f7-95c2f1953bf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6894 | 2025.03.01 05:29:27.650438 [ 4 ] {66b4fdd6-9b40-4198-95f7-95c2f1953bf5} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6895 | 2025.03.01 05:29:27.650478 [ 4 ] {66b4fdd6-9b40-4198-95f7-95c2f1953bf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6896 | 2025.03.01 05:29:27.650872 [ 4 ] {66b4fdd6-9b40-4198-95f7-95c2f1953bf5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6897 | 2025.03.01 05:29:27.651112 [ 4 ] {66b4fdd6-9b40-4198-95f7-95c2f1953bf5} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6898 | 2025.03.01 05:29:27.651331 [ 4 ] {66b4fdd6-9b40-4198-95f7-95c2f1953bf5} <Debug> executeQuery: Read 867 rows, 64.22 KiB in 0.001743 sec., 497418.24440619623 rows/sec., 35.98 MiB/sec. | ||
| 6899 | 2025.03.01 05:29:27.651382 [ 4 ] {66b4fdd6-9b40-4198-95f7-95c2f1953bf5} <Debug> TCPHandler: Processed in 0.001929386 sec. | ||
| 6900 | 2025.03.01 05:29:27.651501 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6901 | 2025.03.01 05:29:27.651606 [ 4 ] {7014c14f-bc2b-47d5-ab62-fdf842c9dc0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6902 | 2025.03.01 05:29:27.651652 [ 4 ] {7014c14f-bc2b-47d5-ab62-fdf842c9dc0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6903 | 2025.03.01 05:29:27.652088 [ 4 ] {7014c14f-bc2b-47d5-ab62-fdf842c9dc0d} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6904 | 2025.03.01 05:29:27.652126 [ 4 ] {7014c14f-bc2b-47d5-ab62-fdf842c9dc0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6905 | 2025.03.01 05:29:27.652475 [ 4 ] {7014c14f-bc2b-47d5-ab62-fdf842c9dc0d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6906 | 2025.03.01 05:29:27.652717 [ 4 ] {7014c14f-bc2b-47d5-ab62-fdf842c9dc0d} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6907 | 2025.03.01 05:29:27.652934 [ 4 ] {7014c14f-bc2b-47d5-ab62-fdf842c9dc0d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001349 sec., 4447.739065974796 rows/sec., 232.38 KiB/sec. | ||
| 6908 | 2025.03.01 05:29:27.652984 [ 4 ] {7014c14f-bc2b-47d5-ab62-fdf842c9dc0d} <Debug> TCPHandler: Processed in 0.00153428 sec. | ||
| 6909 | 2025.03.01 05:29:27.653109 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6910 | 2025.03.01 05:29:27.653213 [ 4 ] {8ad91da0-144d-447c-a74f-1ef712d8a155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6911 | 2025.03.01 05:29:27.653261 [ 4 ] {8ad91da0-144d-447c-a74f-1ef712d8a155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6912 | 2025.03.01 05:29:27.653963 [ 4 ] {8ad91da0-144d-447c-a74f-1ef712d8a155} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6913 | 2025.03.01 05:29:27.654002 [ 4 ] {8ad91da0-144d-447c-a74f-1ef712d8a155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6914 | 2025.03.01 05:29:27.654434 [ 4 ] {8ad91da0-144d-447c-a74f-1ef712d8a155} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6915 | 2025.03.01 05:29:27.654673 [ 4 ] {8ad91da0-144d-447c-a74f-1ef712d8a155} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6916 | 2025.03.01 05:29:27.654880 [ 4 ] {8ad91da0-144d-447c-a74f-1ef712d8a155} <Debug> executeQuery: Read 1091 rows, 74.66 KiB in 0.001688 sec., 646327.0142180094 rows/sec., 43.19 MiB/sec. | ||
| 6917 | 2025.03.01 05:29:27.654930 [ 4 ] {8ad91da0-144d-447c-a74f-1ef712d8a155} <Debug> TCPHandler: Processed in 0.001872525 sec. | ||
| 6918 | 2025.03.01 05:29:27.655045 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6919 | 2025.03.01 05:29:27.655149 [ 4 ] {8d2fe812-ba24-442e-8abb-ef2445865a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6920 | 2025.03.01 05:29:27.655196 [ 4 ] {8d2fe812-ba24-442e-8abb-ef2445865a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6921 | 2025.03.01 05:29:27.655615 [ 4 ] {8d2fe812-ba24-442e-8abb-ef2445865a42} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6922 | 2025.03.01 05:29:27.655653 [ 4 ] {8d2fe812-ba24-442e-8abb-ef2445865a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6923 | 2025.03.01 05:29:27.655997 [ 4 ] {8d2fe812-ba24-442e-8abb-ef2445865a42} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6924 | 2025.03.01 05:29:27.656229 [ 4 ] {8d2fe812-ba24-442e-8abb-ef2445865a42} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6925 | 2025.03.01 05:29:27.656440 [ 4 ] {8d2fe812-ba24-442e-8abb-ef2445865a42} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001313 sec., 761.6146230007616 rows/sec., 51.32 KiB/sec. | ||
| 6926 | 2025.03.01 05:29:27.656489 [ 4 ] {8d2fe812-ba24-442e-8abb-ef2445865a42} <Debug> TCPHandler: Processed in 0.001494841 sec. | ||
| 6927 | 2025.03.01 05:29:27.656622 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6928 | 2025.03.01 05:29:27.656757 [ 4 ] {28376f14-a32c-4f69-89e3-00bf41bdae77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6929 | 2025.03.01 05:29:27.656838 [ 4 ] {28376f14-a32c-4f69-89e3-00bf41bdae77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6930 | 2025.03.01 05:29:27.658033 [ 4 ] {28376f14-a32c-4f69-89e3-00bf41bdae77} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6931 | 2025.03.01 05:29:27.658073 [ 4 ] {28376f14-a32c-4f69-89e3-00bf41bdae77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6932 | 2025.03.01 05:29:27.658702 [ 4 ] {28376f14-a32c-4f69-89e3-00bf41bdae77} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6933 | 2025.03.01 05:29:27.658955 [ 4 ] {28376f14-a32c-4f69-89e3-00bf41bdae77} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6934 | 2025.03.01 05:29:27.659189 [ 4 ] {28376f14-a32c-4f69-89e3-00bf41bdae77} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00246 sec., 5284.552845528456 rows/sec., 9.47 MiB/sec. | ||
| 6935 | 2025.03.01 05:29:27.659289 [ 4 ] {28376f14-a32c-4f69-89e3-00bf41bdae77} <Debug> TCPHandler: Processed in 0.002732327 sec. | ||
| 6936 | 2025.03.01 05:29:27.659433 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6937 | 2025.03.01 05:29:27.659539 [ 4 ] {59345431-b598-47d3-ae01-1b80f41cbd03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6938 | 2025.03.01 05:29:27.659587 [ 4 ] {59345431-b598-47d3-ae01-1b80f41cbd03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6939 | 2025.03.01 05:29:27.660018 [ 4 ] {59345431-b598-47d3-ae01-1b80f41cbd03} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6940 | 2025.03.01 05:29:27.660058 [ 4 ] {59345431-b598-47d3-ae01-1b80f41cbd03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6941 | 2025.03.01 05:29:27.660409 [ 4 ] {59345431-b598-47d3-ae01-1b80f41cbd03} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6942 | 2025.03.01 05:29:27.660641 [ 4 ] {59345431-b598-47d3-ae01-1b80f41cbd03} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6943 | 2025.03.01 05:29:27.660897 [ 4 ] {59345431-b598-47d3-ae01-1b80f41cbd03} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001377 sec., 59549.74582425563 rows/sec., 3.78 MiB/sec. | ||
| 6944 | 2025.03.01 05:29:27.661087 [ 4 ] {59345431-b598-47d3-ae01-1b80f41cbd03} <Debug> TCPHandler: Processed in 0.001700623 sec. | ||
| 6945 | 2025.03.01 05:29:29.825577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 6946 | 2025.03.01 05:29:29.826235 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6947 | 2025.03.01 05:29:29.826287 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6948 | 2025.03.01 05:29:29.826830 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6949 | 2025.03.01 05:29:29.827097 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6950 | 2025.03.01 05:29:29.827362 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 6951 | 2025.03.01 05:29:30.979011 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6952 | 2025.03.01 05:29:31.001562 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6953 | 2025.03.01 05:29:31.001625 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6954 | 2025.03.01 05:29:31.009377 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6955 | 2025.03.01 05:29:31.010196 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6956 | 2025.03.01 05:29:31.014590 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6957 | 2025.03.01 05:29:33.417554 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6958 | 2025.03.01 05:29:33.417783 [ 4 ] {50d774ed-4d40-4845-bc2f-c39a03b88ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6959 | 2025.03.01 05:29:33.417865 [ 4 ] {50d774ed-4d40-4845-bc2f-c39a03b88ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6960 | 2025.03.01 05:29:33.418699 [ 4 ] {50d774ed-4d40-4845-bc2f-c39a03b88ce1} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6961 | 2025.03.01 05:29:33.418750 [ 4 ] {50d774ed-4d40-4845-bc2f-c39a03b88ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6962 | 2025.03.01 05:29:33.419191 [ 4 ] {50d774ed-4d40-4845-bc2f-c39a03b88ce1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6963 | 2025.03.01 05:29:33.419461 [ 4 ] {50d774ed-4d40-4845-bc2f-c39a03b88ce1} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6964 | 2025.03.01 05:29:33.419715 [ 4 ] {50d774ed-4d40-4845-bc2f-c39a03b88ce1} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.00199 sec., 54271.3567839196 rows/sec., 4.54 MiB/sec. | ||
| 6965 | 2025.03.01 05:29:33.419781 [ 4 ] {50d774ed-4d40-4845-bc2f-c39a03b88ce1} <Debug> TCPHandler: Processed in 0.002368801 sec. | ||
| 6966 | 2025.03.01 05:29:33.419915 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6967 | 2025.03.01 05:29:33.420029 [ 4 ] {d88cc5ca-6a21-47ca-a506-38614fdf3fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6968 | 2025.03.01 05:29:33.420081 [ 4 ] {d88cc5ca-6a21-47ca-a506-38614fdf3fed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6969 | 2025.03.01 05:29:33.420633 [ 4 ] {d88cc5ca-6a21-47ca-a506-38614fdf3fed} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6970 | 2025.03.01 05:29:33.420674 [ 4 ] {d88cc5ca-6a21-47ca-a506-38614fdf3fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6971 | 2025.03.01 05:29:33.421023 [ 4 ] {d88cc5ca-6a21-47ca-a506-38614fdf3fed} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6972 | 2025.03.01 05:29:33.421257 [ 4 ] {d88cc5ca-6a21-47ca-a506-38614fdf3fed} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6973 | 2025.03.01 05:29:33.421466 [ 4 ] {d88cc5ca-6a21-47ca-a506-38614fdf3fed} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001464 sec., 17759.562841530056 rows/sec., 1.30 MiB/sec. | ||
| 6974 | 2025.03.01 05:29:33.421518 [ 4 ] {d88cc5ca-6a21-47ca-a506-38614fdf3fed} <Debug> TCPHandler: Processed in 0.001655392 sec. | ||
| 6975 | 2025.03.01 05:29:33.421624 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6976 | 2025.03.01 05:29:33.421726 [ 4 ] {b6a0daa1-a3dc-40b6-b16d-67a2402e1989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6977 | 2025.03.01 05:29:33.421771 [ 4 ] {b6a0daa1-a3dc-40b6-b16d-67a2402e1989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6978 | 2025.03.01 05:29:33.422317 [ 4 ] {b6a0daa1-a3dc-40b6-b16d-67a2402e1989} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6979 | 2025.03.01 05:29:33.422356 [ 4 ] {b6a0daa1-a3dc-40b6-b16d-67a2402e1989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6980 | 2025.03.01 05:29:33.422713 [ 4 ] {b6a0daa1-a3dc-40b6-b16d-67a2402e1989} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6981 | 2025.03.01 05:29:33.422952 [ 4 ] {b6a0daa1-a3dc-40b6-b16d-67a2402e1989} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6982 | 2025.03.01 05:29:33.423153 [ 4 ] {b6a0daa1-a3dc-40b6-b16d-67a2402e1989} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001449 sec., 62111.801242236026 rows/sec., 4.85 MiB/sec. | ||
| 6983 | 2025.03.01 05:29:33.423203 [ 4 ] {b6a0daa1-a3dc-40b6-b16d-67a2402e1989} <Debug> TCPHandler: Processed in 0.001630702 sec. | ||
| 6984 | 2025.03.01 05:29:33.423319 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6985 | 2025.03.01 05:29:33.423423 [ 4 ] {4ccf3800-bf72-4999-b209-79403027f65a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6986 | 2025.03.01 05:29:33.423473 [ 4 ] {4ccf3800-bf72-4999-b209-79403027f65a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6987 | 2025.03.01 05:29:33.424003 [ 4 ] {4ccf3800-bf72-4999-b209-79403027f65a} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6988 | 2025.03.01 05:29:33.424041 [ 4 ] {4ccf3800-bf72-4999-b209-79403027f65a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6989 | 2025.03.01 05:29:33.424422 [ 4 ] {4ccf3800-bf72-4999-b209-79403027f65a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6990 | 2025.03.01 05:29:33.424668 [ 4 ] {4ccf3800-bf72-4999-b209-79403027f65a} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6991 | 2025.03.01 05:29:33.424878 [ 4 ] {4ccf3800-bf72-4999-b209-79403027f65a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001476 sec., 108401.0840108401 rows/sec., 7.55 MiB/sec. | ||
| 6992 | 2025.03.01 05:29:33.424929 [ 4 ] {4ccf3800-bf72-4999-b209-79403027f65a} <Debug> TCPHandler: Processed in 0.001661762 sec. | ||
| 6993 | 2025.03.01 05:29:33.425054 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6994 | 2025.03.01 05:29:33.425158 [ 4 ] {c157639f-0ef2-40b1-8b9c-6dd83e71f507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6995 | 2025.03.01 05:29:33.425225 [ 4 ] {c157639f-0ef2-40b1-8b9c-6dd83e71f507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6996 | 2025.03.01 05:29:33.426274 [ 4 ] {c157639f-0ef2-40b1-8b9c-6dd83e71f507} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6997 | 2025.03.01 05:29:33.426311 [ 4 ] {c157639f-0ef2-40b1-8b9c-6dd83e71f507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 6998 | 2025.03.01 05:29:33.426982 [ 4 ] {c157639f-0ef2-40b1-8b9c-6dd83e71f507} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6999 | 2025.03.01 05:29:33.427238 [ 4 ] {c157639f-0ef2-40b1-8b9c-6dd83e71f507} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7000 | 2025.03.01 05:29:33.427497 [ 4 ] {c157639f-0ef2-40b1-8b9c-6dd83e71f507} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002358 sec., 11026.29346904156 rows/sec., 19.76 MiB/sec. | ||
| 7001 | 2025.03.01 05:29:33.427860 [ 4 ] {c157639f-0ef2-40b1-8b9c-6dd83e71f507} <Debug> TCPHandler: Processed in 0.002854468 sec. | ||
| 7002 | 2025.03.01 05:29:33.427996 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7003 | 2025.03.01 05:29:33.428098 [ 4 ] {b81dc66b-4ee9-43e7-8faf-7e46ca20c1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7004 | 2025.03.01 05:29:33.428145 [ 4 ] {b81dc66b-4ee9-43e7-8faf-7e46ca20c1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7005 | 2025.03.01 05:29:33.428588 [ 4 ] {b81dc66b-4ee9-43e7-8faf-7e46ca20c1f4} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7006 | 2025.03.01 05:29:33.428627 [ 4 ] {b81dc66b-4ee9-43e7-8faf-7e46ca20c1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7007 | 2025.03.01 05:29:33.428979 [ 4 ] {b81dc66b-4ee9-43e7-8faf-7e46ca20c1f4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7008 | 2025.03.01 05:29:33.429214 [ 4 ] {b81dc66b-4ee9-43e7-8faf-7e46ca20c1f4} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7009 | 2025.03.01 05:29:33.429425 [ 4 ] {b81dc66b-4ee9-43e7-8faf-7e46ca20c1f4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. | ||
| 7010 | 2025.03.01 05:29:33.429475 [ 4 ] {b81dc66b-4ee9-43e7-8faf-7e46ca20c1f4} <Debug> TCPHandler: Processed in 0.001528621 sec. | ||
| 7011 | 2025.03.01 05:29:37.190505 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7012 | 2025.03.01 05:29:37.190558 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7013 | 2025.03.01 05:29:37.327511 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7014 | 2025.03.01 05:29:37.328161 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7015 | 2025.03.01 05:29:37.328202 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7016 | 2025.03.01 05:29:37.328741 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7017 | 2025.03.01 05:29:37.329008 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7018 | 2025.03.01 05:29:37.329174 [ 96 ] {} <Debug> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7019 | 2025.03.01 05:29:37.329217 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7020 | 2025.03.01 05:29:37.329235 [ 96 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7021 | 2025.03.01 05:29:37.329263 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7022 | 2025.03.01 05:29:37.329499 [ 186 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::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 | ||
| 7023 | 2025.03.01 05:29:37.329814 [ 186 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7024 | 2025.03.01 05:29:37.329863 [ 186 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
| 7025 | 2025.03.01 05:29:37.329957 [ 186 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
| 7026 | 2025.03.01 05:29:37.330161 [ 186 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
| 7027 | 2025.03.01 05:29:37.330404 [ 186 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
| 7028 | 2025.03.01 05:29:37.330564 [ 186 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
| 7029 | 2025.03.01 05:29:37.330754 [ 186 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
| 7030 | 2025.03.01 05:29:37.333528 [ 192 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.004185756 sec., 3949346.3068559184 rows/sec., 56.50 MiB/sec. | ||
| 7031 | 2025.03.01 05:29:37.333677 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7032 | 2025.03.01 05:29:37.334047 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_36_7} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7033 | 2025.03.01 05:29:37.334140 [ 189 ] {6afbe10c-7e16-47ab-8a5a-6e94fabb6c10::all_1_36_7} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7034 | 2025.03.01 05:29:37.334267 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7035 | 2025.03.01 05:29:37.407128 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1006 | ||
| 7036 | 2025.03.01 05:29:37.410264 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7037 | 2025.03.01 05:29:37.410318 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7038 | 2025.03.01 05:29:37.411767 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7039 | 2025.03.01 05:29:37.412085 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7040 | 2025.03.01 05:29:37.412303 [ 96 ] {} <Debug> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7041 | 2025.03.01 05:29:37.412398 [ 96 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7042 | 2025.03.01 05:29:37.412462 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7043 | 2025.03.01 05:29:37.412954 [ 201 ] {a815b5b4-7616-4377-8f2c-f800840f715c::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 | ||
| 7044 | 2025.03.01 05:29:37.413660 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1006 | ||
| 7045 | 2025.03.01 05:29:37.414123 [ 201 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7046 | 2025.03.01 05:29:37.414306 [ 201 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 832 rows starting from the beginning of the part | ||
| 7047 | 2025.03.01 05:29:37.414997 [ 201 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part | ||
| 7048 | 2025.03.01 05:29:37.415630 [ 201 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part | ||
| 7049 | 2025.03.01 05:29:37.416344 [ 201 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part | ||
| 7050 | 2025.03.01 05:29:37.417036 [ 201 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part | ||
| 7051 | 2025.03.01 05:29:37.417722 [ 201 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part | ||
| 7052 | 2025.03.01 05:29:37.426654 [ 192 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1006 rows, containing 72 columns (72 merged, 0 gathered) in 0.014055829 sec., 71571.73013416711 rows/sec., 57.77 MiB/sec. | ||
| 7053 | 2025.03.01 05:29:37.428044 [ 194 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7054 | 2025.03.01 05:29:37.428839 [ 194 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_26_5} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7055 | 2025.03.01 05:29:37.428933 [ 194 ] {a815b5b4-7616-4377-8f2c-f800840f715c::all_1_26_5} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7056 | 2025.03.01 05:29:37.429260 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 7057 | 2025.03.01 05:29:38.422672 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7058 | 2025.03.01 05:29:38.422877 [ 4 ] {4bfb59f4-fd58-44e3-87cf-4b1018d33fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7059 | 2025.03.01 05:29:38.422953 [ 4 ] {4bfb59f4-fd58-44e3-87cf-4b1018d33fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7060 | 2025.03.01 05:29:38.423875 [ 4 ] {4bfb59f4-fd58-44e3-87cf-4b1018d33fbb} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7061 | 2025.03.01 05:29:38.423931 [ 4 ] {4bfb59f4-fd58-44e3-87cf-4b1018d33fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7062 | 2025.03.01 05:29:38.424378 [ 4 ] {4bfb59f4-fd58-44e3-87cf-4b1018d33fbb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7063 | 2025.03.01 05:29:38.424646 [ 4 ] {4bfb59f4-fd58-44e3-87cf-4b1018d33fbb} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7064 | 2025.03.01 05:29:38.424845 [ 93 ] {} <Debug> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7065 | 2025.03.01 05:29:38.424909 [ 4 ] {4bfb59f4-fd58-44e3-87cf-4b1018d33fbb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002083 sec., 101776.28420547287 rows/sec., 6.47 MiB/sec. | ||
| 7066 | 2025.03.01 05:29:38.424928 [ 93 ] {} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7067 | 2025.03.01 05:29:38.424993 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7068 | 2025.03.01 05:29:38.425055 [ 4 ] {4bfb59f4-fd58-44e3-87cf-4b1018d33fbb} <Debug> TCPHandler: Processed in 0.002517914 sec. | ||
| 7069 | 2025.03.01 05:29:38.425339 [ 192 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::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 | ||
| 7070 | 2025.03.01 05:29:38.425403 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7071 | 2025.03.01 05:29:38.425811 [ 4 ] {9cd1aad1-163a-4010-9242-f9fdb4b942f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7072 | 2025.03.01 05:29:38.425952 [ 4 ] {9cd1aad1-163a-4010-9242-f9fdb4b942f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7073 | 2025.03.01 05:29:38.425983 [ 192 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7074 | 2025.03.01 05:29:38.426048 [ 192 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 212 rows starting from the beginning of the part | ||
| 7075 | 2025.03.01 05:29:38.426171 [ 192 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part | ||
| 7076 | 2025.03.01 05:29:38.426479 [ 192 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part | ||
| 7077 | 2025.03.01 05:29:38.426851 [ 192 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part | ||
| 7078 | 2025.03.01 05:29:38.427133 [ 192 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part | ||
| 7079 | 2025.03.01 05:29:38.428346 [ 4 ] {9cd1aad1-163a-4010-9242-f9fdb4b942f3} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7080 | 2025.03.01 05:29:38.428388 [ 4 ] {9cd1aad1-163a-4010-9242-f9fdb4b942f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7081 | 2025.03.01 05:29:38.428732 [ 199 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003613318 sec., 293359.1784614584 rows/sec., 19.78 MiB/sec. | ||
| 7082 | 2025.03.01 05:29:38.429007 [ 199 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7083 | 2025.03.01 05:29:38.429028 [ 4 ] {9cd1aad1-163a-4010-9242-f9fdb4b942f3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7084 | 2025.03.01 05:29:38.429463 [ 4 ] {9cd1aad1-163a-4010-9242-f9fdb4b942f3} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7085 | 2025.03.01 05:29:38.429559 [ 199 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_25_6} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7086 | 2025.03.01 05:29:38.429821 [ 199 ] {54421717-e8a3-4eec-ab43-ed9e8b033a2a::all_1_25_6} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7087 | 2025.03.01 05:29:38.429930 [ 4 ] {9cd1aad1-163a-4010-9242-f9fdb4b942f3} <Debug> executeQuery: Read 643 rows, 51.91 KiB in 0.004241 sec., 151615.1850978543 rows/sec., 11.95 MiB/sec. | ||
| 7088 | 2025.03.01 05:29:38.430051 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 7089 | 2025.03.01 05:29:38.430246 [ 4 ] {9cd1aad1-163a-4010-9242-f9fdb4b942f3} <Debug> TCPHandler: Processed in 0.004951027 sec. | ||
| 7090 | 2025.03.01 05:29:38.430481 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7091 | 2025.03.01 05:29:38.430591 [ 4 ] {dfc204a0-b2e8-441d-a962-c68495f01b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7092 | 2025.03.01 05:29:38.430641 [ 4 ] {dfc204a0-b2e8-441d-a962-c68495f01b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7093 | 2025.03.01 05:29:38.431247 [ 4 ] {dfc204a0-b2e8-441d-a962-c68495f01b03} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7094 | 2025.03.01 05:29:38.431288 [ 4 ] {dfc204a0-b2e8-441d-a962-c68495f01b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7095 | 2025.03.01 05:29:38.431648 [ 4 ] {dfc204a0-b2e8-441d-a962-c68495f01b03} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7096 | 2025.03.01 05:29:38.431891 [ 4 ] {dfc204a0-b2e8-441d-a962-c68495f01b03} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7097 | 2025.03.01 05:29:38.432057 [ 93 ] {} <Debug> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 7098 | 2025.03.01 05:29:38.432117 [ 93 ] {} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7099 | 2025.03.01 05:29:38.432137 [ 4 ] {dfc204a0-b2e8-441d-a962-c68495f01b03} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.001562 sec., 76184.37900128041 rows/sec., 4.60 MiB/sec. | ||
| 7100 | 2025.03.01 05:29:38.432161 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7101 | 2025.03.01 05:29:38.432302 [ 4 ] {dfc204a0-b2e8-441d-a962-c68495f01b03} <Debug> TCPHandler: Processed in 0.001896016 sec. | ||
| 7102 | 2025.03.01 05:29:38.432403 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 7103 | 2025.03.01 05:29:38.432474 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7104 | 2025.03.01 05:29:38.432662 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7105 | 2025.03.01 05:29:38.432694 [ 4 ] {05c933ab-92cd-454b-803a-cd291126937c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7106 | 2025.03.01 05:29:38.432733 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 163 rows starting from the beginning of the part | ||
| 7107 | 2025.03.01 05:29:38.432776 [ 4 ] {05c933ab-92cd-454b-803a-cd291126937c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7108 | 2025.03.01 05:29:38.433085 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 119 rows starting from the beginning of the part | ||
| 7109 | 2025.03.01 05:29:38.433416 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 26 rows starting from the beginning of the part | ||
| 7110 | 2025.03.01 05:29:38.433826 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 135 rows starting from the beginning of the part | ||
| 7111 | 2025.03.01 05:29:38.434130 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part | ||
| 7112 | 2025.03.01 05:29:38.434510 [ 197 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 119 rows starting from the beginning of the part | ||
| 7113 | 2025.03.01 05:29:38.435561 [ 4 ] {05c933ab-92cd-454b-803a-cd291126937c} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7114 | 2025.03.01 05:29:38.435642 [ 4 ] {05c933ab-92cd-454b-803a-cd291126937c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7115 | 2025.03.01 05:29:38.436580 [ 4 ] {05c933ab-92cd-454b-803a-cd291126937c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7116 | 2025.03.01 05:29:38.437172 [ 4 ] {05c933ab-92cd-454b-803a-cd291126937c} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7117 | 2025.03.01 05:29:38.437475 [ 198 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 5 columns (5 merged, 0 gathered) in 0.005165389 sec., 113834.60180830523 rows/sec., 7.56 MiB/sec. | ||
| 7118 | 2025.03.01 05:29:38.437662 [ 4 ] {05c933ab-92cd-454b-803a-cd291126937c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005017 sec., 22523.420370739488 rows/sec., 1.46 MiB/sec. | ||
| 7119 | 2025.03.01 05:29:38.437825 [ 4 ] {05c933ab-92cd-454b-803a-cd291126937c} <Debug> TCPHandler: Processed in 0.005416193 sec. | ||
| 7120 | 2025.03.01 05:29:38.437999 [ 198 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 7121 | 2025.03.01 05:29:38.438031 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7122 | 2025.03.01 05:29:38.438198 [ 4 ] {a1974b6d-2303-4a9b-b12b-14a2263ccbab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7123 | 2025.03.01 05:29:38.438277 [ 4 ] {a1974b6d-2303-4a9b-b12b-14a2263ccbab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7124 | 2025.03.01 05:29:38.438648 [ 198 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_45_9} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7125 | 2025.03.01 05:29:38.438924 [ 198 ] {c6d09d30-0728-440b-ab06-828c53115f99::all_1_45_9} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 7126 | 2025.03.01 05:29:38.439102 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 7127 | 2025.03.01 05:29:38.439375 [ 4 ] {a1974b6d-2303-4a9b-b12b-14a2263ccbab} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7128 | 2025.03.01 05:29:38.439420 [ 4 ] {a1974b6d-2303-4a9b-b12b-14a2263ccbab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7129 | 2025.03.01 05:29:38.439792 [ 4 ] {a1974b6d-2303-4a9b-b12b-14a2263ccbab} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7130 | 2025.03.01 05:29:38.440029 [ 4 ] {a1974b6d-2303-4a9b-b12b-14a2263ccbab} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7131 | 2025.03.01 05:29:38.440184 [ 93 ] {} <Debug> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7132 | 2025.03.01 05:29:38.440243 [ 93 ] {} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7133 | 2025.03.01 05:29:38.440283 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7134 | 2025.03.01 05:29:38.440290 [ 4 ] {a1974b6d-2303-4a9b-b12b-14a2263ccbab} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002103 sec., 53257.25154541132 rows/sec., 3.03 MiB/sec. | ||
| 7135 | 2025.03.01 05:29:38.440600 [ 4 ] {a1974b6d-2303-4a9b-b12b-14a2263ccbab} <Debug> TCPHandler: Processed in 0.002629516 sec. | ||
| 7136 | 2025.03.01 05:29:38.440604 [ 192 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::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 | ||
| 7137 | 2025.03.01 05:29:38.440949 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7138 | 2025.03.01 05:29:38.441108 [ 192 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7139 | 2025.03.01 05:29:38.441235 [ 192 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 112 rows starting from the beginning of the part | ||
| 7140 | 2025.03.01 05:29:38.441310 [ 4 ] {404f4796-5ea1-4bea-8821-3dc6ef170826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7141 | 2025.03.01 05:29:38.441437 [ 4 ] {404f4796-5ea1-4bea-8821-3dc6ef170826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7142 | 2025.03.01 05:29:38.441486 [ 192 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 112 rows starting from the beginning of the part | ||
| 7143 | 2025.03.01 05:29:38.441717 [ 192 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part | ||
| 7144 | 2025.03.01 05:29:38.441883 [ 192 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part | ||
| 7145 | 2025.03.01 05:29:38.442172 [ 192 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 112 rows starting from the beginning of the part | ||
| 7146 | 2025.03.01 05:29:38.443416 [ 4 ] {404f4796-5ea1-4bea-8821-3dc6ef170826} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7147 | 2025.03.01 05:29:38.443458 [ 4 ] {404f4796-5ea1-4bea-8821-3dc6ef170826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7148 | 2025.03.01 05:29:38.443725 [ 188 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003366426 sec., 166348.5251123892 rows/sec., 10.11 MiB/sec. | ||
| 7149 | 2025.03.01 05:29:38.443872 [ 188 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7150 | 2025.03.01 05:29:38.443999 [ 4 ] {404f4796-5ea1-4bea-8821-3dc6ef170826} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7151 | 2025.03.01 05:29:38.444267 [ 188 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_25_6} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7152 | 2025.03.01 05:29:38.444591 [ 188 ] {2d67f52b-2377-4ed8-b5c6-ba11375aa0fa::all_1_25_6} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7153 | 2025.03.01 05:29:38.444626 [ 4 ] {404f4796-5ea1-4bea-8821-3dc6ef170826} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7154 | 2025.03.01 05:29:38.444761 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7155 | 2025.03.01 05:29:38.444951 [ 4 ] {404f4796-5ea1-4bea-8821-3dc6ef170826} <Debug> executeQuery: Read 395 rows, 28.63 KiB in 0.003779 sec., 104525.00661550675 rows/sec., 7.40 MiB/sec. | ||
| 7156 | 2025.03.01 05:29:38.445011 [ 4 ] {404f4796-5ea1-4bea-8821-3dc6ef170826} <Debug> TCPHandler: Processed in 0.004189616 sec. | ||
| 7157 | 2025.03.01 05:29:38.445130 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7158 | 2025.03.01 05:29:38.445235 [ 4 ] {60759b58-1309-4b4c-a341-a5c5bafbbdcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7159 | 2025.03.01 05:29:38.445282 [ 4 ] {60759b58-1309-4b4c-a341-a5c5bafbbdcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7160 | 2025.03.01 05:29:38.445725 [ 4 ] {60759b58-1309-4b4c-a341-a5c5bafbbdcf} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7161 | 2025.03.01 05:29:38.445764 [ 4 ] {60759b58-1309-4b4c-a341-a5c5bafbbdcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7162 | 2025.03.01 05:29:38.446117 [ 4 ] {60759b58-1309-4b4c-a341-a5c5bafbbdcf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7163 | 2025.03.01 05:29:38.446350 [ 4 ] {60759b58-1309-4b4c-a341-a5c5bafbbdcf} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7164 | 2025.03.01 05:29:38.446602 [ 4 ] {60759b58-1309-4b4c-a341-a5c5bafbbdcf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 226.01 KiB/sec. | ||
| 7165 | 2025.03.01 05:29:38.446795 [ 4 ] {60759b58-1309-4b4c-a341-a5c5bafbbdcf} <Debug> TCPHandler: Processed in 0.001711383 sec. | ||
| 7166 | 2025.03.01 05:29:38.446947 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7167 | 2025.03.01 05:29:38.447051 [ 4 ] {45865d4d-c361-4800-990d-4a3bb25d123d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7168 | 2025.03.01 05:29:38.447099 [ 4 ] {45865d4d-c361-4800-990d-4a3bb25d123d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7169 | 2025.03.01 05:29:38.447649 [ 4 ] {45865d4d-c361-4800-990d-4a3bb25d123d} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7170 | 2025.03.01 05:29:38.447688 [ 4 ] {45865d4d-c361-4800-990d-4a3bb25d123d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7171 | 2025.03.01 05:29:38.448077 [ 4 ] {45865d4d-c361-4800-990d-4a3bb25d123d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7172 | 2025.03.01 05:29:38.448312 [ 4 ] {45865d4d-c361-4800-990d-4a3bb25d123d} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7173 | 2025.03.01 05:29:38.448536 [ 4 ] {45865d4d-c361-4800-990d-4a3bb25d123d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001508 sec., 157161.80371352786 rows/sec., 10.53 MiB/sec. | ||
| 7174 | 2025.03.01 05:29:38.448589 [ 4 ] {45865d4d-c361-4800-990d-4a3bb25d123d} <Debug> TCPHandler: Processed in 0.001691723 sec. | ||
| 7175 | 2025.03.01 05:29:38.448703 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7176 | 2025.03.01 05:29:38.448808 [ 4 ] {c85c20cc-209f-4ecc-a1da-2bf0110acfdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7177 | 2025.03.01 05:29:38.448855 [ 4 ] {c85c20cc-209f-4ecc-a1da-2bf0110acfdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7178 | 2025.03.01 05:29:38.449279 [ 4 ] {c85c20cc-209f-4ecc-a1da-2bf0110acfdc} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7179 | 2025.03.01 05:29:38.449318 [ 4 ] {c85c20cc-209f-4ecc-a1da-2bf0110acfdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7180 | 2025.03.01 05:29:38.449658 [ 4 ] {c85c20cc-209f-4ecc-a1da-2bf0110acfdc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7181 | 2025.03.01 05:29:38.449888 [ 4 ] {c85c20cc-209f-4ecc-a1da-2bf0110acfdc} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7182 | 2025.03.01 05:29:38.450047 [ 93 ] {} <Debug> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 7183 | 2025.03.01 05:29:38.450106 [ 93 ] {} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7184 | 2025.03.01 05:29:38.450140 [ 4 ] {c85c20cc-209f-4ecc-a1da-2bf0110acfdc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001336 sec., 748.502994011976 rows/sec., 50.44 KiB/sec. | ||
| 7185 | 2025.03.01 05:29:38.450147 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7186 | 2025.03.01 05:29:38.450303 [ 4 ] {c85c20cc-209f-4ecc-a1da-2bf0110acfdc} <Debug> TCPHandler: Processed in 0.001644292 sec. | ||
| 7187 | 2025.03.01 05:29:38.450686 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7188 | 2025.03.01 05:29:38.450736 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 7189 | 2025.03.01 05:29:38.450984 [ 4 ] {fb41f270-4c15-48c8-9ad5-03d093de948f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7190 | 2025.03.01 05:29:38.451156 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7191 | 2025.03.01 05:29:38.451192 [ 4 ] {fb41f270-4c15-48c8-9ad5-03d093de948f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7192 | 2025.03.01 05:29:38.451241 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
| 7193 | 2025.03.01 05:29:38.451584 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7194 | 2025.03.01 05:29:38.452001 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7195 | 2025.03.01 05:29:38.452357 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7196 | 2025.03.01 05:29:38.452775 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7197 | 2025.03.01 05:29:38.453078 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 7198 | 2025.03.01 05:29:38.456768 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.006456267 sec., 3872.206648207083 rows/sec., 260.92 KiB/sec. | ||
| 7199 | 2025.03.01 05:29:38.456987 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 7200 | 2025.03.01 05:29:38.457010 [ 4 ] {fb41f270-4c15-48c8-9ad5-03d093de948f} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7201 | 2025.03.01 05:29:38.457082 [ 4 ] {fb41f270-4c15-48c8-9ad5-03d093de948f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7202 | 2025.03.01 05:29:38.457536 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_25_5} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7203 | 2025.03.01 05:29:38.457740 [ 190 ] {844f206b-9375-4612-b8b3-62ba3ccc8706::all_1_25_5} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 7204 | 2025.03.01 05:29:38.457875 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7205 | 2025.03.01 05:29:38.458209 [ 4 ] {fb41f270-4c15-48c8-9ad5-03d093de948f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7206 | 2025.03.01 05:29:38.458480 [ 4 ] {fb41f270-4c15-48c8-9ad5-03d093de948f} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7207 | 2025.03.01 05:29:38.458741 [ 4 ] {fb41f270-4c15-48c8-9ad5-03d093de948f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.007843 sec., 1657.5290067576184 rows/sec., 2.97 MiB/sec. | ||
| 7208 | 2025.03.01 05:29:38.458862 [ 4 ] {fb41f270-4c15-48c8-9ad5-03d093de948f} <Debug> TCPHandler: Processed in 0.008335552 sec. | ||
| 7209 | 2025.03.01 05:29:38.459008 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7210 | 2025.03.01 05:29:38.459113 [ 4 ] {e577e1b3-feda-4938-a24f-fb2f3f3e5f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7211 | 2025.03.01 05:29:38.459160 [ 4 ] {e577e1b3-feda-4938-a24f-fb2f3f3e5f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7212 | 2025.03.01 05:29:38.459616 [ 4 ] {e577e1b3-feda-4938-a24f-fb2f3f3e5f23} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2025.03.01 05:29:38.459654 [ 4 ] {e577e1b3-feda-4938-a24f-fb2f3f3e5f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7214 | 2025.03.01 05:29:38.460013 [ 4 ] {e577e1b3-feda-4938-a24f-fb2f3f3e5f23} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7215 | 2025.03.01 05:29:38.460256 [ 4 ] {e577e1b3-feda-4938-a24f-fb2f3f3e5f23} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7216 | 2025.03.01 05:29:38.460464 [ 4 ] {e577e1b3-feda-4938-a24f-fb2f3f3e5f23} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001373 sec., 59723.233794610336 rows/sec., 3.79 MiB/sec. | ||
| 7217 | 2025.03.01 05:29:38.460512 [ 4 ] {e577e1b3-feda-4938-a24f-fb2f3f3e5f23} <Debug> TCPHandler: Processed in 0.001555331 sec. | ||
| 7218 | 2025.03.01 05:29:38.514681 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7219 | 2025.03.01 05:29:38.537471 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7220 | 2025.03.01 05:29:38.537521 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7221 | 2025.03.01 05:29:38.544987 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7222 | 2025.03.01 05:29:38.545773 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7223 | 2025.03.01 05:29:38.546142 [ 93 ] {} <Debug> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7224 | 2025.03.01 05:29:38.546261 [ 93 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7225 | 2025.03.01 05:29:38.546329 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 7226 | 2025.03.01 05:29:38.546679 [ 187 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 7227 | 2025.03.01 05:29:38.555607 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7228 | 2025.03.01 05:29:38.556753 [ 187 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7229 | 2025.03.01 05:29:38.557685 [ 187 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 7230 | 2025.03.01 05:29:38.562347 [ 187 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 7231 | 2025.03.01 05:29:38.567145 [ 187 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 7232 | 2025.03.01 05:29:38.572260 [ 187 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 7233 | 2025.03.01 05:29:38.577863 [ 187 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 7234 | 2025.03.01 05:29:38.582380 [ 187 ] {177d2f22-206e-4d77-ae66-3892003c1b53::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 | ||
| 7235 | 2025.03.01 05:29:38.642484 [ 195 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.095979094 sec., 2833.950485092097 rows/sec., 14.65 MiB/sec. | ||
| 7236 | 2025.03.01 05:29:38.645613 [ 200 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7237 | 2025.03.01 05:29:38.648714 [ 200 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_36_7} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7238 | 2025.03.01 05:29:38.648845 [ 200 ] {177d2f22-206e-4d77-ae66-3892003c1b53::all_1_36_7} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7239 | 2025.03.01 05:29:38.651417 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 7240 | 2025.03.01 05:29:43.416836 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7241 | 2025.03.01 05:29:43.417037 [ 4 ] {243708a7-551b-456a-8c17-c56d78a273b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7242 | 2025.03.01 05:29:43.417114 [ 4 ] {243708a7-551b-456a-8c17-c56d78a273b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7243 | 2025.03.01 05:29:43.417944 [ 4 ] {243708a7-551b-456a-8c17-c56d78a273b9} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7244 | 2025.03.01 05:29:43.417993 [ 4 ] {243708a7-551b-456a-8c17-c56d78a273b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7245 | 2025.03.01 05:29:43.418435 [ 4 ] {243708a7-551b-456a-8c17-c56d78a273b9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7246 | 2025.03.01 05:29:43.418706 [ 4 ] {243708a7-551b-456a-8c17-c56d78a273b9} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7247 | 2025.03.01 05:29:43.418920 [ 86 ] {} <Debug> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7248 | 2025.03.01 05:29:43.418951 [ 4 ] {243708a7-551b-456a-8c17-c56d78a273b9} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001966 sec., 54933.87589013225 rows/sec., 4.59 MiB/sec. | ||
| 7249 | 2025.03.01 05:29:43.419018 [ 86 ] {} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7250 | 2025.03.01 05:29:43.419088 [ 4 ] {243708a7-551b-456a-8c17-c56d78a273b9} <Debug> TCPHandler: Processed in 0.002377652 sec. | ||
| 7251 | 2025.03.01 05:29:43.419093 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7252 | 2025.03.01 05:29:43.419306 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7253 | 2025.03.01 05:29:43.419323 [ 189 ] {fe94f596-977c-465a-823d-979ea2543a6f::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 | ||
| 7254 | 2025.03.01 05:29:43.419503 [ 4 ] {1f8213a8-910a-46fa-8127-5c9bb46bc707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7255 | 2025.03.01 05:29:43.419624 [ 189 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7256 | 2025.03.01 05:29:43.419634 [ 4 ] {1f8213a8-910a-46fa-8127-5c9bb46bc707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7257 | 2025.03.01 05:29:43.419701 [ 189 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1844 rows starting from the beginning of the part | ||
| 7258 | 2025.03.01 05:29:43.420031 [ 189 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 108 rows starting from the beginning of the part | ||
| 7259 | 2025.03.01 05:29:43.420426 [ 189 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1791 rows starting from the beginning of the part | ||
| 7260 | 2025.03.01 05:29:43.420843 [ 189 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 108 rows starting from the beginning of the part | ||
| 7261 | 2025.03.01 05:29:43.421164 [ 189 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 643 rows starting from the beginning of the part | ||
| 7262 | 2025.03.01 05:29:43.421581 [ 189 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 108 rows starting from the beginning of the part | ||
| 7263 | 2025.03.01 05:29:43.422572 [ 4 ] {1f8213a8-910a-46fa-8127-5c9bb46bc707} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7264 | 2025.03.01 05:29:43.422639 [ 4 ] {1f8213a8-910a-46fa-8127-5c9bb46bc707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7265 | 2025.03.01 05:29:43.423628 [ 4 ] {1f8213a8-910a-46fa-8127-5c9bb46bc707} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7266 | 2025.03.01 05:29:43.424219 [ 4 ] {1f8213a8-910a-46fa-8127-5c9bb46bc707} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7267 | 2025.03.01 05:29:43.424518 [ 4 ] {1f8213a8-910a-46fa-8127-5c9bb46bc707} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005068 sec., 5130.228887134965 rows/sec., 385.77 KiB/sec. | ||
| 7268 | 2025.03.01 05:29:43.424618 [ 4 ] {1f8213a8-910a-46fa-8127-5c9bb46bc707} <Debug> TCPHandler: Processed in 0.005395863 sec. | ||
| 7269 | 2025.03.01 05:29:43.424819 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7270 | 2025.03.01 05:29:43.424955 [ 4 ] {ac8fd31d-8e77-483c-a62d-53d6c9cf5373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7271 | 2025.03.01 05:29:43.425064 [ 4 ] {ac8fd31d-8e77-483c-a62d-53d6c9cf5373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7272 | 2025.03.01 05:29:43.425467 [ 189 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4602 rows, containing 5 columns (5 merged, 0 gathered) in 0.006257344 sec., 735455.8100050117 rows/sec., 62.39 MiB/sec. | ||
| 7273 | 2025.03.01 05:29:43.425790 [ 189 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7274 | 2025.03.01 05:29:43.426355 [ 4 ] {ac8fd31d-8e77-483c-a62d-53d6c9cf5373} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7275 | 2025.03.01 05:29:43.426421 [ 4 ] {ac8fd31d-8e77-483c-a62d-53d6c9cf5373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7276 | 2025.03.01 05:29:43.426424 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_51_10} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7277 | 2025.03.01 05:29:43.426667 [ 195 ] {fe94f596-977c-465a-823d-979ea2543a6f::all_1_51_10} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7278 | 2025.03.01 05:29:43.426894 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 7279 | 2025.03.01 05:29:43.427088 [ 4 ] {ac8fd31d-8e77-483c-a62d-53d6c9cf5373} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7280 | 2025.03.01 05:29:43.427363 [ 4 ] {ac8fd31d-8e77-483c-a62d-53d6c9cf5373} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7281 | 2025.03.01 05:29:43.427557 [ 86 ] {} <Debug> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7282 | 2025.03.01 05:29:43.427627 [ 86 ] {} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7283 | 2025.03.01 05:29:43.427637 [ 4 ] {ac8fd31d-8e77-483c-a62d-53d6c9cf5373} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.002715 sec., 33149.17127071823 rows/sec., 2.59 MiB/sec. | ||
| 7284 | 2025.03.01 05:29:43.427666 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7285 | 2025.03.01 05:29:43.427819 [ 4 ] {ac8fd31d-8e77-483c-a62d-53d6c9cf5373} <Debug> TCPHandler: Processed in 0.003066291 sec. | ||
| 7286 | 2025.03.01 05:29:43.427925 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::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 | ||
| 7287 | 2025.03.01 05:29:43.428016 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7288 | 2025.03.01 05:29:43.428097 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7289 | 2025.03.01 05:29:43.428175 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 7290 | 2025.03.01 05:29:43.428243 [ 4 ] {13cab5d6-6dbf-49c4-93e0-285f8f99bee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7291 | 2025.03.01 05:29:43.428421 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 90 rows starting from the beginning of the part | ||
| 7292 | 2025.03.01 05:29:43.428445 [ 4 ] {13cab5d6-6dbf-49c4-93e0-285f8f99bee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7293 | 2025.03.01 05:29:43.428862 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 867 rows starting from the beginning of the part | ||
| 7294 | 2025.03.01 05:29:43.429232 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 90 rows starting from the beginning of the part | ||
| 7295 | 2025.03.01 05:29:43.429622 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 395 rows starting from the beginning of the part | ||
| 7296 | 2025.03.01 05:29:43.429891 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 90 rows starting from the beginning of the part | ||
| 7297 | 2025.03.01 05:29:43.431238 [ 4 ] {13cab5d6-6dbf-49c4-93e0-285f8f99bee1} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7298 | 2025.03.01 05:29:43.431296 [ 4 ] {13cab5d6-6dbf-49c4-93e0-285f8f99bee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7299 | 2025.03.01 05:29:43.432425 [ 4 ] {13cab5d6-6dbf-49c4-93e0-285f8f99bee1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7300 | 2025.03.01 05:29:43.432741 [ 4 ] {13cab5d6-6dbf-49c4-93e0-285f8f99bee1} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7301 | 2025.03.01 05:29:43.433285 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7302 | 2025.03.01 05:29:43.433395 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7303 | 2025.03.01 05:29:43.433407 [ 193 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2445 rows, containing 5 columns (5 merged, 0 gathered) in 0.005589745 sec., 437408.14652546763 rows/sec., 33.53 MiB/sec. | ||
| 7304 | 2025.03.01 05:29:43.433451 [ 4 ] {13cab5d6-6dbf-49c4-93e0-285f8f99bee1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005272 sec., 30349.013657056148 rows/sec., 2.11 MiB/sec. | ||
| 7305 | 2025.03.01 05:29:43.433470 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7306 | 2025.03.01 05:29:43.433736 [ 4 ] {13cab5d6-6dbf-49c4-93e0-285f8f99bee1} <Debug> TCPHandler: Processed in 0.005788478 sec. | ||
| 7307 | 2025.03.01 05:29:43.433811 [ 195 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7308 | 2025.03.01 05:29:43.433965 [ 194 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 7309 | 2025.03.01 05:29:43.434075 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7310 | 2025.03.01 05:29:43.434439 [ 4 ] {e548bef5-783b-40fa-ab97-57e132294284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7311 | 2025.03.01 05:29:43.434510 [ 194 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7312 | 2025.03.01 05:29:43.434667 [ 195 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_51_10} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7313 | 2025.03.01 05:29:43.434732 [ 4 ] {e548bef5-783b-40fa-ab97-57e132294284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7314 | 2025.03.01 05:29:43.434732 [ 194 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 16434 rows starting from the beginning of the part | ||
| 7315 | 2025.03.01 05:29:43.434969 [ 195 ] {23102748-2c42-473b-96ec-35638a1b759f::all_1_51_10} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7316 | 2025.03.01 05:29:43.435349 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7317 | 2025.03.01 05:29:43.435538 [ 194 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 7318 | 2025.03.01 05:29:43.435981 [ 194 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1091 rows starting from the beginning of the part | ||
| 7319 | 2025.03.01 05:29:43.436364 [ 194 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 7320 | 2025.03.01 05:29:43.436825 [ 194 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 237 rows starting from the beginning of the part | ||
| 7321 | 2025.03.01 05:29:43.437247 [ 194 ] {51ba6733-0715-4a43-b54a-7975d4218400::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 | ||
| 7322 | 2025.03.01 05:29:43.439321 [ 4 ] {e548bef5-783b-40fa-ab97-57e132294284} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7323 | 2025.03.01 05:29:43.439377 [ 4 ] {e548bef5-783b-40fa-ab97-57e132294284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7324 | 2025.03.01 05:29:43.441283 [ 4 ] {e548bef5-783b-40fa-ab97-57e132294284} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7325 | 2025.03.01 05:29:43.441881 [ 4 ] {e548bef5-783b-40fa-ab97-57e132294284} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7326 | 2025.03.01 05:29:43.442097 [ 86 ] {} <Debug> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7327 | 2025.03.01 05:29:43.442181 [ 86 ] {} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7328 | 2025.03.01 05:29:43.442201 [ 4 ] {e548bef5-783b-40fa-ab97-57e132294284} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007899 sec., 3291.555893151032 rows/sec., 5.90 MiB/sec. | ||
| 7329 | 2025.03.01 05:29:43.442218 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7330 | 2025.03.01 05:29:43.442645 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::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 | ||
| 7331 | 2025.03.01 05:29:43.443084 [ 4 ] {e548bef5-783b-40fa-ab97-57e132294284} <Debug> TCPHandler: Processed in 0.009112362 sec. | ||
| 7332 | 2025.03.01 05:29:43.443447 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7333 | 2025.03.01 05:29:43.443519 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7334 | 2025.03.01 05:29:43.443722 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 737 rows starting from the beginning of the part | ||
| 7335 | 2025.03.01 05:29:43.443733 [ 4 ] {7d2c28df-4ba6-478d-ade2-6f73a62de4dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7336 | 2025.03.01 05:29:43.443875 [ 4 ] {7d2c28df-4ba6-478d-ade2-6f73a62de4dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7337 | 2025.03.01 05:29:43.444852 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 26 rows starting from the beginning of the part | ||
| 7338 | 2025.03.01 05:29:43.446094 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 7339 | 2025.03.01 05:29:43.446512 [ 194 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18242 rows, containing 5 columns (5 merged, 0 gathered) in 0.012845904 sec., 1420063.5471041976 rows/sec., 95.86 MiB/sec. | ||
| 7340 | 2025.03.01 05:29:43.447047 [ 194 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7341 | 2025.03.01 05:29:43.447414 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part | ||
| 7342 | 2025.03.01 05:29:43.447630 [ 4 ] {7d2c28df-4ba6-478d-ade2-6f73a62de4dc} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7343 | 2025.03.01 05:29:43.447735 [ 4 ] {7d2c28df-4ba6-478d-ade2-6f73a62de4dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7344 | 2025.03.01 05:29:43.448259 [ 194 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7345 | 2025.03.01 05:29:43.448586 [ 194 ] {51ba6733-0715-4a43-b54a-7975d4218400::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7346 | 2025.03.01 05:29:43.448652 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 7347 | 2025.03.01 05:29:43.448873 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.15 MiB. | ||
| 7348 | 2025.03.01 05:29:43.449537 [ 186 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part | ||
| 7349 | 2025.03.01 05:29:43.449570 [ 4 ] {7d2c28df-4ba6-478d-ade2-6f73a62de4dc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7350 | 2025.03.01 05:29:43.450458 [ 4 ] {7d2c28df-4ba6-478d-ade2-6f73a62de4dc} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7351 | 2025.03.01 05:29:43.450911 [ 86 ] {} <Debug> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7352 | 2025.03.01 05:29:43.451020 [ 86 ] {} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7353 | 2025.03.01 05:29:43.451086 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7354 | 2025.03.01 05:29:43.451209 [ 4 ] {7d2c28df-4ba6-478d-ade2-6f73a62de4dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007548 sec., 7949.12559618442 rows/sec., 548.57 KiB/sec. | ||
| 7355 | 2025.03.01 05:29:43.451533 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 7356 | 2025.03.01 05:29:43.451542 [ 4 ] {7d2c28df-4ba6-478d-ade2-6f73a62de4dc} <Debug> TCPHandler: Processed in 0.00820043 sec. | ||
| 7357 | 2025.03.01 05:29:43.452029 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7358 | 2025.03.01 05:29:43.452112 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3266 rows starting from the beginning of the part | ||
| 7359 | 2025.03.01 05:29:43.452409 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 7360 | 2025.03.01 05:29:43.452549 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
| 7361 | 2025.03.01 05:29:43.452832 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 7362 | 2025.03.01 05:29:43.453091 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
| 7363 | 2025.03.01 05:29:43.453307 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::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 | ||
| 7364 | 2025.03.01 05:29:43.457585 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3610 rows, containing 4 columns (4 merged, 0 gathered) in 0.006364636 sec., 567196.6158001809 rows/sec., 36.98 MiB/sec. | ||
| 7365 | 2025.03.01 05:29:43.458029 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7366 | 2025.03.01 05:29:43.458443 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_51_10} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7367 | 2025.03.01 05:29:43.458534 [ 199 ] {0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a::all_1_51_10} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7368 | 2025.03.01 05:29:43.458634 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 7369 | 2025.03.01 05:29:43.467273 [ 188 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 841 rows, containing 19 columns (19 merged, 0 gathered) in 0.024868486 sec., 33817.90109779904 rows/sec., 60.60 MiB/sec. | ||
| 7370 | 2025.03.01 05:29:43.468285 [ 191 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7371 | 2025.03.01 05:29:43.468722 [ 191 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7372 | 2025.03.01 05:29:43.468808 [ 191 ] {76f04e65-c3aa-469d-ac60-a5d6a0db5e29::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7373 | 2025.03.01 05:29:43.468962 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB. | ||
| 7374 | 2025.03.01 05:29:44.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.17 MiB, peak 219.56 MiB, free memory in arenas 0.00 B, will set to 210.64 MiB (RSS), difference: 1.47 MiB | ||
| 7375 | 2025.03.01 05:29:44.829365 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7376 | 2025.03.01 05:29:44.829995 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7377 | 2025.03.01 05:29:44.830035 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7378 | 2025.03.01 05:29:44.830575 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7379 | 2025.03.01 05:29:44.830848 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7380 | 2025.03.01 05:29:44.831041 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7381 | 2025.03.01 05:29:46.055717 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7382 | 2025.03.01 05:29:46.075730 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7383 | 2025.03.01 05:29:46.075787 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7384 | 2025.03.01 05:29:46.082812 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7385 | 2025.03.01 05:29:46.083602 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7386 | 2025.03.01 05:29:46.086830 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7387 | 2025.03.01 05:29:47.413927 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1040 | ||
| 7388 | 2025.03.01 05:29:47.417109 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7389 | 2025.03.01 05:29:47.417150 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7390 | 2025.03.01 05:29:47.418621 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7391 | 2025.03.01 05:29:47.418944 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7392 | 2025.03.01 05:29:47.420218 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1040 | ||
| 7393 | 2025.03.01 05:29:48.422416 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7394 | 2025.03.01 05:29:48.422655 [ 4 ] {4e61c7a3-1d3f-44ac-a3c8-1c631a9e24c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7395 | 2025.03.01 05:29:48.422752 [ 4 ] {4e61c7a3-1d3f-44ac-a3c8-1c631a9e24c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7396 | 2025.03.01 05:29:48.423650 [ 4 ] {4e61c7a3-1d3f-44ac-a3c8-1c631a9e24c2} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7397 | 2025.03.01 05:29:48.423706 [ 4 ] {4e61c7a3-1d3f-44ac-a3c8-1c631a9e24c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7398 | 2025.03.01 05:29:48.424156 [ 4 ] {4e61c7a3-1d3f-44ac-a3c8-1c631a9e24c2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7399 | 2025.03.01 05:29:48.424415 [ 4 ] {4e61c7a3-1d3f-44ac-a3c8-1c631a9e24c2} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7400 | 2025.03.01 05:29:48.424648 [ 4 ] {4e61c7a3-1d3f-44ac-a3c8-1c631a9e24c2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002056 sec., 103112.84046692606 rows/sec., 6.56 MiB/sec. | ||
| 7401 | 2025.03.01 05:29:48.424715 [ 4 ] {4e61c7a3-1d3f-44ac-a3c8-1c631a9e24c2} <Debug> TCPHandler: Processed in 0.002448303 sec. | ||
| 7402 | 2025.03.01 05:29:48.424831 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7403 | 2025.03.01 05:29:48.424940 [ 4 ] {1eec0074-a6e0-41b7-b880-fdecbea27519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7404 | 2025.03.01 05:29:48.424990 [ 4 ] {1eec0074-a6e0-41b7-b880-fdecbea27519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7405 | 2025.03.01 05:29:48.425770 [ 4 ] {1eec0074-a6e0-41b7-b880-fdecbea27519} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7406 | 2025.03.01 05:29:48.425813 [ 4 ] {1eec0074-a6e0-41b7-b880-fdecbea27519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7407 | 2025.03.01 05:29:48.426218 [ 4 ] {1eec0074-a6e0-41b7-b880-fdecbea27519} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7408 | 2025.03.01 05:29:48.426464 [ 4 ] {1eec0074-a6e0-41b7-b880-fdecbea27519} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7409 | 2025.03.01 05:29:48.426668 [ 4 ] {1eec0074-a6e0-41b7-b880-fdecbea27519} <Debug> executeQuery: Read 643 rows, 51.91 KiB in 0.001753 sec., 366799.77181973757 rows/sec., 28.92 MiB/sec. | ||
| 7410 | 2025.03.01 05:29:48.426723 [ 4 ] {1eec0074-a6e0-41b7-b880-fdecbea27519} <Debug> TCPHandler: Processed in 0.001943736 sec. | ||
| 7411 | 2025.03.01 05:29:48.426827 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7412 | 2025.03.01 05:29:48.426931 [ 4 ] {d006e137-98b8-44c8-a74a-9c3dac75fa66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7413 | 2025.03.01 05:29:48.426977 [ 4 ] {d006e137-98b8-44c8-a74a-9c3dac75fa66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7414 | 2025.03.01 05:29:48.427530 [ 4 ] {d006e137-98b8-44c8-a74a-9c3dac75fa66} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7415 | 2025.03.01 05:29:48.427571 [ 4 ] {d006e137-98b8-44c8-a74a-9c3dac75fa66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7416 | 2025.03.01 05:29:48.427935 [ 4 ] {d006e137-98b8-44c8-a74a-9c3dac75fa66} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7417 | 2025.03.01 05:29:48.428177 [ 4 ] {d006e137-98b8-44c8-a74a-9c3dac75fa66} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7418 | 2025.03.01 05:29:48.428375 [ 4 ] {d006e137-98b8-44c8-a74a-9c3dac75fa66} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.001465 sec., 81228.66894197953 rows/sec., 4.91 MiB/sec. | ||
| 7419 | 2025.03.01 05:29:48.428478 [ 4 ] {d006e137-98b8-44c8-a74a-9c3dac75fa66} <Debug> TCPHandler: Processed in 0.001699183 sec. | ||
| 7420 | 2025.03.01 05:29:48.428644 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7421 | 2025.03.01 05:29:48.428802 [ 4 ] {6176f38e-0135-41a9-8303-3e7df2de8071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7422 | 2025.03.01 05:29:48.428848 [ 4 ] {6176f38e-0135-41a9-8303-3e7df2de8071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7423 | 2025.03.01 05:29:48.429421 [ 4 ] {6176f38e-0135-41a9-8303-3e7df2de8071} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7424 | 2025.03.01 05:29:48.429461 [ 4 ] {6176f38e-0135-41a9-8303-3e7df2de8071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7425 | 2025.03.01 05:29:48.429818 [ 4 ] {6176f38e-0135-41a9-8303-3e7df2de8071} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7426 | 2025.03.01 05:29:48.430061 [ 4 ] {6176f38e-0135-41a9-8303-3e7df2de8071} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7427 | 2025.03.01 05:29:48.430224 [ 81 ] {} <Debug> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7428 | 2025.03.01 05:29:48.430298 [ 4 ] {6176f38e-0135-41a9-8303-3e7df2de8071} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001512 sec., 74735.44973544973 rows/sec., 4.84 MiB/sec. | ||
| 7429 | 2025.03.01 05:29:48.430312 [ 81 ] {} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7430 | 2025.03.01 05:29:48.430390 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7431 | 2025.03.01 05:29:48.430426 [ 4 ] {6176f38e-0135-41a9-8303-3e7df2de8071} <Debug> TCPHandler: Processed in 0.001871135 sec. | ||
| 7432 | 2025.03.01 05:29:48.430654 [ 201 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::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 | ||
| 7433 | 2025.03.01 05:29:48.430666 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7434 | 2025.03.01 05:29:48.430910 [ 4 ] {d64fc04b-18c1-4368-8bf1-6b3605b288a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7435 | 2025.03.01 05:29:48.430946 [ 201 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7436 | 2025.03.01 05:29:48.430993 [ 4 ] {d64fc04b-18c1-4368-8bf1-6b3605b288a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7437 | 2025.03.01 05:29:48.431022 [ 201 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 341 rows starting from the beginning of the part | ||
| 7438 | 2025.03.01 05:29:48.431379 [ 201 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part | ||
| 7439 | 2025.03.01 05:29:48.431756 [ 201 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
| 7440 | 2025.03.01 05:29:48.432135 [ 201 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 341 rows starting from the beginning of the part | ||
| 7441 | 2025.03.01 05:29:48.432528 [ 201 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part | ||
| 7442 | 2025.03.01 05:29:48.432848 [ 201 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part | ||
| 7443 | 2025.03.01 05:29:48.433725 [ 4 ] {d64fc04b-18c1-4368-8bf1-6b3605b288a2} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7444 | 2025.03.01 05:29:48.433799 [ 4 ] {d64fc04b-18c1-4368-8bf1-6b3605b288a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7445 | 2025.03.01 05:29:48.434843 [ 4 ] {d64fc04b-18c1-4368-8bf1-6b3605b288a2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7446 | 2025.03.01 05:29:48.435305 [ 4 ] {d64fc04b-18c1-4368-8bf1-6b3605b288a2} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7447 | 2025.03.01 05:29:48.436137 [ 201 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005636136 sec., 201201.67433858942 rows/sec., 14.03 MiB/sec. | ||
| 7448 | 2025.03.01 05:29:48.436206 [ 4 ] {d64fc04b-18c1-4368-8bf1-6b3605b288a2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005343 sec., 20962.00636346622 rows/sec., 1.19 MiB/sec. | ||
| 7449 | 2025.03.01 05:29:48.436442 [ 201 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7450 | 2025.03.01 05:29:48.436467 [ 4 ] {d64fc04b-18c1-4368-8bf1-6b3605b288a2} <Debug> TCPHandler: Processed in 0.005881029 sec. | ||
| 7451 | 2025.03.01 05:29:48.436645 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7452 | 2025.03.01 05:29:48.436818 [ 4 ] {5f3a001b-ffef-4eb4-9db7-1ef37df5cf51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7453 | 2025.03.01 05:29:48.436901 [ 201 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_26_5} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7454 | 2025.03.01 05:29:48.436914 [ 4 ] {5f3a001b-ffef-4eb4-9db7-1ef37df5cf51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7455 | 2025.03.01 05:29:48.437104 [ 201 ] {1ca1bed3-13e1-4295-80bf-9d250eda2d0a::all_1_26_5} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7456 | 2025.03.01 05:29:48.437261 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 7457 | 2025.03.01 05:29:48.437938 [ 4 ] {5f3a001b-ffef-4eb4-9db7-1ef37df5cf51} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7458 | 2025.03.01 05:29:48.437983 [ 4 ] {5f3a001b-ffef-4eb4-9db7-1ef37df5cf51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7459 | 2025.03.01 05:29:48.438389 [ 4 ] {5f3a001b-ffef-4eb4-9db7-1ef37df5cf51} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7460 | 2025.03.01 05:29:48.438630 [ 4 ] {5f3a001b-ffef-4eb4-9db7-1ef37df5cf51} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7461 | 2025.03.01 05:29:48.438857 [ 4 ] {5f3a001b-ffef-4eb4-9db7-1ef37df5cf51} <Debug> executeQuery: Read 395 rows, 28.63 KiB in 0.002085 sec., 189448.4412470024 rows/sec., 13.41 MiB/sec. | ||
| 7462 | 2025.03.01 05:29:48.438935 [ 4 ] {5f3a001b-ffef-4eb4-9db7-1ef37df5cf51} <Debug> TCPHandler: Processed in 0.002348422 sec. | ||
| 7463 | 2025.03.01 05:29:48.439180 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7464 | 2025.03.01 05:29:48.439317 [ 4 ] {6318423b-7f75-4df6-9369-9c44a39e5cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7465 | 2025.03.01 05:29:48.439365 [ 4 ] {6318423b-7f75-4df6-9369-9c44a39e5cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7466 | 2025.03.01 05:29:48.439827 [ 4 ] {6318423b-7f75-4df6-9369-9c44a39e5cf9} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7467 | 2025.03.01 05:29:48.439867 [ 4 ] {6318423b-7f75-4df6-9369-9c44a39e5cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7468 | 2025.03.01 05:29:48.440227 [ 4 ] {6318423b-7f75-4df6-9369-9c44a39e5cf9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7469 | 2025.03.01 05:29:48.440462 [ 4 ] {6318423b-7f75-4df6-9369-9c44a39e5cf9} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7470 | 2025.03.01 05:29:48.440627 [ 81 ] {} <Debug> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7471 | 2025.03.01 05:29:48.440698 [ 4 ] {6318423b-7f75-4df6-9369-9c44a39e5cf9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001396 sec., 4297.994269340974 rows/sec., 224.55 KiB/sec. | ||
| 7472 | 2025.03.01 05:29:48.440705 [ 81 ] {} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7473 | 2025.03.01 05:29:48.440783 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7474 | 2025.03.01 05:29:48.440815 [ 4 ] {6318423b-7f75-4df6-9369-9c44a39e5cf9} <Debug> TCPHandler: Processed in 0.001725144 sec. | ||
| 7475 | 2025.03.01 05:29:48.441121 [ 201 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::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 | ||
| 7476 | 2025.03.01 05:29:48.441251 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7477 | 2025.03.01 05:29:48.441448 [ 201 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7478 | 2025.03.01 05:29:48.441513 [ 4 ] {e9226311-3b1f-4a2a-b63f-81d7c49f5b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7479 | 2025.03.01 05:29:48.441516 [ 201 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 7480 | 2025.03.01 05:29:48.441616 [ 4 ] {e9226311-3b1f-4a2a-b63f-81d7c49f5b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7481 | 2025.03.01 05:29:48.441806 [ 201 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 7482 | 2025.03.01 05:29:48.442170 [ 201 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 7483 | 2025.03.01 05:29:48.442507 [ 201 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 7484 | 2025.03.01 05:29:48.442848 [ 201 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 7485 | 2025.03.01 05:29:48.443179 [ 201 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 7486 | 2025.03.01 05:29:48.444381 [ 4 ] {e9226311-3b1f-4a2a-b63f-81d7c49f5b65} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7487 | 2025.03.01 05:29:48.444452 [ 4 ] {e9226311-3b1f-4a2a-b63f-81d7c49f5b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7488 | 2025.03.01 05:29:48.445658 [ 4 ] {e9226311-3b1f-4a2a-b63f-81d7c49f5b65} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7489 | 2025.03.01 05:29:48.445774 [ 190 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004897055 sec., 31855.880728315282 rows/sec., 1.63 MiB/sec. | ||
| 7490 | 2025.03.01 05:29:48.445966 [ 192 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7491 | 2025.03.01 05:29:48.445998 [ 4 ] {e9226311-3b1f-4a2a-b63f-81d7c49f5b65} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7492 | 2025.03.01 05:29:48.446295 [ 4 ] {e9226311-3b1f-4a2a-b63f-81d7c49f5b65} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004838 sec., 48987.1847871021 rows/sec., 3.28 MiB/sec. | ||
| 7493 | 2025.03.01 05:29:48.446384 [ 4 ] {e9226311-3b1f-4a2a-b63f-81d7c49f5b65} <Debug> TCPHandler: Processed in 0.005295342 sec. | ||
| 7494 | 2025.03.01 05:29:48.446458 [ 192 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_26_5} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7495 | 2025.03.01 05:29:48.446517 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7496 | 2025.03.01 05:29:48.446550 [ 192 ] {10d2e7ad-5708-4790-a209-4bc66c05c20b::all_1_26_5} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7497 | 2025.03.01 05:29:48.446647 [ 4 ] {efd5fba2-5044-43f8-9693-e39f4f219d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7498 | 2025.03.01 05:29:48.446655 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7499 | 2025.03.01 05:29:48.446705 [ 4 ] {efd5fba2-5044-43f8-9693-e39f4f219d89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7500 | 2025.03.01 05:29:48.447129 [ 4 ] {efd5fba2-5044-43f8-9693-e39f4f219d89} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7501 | 2025.03.01 05:29:48.447167 [ 4 ] {efd5fba2-5044-43f8-9693-e39f4f219d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7502 | 2025.03.01 05:29:48.447510 [ 4 ] {efd5fba2-5044-43f8-9693-e39f4f219d89} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7503 | 2025.03.01 05:29:48.447760 [ 4 ] {efd5fba2-5044-43f8-9693-e39f4f219d89} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7504 | 2025.03.01 05:29:48.447965 [ 4 ] {efd5fba2-5044-43f8-9693-e39f4f219d89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001359 sec., 735.8351729212657 rows/sec., 49.58 KiB/sec. | ||
| 7505 | 2025.03.01 05:29:48.448015 [ 4 ] {efd5fba2-5044-43f8-9693-e39f4f219d89} <Debug> TCPHandler: Processed in 0.001552711 sec. | ||
| 7506 | 2025.03.01 05:29:48.448120 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7507 | 2025.03.01 05:29:48.448221 [ 4 ] {74e0a8e0-dccf-4585-88aa-fd7996dbbc65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7508 | 2025.03.01 05:29:48.448287 [ 4 ] {74e0a8e0-dccf-4585-88aa-fd7996dbbc65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7509 | 2025.03.01 05:29:48.449336 [ 4 ] {74e0a8e0-dccf-4585-88aa-fd7996dbbc65} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7510 | 2025.03.01 05:29:48.449377 [ 4 ] {74e0a8e0-dccf-4585-88aa-fd7996dbbc65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7511 | 2025.03.01 05:29:48.450002 [ 4 ] {74e0a8e0-dccf-4585-88aa-fd7996dbbc65} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7512 | 2025.03.01 05:29:48.450270 [ 4 ] {74e0a8e0-dccf-4585-88aa-fd7996dbbc65} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7513 | 2025.03.01 05:29:48.450514 [ 4 ] {74e0a8e0-dccf-4585-88aa-fd7996dbbc65} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002313 sec., 5620.406398616516 rows/sec., 10.07 MiB/sec. | ||
| 7514 | 2025.03.01 05:29:48.450623 [ 4 ] {74e0a8e0-dccf-4585-88aa-fd7996dbbc65} <Debug> TCPHandler: Processed in 0.002553974 sec. | ||
| 7515 | 2025.03.01 05:29:48.450776 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7516 | 2025.03.01 05:29:48.450881 [ 4 ] {3582a5b7-7d09-44d9-8241-992e6023aa3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7517 | 2025.03.01 05:29:48.450929 [ 4 ] {3582a5b7-7d09-44d9-8241-992e6023aa3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7518 | 2025.03.01 05:29:48.451367 [ 4 ] {3582a5b7-7d09-44d9-8241-992e6023aa3b} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7519 | 2025.03.01 05:29:48.451406 [ 4 ] {3582a5b7-7d09-44d9-8241-992e6023aa3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7520 | 2025.03.01 05:29:48.451766 [ 4 ] {3582a5b7-7d09-44d9-8241-992e6023aa3b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7521 | 2025.03.01 05:29:48.452012 [ 4 ] {3582a5b7-7d09-44d9-8241-992e6023aa3b} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7522 | 2025.03.01 05:29:48.452212 [ 4 ] {3582a5b7-7d09-44d9-8241-992e6023aa3b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001353 sec., 60606.06060606061 rows/sec., 3.85 MiB/sec. | ||
| 7523 | 2025.03.01 05:29:48.452264 [ 4 ] {3582a5b7-7d09-44d9-8241-992e6023aa3b} <Debug> TCPHandler: Processed in 0.00153694 sec. | ||
| 7524 | 2025.03.01 05:29:52.190801 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7525 | 2025.03.01 05:29:52.190863 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7526 | 2025.03.01 05:29:52.331196 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7527 | 2025.03.01 05:29:52.331895 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7528 | 2025.03.01 05:29:52.331951 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7529 | 2025.03.01 05:29:52.332504 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7530 | 2025.03.01 05:29:52.332769 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7531 | 2025.03.01 05:29:52.333053 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7532 | 2025.03.01 05:29:53.417046 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7533 | 2025.03.01 05:29:53.417275 [ 4 ] {a6c23cba-075e-47fa-8f22-7a085a5f68db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7534 | 2025.03.01 05:29:53.417360 [ 4 ] {a6c23cba-075e-47fa-8f22-7a085a5f68db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7535 | 2025.03.01 05:29:53.418196 [ 4 ] {a6c23cba-075e-47fa-8f22-7a085a5f68db} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7536 | 2025.03.01 05:29:53.418250 [ 4 ] {a6c23cba-075e-47fa-8f22-7a085a5f68db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7537 | 2025.03.01 05:29:53.418695 [ 4 ] {a6c23cba-075e-47fa-8f22-7a085a5f68db} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7538 | 2025.03.01 05:29:53.418953 [ 4 ] {a6c23cba-075e-47fa-8f22-7a085a5f68db} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7539 | 2025.03.01 05:29:53.419165 [ 4 ] {a6c23cba-075e-47fa-8f22-7a085a5f68db} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001952 sec., 55327.86885245902 rows/sec., 4.63 MiB/sec. | ||
| 7540 | 2025.03.01 05:29:53.419232 [ 4 ] {a6c23cba-075e-47fa-8f22-7a085a5f68db} <Debug> TCPHandler: Processed in 0.002334681 sec. | ||
| 7541 | 2025.03.01 05:29:53.419367 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7542 | 2025.03.01 05:29:53.419481 [ 4 ] {12c9dd8e-484d-411a-814a-51efb19090fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7543 | 2025.03.01 05:29:53.419533 [ 4 ] {12c9dd8e-484d-411a-814a-51efb19090fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7544 | 2025.03.01 05:29:53.420090 [ 4 ] {12c9dd8e-484d-411a-814a-51efb19090fe} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7545 | 2025.03.01 05:29:53.420129 [ 4 ] {12c9dd8e-484d-411a-814a-51efb19090fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7546 | 2025.03.01 05:29:53.420475 [ 4 ] {12c9dd8e-484d-411a-814a-51efb19090fe} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7547 | 2025.03.01 05:29:53.420716 [ 4 ] {12c9dd8e-484d-411a-814a-51efb19090fe} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7548 | 2025.03.01 05:29:53.420983 [ 4 ] {12c9dd8e-484d-411a-814a-51efb19090fe} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001525 sec., 17049.180327868853 rows/sec., 1.25 MiB/sec. | ||
| 7549 | 2025.03.01 05:29:53.421052 [ 4 ] {12c9dd8e-484d-411a-814a-51efb19090fe} <Debug> TCPHandler: Processed in 0.001737544 sec. | ||
| 7550 | 2025.03.01 05:29:53.421212 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7551 | 2025.03.01 05:29:53.421340 [ 4 ] {942b5d9f-decb-4cea-9e47-a87d68868c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7552 | 2025.03.01 05:29:53.421396 [ 4 ] {942b5d9f-decb-4cea-9e47-a87d68868c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7553 | 2025.03.01 05:29:53.421974 [ 4 ] {942b5d9f-decb-4cea-9e47-a87d68868c8d} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7554 | 2025.03.01 05:29:53.422013 [ 4 ] {942b5d9f-decb-4cea-9e47-a87d68868c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7555 | 2025.03.01 05:29:53.422380 [ 4 ] {942b5d9f-decb-4cea-9e47-a87d68868c8d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7556 | 2025.03.01 05:29:53.422614 [ 4 ] {942b5d9f-decb-4cea-9e47-a87d68868c8d} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7557 | 2025.03.01 05:29:53.422812 [ 4 ] {942b5d9f-decb-4cea-9e47-a87d68868c8d} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001497 sec., 60120.24048096192 rows/sec., 4.70 MiB/sec. | ||
| 7558 | 2025.03.01 05:29:53.422913 [ 4 ] {942b5d9f-decb-4cea-9e47-a87d68868c8d} <Debug> TCPHandler: Processed in 0.001764504 sec. | ||
| 7559 | 2025.03.01 05:29:53.423122 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7560 | 2025.03.01 05:29:53.423293 [ 4 ] {5b1c3f2e-6cfd-445f-9a55-787ee056cb2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7561 | 2025.03.01 05:29:53.423346 [ 4 ] {5b1c3f2e-6cfd-445f-9a55-787ee056cb2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7562 | 2025.03.01 05:29:53.423888 [ 4 ] {5b1c3f2e-6cfd-445f-9a55-787ee056cb2b} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7563 | 2025.03.01 05:29:53.423926 [ 4 ] {5b1c3f2e-6cfd-445f-9a55-787ee056cb2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7564 | 2025.03.01 05:29:53.424307 [ 4 ] {5b1c3f2e-6cfd-445f-9a55-787ee056cb2b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7565 | 2025.03.01 05:29:53.424539 [ 4 ] {5b1c3f2e-6cfd-445f-9a55-787ee056cb2b} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7566 | 2025.03.01 05:29:53.424716 [ 4 ] {5b1c3f2e-6cfd-445f-9a55-787ee056cb2b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001447 sec., 110573.60055286801 rows/sec., 7.70 MiB/sec. | ||
| 7567 | 2025.03.01 05:29:53.424768 [ 4 ] {5b1c3f2e-6cfd-445f-9a55-787ee056cb2b} <Debug> TCPHandler: Processed in 0.001754184 sec. | ||
| 7568 | 2025.03.01 05:29:53.424892 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7569 | 2025.03.01 05:29:53.424996 [ 4 ] {e3fc28eb-24e3-4e28-9676-c07b49f22647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7570 | 2025.03.01 05:29:53.425063 [ 4 ] {e3fc28eb-24e3-4e28-9676-c07b49f22647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7571 | 2025.03.01 05:29:53.426182 [ 4 ] {e3fc28eb-24e3-4e28-9676-c07b49f22647} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7572 | 2025.03.01 05:29:53.426219 [ 4 ] {e3fc28eb-24e3-4e28-9676-c07b49f22647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7573 | 2025.03.01 05:29:53.426841 [ 4 ] {e3fc28eb-24e3-4e28-9676-c07b49f22647} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7574 | 2025.03.01 05:29:53.427098 [ 4 ] {e3fc28eb-24e3-4e28-9676-c07b49f22647} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7575 | 2025.03.01 05:29:53.427296 [ 4 ] {e3fc28eb-24e3-4e28-9676-c07b49f22647} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00232 sec., 11206.896551724138 rows/sec., 20.08 MiB/sec. | ||
| 7576 | 2025.03.01 05:29:53.427399 [ 4 ] {e3fc28eb-24e3-4e28-9676-c07b49f22647} <Debug> TCPHandler: Processed in 0.002557685 sec. | ||
| 7577 | 2025.03.01 05:29:53.427543 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7578 | 2025.03.01 05:29:53.427647 [ 4 ] {9437ef7c-257b-4fae-ae17-42ceb3d848b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7579 | 2025.03.01 05:29:53.427694 [ 4 ] {9437ef7c-257b-4fae-ae17-42ceb3d848b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7580 | 2025.03.01 05:29:53.428130 [ 4 ] {9437ef7c-257b-4fae-ae17-42ceb3d848b6} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7581 | 2025.03.01 05:29:53.428167 [ 4 ] {9437ef7c-257b-4fae-ae17-42ceb3d848b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7582 | 2025.03.01 05:29:53.428530 [ 4 ] {9437ef7c-257b-4fae-ae17-42ceb3d848b6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7583 | 2025.03.01 05:29:53.428763 [ 4 ] {9437ef7c-257b-4fae-ae17-42ceb3d848b6} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7584 | 2025.03.01 05:29:53.428931 [ 4 ] {9437ef7c-257b-4fae-ae17-42ceb3d848b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001305 sec., 45977.011494252874 rows/sec., 3.10 MiB/sec. | ||
| 7585 | 2025.03.01 05:29:53.428978 [ 4 ] {9437ef7c-257b-4fae-ae17-42ceb3d848b6} <Debug> TCPHandler: Processed in 0.00148625 sec. | ||
| 7586 | 2025.03.01 05:29:53.586944 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7587 | 2025.03.01 05:29:53.607959 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7588 | 2025.03.01 05:29:53.608026 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7589 | 2025.03.01 05:29:53.615739 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7590 | 2025.03.01 05:29:53.616529 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7591 | 2025.03.01 05:29:53.620337 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7592 | 2025.03.01 05:29:57.420523 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1074 | ||
| 7593 | 2025.03.01 05:29:57.424300 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7594 | 2025.03.01 05:29:57.424360 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7595 | 2025.03.01 05:29:57.425830 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7596 | 2025.03.01 05:29:57.426150 [ 242 ] {} <Trace> system.query_log (a815b5b4-7616-4377-8f2c-f800840f715c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7597 | 2025.03.01 05:29:57.426800 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1074 | ||
| 7598 | 2025.03.01 05:29:57.636442 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7599 | 2025.03.01 05:29:57.636654 [ 4 ] {e0296ae8-69a8-41e8-ab54-9dff9e4b26c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7600 | 2025.03.01 05:29:57.636742 [ 4 ] {e0296ae8-69a8-41e8-ab54-9dff9e4b26c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7601 | 2025.03.01 05:29:57.637664 [ 4 ] {e0296ae8-69a8-41e8-ab54-9dff9e4b26c4} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7602 | 2025.03.01 05:29:57.637716 [ 4 ] {e0296ae8-69a8-41e8-ab54-9dff9e4b26c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7603 | 2025.03.01 05:29:57.638172 [ 4 ] {e0296ae8-69a8-41e8-ab54-9dff9e4b26c4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7604 | 2025.03.01 05:29:57.638437 [ 4 ] {e0296ae8-69a8-41e8-ab54-9dff9e4b26c4} <Trace> oximeter.fields_i16 (54421717-e8a3-4eec-ab43-ed9e8b033a2a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7605 | 2025.03.01 05:29:57.638675 [ 4 ] {e0296ae8-69a8-41e8-ab54-9dff9e4b26c4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00208 sec., 101923.07692307694 rows/sec., 6.48 MiB/sec. | ||
| 7606 | 2025.03.01 05:29:57.638745 [ 4 ] {e0296ae8-69a8-41e8-ab54-9dff9e4b26c4} <Debug> TCPHandler: Processed in 0.002444343 sec. | ||
| 7607 | 2025.03.01 05:29:57.638859 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7608 | 2025.03.01 05:29:57.638968 [ 4 ] {9dfb031e-610d-4bbc-a402-6322fdb8e253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7609 | 2025.03.01 05:29:57.639018 [ 4 ] {9dfb031e-610d-4bbc-a402-6322fdb8e253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7610 | 2025.03.01 05:29:57.640266 [ 4 ] {9dfb031e-610d-4bbc-a402-6322fdb8e253} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7611 | 2025.03.01 05:29:57.640308 [ 4 ] {9dfb031e-610d-4bbc-a402-6322fdb8e253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7612 | 2025.03.01 05:29:57.640783 [ 4 ] {9dfb031e-610d-4bbc-a402-6322fdb8e253} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7613 | 2025.03.01 05:29:57.641027 [ 4 ] {9dfb031e-610d-4bbc-a402-6322fdb8e253} <Trace> oximeter.fields_string (fe94f596-977c-465a-823d-979ea2543a6f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7614 | 2025.03.01 05:29:57.641240 [ 4 ] {9dfb031e-610d-4bbc-a402-6322fdb8e253} <Debug> executeQuery: Read 1783 rows, 148.03 KiB in 0.002297 sec., 776229.8650413583 rows/sec., 62.93 MiB/sec. | ||
| 7615 | 2025.03.01 05:29:57.641296 [ 4 ] {9dfb031e-610d-4bbc-a402-6322fdb8e253} <Debug> TCPHandler: Processed in 0.002487944 sec. | ||
| 7616 | 2025.03.01 05:29:57.641434 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7617 | 2025.03.01 05:29:57.641573 [ 4 ] {95d6f77e-8820-4a08-a43c-28e8a3043d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7618 | 2025.03.01 05:29:57.641630 [ 4 ] {95d6f77e-8820-4a08-a43c-28e8a3043d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7619 | 2025.03.01 05:29:57.642323 [ 4 ] {95d6f77e-8820-4a08-a43c-28e8a3043d13} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7620 | 2025.03.01 05:29:57.642372 [ 4 ] {95d6f77e-8820-4a08-a43c-28e8a3043d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7621 | 2025.03.01 05:29:57.642783 [ 4 ] {95d6f77e-8820-4a08-a43c-28e8a3043d13} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7622 | 2025.03.01 05:29:57.643033 [ 4 ] {95d6f77e-8820-4a08-a43c-28e8a3043d13} <Trace> oximeter.fields_u16 (c6d09d30-0728-440b-ab06-828c53115f99): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7623 | 2025.03.01 05:29:57.643257 [ 4 ] {95d6f77e-8820-4a08-a43c-28e8a3043d13} <Debug> executeQuery: Read 119 rows, 7.36 KiB in 0.001713 sec., 69468.7682428488 rows/sec., 4.20 MiB/sec. | ||
| 7624 | 2025.03.01 05:29:57.643310 [ 4 ] {95d6f77e-8820-4a08-a43c-28e8a3043d13} <Debug> TCPHandler: Processed in 0.001942256 sec. | ||
| 7625 | 2025.03.01 05:29:57.643430 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7626 | 2025.03.01 05:29:57.643536 [ 4 ] {e7d76a6f-9e5d-4232-8fb5-d9ac0b3c7ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7627 | 2025.03.01 05:29:57.643582 [ 4 ] {e7d76a6f-9e5d-4232-8fb5-d9ac0b3c7ea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7628 | 2025.03.01 05:29:57.644227 [ 4 ] {e7d76a6f-9e5d-4232-8fb5-d9ac0b3c7ea4} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7629 | 2025.03.01 05:29:57.644266 [ 4 ] {e7d76a6f-9e5d-4232-8fb5-d9ac0b3c7ea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7630 | 2025.03.01 05:29:57.644625 [ 4 ] {e7d76a6f-9e5d-4232-8fb5-d9ac0b3c7ea4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7631 | 2025.03.01 05:29:57.644865 [ 4 ] {e7d76a6f-9e5d-4232-8fb5-d9ac0b3c7ea4} <Trace> oximeter.fields_u32 (1ca1bed3-13e1-4295-80bf-9d250eda2d0a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7632 | 2025.03.01 05:29:57.645076 [ 4 ] {e7d76a6f-9e5d-4232-8fb5-d9ac0b3c7ea4} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001562 sec., 218309.85915492958 rows/sec., 14.57 MiB/sec. | ||
| 7633 | 2025.03.01 05:29:57.645129 [ 4 ] {e7d76a6f-9e5d-4232-8fb5-d9ac0b3c7ea4} <Debug> TCPHandler: Processed in 0.001750563 sec. | ||
| 7634 | 2025.03.01 05:29:57.645246 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7635 | 2025.03.01 05:29:57.645351 [ 4 ] {200938cc-95f3-4fd8-b52b-da2534704a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7636 | 2025.03.01 05:29:57.645396 [ 4 ] {200938cc-95f3-4fd8-b52b-da2534704a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7637 | 2025.03.01 05:29:57.645952 [ 4 ] {200938cc-95f3-4fd8-b52b-da2534704a86} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7638 | 2025.03.01 05:29:57.645991 [ 4 ] {200938cc-95f3-4fd8-b52b-da2534704a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7639 | 2025.03.01 05:29:57.646346 [ 4 ] {200938cc-95f3-4fd8-b52b-da2534704a86} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7640 | 2025.03.01 05:29:57.646590 [ 4 ] {200938cc-95f3-4fd8-b52b-da2534704a86} <Trace> oximeter.fields_u8 (2d67f52b-2377-4ed8-b5c6-ba11375aa0fa): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7641 | 2025.03.01 05:29:57.646822 [ 4 ] {200938cc-95f3-4fd8-b52b-da2534704a86} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001488 sec., 75268.81720430107 rows/sec., 4.29 MiB/sec. | ||
| 7642 | 2025.03.01 05:29:57.646896 [ 4 ] {200938cc-95f3-4fd8-b52b-da2534704a86} <Debug> TCPHandler: Processed in 0.001702903 sec. | ||
| 7643 | 2025.03.01 05:29:57.647123 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7644 | 2025.03.01 05:29:57.647231 [ 4 ] {2156a74a-4be6-442b-ba57-bcd72d1a5c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7645 | 2025.03.01 05:29:57.647278 [ 4 ] {2156a74a-4be6-442b-ba57-bcd72d1a5c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7646 | 2025.03.01 05:29:57.648105 [ 4 ] {2156a74a-4be6-442b-ba57-bcd72d1a5c0e} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7647 | 2025.03.01 05:29:57.648146 [ 4 ] {2156a74a-4be6-442b-ba57-bcd72d1a5c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7648 | 2025.03.01 05:29:57.648538 [ 4 ] {2156a74a-4be6-442b-ba57-bcd72d1a5c0e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7649 | 2025.03.01 05:29:57.648794 [ 4 ] {2156a74a-4be6-442b-ba57-bcd72d1a5c0e} <Trace> oximeter.fields_uuid (23102748-2c42-473b-96ec-35638a1b759f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7650 | 2025.03.01 05:29:57.649013 [ 4 ] {2156a74a-4be6-442b-ba57-bcd72d1a5c0e} <Debug> executeQuery: Read 851 rows, 62.92 KiB in 0.001804 sec., 471729.4900221729 rows/sec., 34.06 MiB/sec. | ||
| 7651 | 2025.03.01 05:29:57.649068 [ 4 ] {2156a74a-4be6-442b-ba57-bcd72d1a5c0e} <Debug> TCPHandler: Processed in 0.002030618 sec. | ||
| 7652 | 2025.03.01 05:29:57.649188 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7653 | 2025.03.01 05:29:57.649293 [ 4 ] {f3419c70-5c65-4376-a1ad-d7d2e96bbe62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7654 | 2025.03.01 05:29:57.649339 [ 4 ] {f3419c70-5c65-4376-a1ad-d7d2e96bbe62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7655 | 2025.03.01 05:29:57.649778 [ 4 ] {f3419c70-5c65-4376-a1ad-d7d2e96bbe62} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7656 | 2025.03.01 05:29:57.649816 [ 4 ] {f3419c70-5c65-4376-a1ad-d7d2e96bbe62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7657 | 2025.03.01 05:29:57.650164 [ 4 ] {f3419c70-5c65-4376-a1ad-d7d2e96bbe62} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7658 | 2025.03.01 05:29:57.650396 [ 4 ] {f3419c70-5c65-4376-a1ad-d7d2e96bbe62} <Trace> oximeter.measurements_bool (10d2e7ad-5708-4790-a209-4bc66c05c20b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7659 | 2025.03.01 05:29:57.650601 [ 4 ] {f3419c70-5c65-4376-a1ad-d7d2e96bbe62} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 235.70 KiB/sec. | ||
| 7660 | 2025.03.01 05:29:57.650652 [ 4 ] {f3419c70-5c65-4376-a1ad-d7d2e96bbe62} <Debug> TCPHandler: Processed in 0.001515881 sec. | ||
| 7661 | 2025.03.01 05:29:57.650770 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7662 | 2025.03.01 05:29:57.650875 [ 4 ] {3ca88991-d398-4a10-8598-20a746f9960f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7663 | 2025.03.01 05:29:57.650925 [ 4 ] {3ca88991-d398-4a10-8598-20a746f9960f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7664 | 2025.03.01 05:29:57.651646 [ 4 ] {3ca88991-d398-4a10-8598-20a746f9960f} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7665 | 2025.03.01 05:29:57.651684 [ 4 ] {3ca88991-d398-4a10-8598-20a746f9960f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7666 | 2025.03.01 05:29:57.652126 [ 4 ] {3ca88991-d398-4a10-8598-20a746f9960f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7667 | 2025.03.01 05:29:57.652362 [ 4 ] {3ca88991-d398-4a10-8598-20a746f9960f} <Trace> oximeter.measurements_cumulativeu64 (51ba6733-0715-4a43-b54a-7975d4218400): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7668 | 2025.03.01 05:29:57.652577 [ 4 ] {3ca88991-d398-4a10-8598-20a746f9960f} <Debug> executeQuery: Read 1083 rows, 74.10 KiB in 0.001722 sec., 628919.8606271778 rows/sec., 42.02 MiB/sec. | ||
| 7669 | 2025.03.01 05:29:57.652629 [ 4 ] {3ca88991-d398-4a10-8598-20a746f9960f} <Debug> TCPHandler: Processed in 0.001911116 sec. | ||
| 7670 | 2025.03.01 05:29:57.652746 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7671 | 2025.03.01 05:29:57.652853 [ 4 ] {9b4ab5e2-e9fe-4d06-bcd6-42986718a674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7672 | 2025.03.01 05:29:57.652901 [ 4 ] {9b4ab5e2-e9fe-4d06-bcd6-42986718a674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7673 | 2025.03.01 05:29:57.653317 [ 4 ] {9b4ab5e2-e9fe-4d06-bcd6-42986718a674} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7674 | 2025.03.01 05:29:57.653356 [ 4 ] {9b4ab5e2-e9fe-4d06-bcd6-42986718a674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7675 | 2025.03.01 05:29:57.653701 [ 4 ] {9b4ab5e2-e9fe-4d06-bcd6-42986718a674} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7676 | 2025.03.01 05:29:57.653947 [ 4 ] {9b4ab5e2-e9fe-4d06-bcd6-42986718a674} <Trace> oximeter.measurements_f64 (844f206b-9375-4612-b8b3-62ba3ccc8706): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7677 | 2025.03.01 05:29:57.654183 [ 4 ] {9b4ab5e2-e9fe-4d06-bcd6-42986718a674} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001338 sec., 747.3841554559043 rows/sec., 50.36 KiB/sec. | ||
| 7678 | 2025.03.01 05:29:57.654290 [ 4 ] {9b4ab5e2-e9fe-4d06-bcd6-42986718a674} <Debug> TCPHandler: Processed in 0.001591072 sec. | ||
| 7679 | 2025.03.01 05:29:57.654536 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7680 | 2025.03.01 05:29:57.654643 [ 4 ] {8ea92016-18d9-46f4-b317-9a8653536cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7681 | 2025.03.01 05:29:57.654717 [ 4 ] {8ea92016-18d9-46f4-b317-9a8653536cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7682 | 2025.03.01 05:29:57.655782 [ 4 ] {8ea92016-18d9-46f4-b317-9a8653536cfa} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7683 | 2025.03.01 05:29:57.655821 [ 4 ] {8ea92016-18d9-46f4-b317-9a8653536cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7684 | 2025.03.01 05:29:57.656425 [ 4 ] {8ea92016-18d9-46f4-b317-9a8653536cfa} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7685 | 2025.03.01 05:29:57.656683 [ 4 ] {8ea92016-18d9-46f4-b317-9a8653536cfa} <Trace> oximeter.measurements_histogramu64 (76f04e65-c3aa-469d-ac60-a5d6a0db5e29): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7686 | 2025.03.01 05:29:57.656941 [ 4 ] {8ea92016-18d9-46f4-b317-9a8653536cfa} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002321 sec., 5601.034037052994 rows/sec., 10.04 MiB/sec. | ||
| 7687 | 2025.03.01 05:29:57.657043 [ 4 ] {8ea92016-18d9-46f4-b317-9a8653536cfa} <Debug> TCPHandler: Processed in 0.002580565 sec. | ||
| 7688 | 2025.03.01 05:29:57.657185 [ 4 ] {} <Trace> TCP-Session: 2be5a6d5-3c6e-4faa-93df-96e3b47f72f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7689 | 2025.03.01 05:29:57.657292 [ 4 ] {fa21a3c8-ffc0-402b-8cfd-51b7c7fe8bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39777) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7690 | 2025.03.01 05:29:57.657339 [ 4 ] {fa21a3c8-ffc0-402b-8cfd-51b7c7fe8bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7691 | 2025.03.01 05:29:57.657775 [ 4 ] {fa21a3c8-ffc0-402b-8cfd-51b7c7fe8bbb} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7692 | 2025.03.01 05:29:57.657814 [ 4 ] {fa21a3c8-ffc0-402b-8cfd-51b7c7fe8bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7693 | 2025.03.01 05:29:57.658165 [ 4 ] {fa21a3c8-ffc0-402b-8cfd-51b7c7fe8bbb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7694 | 2025.03.01 05:29:57.658399 [ 4 ] {fa21a3c8-ffc0-402b-8cfd-51b7c7fe8bbb} <Trace> oximeter.measurements_u64 (0a4fbc6b-319e-4cf0-8d7d-c9cedd10584a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7695 | 2025.03.01 05:29:57.658605 [ 4 ] {fa21a3c8-ffc0-402b-8cfd-51b7c7fe8bbb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001334 sec., 61469.265367316344 rows/sec., 3.90 MiB/sec. | ||
| 7696 | 2025.03.01 05:29:57.658654 [ 4 ] {fa21a3c8-ffc0-402b-8cfd-51b7c7fe8bbb} <Debug> TCPHandler: Processed in 0.001519281 sec. | ||
| 7697 | 2025.03.01 05:29:59.833207 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 7698 | 2025.03.01 05:29:59.833875 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7699 | 2025.03.01 05:29:59.833919 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7700 | 2025.03.01 05:29:59.834478 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7701 | 2025.03.01 05:29:59.834754 [ 244 ] {} <Trace> system.asynchronous_metric_log (6afbe10c-7e16-47ab-8a5a-6e94fabb6c10): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7702 | 2025.03.01 05:29:59.834956 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 7703 | 2025.03.01 05:30:01.120438 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7704 | 2025.03.01 05:30:01.143818 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7705 | 2025.03.01 05:30:01.143886 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 7706 | 2025.03.01 05:30:01.152112 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7707 | 2025.03.01 05:30:01.152966 [ 243 ] {} <Trace> system.metric_log (177d2f22-206e-4d77-ae66-3892003c1b53): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7708 | 2025.03.01 05:30:01.156521 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||